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

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


.mbr-fonts-style, .mbr-text 
{
    letter-spacing:0.05em!important;
    line-height: 130%;
    
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
    .cadre-30-droit {
    position: relative; /* Nécessaire pour le pseudo-élément */
    padding-bottom: 10px; /* Espace sous le texte (ajustable) */
}

.cadre-30-droit::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0; /* Alignement à droite */
    width: 30%; /* Largeur = 30% du parent */
    height: 3px; /* Épaisseur */
    background-color: black; /* Couleur */
}
        .cadre-30-gauche {
    position: relative; /* Nécessaire pour le pseudo-élément */
    padding-bottom: 10px; /* Espace sous le texte (ajustable) */
}

.cadre-30-gauche::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: left; /* Alignement à droite */
    width: 30%; /* Largeur = 30% du parent */
    height: 3px; /* Épaisseur */
    background-color: black; /* Couleur */
}
.btn {
  border-width: 2px;
}
body {
  font-family: Gloock;
}
.display-1 {
  font-family: 'Outfit', sans-serif;
  font-size: 4.25rem;
  line-height: 1;
  letter-spacing: .3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-2 {
  font-family: 'Outfit', sans-serif;
  font-size: 3.8rem;
  line-height: 4rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-3 {
  font-family: 'Outfit', sans-serif;
  font-size: 2.8rem;
  line-height: 3rem;
}
.display-3 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4, .editer-label, .formulaire_recherche{
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1.56rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.975rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #fafafa !important;
}
.bg-success {
  background-color: #c2b299 !important;
}
.bg-info {
  background-color: #f2f2f2 !important;
}
.bg-warning {
  background-color: #d45615 !important;
}
.bg-danger {
  background-color: #064155 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffbe0d !important;
  border-color: #ffbe0d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b58500 !important;
  border-color: #b58500 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b58500 !important;
  border-color: #b58500 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
  color: #727272 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #c7c7c7 !important;
  border-color: #c7c7c7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #727272 !important;
  background-color: #c7c7c7 !important;
  border-color: #c7c7c7 !important;
}
.btn-success,
.btn-success:active {
  background-color: #c2b299 !important;
  border-color: #c2b299 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #a28963 !important;
  border-color: #a28963 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a28963 !important;
  border-color: #a28963 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d45615 !important;
  border-color: #d45615 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #85360d !important;
  border-color: #85360d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #85360d !important;
  border-color: #85360d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #064155 !important;
  border-color: #064155 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000304 !important;
  border-color: #000304 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000304 !important;
  border-color: #000304 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffbe0d;
  color: #ffbe0d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b58500 !important;
  background-color: transparent!important;
  border-color: #b58500 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbe0d !important;
  border-color: #ffbe0d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f2f2f2;
  color: #f2f2f2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c7c7c7 !important;
  background-color: transparent!important;
  border-color: #c7c7c7 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #727272 !important;
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #c2b299;
  color: #c2b299;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a28963 !important;
  background-color: transparent!important;
  border-color: #a28963 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c2b299 !important;
  border-color: #c2b299 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #d45615;
  color: #d45615;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #85360d !important;
  background-color: transparent!important;
  border-color: #85360d !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d45615 !important;
  border-color: #d45615 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #064155;
  color: #064155;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000304 !important;
  background-color: transparent!important;
  border-color: #000304 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #064155 !important;
  border-color: #064155 !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: #fafafa !important;
}
.text-secondary {
  color: #ffbe0d !important;
}
.text-success {
  color: #c2b299 !important;
}
.text-info {
  color: #f2f2f2 !important;
}
.text-warning {
  color: #d45615 !important;
}
.text-danger {
  color: #064155 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c7c7c7 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a67900 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #99815c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bfbfbf !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #77300c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #fafafa;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f2f2f2;
}
.alert-warning {
  background-color: #d45615;
}
.alert-danger {
  background-color: #064155;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fafafa;
  border-color: #fafafa;
  color: #878787;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fafafa;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f2eee9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f8d1bd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #4ec9f3;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1.56rem;
  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: #fafafa !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1.56rem;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #fafafa;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fafafa;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fafafa;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #fafafa !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: #ffbe0d !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='%23fafafa' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 18px 42px;
  border: 1px solid !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 18px 32px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: inset 250px 0 0 0 #f2f2f2 !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border-color: #fafafa !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  border-color: #f2f2f2 !important;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border-color: #ffbe0d !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  border-color: #f2f2f2 !important;
}
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border-color: #c2b299 !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  border-color: #f2f2f2 !important;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border-color: #f2f2f2 !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  border-color: #fafafa !important;
  box-shadow: inset 250px 0 0 0 #fafafa !important;
}
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border-color: #d45615 !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  border-color: #f2f2f2 !important;
}
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border-color: #064155 !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  border-color: #f2f2f2 !important;
}
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border-color: #ffffff !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  border-color: #f2f2f2 !important;
}
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border-color: #000000 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  border-color: #f2f2f2 !important;
}
.cid-uNlNrrE4Px {
  z-index: 1000;
  width: 100%;
}
.cid-uNlNrrE4Px .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
  position: fixed;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNlNrrE4Px .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 1440px) {
  .cid-uNlNrrE4Px .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uNlNrrE4Px .menu_box .navbar.opened,
  .cid-uNlNrrE4Px .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uNlNrrE4Px nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uNlNrrE4Px .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uNlNrrE4Px .btn:hover {
  box-shadow: none;
}
@media (min-width: 1441px) {
  .cid-uNlNrrE4Px .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uNlNrrE4Px .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uNlNrrE4Px .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-body .mbr-text,
  .cid-uNlNrrE4Px .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uNlNrrE4Px .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uNlNrrE4Px ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uNlNrrE4Px li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0.2em !important;
    z-index: 1;
  }
  .cid-uNlNrrE4Px .lg_brand {
    margin: 0 1rem;
  }
  .cid-uNlNrrE4Px .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uNlNrrE4Px .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1441px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 1440px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 0 !important;
  }
}
.cid-uNlNrrE4Px .nav-item .nav-link {
  position: relative;
}
.cid-uNlNrrE4Px .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fafafa;
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover,
.cid-uNlNrrE4Px .nav-item .nav-link:focus {
  opacity: 1;
  color: #fafafa !important;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover::before,
.cid-uNlNrrE4Px .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uNlNrrE4Px .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 1441px) {
  .cid-uNlNrrE4Px .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 1440px) {
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uNlNrrE4Px .offcanvas_box {
    display: none;
  }
}
.cid-uNlNrrE4Px .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uNlNrrE4Px .container {
  display: flex;
  margin: auto;
}
.cid-uNlNrrE4Px .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uNlNrrE4Px .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uNlNrrE4Px .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .navbar-caption {
  color: #ffffff;
}
.cid-uNlNrrE4Px .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1441px) {
  .cid-uNlNrrE4Px .navbar-nav {
    margin: 0;
  }
}
.cid-uNlNrrE4Px .dropdown-menu,
.cid-uNlNrrE4Px .navbar.opened {
  background-color: false !important;
}
.cid-uNlNrrE4Px .nav-item:focus,
.cid-uNlNrrE4Px .nav-link:focus {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNlNrrE4Px .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .cid-uNlNrrE4Px .navbar {
    min-height: 30px;
    max-height: none;
  }
  .cid-uNlNrrE4Px .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uNlNrrE4Px .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uNlNrrE4Px .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNlNrrE4Px .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uNlNrrE4Px .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uNlNrrE4Px .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uNlNrrE4Px .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNlNrrE4Px .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uNlNrrE4Px .navbar.opened {
  transition: all 0.3s;
}
.cid-uNlNrrE4Px .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uNlNrrE4Px .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uNlNrrE4Px .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar.collapsed {
  justify-content: center;
}
.cid-uNlNrrE4Px .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNlNrrE4Px .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uNlNrrE4Px .navbar.collapsed .icons-menu {
  padding: 0;
}
.cid-uNlNrrE4Px .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown-item.active,
.cid-uNlNrrE4Px .dropdown-item:active {
  background-color: transparent;
}
.cid-uNlNrrE4Px .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNlNrrE4Px .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNlNrrE4Px .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-uNlNrrE4Px ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNlNrrE4Px button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uNlNrrE4Px .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-uNlNrrE4Px .navbar {
    height: 70px;
  }
  .cid-uNlNrrE4Px .navbar.opened {
    height: auto;
  }
  .cid-uNlNrrE4Px .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNlNrrE4Px .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uNlNrrE4Px .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uNlNrrE4Px .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uNlNrrE4Px .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uNlNrrE4Px .navbar-caption:hover {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uNlNrrE4Px .text_widget {
  margin-bottom: 32px;
}
.cid-uNlNrrE4Px .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .text_widget a:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .icons-menu-main {
  display: flex;
}
.cid-uNlNrrE4Px .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-section-subtitle,
.cid-uNlNrrE4Px .text_widget,
.cid-uNlNrrE4Px .mbr-section-btn {
  text-align: center;
}
.cid-uNlNrrE4Px a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uKqGsqSBvq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fond_accueil.jpg");
}
.cid-uKqGsqSBvq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKqGsqSBvq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKqGsqSBvq .container-fluid {
  padding: 0 0 0 100px;
}
@media (max-width: 1440px) {
  .cid-uKqGsqSBvq .container-fluid {
    padding: 0 0 0 45px;
  }
}
@media (max-width: 992px) {
  .cid-uKqGsqSBvq .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uKqGsqSBvq .container {
    padding: 0 30px;
  }
}
.cid-uKqGsqSBvq .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uKqGsqSBvq .title-wrapper {
    margin: 60px 0;
    height: auto;
  }
}
.cid-uKqGsqSBvq .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uKqGsqSBvq .title-wrapper .title-wrap .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uKqGsqSBvq .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKqGsqSBvq .panel-group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKqGsqSBvq .panel-group {
    display: block;
    padding-left: 0;
  }
}
.cid-uKqGsqSBvq .panel-group .card {
  border-left: 1px solid #ffffff;
  border-radius: 0 !important;
  padding: 30px 0;
  position: relative;
  min-height: 1000px;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKqGsqSBvq .panel-group .card {
    border-left: none;
    border-top: 1px solid #ffffff;
    min-height: auto;
  }
}
.cid-uKqGsqSBvq .panel-group .card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uKqGsqSBvq .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #064155;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
}
.cid-uKqGsqSBvq .panel-group .card .card-header {
  position: relative;
  z-index: 1;
  padding: 0 50px;
  border: none;
  background-color: transparent;
}
@media (max-width: 1300px) {
  .cid-uKqGsqSBvq .panel-group .card .card-header {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uKqGsqSBvq .panel-group .card .card-header {
    padding: 0 30px;
  }
}
.cid-uKqGsqSBvq .panel-group .card .card-header .panel-title {
  display: block;
}
.cid-uKqGsqSBvq .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  opacity: 1;
}
.cid-uKqGsqSBvq .panel-group .card .card-header .panel-title:hover .icon-wrap .mbr-iconfont {
  opacity: 1;
}
.cid-uKqGsqSBvq .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKqGsqSBvq .panel-group .card .card-header .panel-title .icon-wrap {
  padding-top: 60px;
}
@media (max-width: 1300px) {
  .cid-uKqGsqSBvq .panel-group .card .card-header .panel-title .icon-wrap {
    padding-top: 30px;
  }
}
.cid-uKqGsqSBvq .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
}
.cid-uKqGsqSBvq .panel-group .card .panel-collapse {
  padding: 0 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uKqGsqSBvq .panel-group .card .panel-collapse {
    padding: 0 15px;
  }
}
.cid-uKqGsqSBvq .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
@media (max-width: 1300px) {
  .cid-uKqGsqSBvq .panel-group .card .panel-collapse .panel-body {
    padding-top: 15px;
  }
}
.cid-uKqGsqSBvq .panel-group .card .panel-collapse .panel-body .panel-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 1300px) {
  .cid-uKqGsqSBvq .panel-group .card .panel-collapse .panel-body .panel-subtitle {
    margin-top: 15px;
  }
}
.cid-uKqGsqSBvq .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.6;
  margin-bottom: 0;
}
.cid-uKqGsqSBvq .mbr-section-title {
  color: #ffbe0d;
}
.cid-uKqGsqSBvq .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-uKqGsqSBvq .panel-title {
  color: #ffffff;
}
.cid-uKqGsqSBvq .panel-subtitle {
  color: #FFFFFF;
}
.cid-uKqGsqSBvq .panel-text {
  color: #FFFFFF;
}
.cid-uKqGsqSBvq .panel-title-edit,
.cid-uKqGsqSBvq .icon-wrap {
  text-align: center;
  color: #d45615;
}
.cid-uKqGsqSBvq .mbr-section-subtitle-2 {
  color: #fafafa;
}
.cid-uK1Zy0IAvz {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/fond-plan-noir-2000x1867.png");
}
.cid-uK1Zy0IAvz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK1Zy0IAvz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK1Zy0IAvz .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uK1Zy0IAvz .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uK1Zy0IAvz .container {
    padding: 0 20px;
  }
}
.cid-uK1Zy0IAvz .row {
  justify-content: center;
}
.cid-uK1Zy0IAvz .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uK1Zy0IAvz .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uK1Zy0IAvz .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uK1Zy0IAvz .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uK1Zy0IAvz .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uK1Zy0IAvz .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uK1Zy0IAvz .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uK1Zy0IAvz .mbr-desc {
  color: #e4dfd4;
}
.cid-uK1Zy0IAvz .mbr-desc,
.cid-uK1Zy0IAvz .desc-wrapper {
  text-align: center;
}
.cid-uK1Zy0IAvz .mbr-text-b {
  color: #ffffff;
  text-align: center;
}
.cid-uK1Zy0IAvz .mbr-text-2 {
  color: #ffffff;
  text-align: center;
}
.cid-uK1Zy0IAvz .text-space {
  letter-spacing: 3px!important;
}
.cid-uK1Zy0IAvz .mbr-text-c {
  color: #ffffff;
  text-align: center;
}
.cid-tGGzhx7hjA {
  padding-top: 9rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tGGzhx7hjA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGzhx7hjA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGzhx7hjA .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tGGzhx7hjA .container-fluid {
    padding: 0 20px;
  }
}
.cid-tGGzhx7hjA .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tGGzhx7hjA .container {
    padding: 0 20px;
  }
}
.cid-tGGzhx7hjA .container .row {
  margin: 0;
}
.cid-tGGzhx7hjA .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tGGzhx7hjA .link-wrapper {
  display: block;
}
.cid-tGGzhx7hjA .link-wrapper .mbr-link {
  margin-bottom: 50px;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-tGGzhx7hjA .link-wrapper .mbr-link {
    text-align: left;
  }
}
.cid-tGGzhx7hjA .link-wrapper:hover .mbr-link {
  text-decoration: none;
}
.cid-tGGzhx7hjA .item {
  padding: 0;
}
.cid-tGGzhx7hjA .item .item-wrapper a {
  display: block;
}
.cid-tGGzhx7hjA .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-tGGzhx7hjA .item .item-wrapper .item-img {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  margin: 0 30px 30px 0 ;
}
.cid-tGGzhx7hjA .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tGGzhx7hjA .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #1b1b1b;
  opacity: .3;
  pointer-events: none;
  z-index: 1;
  filter: blur(50px);
}
.cid-tGGzhx7hjA .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tGGzhx7hjA .item .item-wrapper .item-img .item-content {
    display: block;
  }
}
.cid-tGGzhx7hjA .item .item-wrapper .item-img .item-content .title-wrap {
  width: 50%;
  padding: 10px;
}
@media (max-width: 768px) {
  .cid-tGGzhx7hjA .item .item-wrapper .item-img .item-content .title-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-tGGzhx7hjA .item .item-wrapper .item-img .item-content .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-tGGzhx7hjA .item .item-wrapper .item-img .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-tGGzhx7hjA .item .item-wrapper .item-img .item-content .mbr-section-btn {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-tGGzhx7hjA .item .item-wrapper .item-img .item-content .mbr-section-btn {
    justify-content: normal;
    width: 100%;
  }
}
.cid-tGGzhx7hjA .item .item-wrapper .item-img .item-content .mbr-section-btn .btn {
  margin: 4px;
  padding: 18px 20px;
}
@media (max-width: 768px) {
  .cid-tGGzhx7hjA .item .item-wrapper .item-img .item-content .mbr-section-btn .btn {
    margin: 9.6px;
  }
}
.cid-tGGzhx7hjA .item-title {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 110%;    
}
.cid-tGGzhx7hjA .mbr-desc {
  color: #f2f2f2;
}
.cid-tGGzhx7hjA .item-img {
  position: relative;
  overflow: hidden;
}
.cid-tGGzhx7hjA .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-tGGzhx7hjA .item-img .item-content {
  position: relative;
  z-index: 2;
}
.cid-tGGzhx7hjA .mbr-section-title {
  color: #d45615;
  text-align: center;
}
.cid-tGGzhx7hjA .mbr-desc,
.cid-tGGzhx7hjA .item-title {
  text-shadow: 0px 0px 5px #000000;
}
.cid-tGGzhx7hjA .title-wrap {
  position: relative;
  width: 50%;
  padding: 0;
  overflow: hidden;
}
.cid-tGGzhx7hjA .title-wrap .item-title,
.cid-tGGzhx7hjA .title-wrap .mbr-desc {
  position: relative;
  z-index: 2;
  transition: all 0.4s ease-in-out;
  text-shadow: 0px 0px 5px #000000;
}
.cid-tGGzhx7hjA .title-wrap .item-title {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 10px 0 0 0;
  padding: 15px;
  background: transparent;
}
.cid-tGGzhx7hjA .title-wrap .mbr-desc {
  opacity: 0;
  transform: translateY(100%);
  padding: 15px;
  margin: 0;
  max-height: 0;
}
.cid-tGGzhx7hjA .title-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.cid-tGGzhx7hjA .item-wrapper:hover .title-wrap::before {
  opacity: 1;
}
.cid-tGGzhx7hjA .item-wrapper:hover .title-wrap .item-title {
  transform: translateY(-25%);
  position: relative;
  padding-bottom: 0;
}
.cid-tGGzhx7hjA .item-wrapper:hover .title-wrap .mbr-desc {
  opacity: 1;
  transform: translateY(0);
  max-height: 500px;
}
.cid-tGGzhx7hjA .mbr-section-btn {
  opacity: 1 !important;
}
.cid-uKqN5fZjoz {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background: #ffbe0d;
}
.cid-uKqN5fZjoz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKqN5fZjoz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKqN5fZjoz .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uKqN5fZjoz .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uKqN5fZjoz .container {
    padding: 0 20px;
  }
}
.cid-uKqN5fZjoz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-uKqN5fZjoz .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    border-right: none;
  }
}
.cid-uKqN5fZjoz .embla__slide .card-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uKqN5fZjoz .embla__slide .card-wrap {
    display: block;
  }
}
.cid-uKqN5fZjoz .embla__slide .card-wrap .content-wrap {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uKqN5fZjoz .embla__slide .card-wrap .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uKqN5fZjoz .embla__slide .card-wrap .content-wrap .card-subtitle {
  margin-bottom: 10px;
  letter-spacing: .16em;
}
.cid-uKqN5fZjoz .embla__slide .card-wrap .content-wrap .card-title {
  margin-bottom: 16px;
}
.cid-uKqN5fZjoz .embla__slide .card-wrap .content-wrap .card-desc {
  margin-bottom: 30px;
}
.cid-uKqN5fZjoz .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 24px;
}
.cid-uKqN5fZjoz .embla__slide .card-wrap .item-wrapper {
  width: 65%;
  padding-left: 4rem;
  padding-left: 0;
  padding-right: 4rem;
}
@media (max-width: 992px) {
  .cid-uKqN5fZjoz .embla__slide .card-wrap .item-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uKqN5fZjoz .embla__slide .card-wrap .item-wrapper {
    width: 100%;
    padding: 0;
  }
}
.cid-uKqN5fZjoz .embla__slide .card-wrap .item-wrapper .image-wrap {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-uKqN5fZjoz .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKqN5fZjoz .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 450px;
  }
}
.cid-uKqN5fZjoz .embla__button--next,
.cid-uKqN5fZjoz .embla__button--prev {
  display: flex;
}
.cid-uKqN5fZjoz .embla__button {
  bottom: -3rem;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #fafafa;
  border: 2px solid #f2f2f2;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKqN5fZjoz .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKqN5fZjoz .embla__button:hover {
  background: transparent;
  color: #fafafa;
  border-color: #fafafa;
}
.cid-uKqN5fZjoz .embla__button.embla__button--prev {
  left: auto;
  right: 3.5rem;
  margin-left: 0;
}
.cid-uKqN5fZjoz .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
.cid-uKqN5fZjoz .embla {
  position: relative;
  width: 100%;
}
.cid-uKqN5fZjoz .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uKqN5fZjoz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKqN5fZjoz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKqN5fZjoz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKqN5fZjoz .card-subtitle {
  color: #b44911;
}
.cid-uKqN5fZjoz .card-title {
  color: #064155;
}
.cid-uKqN5fZjoz .card-desc {
  color: #121212;
}
.cid-uKqN5fZjoz .card-text {
  color: #121212;
}
.cid-uKqN5fZjoz H5 {
  color: #ffffff;
}
.cid-uMYdE5ZnG5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background2-1-1677x1059.jpg");
}
.cid-uMYdE5ZnG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMYdE5ZnG5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMYdE5ZnG5 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uMYdE5ZnG5 .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMYdE5ZnG5 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uMYdE5ZnG5 .border-wrapper_1 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uMYdE5ZnG5 .border-wrapper_2 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uMYdE5ZnG5 .border-wrapper_2 {
    margin-top: 0;
  }
}
.cid-uMYdE5ZnG5 .items-wrapper {
  margin: 0px -5px;
}
.cid-uMYdE5ZnG5 .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uMYdE5ZnG5 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uMYdE5ZnG5 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  margin: 5px;
  height: 100%;
  background-color: /*#113f4d*/transparent;
}
.cid-uMYdE5ZnG5 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uMYdE5ZnG5 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uMYdE5ZnG5 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  color: #ffbe0d;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uMYdE5ZnG5 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    font-size: 54px;
  }
}
.cid-uMYdE5ZnG5 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uMYdE5ZnG5 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMYdE5ZnG5 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uMYdE5ZnG5 .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMYdE5ZnG5 .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .cid-uMYdE5ZnG5 .items-wrapper {
    margin: 0px 180px;
  }
}
.cid-uMYdE5ZnG5 .mbr-section-title {
  color: #093388;
}
.cid-uMYdE5ZnG5 .item-title {
  color: #093388;
}
.cid-uMYdE5ZnG5 .item-text {
  color: #58595b;
}
.cid-uMYdE5ZnG5 .mbr-section-title,
.cid-uMYdE5ZnG5 .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uMYdE5ZnG5 .item-title,
.cid-uMYdE5ZnG5 .mbr-section-btn,
.cid-uMYdE5ZnG5 .icon-wrapper {
  text-align: center;
  color: #ffbe0d;
}
.cid-uMYdE5ZnG5 .item-text,
.cid-uMYdE5ZnG5 .text-wrapper {
  text-align: center;
  color: #fafafa;
}
.cid-uLJaR0IW2X {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
.cid-uLJaR0IW2X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJaR0IW2X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJaR0IW2X .items-wrap {
  justify-content: space-between;
}
.cid-uLJaR0IW2X .title-wrapper {
  margin-bottom: 32px;
}
.cid-uLJaR0IW2X .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLJaR0IW2X .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLJaR0IW2X .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLJaR0IW2X .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uLJaR0IW2X .mbr-figure iframe {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uLJaR0IW2X .video-block {
    margin-bottom: 24px;
  }
}
.cid-uLJaR0IW2X .mbr-figure__img {
  object-fit: contain;
}
.cid-uLJaR0IW2X .app-video-wrapper::before {
  color: #ffbc00;
  box-shadow: none;
}
.cid-uLJaR0IW2X .mbr-section-title {
  color: #000000;
}
.cid-uLJaR0IW2X .mbr-text {
  color: #000000;
}
.cid-uLJaR0IW2X .mbr-section-title,
.cid-uLJaR0IW2X .mbr-section-btn {
  text-align: left;
}
.cid-uLJaR0IW2X .mbr-section-title-2,
.cid-uLJaR0IW2X .mbr-section-btn {
  color: #d45615;
}
.cid-uLJaR0IW2X .capital {
  text-transform: uppercase;
}
.cid-uMYvlXQubW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1b1b1b;
}
.cid-uMYvlXQubW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMYvlXQubW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMYvlXQubW .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMYvlXQubW .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uMYvlXQubW .container {
    padding: 0 20px;
  }
}
.cid-uMYvlXQubW .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMYvlXQubW .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uMYvlXQubW .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMYvlXQubW .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMYvlXQubW .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMYvlXQubW .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uMYvlXQubW .image-wrapper {
  height: 100%;
  display: flex;
  align-items: top;
}
.cid-uMYvlXQubW .image-wrapper img {
  height: 450px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uMYvlXQubW .image-wrapper img {
    height: 300px;
  }
}
.cid-uMYvlXQubW .mbr-section-title {
  color: #c2b299;
}
.cid-uMYvlXQubW .mbr-text {
  color: #fafafa;
}
.cid-uMYvlXQubW .mbr-section-title,
.cid-uMYvlXQubW .mbr-section-btn {
  color: #ffbe0d;
}
.cid-uKqlZ5LlD5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/20240513-154651-2000x1126.jpg");
}
.cid-uKqlZ5LlD5 .mbr-overlay {
  background: #f2f2f2;
  opacity: 0.7;
}
.cid-uKqlZ5LlD5 .item:focus,
.cid-uKqlZ5LlD5 span:focus {
  outline: none;
}
.cid-uKqlZ5LlD5 .row {
  justify-content: flex-end;
}
.cid-uKqlZ5LlD5 .title {
  justify-content: center;
}
.cid-uKqlZ5LlD5 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uKqlZ5LlD5 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uKqlZ5LlD5 .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uKqlZ5LlD5 .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uKqlZ5LlD5 .title-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uKqlZ5LlD5 .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKqlZ5LlD5 .item-wrapper {
  position: relative;
}
.cid-uKqlZ5LlD5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-uKqlZ5LlD5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uKqlZ5LlD5 .embla__slide .slide-content {
  width: 100%;
}
.cid-uKqlZ5LlD5 .embla__slide .slide-content .item-wrapper {
  padding: 80px;
  min-height: 650px;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uKqlZ5LlD5 .embla__slide .slide-content .item-wrapper {
    padding: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uKqlZ5LlD5 .embla__slide .slide-content .item-wrapper {
    padding: 30px 16px;
    min-height: auto;
  }
}
.cid-uKqlZ5LlD5 .embla__slide .slide-content .item-wrapper .card-box .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uKqlZ5LlD5 .embla__slide .slide-content .item-wrapper .card-box .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uKqlZ5LlD5 .embla__slide .slide-content .item-wrapper .card-box .content-wrapper .date-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKqlZ5LlD5 .embla__slide .slide-content .item-wrapper .card-box .content-wrapper .date-wrapper .date-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  background-color: #d45615;
  margin-right: 14px;
  margin-bottom: 14px;
}
.cid-uKqlZ5LlD5 .embla__slide .slide-content .item-wrapper .card-box .content-wrapper .date-wrapper .date-wrap .item-date {
  margin-bottom: 0;
}
.cid-uKqlZ5LlD5 .embla__slide .slide-content .item-wrapper .card-box .content-wrapper .date-wrapper .date-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uKqlZ5LlD5 .embla__slide .slide-content .item-wrapper .card-box .content-wrapper .date-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  background-color: #fff7ee;
  margin-bottom: 14px;
}
.cid-uKqlZ5LlD5 .embla__slide .slide-content .item-wrapper .card-box .content-wrapper .date-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uKqlZ5LlD5 .embla__slide .slide-content .item-wrapper .card-box .content-wrapper .date-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uKqlZ5LlD5 .embla__slide .slide-content .item-wrapper .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uKqlZ5LlD5 .embla__slide .slide-content .item-wrapper .item-title {
    margin-bottom: 30px;
  }
}
.cid-uKqlZ5LlD5 .embla__slide .slide-content .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uKqlZ5LlD5 .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKqlZ5LlD5 .embla__button--next,
.cid-uKqlZ5LlD5 .embla__button--prev {
  display: flex;
}
.cid-uKqlZ5LlD5 .embla__button {
  bottom: 0;
  width: 65px;
  height: 65px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #d45615 !important;
  color: #fff7ee !important;
  border: 2px solid #d45615 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uKqlZ5LlD5 .embla__button:hover {
  background-color: transparent !important;
}
@media (max-width: 992px) {
  .cid-uKqlZ5LlD5 .embla__button:hover {
    background-color: #d45615 !important;
  }
}
.cid-uKqlZ5LlD5 .embla__button.embla__button--prev {
  right: -5.5rem;
}
@media (max-width: 992px) {
  .cid-uKqlZ5LlD5 .embla__button.embla__button--prev {
    right: auto;
    left: 16px;
    bottom: 1rem;
  }
}
.cid-uKqlZ5LlD5 .embla__button.embla__button--next {
  right: -11rem;
}
@media (max-width: 992px) {
  .cid-uKqlZ5LlD5 .embla__button.embla__button--next {
    right: 16px;
    bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uKqlZ5LlD5 .embla__button {
    top: auto;
  }
}
.cid-uKqlZ5LlD5 .embla {
  position: relative;
  width: 100%;
  background-color: #151e11;
}
@media (max-width: 992px) {
  .cid-uKqlZ5LlD5 .embla {
    padding-bottom: 6rem;
  }
}
.cid-uKqlZ5LlD5 .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.cid-uKqlZ5LlD5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKqlZ5LlD5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKqlZ5LlD5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKqlZ5LlD5 .mbr-label,
.cid-uKqlZ5LlD5 .label-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uKqlZ5LlD5 .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-uKqlZ5LlD5 .item-title {
  color: #fff7ee;
}
.cid-uKqlZ5LlD5 .item-text {
  color: #fff7ee;
}
.cid-uKqlZ5LlD5 .item-label {
  color: #151e11;
}
.cid-uKqlZ5LlD5 .item-date {
  color: #151e11;
}
.cid-uKqlZ5LlD5 .item-date,
.cid-uKqlZ5LlD5 .content-wrapper {
  color: #ffffff;
}
.cid-uKqlZ5LlD5 .mbr-section-title,
.cid-uKqlZ5LlD5 .mbr-section-btn {
  color: #d45615;
  text-align: left;
}
.cid-uKqMvjhpXq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d45615;
}
.cid-uKqMvjhpXq .item:focus,
.cid-uKqMvjhpXq span:focus {
  outline: none;
}
.cid-uKqMvjhpXq .item-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uKqMvjhpXq .container {
    padding: 0 30px;
  }
}
.cid-uKqMvjhpXq .icon-wrapper {
  text-align: right;
  padding-top: 4rem;
}
@media (max-width: 992px) {
  .cid-uKqMvjhpXq .icon-wrapper {
    padding-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uKqMvjhpXq .icon-wrapper {
    text-align: left;
  }
}
.cid-uKqMvjhpXq .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 50px;
  color: #ffffff;
}
.cid-uKqMvjhpXq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uKqMvjhpXq .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uKqMvjhpXq .embla__slide .slide-content {
  width: 100%;
}
.cid-uKqMvjhpXq .embla__slide .slide-content .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uKqMvjhpXq .embla__slide .slide-content .item-content .mbr-desc {
  line-height: 180%;
  margin: 45px 0 0 0;
}
.cid-uKqMvjhpXq .embla__button--next,
.cid-uKqMvjhpXq .embla__button--prev {
  display: flex;
}
.cid-uKqMvjhpXq .embla__button {
  top: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6 !important;
}
.cid-uKqMvjhpXq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKqMvjhpXq .embla__button:hover {
  opacity: 1 !important;
}
.cid-uKqMvjhpXq .embla__button.embla__button--prev {
  left: 0;
}
.cid-uKqMvjhpXq .embla__button.embla__button--next {
  left: 100px;
}
.cid-uKqMvjhpXq .embla {
  position: relative;
  width: 100%;
  padding-top: 4rem;
}
.cid-uKqMvjhpXq .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uKqMvjhpXq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKqMvjhpXq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKqMvjhpXq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKqMvjhpXq .mbr-text {
  color: #FFFFFF;
}
.cid-uKqMvjhpXq .mbr-desc {
  color: #FFFFFF;
}
.cid-uKqMvjhpXq .mbr-section-title {
  text-align: left;
}
.cid-tGGzoVdIDW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fond-plan-noir-2000x1867.png");
}
.cid-tGGzoVdIDW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGzoVdIDW .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-tGGzoVdIDW .container {
    padding: 0 20px;
  }
}
.cid-tGGzoVdIDW .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tGGzoVdIDW .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-tGGzoVdIDW .panel-group {
  padding: 0 150px;
}
@media (max-width: 1200px) {
  .cid-tGGzoVdIDW .panel-group {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tGGzoVdIDW .panel-group {
    padding: 0;
  }
}
.cid-tGGzoVdIDW .panel-group .card:first-child .card-header {
  padding: 0 0 28px;
}
.cid-tGGzoVdIDW .panel-group .card .card-header {
  border: none;
  padding: 28px 0;
}
.cid-tGGzoVdIDW .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tGGzoVdIDW .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tGGzoVdIDW .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 16px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-tGGzoVdIDW .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-tGGzoVdIDW .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-tGGzoVdIDW .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-tGGzoVdIDW .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tGGzoVdIDW .mbr-section-title {
  color: #d45615;
}
.cid-tGGzoVdIDW .panel-title-edit {
  color: #f2f2f2;
}
.cid-tGGzoVdIDW .panel-text {
  color: #e4dfd4;
}
.cid-uMYcRyGoeO {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMYcRyGoeO .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.cid-uMYcRyGoeO .form {
  background-color: #ffbe0d;
  padding: 60px 1rem;
}
@media (min-width: 992px) {
  .cid-uMYcRyGoeO .form {
    padding: 124px 128px 128px 60px;
  }
}
.cid-uMYcRyGoeO .tab {
  min-height: 330px;
  padding: 60px 1rem 0;
}
@media (min-width: 992px) {
  .cid-uMYcRyGoeO .tab {
    padding: 60px 80px 67px;
  }
}
.cid-uMYcRyGoeO .nav {
  display: block;
}
.cid-uMYcRyGoeO .nav-tabs .nav-item.open .nav-link:focus,
.cid-uMYcRyGoeO .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uMYcRyGoeO .nav-tabs {
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uMYcRyGoeO .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-uMYcRyGoeO .nav-tabs .nav-link {
  padding: 0;
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-uMYcRyGoeO .nav-tabs .nav-link:not(.active) {
  color: #d45615 !important;
}
.cid-uMYcRyGoeO .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uMYcRyGoeO .nav-link,
.cid-uMYcRyGoeO .nav-link.active {
  color: #001810 !important;
  background-color: transparent;
}
.cid-uMYcRyGoeO .nav-tabs .nav-link.active {
  border-bottom: 1px solid transparent;
}
.cid-uMYcRyGoeO .map-wrap {
  width: 100%;
  height: 507px;
}
.cid-uMYcRyGoeO .google-map {
  height: 100%;
  position: relative;
}
.cid-uMYcRyGoeO .google-map iframe {
  height: 100%;
  width: 100%;
  filter: grayscale(1);
}
.cid-uMYcRyGoeO .google-map [data-state-details] {
  color: #282828;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  top: 50%;
  width: 100%;
}
.cid-uMYcRyGoeO .google-map[data-state] {
  background: #6b6b6b;
}
.cid-uMYcRyGoeO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMYcRyGoeO form {
  margin-top: 128px;
}
.cid-uMYcRyGoeO .form-control,
.cid-uMYcRyGoeO .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  padding: 8px 0;
  color: #18293D;
  margin: 0;
  font-weight: 300;
}
.cid-uMYcRyGoeO .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-uMYcRyGoeO .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
  border-bottom: 1px solid #282828 !important;
}
.cid-uMYcRyGoeO .form-check-input:checked {
  background-color: #fafafa;
  border-bottom: 1px solid #282828 !important;
}
.cid-uMYcRyGoeO .form-control::placeholder {
  color: #3d3d3d;
  font-size: 16px;
  margin: 0;
  font-weight: 300;
}
.cid-uMYcRyGoeO .form-group {
  margin-bottom: 35px;
}
.cid-uMYcRyGoeO .form-control,
.cid-uMYcRyGoeO form .btn {
  min-height: auto;
}
.cid-uMYcRyGoeO .link-title:after {
  content: "\2192";
  font-size: 16px;
  margin-left: 10px;
  font-weight: 700;
  padding: .7rem;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.cid-uMYcRyGoeO .link-title:hover:after {
  background: #FFFF27;
}
.cid-uK3jgI9Cm7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uK3jgI9Cm7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3jgI9Cm7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK3jgI9Cm7 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uK3jgI9Cm7 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uK3jgI9Cm7 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uK3jgI9Cm7 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uK3jgI9Cm7 .container {
    padding: 0 12px;
  }
}
.cid-uK3jgI9Cm7 .title-wrapper a {
  display: block;
}
.cid-uK3jgI9Cm7 .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uK3jgI9Cm7 .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-uK3jgI9Cm7 .list-wrapper .list,
.cid-uK3jgI9Cm7 .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uK3jgI9Cm7 .list-wrapper .list,
  .cid-uK3jgI9Cm7 .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-uK3jgI9Cm7 .list-wrapper .list .item-wrap,
.cid-uK3jgI9Cm7 .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uK3jgI9Cm7 .list-wrapper .list .item-wrap:hover,
.cid-uK3jgI9Cm7 .list-wrapper .list_main .item-wrap:hover,
.cid-uK3jgI9Cm7 .list-wrapper .list .item-wrap:focus,
.cid-uK3jgI9Cm7 .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uK3jgI9Cm7 .contacts-wrapper .list {
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uK3jgI9Cm7 .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uK3jgI9Cm7 .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uK3jgI9Cm7 .contacts-wrapper .list .item-wrap:hover,
.cid-uK3jgI9Cm7 .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uK3jgI9Cm7 .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uK3jgI9Cm7 .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-uK3jgI9Cm7 .social-row .soc-item {
  margin-right: 24px;
}
.cid-uK3jgI9Cm7 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uK3jgI9Cm7 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-uK3jgI9Cm7 .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-uK3jgI9Cm7 .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-uK3jgI9Cm7 .mbr-section-title {
  color: #ffffff;
}
.cid-uK3jgI9Cm7 .mbr-list-title {
  color: #ffffff;
}
.cid-uK3jgI9Cm7 .list {
  color: #787878;
}
.cid-uK3jgI9Cm7 .list_main {
  color: #787878;
}
.cid-uNlNrrE4Px {
  z-index: 1000;
  width: 100%;
}
.cid-uNlNrrE4Px .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
  position: fixed;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNlNrrE4Px .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uNlNrrE4Px .menu_box .navbar.opened,
  .cid-uNlNrrE4Px .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uNlNrrE4Px nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uNlNrrE4Px .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uNlNrrE4Px .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uNlNrrE4Px .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uNlNrrE4Px .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-body .mbr-text,
  .cid-uNlNrrE4Px .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uNlNrrE4Px .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uNlNrrE4Px ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uNlNrrE4Px li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uNlNrrE4Px .lg_brand {
    margin: 0 1rem;
  }
  .cid-uNlNrrE4Px .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uNlNrrE4Px .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 0 !important;
  }
}
.cid-uNlNrrE4Px .nav-item .nav-link {
  position: relative;
}
.cid-uNlNrrE4Px .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fafafa;
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover,
.cid-uNlNrrE4Px .nav-item .nav-link:focus {
  opacity: 1;
  color: #fafafa !important;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover::before,
.cid-uNlNrrE4Px .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uNlNrrE4Px .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uNlNrrE4Px .offcanvas_box {
    display: none;
  }
}
.cid-uNlNrrE4Px .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uNlNrrE4Px .container {
  display: flex;
  margin: auto;
}
.cid-uNlNrrE4Px .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uNlNrrE4Px .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uNlNrrE4Px .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .navbar-caption {
  color: #ffffff;
}
.cid-uNlNrrE4Px .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .navbar-nav {
    margin: 0;
  }
}
.cid-uNlNrrE4Px .dropdown-menu,
.cid-uNlNrrE4Px .navbar.opened {
  background-color: false !important;
}
.cid-uNlNrrE4Px .nav-item:focus,
.cid-uNlNrrE4Px .nav-link:focus {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNlNrrE4Px .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uNlNrrE4Px .navbar.opened {
  transition: all 0.3s;
}
.cid-uNlNrrE4Px .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uNlNrrE4Px .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uNlNrrE4Px .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar.collapsed {
  justify-content: center;
}
.cid-uNlNrrE4Px .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNlNrrE4Px .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uNlNrrE4Px .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uNlNrrE4Px .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uNlNrrE4Px .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNlNrrE4Px .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uNlNrrE4Px .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uNlNrrE4Px .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uNlNrrE4Px .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNlNrrE4Px .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uNlNrrE4Px .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown-item.active,
.cid-uNlNrrE4Px .dropdown-item:active {
  background-color: transparent;
}
.cid-uNlNrrE4Px .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNlNrrE4Px .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNlNrrE4Px .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-uNlNrrE4Px ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNlNrrE4Px button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uNlNrrE4Px .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-uNlNrrE4Px .navbar {
    height: 70px;
  }
  .cid-uNlNrrE4Px .navbar.opened {
    height: auto;
  }
  .cid-uNlNrrE4Px .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNlNrrE4Px .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uNlNrrE4Px .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uNlNrrE4Px .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uNlNrrE4Px .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uNlNrrE4Px .navbar-caption:hover {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uNlNrrE4Px .text_widget {
  margin-bottom: 32px;
}
.cid-uNlNrrE4Px .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .text_widget a:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .icons-menu-main {
  display: flex;
}
.cid-uNlNrrE4Px .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-section-subtitle,
.cid-uNlNrrE4Px .text_widget,
.cid-uNlNrrE4Px .mbr-section-btn {
  text-align: center;
}
.cid-uNlNrrE4Px a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uKAoBmTRmk {
  background-image: url("../../../assets/images/guillaume-cornier-delabrouille-cda-architecture-prunier-en-sologne-2000x2898.jpg");
}
.cid-uKAoBmTRmk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKAoBmTRmk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKAoBmTRmk .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uKAoBmTRmk .container-fluid {
    padding: 0 20px;
  }
}
.cid-uKAoBmTRmk .container-fluid .row {
  padding-top: 15%;
}
@media (max-width: 992px) {
  .cid-uKAoBmTRmk .container-fluid .row {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-uKAoBmTRmk .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uKAoBmTRmk .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKAoBmTRmk .title-wrapper .logo-wrap {
  margin-bottom: 16px;
}
.cid-uKAoBmTRmk .title-wrapper .logo-wrap img {
  display: inline-flex;
  height: 92px;
  width: 254px;
  object-fit: cover;
}
.cid-uKAoBmTRmk .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uKAoBmTRmk .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uKAoBmTRmk .title-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uKAoBmTRmk .title-wrapper .desc-wrapper .desc-wrap {
    margin-bottom: 20px;
    display: block;
  }
}
.cid-uKAoBmTRmk .title-wrapper .desc-wrapper .desc-wrap .mbr-price {
  margin-bottom: 0;
}
.cid-uKAoBmTRmk .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin: 0 0 0 6px;
}
@media (max-width: 992px) {
  .cid-uKAoBmTRmk .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0;
  }
}
.cid-uKAoBmTRmk .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKAoBmTRmk .buttons-wrap {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.cid-uKAoBmTRmk .buttons-wrap .mbr-section-btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uKAoBmTRmk .buttons-wrap .mbr-section-btn {
    text-align: left;
  }
}
.cid-uKAoBmTRmk .mbr-section-title {
  color: #ffffff;
}
.cid-uKAoBmTRmk .mbr-price {
  color: #ffffff;
}
.cid-uKAoBmTRmk .mbr-desc {
  color: #f2f2f2;
}
.cid-uKAoBmTRmk .mbr-text {
  color: #ffbe0d;
}
.cid-uKAoBmTRmk .mbr-section-btn {
  text-align: right;
}
.cid-uKAoBmTRmk .mbr-price,
.cid-uKAoBmTRmk .desc-wrapper {
  color: #d45615;
}
.cid-uKAoBmTRmk .mbr-desc,
.cid-uKAoBmTRmk .desc-wrapper {
  color: #d45615;
}
.cid-uNgbba6j6D {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #151e11;
}
.cid-uNgbba6j6D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNgbba6j6D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNgbba6j6D .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uNgbba6j6D .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uNgbba6j6D .container {
    padding: 0 20px;
  }
}
.cid-uNgbba6j6D .row {
  justify-content: center;
}
.cid-uNgbba6j6D .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNgbba6j6D .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uNgbba6j6D .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uNgbba6j6D .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uNgbba6j6D .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uNgbba6j6D .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uNgbba6j6D .mbr-text {
  color: #e4dfd4;
  text-align: center;
}
.cid-uNgbba6j6D .mbr-desc {
  color: #e4dfd4;
}
.cid-uNgbba6j6D .mbr-desc,
.cid-uNgbba6j6D .desc-wrapper {
  text-align: center;
}
.cid-uNgcrRfxwZ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNgcrRfxwZ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uNgcrRfxwZ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uNgcrRfxwZ .container {
    padding: 0 25px;
  }
}
.cid-uNgcrRfxwZ .row {
  margin: 0;
}
.cid-uNgcrRfxwZ .row .card {
  padding: 0;
}
.cid-uNgcrRfxwZ .title-wrapper {
  display: flex;
  align-items: flex;
  position: relative;
  height: 100%;
}
@media (max-width: 576px) {
  .cid-uNgcrRfxwZ .title-wrapper {
    padding: 10px 10px;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .cid-uNgcrRfxwZ .title-wrapper {
    padding: 10px 15px;
  }
}
@media (min-width: 769px) {
  .cid-uNgcrRfxwZ .title-wrapper {
    padding: 20px 80px 20px 80px;
  }
}
.cid-uNgcrRfxwZ .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNgcrRfxwZ .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uNgcrRfxwZ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uNgcrRfxwZ .item:focus,
.cid-uNgcrRfxwZ span:focus {
  outline: none;
}
.cid-uNgcrRfxwZ .item-wrapper {
  position: relative;
}
.cid-uNgcrRfxwZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uNgcrRfxwZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uNgcrRfxwZ .embla__slide .slide-content {
  padding: 0;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .cid-uNgcrRfxwZ .embla__slide .slide-content {
    padding: 0;
  }
}
.cid-uNgcrRfxwZ .embla__slide .slide-content a .item-wrapper {
  padding: 0 10px;
}
@media (max-width: 768px) {
  .cid-uNgcrRfxwZ .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uNgcrRfxwZ .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .cid-uNgcrRfxwZ .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uNgcrRfxwZ .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 520px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uNgcrRfxwZ .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uNgcrRfxwZ .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uNgcrRfxwZ .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uNgcrRfxwZ .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uNgcrRfxwZ .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uNgcrRfxwZ .embla__button--next,
.cid-uNgcrRfxwZ .embla__button--prev {
  display: flex;
}
.cid-uNgcrRfxwZ .embla__button {
  bottom: 8rem;
  width: 72px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uNgcrRfxwZ .embla__button {
    display: none;
  }
}
.cid-uNgcrRfxwZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uNgcrRfxwZ .embla__button:hover {
  opacity: .7 !important;
}
.cid-uNgcrRfxwZ .embla__button.embla__button--prev {
  left: 72px;
}
.cid-uNgcrRfxwZ .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uNgcrRfxwZ .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uNgcrRfxwZ .embla__button.embla__button--next {
  right: 72px;
}
.cid-uNgcrRfxwZ .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uNgcrRfxwZ .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uNgcrRfxwZ .embla__button {
    bottom: 1rem;
  }
}
.cid-uNgcrRfxwZ .embla {
  position: sticky;
  width: 100%;
  top: 130px;
  padding: 0;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uNgcrRfxwZ .embla {
    padding: 0 16px 30px;
  }
}
.cid-uNgcrRfxwZ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uNgcrRfxwZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uNgcrRfxwZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uNgcrRfxwZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uNgcrRfxwZ .mbr-section-title {
  color: #ffffff;
}
.cid-uNgcrRfxwZ .item-subtitle {
  color: #787878;
  text-align: center;
}
.cid-uNgcrRfxwZ .item-title {
  color: #787878;
  text-align: center;
}
.cid-uNgcrRfxwZ .espace_petites_lettres {
  letter-spacing: 3px;
}
.cid-uNgcrRfxwZ .mbr-soustitle,
.cid-uNgcrRfxwZ .mbr-section-btn {
  color: #ffffff;
}
.cid-uNgcrRfxwZ .mbr-section-title,
.cid-uNgcrRfxwZ .mbr-section-btn {
  color: #d45615;
}
@media (max-width: 576px) {
  .cid-uNgcrRfxwZ .marge_menu {
    margin-top: 40px;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .cid-uNgcrRfxwZ .marge_menu {
    margin-top: 40px;
  }
}
@media (min-width: 769px) {
  .cid-uNgcrRfxwZ .marge_menu {
    margin-top: 40px;
  }
}
.cid-uKGaYOHlWK {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uKGaYOHlWK .mbr-section-subtitle {
  color: #ffbe0d;
}
.cid-uKGaYOHlWK .mbr-section-title {
  color: #d45615;
  text-align: left;
}
.cid-uKGaYOHlWK img {
  width: 100%;
}
.cid-uKGaYOHlWK .mbr-text {
  color: #001810;
}
.cid-uKGaYOHlWK .mbr-section-btn {
  margin-top: 40px;
}
.cid-uKGaYOHlWK .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-uKGaYOHlWK * {
    text-align: left;
  }
}
.cid-uKGaYOHlWK .cards-wrap {
  flex-direction: column;
}
.cid-uKGaYOHlWK .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-uKGaYOHlWK .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #d45615;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uKGaYOHlWK .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-uKGaYOHlWK .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-uKGaYOHlWK .wrapper .content .mbr-card-title {
  color: #fafafa;
  margin-bottom: 10px;
}
.cid-uKGaYOHlWK .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #f2f2f2;
}
.cid-uKGaYOHlWK .widget-container {
  margin: 0 0 30px 0;
  top: 130px;
  position: sticky;
  padding: 0;
  z-index: 2;
}
.cid-uKGaYOHlWK .widget-container .project-info {
  padding: 15px 10px 13px 10px;
  background-color: #eeeff2;
  border-radius: 3px;
}
.cid-uKGaYOHlWK .widget-container .project-info .info-item {
  display: flex;
  flex-wrap: wrap;
  padding: 17px 0;
  border-bottom: 1px solid #dcdfe2;
}
.cid-uKGaYOHlWK .widget-container .project-info .info-item .label {
  font-weight: 500;
  margin-right: 5px;
  flex: none;
  margin-bottom: 0;
}
.cid-uKGaYOHlWK .widget-container .project-info .info-item .info-text {
  margin-bottom: 0;
}
.cid-uKGaYOHlWK .widget-container .project-info .info-item:last-child {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uKGaYOHlWK .widget-container {
    padding: 0 ;
  }
  .cid-uKGaYOHlWK .widget-container .project-info {
    padding: 15px 5px 13px 10px;
    background-color: #eeeff2;
    border-radius: 3px;
  }
}
.cid-uKGaYOHlWK .newsletter {
  padding: 35px 30px 40px;
  border-radius: 3px;
  display: block;
}
.cid-uKGaYOHlWK .newsletter .mbr-section-subtitle {
  position: relative;
  margin-bottom: 25px;
  color: #fafafa;
}
.cid-uKGaYOHlWK .newsletter .form-group,
.cid-uKGaYOHlWK .newsletter .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uKGaYOHlWK .newsletter textarea {
  height: 110px !important;
}
.cid-uKGaYOHlWK .newsletter .form-control {
  font-size: 14px;
  background: #ffffff;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-uKGaYOHlWK .newsletter .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-uKGaYOHlWK .newsletter .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-uKGaYOHlWK .newsletter .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-uKGaYOHlWK .newsletter .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-uKGaYOHlWK .newsletter .form-group {
  margin-bottom: 8.6px;
}
.cid-uKGaYOHlWK .newsletter .dragArea {
  flex-direction: column;
}
.cid-uKGaYOHlWK .newsletter .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
  overflow: hidden;
}
.cid-uKGaYOHlWK .newsletter .dragArea .mbr-section-btn .btn.btn-success:hover {
  background-color: #ffbe0d !important;
  border-color: #ffbe0d !important;
  color: #ffffff !important;
}
.cid-uKGaYOHlWK .newsletter .dragArea .mbr-section-btn .btn::after {
  background-color: #f2f2f2;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uKGaYOHlWK .newsletter .dragArea .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uKGaYOHlWK .cards-wrap2 {
  flex-direction: column;
}
.cid-uKGaYOHlWK .cards-wrap2 .wrapper2 {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.cid-uKGaYOHlWK .cards-wrap2 .wrapper2 .img {
  margin-bottom: 20px;
}
.cid-uKGaYOHlWK .cards-wrap2 .wrapper2 .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #ffbe0d;
  border-radius: 50%;
}
.cid-uKGaYOHlWK .cards-wrap2 .wrapper2 .mbr-card-title {
  color: #fafafa;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-uKGaYOHlWK .cards-wrap2 .wrapper2 .mbr-text {
  margin-bottom: 19px;
  color: #f2f2f2;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uKGaYOHlWK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKGaYOHlWK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKGaYOHlWK .widget-container .project-info .info-item .info-text {
  color: #d45615;
  text-align: left;
}
.cid-uKGaYOHlWK .cards-wrap .wrapper .content .mbr-text,
.cid-uKGaYOHlWK .img {
  color: #113f4d;
}
.cid-uKGaYOHlWK .bottomPart .wrapper2 .mbr-text,
.cid-uKGaYOHlWK .img {
  color: #121212;
}
.cid-uKGaYOHlWK .bottomPart .wrapper2 .mbr-card-title,
.cid-uKGaYOHlWK .img {
  color: #d45615;
}
.cid-uKGaYOHlWK .cards-wrap .wrapper .content .mbr-card-title,
.cid-uKGaYOHlWK .img {
  color: #d45615;
}
.cid-uKGaYOHlWK .newsletter .mbr-section-subtitle {
  color: #001810;
}
.cid-uKGaYOHlWK .widget-container .project-info .info-item .label {
  color: #001810;
}
.cid-uNgdleWqD0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNgdleWqD0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNgdleWqD0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNgdleWqD0 [class^="socicon-"]:before,
.cid-uNgdleWqD0 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uNgdleWqD0 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #d45615;
  border-width: 2px;
  transition: all .3s;
  border-color: #d45615;
}
.cid-uNgdleWqD0 .btn-social:hover {
  background: #d45615;
}
.cid-uNgdleWqD0 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uNghnL3UYU {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNghnL3UYU .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.cid-uNghnL3UYU .form {
  background-color: #ffbe0d;
  padding: 60px 1rem;
}
@media (min-width: 992px) {
  .cid-uNghnL3UYU .form {
    padding: 124px 128px 128px 60px;
  }
}
.cid-uNghnL3UYU .tab {
  min-height: 330px;
  padding: 60px 1rem 0;
}
@media (min-width: 992px) {
  .cid-uNghnL3UYU .tab {
    padding: 60px 80px 67px;
  }
}
.cid-uNghnL3UYU .nav {
  display: block;
}
.cid-uNghnL3UYU .nav-tabs .nav-item.open .nav-link:focus,
.cid-uNghnL3UYU .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uNghnL3UYU .nav-tabs {
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uNghnL3UYU .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-uNghnL3UYU .nav-tabs .nav-link {
  padding: 0;
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-uNghnL3UYU .nav-tabs .nav-link:not(.active) {
  color: #d45615 !important;
}
.cid-uNghnL3UYU .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uNghnL3UYU .nav-link,
.cid-uNghnL3UYU .nav-link.active {
  color: #001810 !important;
  background-color: transparent;
}
.cid-uNghnL3UYU .nav-tabs .nav-link.active {
  border-bottom: 1px solid transparent;
}
.cid-uNghnL3UYU .map-wrap {
  width: 100%;
  height: 507px;
}
.cid-uNghnL3UYU .google-map {
  height: 100%;
  position: relative;
}
.cid-uNghnL3UYU .google-map iframe {
  height: 100%;
  width: 100%;
  filter: grayscale(1);
}
.cid-uNghnL3UYU .google-map [data-state-details] {
  color: #282828;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  top: 50%;
  width: 100%;
}
.cid-uNghnL3UYU .google-map[data-state] {
  background: #6b6b6b;
}
.cid-uNghnL3UYU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uNghnL3UYU form {
  margin-top: 128px;
}
.cid-uNghnL3UYU .form-control,
.cid-uNghnL3UYU .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  padding: 8px 0;
  color: #18293D;
  margin: 0;
  font-weight: 300;
}
.cid-uNghnL3UYU .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-uNghnL3UYU .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
  border-bottom: 1px solid #282828 !important;
}
.cid-uNghnL3UYU .form-check-input:checked {
  background-color: #fafafa;
  border-bottom: 1px solid #282828 !important;
}
.cid-uNghnL3UYU .form-control::placeholder {
  color: #3d3d3d;
  font-size: 16px;
  margin: 0;
  font-weight: 300;
}
.cid-uNghnL3UYU .form-group {
  margin-bottom: 35px;
}
.cid-uNghnL3UYU .form-control,
.cid-uNghnL3UYU form .btn {
  min-height: auto;
}
.cid-uNghnL3UYU .link-title:after {
  content: "\2192";
  font-size: 16px;
  margin-left: 10px;
  font-weight: 700;
  padding: .7rem;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.cid-uNghnL3UYU .link-title:hover:after {
  background: #FFFF27;
}
.cid-uK3jgI9Cm7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uK3jgI9Cm7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3jgI9Cm7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK3jgI9Cm7 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uK3jgI9Cm7 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uK3jgI9Cm7 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uK3jgI9Cm7 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uK3jgI9Cm7 .container {
    padding: 0 12px;
  }
}
.cid-uK3jgI9Cm7 .title-wrapper a {
  display: block;
}
.cid-uK3jgI9Cm7 .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uK3jgI9Cm7 .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-uK3jgI9Cm7 .list-wrapper .list,
.cid-uK3jgI9Cm7 .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uK3jgI9Cm7 .list-wrapper .list,
  .cid-uK3jgI9Cm7 .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-uK3jgI9Cm7 .list-wrapper .list .item-wrap,
.cid-uK3jgI9Cm7 .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uK3jgI9Cm7 .list-wrapper .list .item-wrap:hover,
.cid-uK3jgI9Cm7 .list-wrapper .list_main .item-wrap:hover,
.cid-uK3jgI9Cm7 .list-wrapper .list .item-wrap:focus,
.cid-uK3jgI9Cm7 .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uK3jgI9Cm7 .contacts-wrapper .list {
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uK3jgI9Cm7 .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uK3jgI9Cm7 .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uK3jgI9Cm7 .contacts-wrapper .list .item-wrap:hover,
.cid-uK3jgI9Cm7 .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uK3jgI9Cm7 .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uK3jgI9Cm7 .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-uK3jgI9Cm7 .social-row .soc-item {
  margin-right: 24px;
}
.cid-uK3jgI9Cm7 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uK3jgI9Cm7 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-uK3jgI9Cm7 .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-uK3jgI9Cm7 .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-uK3jgI9Cm7 .mbr-section-title {
  color: #ffffff;
}
.cid-uK3jgI9Cm7 .mbr-list-title {
  color: #ffffff;
}
.cid-uK3jgI9Cm7 .list {
  color: #787878;
}
.cid-uK3jgI9Cm7 .list_main {
  color: #787878;
}
.cid-uNlNrrE4Px {
  z-index: 1000;
  width: 100%;
}
.cid-uNlNrrE4Px .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
  position: fixed;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNlNrrE4Px .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uNlNrrE4Px .menu_box .navbar.opened,
  .cid-uNlNrrE4Px .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uNlNrrE4Px nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uNlNrrE4Px .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uNlNrrE4Px .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uNlNrrE4Px .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uNlNrrE4Px .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-body .mbr-text,
  .cid-uNlNrrE4Px .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uNlNrrE4Px .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uNlNrrE4Px ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uNlNrrE4Px li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uNlNrrE4Px .lg_brand {
    margin: 0 1rem;
  }
  .cid-uNlNrrE4Px .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uNlNrrE4Px .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 0 !important;
  }
}
.cid-uNlNrrE4Px .nav-item .nav-link {
  position: relative;
}
.cid-uNlNrrE4Px .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fafafa;
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover,
.cid-uNlNrrE4Px .nav-item .nav-link:focus {
  opacity: 1;
  color: #fafafa !important;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover::before,
.cid-uNlNrrE4Px .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uNlNrrE4Px .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uNlNrrE4Px .offcanvas_box {
    display: none;
  }
}
.cid-uNlNrrE4Px .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uNlNrrE4Px .container {
  display: flex;
  margin: auto;
}
.cid-uNlNrrE4Px .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uNlNrrE4Px .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uNlNrrE4Px .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .navbar-caption {
  color: #ffffff;
}
.cid-uNlNrrE4Px .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .navbar-nav {
    margin: 0;
  }
}
.cid-uNlNrrE4Px .dropdown-menu,
.cid-uNlNrrE4Px .navbar.opened {
  background-color: false !important;
}
.cid-uNlNrrE4Px .nav-item:focus,
.cid-uNlNrrE4Px .nav-link:focus {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNlNrrE4Px .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uNlNrrE4Px .navbar.opened {
  transition: all 0.3s;
}
.cid-uNlNrrE4Px .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uNlNrrE4Px .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uNlNrrE4Px .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar.collapsed {
  justify-content: center;
}
.cid-uNlNrrE4Px .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNlNrrE4Px .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uNlNrrE4Px .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uNlNrrE4Px .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uNlNrrE4Px .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNlNrrE4Px .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uNlNrrE4Px .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uNlNrrE4Px .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uNlNrrE4Px .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNlNrrE4Px .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uNlNrrE4Px .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown-item.active,
.cid-uNlNrrE4Px .dropdown-item:active {
  background-color: transparent;
}
.cid-uNlNrrE4Px .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNlNrrE4Px .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNlNrrE4Px .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-uNlNrrE4Px ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNlNrrE4Px button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uNlNrrE4Px .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-uNlNrrE4Px .navbar {
    height: 70px;
  }
  .cid-uNlNrrE4Px .navbar.opened {
    height: auto;
  }
  .cid-uNlNrrE4Px .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNlNrrE4Px .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uNlNrrE4Px .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uNlNrrE4Px .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uNlNrrE4Px .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uNlNrrE4Px .navbar-caption:hover {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uNlNrrE4Px .text_widget {
  margin-bottom: 32px;
}
.cid-uNlNrrE4Px .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .text_widget a:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .icons-menu-main {
  display: flex;
}
.cid-uNlNrrE4Px .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-section-subtitle,
.cid-uNlNrrE4Px .text_widget,
.cid-uNlNrrE4Px .mbr-section-btn {
  text-align: center;
}
.cid-uNlNrrE4Px a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uNg7ov4Wlj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uNg7ov4Wlj .container-fluid {
  padding: 0 ;
}
@media (max-width: 768px) {
  .cid-uNg7ov4Wlj .container-fluid {
    padding: 0 ;
  }
}
.cid-uNg7ov4Wlj .slider03 {
  marging-top: 200px;
}
@media (max-width: 992px) {
  .cid-uNg7ov4Wlj .container {
    padding: 0 20px;
  }
}
.cid-uNg7ov4Wlj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uNg7ov4Wlj .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uNg7ov4Wlj .embla__slide .slide-content {
  width: 100%;
}
.cid-uNg7ov4Wlj .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uNg7ov4Wlj .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  min-height: 830px;
  overflow: hidden;
  padding: 60px 86px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uNg7ov4Wlj .embla__slide .slide-content .item-wrapper .item-img {
    padding: 46px 20px 46px;
    min-height: auto;
    height: 100%;
  }
}
.cid-uNg7ov4Wlj .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNg7ov4Wlj .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background-color: #000000;
  opacity: 0.2;
}
.cid-uNg7ov4Wlj .embla__slide .slide-content .item-wrapper .item-img .item-desc {
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .cid-uNg7ov4Wlj .embla__slide .slide-content .item-wrapper .item-img .item-desc {
    margin: 20px;
    padding: 0px!important;
  }
}
@media (min-width: 577px) {
  .cid-uNg7ov4Wlj .embla__slide .slide-content .item-wrapper .item-img .item-desc {
    padding-left: 50px;
    margin: 50px 20px;
  }
}
.cid-uNg7ov4Wlj .embla__slide .slide-content .item-wrapper .item-img .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .cid-uNg7ov4Wlj .embla__slide .slide-content .item-wrapper .item-img .title-wrapper {
    margin: 20px;
    padding: 0px!important;
  }
}
@media (min-width: 577px) {
  .cid-uNg7ov4Wlj .embla__slide .slide-content .item-wrapper .item-img .title-wrapper {
    margin: 50px 20px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uNg7ov4Wlj .embla__slide .slide-content .item-wrapper .item-img .title-wrapper .title-wrap .item-title {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 576px) {
  .cid-uNg7ov4Wlj .embla__slide .slide-content .item-wrapper .item-img .title-wrapper .title-wrap .item-title {
    width: 90%;
  }
}
.cid-uNg7ov4Wlj .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
  position: relative;
  z-index: 1;
  align-items: left;
}
@media (max-width: 576px) {
  .cid-uNg7ov4Wlj .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
    margin: 0px 20px 50px 20px;
    padding: 0px!important;
  }
}
@media (min-width: 577px) {
  .cid-uNg7ov4Wlj .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
    margin: 50px 20px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uNg7ov4Wlj .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper {
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-uNg7ov4Wlj .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper {
    margin-right: 16px;
  }
}
.cid-uNg7ov4Wlj .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 86px;
  border-radius: 100%;
  color: #000000;
}
.cid-uNg7ov4Wlj .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .name-wrap .item-name {
  margin-bottom: 16px;
}
.cid-uNg7ov4Wlj .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-uNg7ov4Wlj .embla__button--next,
.cid-uNg7ov4Wlj .embla__button--prev {
  display: flex;
}
.cid-uNg7ov4Wlj .embla__button {
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #fafafa !important;
  border: 2px solid #fafafa !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uNg7ov4Wlj .embla__button {
    top: 2.5rem;
    color: #fafafa !important;
    border: 2px solid #fafafa !important;
  }
}
@media (max-width: 768px) {
  .cid-uNg7ov4Wlj .embla__button {
    top: 90%;
  }
}
.cid-uNg7ov4Wlj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uNg7ov4Wlj .embla__button:hover {
  opacity: 1 !important;
}
.cid-uNg7ov4Wlj .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uNg7ov4Wlj .embla__button.embla__button--next {
  right: 30px;
}
.cid-uNg7ov4Wlj .embla {
  position: relative;
  width: 100%;
}
.cid-uNg7ov4Wlj .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uNg7ov4Wlj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uNg7ov4Wlj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uNg7ov4Wlj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uNg7ov4Wlj .item-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uNg7ov4Wlj .item-title {
  color: #000000;
}
.cid-uNg7ov4Wlj .item-name {
  color: #ffffff;
  text-align: left;
}
.cid-uNg7ov4Wlj .item-role {
  color: #fff7ee;
  text-align: left;
}
.cid-uNg7ov4Wlj .list {
  color: #000000;
}
.cid-uNg7ov4Wlj .item-title,
.cid-uNg7ov4Wlj .mbr-section-btn,
.cid-uNg7ov4Wlj .title-wrap {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uNg7ov4Wlj .marge_responsive {
    margin-top: 65px;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .cid-uNg7ov4Wlj .marge_responsive {
    margin-top: 55px;
  }
}
@media (min-width: 769px) {
  .cid-uNg7ov4Wlj .marge_responsive {
    margin-top: 75px;
  }
}
.cid-uNg7ov4Wlj P {
  color: #ffbe0d;
}
.cid-uKHE0vB8KF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uKHE0vB8KF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uKHE0vB8KF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uKHE0vB8KF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uKHE0vB8KF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uKHE0vB8KF .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #001810) !important;
}
.cid-uKHE0vB8KF .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uKHE0vB8KF .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uKHE0vB8KF .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uKHE0vB8KF .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-uKHE0vB8KF .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uKHE0vB8KF .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uKHE0vB8KF .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-uKHE0vB8KF .mbr-gallery-filter ul {
  display: block;
}
.cid-uKHE0vB8KF .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uKHE0vB8KF .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-uKHE0vB8KF .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-uKHE0vB8KF .mbr-gallery-filter li.active::after,
.cid-uKHE0vB8KF .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-uKHE0vB8KF .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uKHE0vB8KF .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #001810) !important;
}
.cid-uKHE0vB8KF .icon-focus:before {
  content: '\e95e';
}
.cid-uKHE0vB8KF .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uKHE0vB8KF .mbr-section-title {
  margin: 0;
}
.cid-uKHE0vB8KF .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uKHE0vB8KF .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uKHE0vB8KF .mbr-section-title,
.cid-uKHE0vB8KF .underline {
  color: #d45615;
}
.cid-uKHoj3MQQp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1b1b;
}
.cid-uKHoj3MQQp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKHoj3MQQp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKHoj3MQQp .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uKHoj3MQQp .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uKHoj3MQQp .container {
    padding: 0 20px;
  }
}
.cid-uKHoj3MQQp .image-wrapper_1 {
  position: relative;
}
.cid-uKHoj3MQQp .image-wrapper_1 img {
  margin: 112px 0 0 210px;
  width: 640px;
  height: 380px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uKHoj3MQQp .image-wrapper_1 img {
    width: 550px;
  }
}
@media (max-width: 992px) {
  .cid-uKHoj3MQQp .image-wrapper_1 img {
    width: 100%;
    height: 400px;
    margin: 0;
  }
}
.cid-uKHoj3MQQp .image-wrapper_2 img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKHoj3MQQp .image-wrapper_2 img {
    height: 300px;
  }
}
.cid-uKHoj3MQQp .image-wrapper_2 .image_3 {
  width: 60%;
  height: 310px;
  object-fit: cover;
  margin: -30px 0 0 40px;
}
@media (max-width: 992px) {
  .cid-uKHoj3MQQp .image-wrapper_2 .image_3 {
    width: 100%;
    height: 300px;
    margin: 0;
  }
}
.cid-uNg7MAWVsi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNg7MAWVsi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNg7MAWVsi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNg7MAWVsi [class^="socicon-"]:before,
.cid-uNg7MAWVsi [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uNg7MAWVsi .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #d45615;
  border-width: 2px;
  transition: all .3s;
  border-color: #d45615;
}
.cid-uNg7MAWVsi .btn-social:hover {
  background: #d45615;
}
.cid-uNg7MAWVsi .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uNg7OhNorM {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNg7OhNorM .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.cid-uNg7OhNorM .form {
  background-color: #ffbe0d;
  padding: 60px 1rem;
}
@media (min-width: 992px) {
  .cid-uNg7OhNorM .form {
    padding: 124px 128px 128px 60px;
  }
}
.cid-uNg7OhNorM .tab {
  min-height: 330px;
  padding: 60px 1rem 0;
}
@media (min-width: 992px) {
  .cid-uNg7OhNorM .tab {
    padding: 60px 80px 67px;
  }
}
.cid-uNg7OhNorM .nav {
  display: block;
}
.cid-uNg7OhNorM .nav-tabs .nav-item.open .nav-link:focus,
.cid-uNg7OhNorM .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uNg7OhNorM .nav-tabs {
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uNg7OhNorM .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-uNg7OhNorM .nav-tabs .nav-link {
  padding: 0;
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-uNg7OhNorM .nav-tabs .nav-link:not(.active) {
  color: #d45615 !important;
}
.cid-uNg7OhNorM .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uNg7OhNorM .nav-link,
.cid-uNg7OhNorM .nav-link.active {
  color: #001810 !important;
  background-color: transparent;
}
.cid-uNg7OhNorM .nav-tabs .nav-link.active {
  border-bottom: 1px solid transparent;
}
.cid-uNg7OhNorM .map-wrap {
  width: 100%;
  height: 507px;
}
.cid-uNg7OhNorM .google-map {
  height: 100%;
  position: relative;
}
.cid-uNg7OhNorM .google-map iframe {
  height: 100%;
  width: 100%;
  filter: grayscale(1);
}
.cid-uNg7OhNorM .google-map [data-state-details] {
  color: #282828;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  top: 50%;
  width: 100%;
}
.cid-uNg7OhNorM .google-map[data-state] {
  background: #6b6b6b;
}
.cid-uNg7OhNorM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uNg7OhNorM form {
  margin-top: 128px;
}
.cid-uNg7OhNorM .form-control,
.cid-uNg7OhNorM .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  padding: 8px 0;
  color: #18293D;
  margin: 0;
  font-weight: 300;
}
.cid-uNg7OhNorM .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-uNg7OhNorM .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
  border-bottom: 1px solid #282828 !important;
}
.cid-uNg7OhNorM .form-check-input:checked {
  background-color: #fafafa;
  border-bottom: 1px solid #282828 !important;
}
.cid-uNg7OhNorM .form-control::placeholder {
  color: #3d3d3d;
  font-size: 16px;
  margin: 0;
  font-weight: 300;
}
.cid-uNg7OhNorM .form-group {
  margin-bottom: 35px;
}
.cid-uNg7OhNorM .form-control,
.cid-uNg7OhNorM form .btn {
  min-height: auto;
}
.cid-uNg7OhNorM .link-title:after {
  content: "\2192";
  font-size: 16px;
  margin-left: 10px;
  font-weight: 700;
  padding: .7rem;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.cid-uNg7OhNorM .link-title:hover:after {
  background: #FFFF27;
}
.cid-uK3jgI9Cm7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uK3jgI9Cm7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3jgI9Cm7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK3jgI9Cm7 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uK3jgI9Cm7 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uK3jgI9Cm7 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uK3jgI9Cm7 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uK3jgI9Cm7 .container {
    padding: 0 12px;
  }
}
.cid-uK3jgI9Cm7 .title-wrapper a {
  display: block;
}
.cid-uK3jgI9Cm7 .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uK3jgI9Cm7 .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-uK3jgI9Cm7 .list-wrapper .list,
.cid-uK3jgI9Cm7 .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uK3jgI9Cm7 .list-wrapper .list,
  .cid-uK3jgI9Cm7 .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-uK3jgI9Cm7 .list-wrapper .list .item-wrap,
.cid-uK3jgI9Cm7 .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uK3jgI9Cm7 .list-wrapper .list .item-wrap:hover,
.cid-uK3jgI9Cm7 .list-wrapper .list_main .item-wrap:hover,
.cid-uK3jgI9Cm7 .list-wrapper .list .item-wrap:focus,
.cid-uK3jgI9Cm7 .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uK3jgI9Cm7 .contacts-wrapper .list {
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uK3jgI9Cm7 .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uK3jgI9Cm7 .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uK3jgI9Cm7 .contacts-wrapper .list .item-wrap:hover,
.cid-uK3jgI9Cm7 .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uK3jgI9Cm7 .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uK3jgI9Cm7 .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-uK3jgI9Cm7 .social-row .soc-item {
  margin-right: 24px;
}
.cid-uK3jgI9Cm7 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uK3jgI9Cm7 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-uK3jgI9Cm7 .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-uK3jgI9Cm7 .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-uK3jgI9Cm7 .mbr-section-title {
  color: #ffffff;
}
.cid-uK3jgI9Cm7 .mbr-list-title {
  color: #ffffff;
}
.cid-uK3jgI9Cm7 .list {
  color: #787878;
}
.cid-uK3jgI9Cm7 .list_main {
  color: #787878;
}
.cid-uNlNrrE4Px {
  z-index: 1000;
  width: 100%;
}
.cid-uNlNrrE4Px .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
  position: fixed;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNlNrrE4Px .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uNlNrrE4Px .menu_box .navbar.opened,
  .cid-uNlNrrE4Px .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uNlNrrE4Px nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uNlNrrE4Px .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uNlNrrE4Px .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uNlNrrE4Px .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uNlNrrE4Px .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-body .mbr-text,
  .cid-uNlNrrE4Px .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uNlNrrE4Px .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uNlNrrE4Px ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uNlNrrE4Px li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uNlNrrE4Px .lg_brand {
    margin: 0 1rem;
  }
  .cid-uNlNrrE4Px .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uNlNrrE4Px .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 0 !important;
  }
}
.cid-uNlNrrE4Px .nav-item .nav-link {
  position: relative;
}
.cid-uNlNrrE4Px .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fafafa;
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover,
.cid-uNlNrrE4Px .nav-item .nav-link:focus {
  opacity: 1;
  color: #fafafa !important;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover::before,
.cid-uNlNrrE4Px .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uNlNrrE4Px .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uNlNrrE4Px .offcanvas_box {
    display: none;
  }
}
.cid-uNlNrrE4Px .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uNlNrrE4Px .container {
  display: flex;
  margin: auto;
}
.cid-uNlNrrE4Px .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uNlNrrE4Px .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uNlNrrE4Px .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .navbar-caption {
  color: #ffffff;
}
.cid-uNlNrrE4Px .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .navbar-nav {
    margin: 0;
  }
}
.cid-uNlNrrE4Px .dropdown-menu,
.cid-uNlNrrE4Px .navbar.opened {
  background-color: false !important;
}
.cid-uNlNrrE4Px .nav-item:focus,
.cid-uNlNrrE4Px .nav-link:focus {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNlNrrE4Px .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uNlNrrE4Px .navbar.opened {
  transition: all 0.3s;
}
.cid-uNlNrrE4Px .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uNlNrrE4Px .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uNlNrrE4Px .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar.collapsed {
  justify-content: center;
}
.cid-uNlNrrE4Px .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNlNrrE4Px .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uNlNrrE4Px .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uNlNrrE4Px .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uNlNrrE4Px .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNlNrrE4Px .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uNlNrrE4Px .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uNlNrrE4Px .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uNlNrrE4Px .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNlNrrE4Px .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uNlNrrE4Px .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown-item.active,
.cid-uNlNrrE4Px .dropdown-item:active {
  background-color: transparent;
}
.cid-uNlNrrE4Px .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNlNrrE4Px .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNlNrrE4Px .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-uNlNrrE4Px ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNlNrrE4Px button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uNlNrrE4Px .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-uNlNrrE4Px .navbar {
    height: 70px;
  }
  .cid-uNlNrrE4Px .navbar.opened {
    height: auto;
  }
  .cid-uNlNrrE4Px .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNlNrrE4Px .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uNlNrrE4Px .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uNlNrrE4Px .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uNlNrrE4Px .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uNlNrrE4Px .navbar-caption:hover {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uNlNrrE4Px .text_widget {
  margin-bottom: 32px;
}
.cid-uNlNrrE4Px .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .text_widget a:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .icons-menu-main {
  display: flex;
}
.cid-uNlNrrE4Px .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-section-subtitle,
.cid-uNlNrrE4Px .text_widget,
.cid-uNlNrrE4Px .mbr-section-btn {
  text-align: center;
}
.cid-uNlNrrE4Px a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLQJh01Lde {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/20240513-154651-2000x1126-800x450.jpg");
}
.cid-uLQJh01Lde .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQJh01Lde .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQJh01Lde .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uLQJh01Lde .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLQJh01Lde .container-fluid .row {
  padding-top: 15%;
}
@media (max-width: 992px) {
  .cid-uLQJh01Lde .container-fluid .row {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLQJh01Lde .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uLQJh01Lde .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uLQJh01Lde .title-wrapper .logo-wrap {
  margin-bottom: 16px;
}
.cid-uLQJh01Lde .title-wrapper .logo-wrap img {
  display: inline-flex;
  height: 92px;
  width: 254px;
  object-fit: cover;
}
.cid-uLQJh01Lde .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uLQJh01Lde .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uLQJh01Lde .title-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uLQJh01Lde .title-wrapper .desc-wrapper .desc-wrap {
    margin-bottom: 20px;
    display: block;
  }
}
.cid-uLQJh01Lde .title-wrapper .desc-wrapper .desc-wrap .mbr-price {
  margin-bottom: 0;
}
.cid-uLQJh01Lde .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin: 0 0 0 6px;
}
@media (max-width: 992px) {
  .cid-uLQJh01Lde .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0;
  }
}
.cid-uLQJh01Lde .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLQJh01Lde .buttons-wrap {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.cid-uLQJh01Lde .buttons-wrap .mbr-section-btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uLQJh01Lde .buttons-wrap .mbr-section-btn {
    text-align: left;
  }
}
.cid-uLQJh01Lde .mbr-section-title {
  color: #ffffff;
}
.cid-uLQJh01Lde .mbr-price {
  color: #ffffff;
}
.cid-uLQJh01Lde .mbr-desc {
  color: #f2f2f2;
}
.cid-uLQJh01Lde .mbr-text {
  color: #151e11;
}
.cid-uLQJh01Lde .mbr-section-btn {
  text-align: right;
}
.cid-uLQJh01Lde .mbr-section-title,
.cid-uLQJh01Lde .logo-wrap,
.cid-uLQJh01Lde .mbr-section-btn {
  color: #d45615;
}
.cid-uNfYiGi5NQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d45615;
}
.cid-uNfYiGi5NQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNfYiGi5NQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNfYiGi5NQ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uNfYiGi5NQ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uNfYiGi5NQ .container {
    padding: 0 20px;
  }
}
.cid-uNfYiGi5NQ .row {
  justify-content: center;
}
.cid-uNfYiGi5NQ .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNfYiGi5NQ .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uNfYiGi5NQ .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uNfYiGi5NQ .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uNfYiGi5NQ .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uNfYiGi5NQ .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uNfYiGi5NQ .mbr-text {
  color: #ffffff;
}
.cid-uNfYiGi5NQ .mbr-desc {
  color: #e4dfd4;
}
.cid-uNfYiGi5NQ .mbr-desc,
.cid-uNfYiGi5NQ .desc-wrapper {
  color: #f2f2f2;
}
@media (min-width: 768px) {
  .cid-uNfYiGi5NQ .rotate-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: bold;
  }
  .cid-uNfYiGi5NQ .content-wrapper {
    top: 130px;
    position: sticky;
    padding: 0;
    z-index: 2;
  }
  .cid-uNfYiGi5NQ .content-wrapper .title-wrapper .mbr-section-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
  }
  .cid-uNfYiGi5NQ .content-wrapper .text-wrapper .mbr-text {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
  }
  .cid-uNfYiGi5NQ .share-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-md);
  }
  .cid-uNfYiGi5NQ .share-links span {
    font-size: 1.4rem;
    color: var(--color-text-light);
    writing-mode: vertical-rl;
    margin-bottom: var(--spacing-sm);
  }
  .cid-uNfYiGi5NQ .share-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 1.8rem;
    transition: all var(--transition-fast);
  }
  .cid-uNfYiGi5NQ .share-links a:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: var(--color-white);
  }
}
@media (min-width: 768px) and (max-width: 576px) {
  .cid-uNfYiGi5NQ .share-links {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
  }
  .cid-uNfYiGi5NQ .share-links span {
    font-size: 1.4rem;
    color: var(--color-text-light);
    margin-bottom: var(--spacing-sm);
  }
  .cid-uNfYiGi5NQ .share-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 1.8rem;
    transition: all var(--transition-fast);
  }
  .cid-uNfYiGi5NQ .share-links a:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: var(--color-white);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .cid-uNfYiGi5NQ .content-wrapper {
    padding: 0 16px 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .cid-uNfYiGi5NQ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .cid-uNfYiGi5NQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNfYiGi5NQ .mbr-section-title,
.cid-uNfYiGi5NQ .mbr-section-btn,
.cid-uNfYiGi5NQ .title-wrapper {
  color: #ffffff;
}
.cid-uKZcPyECW8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-3.jpg");
}
.cid-uKZcPyECW8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZcPyECW8 .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-uKZcPyECW8 .container {
    padding: 0 20px;
  }
}
.cid-uKZcPyECW8 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uKZcPyECW8 .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uKZcPyECW8 .panel-group {
  padding: 0 150px;
}
@media (max-width: 1200px) {
  .cid-uKZcPyECW8 .panel-group {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uKZcPyECW8 .panel-group {
    padding: 0;
  }
}
.cid-uKZcPyECW8 .panel-group .card:first-child .card-header {
  padding: 0 0 28px;
}
.cid-uKZcPyECW8 .panel-group .card .card-header {
  border: none;
  padding: 28px 0;
}
.cid-uKZcPyECW8 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uKZcPyECW8 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKZcPyECW8 .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 16px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  color: #ffbe0d;
}
.cid-uKZcPyECW8 .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffbe0d;
}
.cid-uKZcPyECW8 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uKZcPyECW8 .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uKZcPyECW8 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uKZcPyECW8 .mbr-section-title {
  color: #d45615;
}
.cid-uKZcPyECW8 .panel-title-edit {
  color: #151e11;
}
.cid-uKZcPyECW8 .panel-text {
  color: #555354;
}
.cid-uNfnQheEbI {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNfnQheEbI .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.cid-uNfnQheEbI .form {
  background-color: #ffbe0d;
  padding: 60px 1rem;
}
@media (min-width: 992px) {
  .cid-uNfnQheEbI .form {
    padding: 124px 128px 128px 60px;
  }
}
.cid-uNfnQheEbI .tab {
  min-height: 330px;
  padding: 60px 1rem 0;
}
@media (min-width: 992px) {
  .cid-uNfnQheEbI .tab {
    padding: 60px 80px 67px;
  }
}
.cid-uNfnQheEbI .nav {
  display: block;
}
.cid-uNfnQheEbI .nav-tabs .nav-item.open .nav-link:focus,
.cid-uNfnQheEbI .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uNfnQheEbI .nav-tabs {
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uNfnQheEbI .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-uNfnQheEbI .nav-tabs .nav-link {
  padding: 0;
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-uNfnQheEbI .nav-tabs .nav-link:not(.active) {
  color: #d45615 !important;
}
.cid-uNfnQheEbI .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uNfnQheEbI .nav-link,
.cid-uNfnQheEbI .nav-link.active {
  color: #001810 !important;
  background-color: transparent;
}
.cid-uNfnQheEbI .nav-tabs .nav-link.active {
  border-bottom: 1px solid transparent;
}
.cid-uNfnQheEbI .map-wrap {
  width: 100%;
  height: 507px;
}
.cid-uNfnQheEbI .google-map {
  height: 100%;
  position: relative;
}
.cid-uNfnQheEbI .google-map iframe {
  height: 100%;
  width: 100%;
  filter: grayscale(1);
}
.cid-uNfnQheEbI .google-map [data-state-details] {
  color: #282828;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  top: 50%;
  width: 100%;
}
.cid-uNfnQheEbI .google-map[data-state] {
  background: #6b6b6b;
}
.cid-uNfnQheEbI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uNfnQheEbI form {
  margin-top: 128px;
}
.cid-uNfnQheEbI .form-control,
.cid-uNfnQheEbI .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  padding: 8px 0;
  color: #18293D;
  margin: 0;
  font-weight: 300;
}
.cid-uNfnQheEbI .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-uNfnQheEbI .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
  border-bottom: 1px solid #282828 !important;
}
.cid-uNfnQheEbI .form-check-input:checked {
  background-color: #fafafa;
  border-bottom: 1px solid #282828 !important;
}
.cid-uNfnQheEbI .form-control::placeholder {
  color: #3d3d3d;
  font-size: 16px;
  margin: 0;
  font-weight: 300;
}
.cid-uNfnQheEbI .form-group {
  margin-bottom: 35px;
}
.cid-uNfnQheEbI .form-control,
.cid-uNfnQheEbI form .btn {
  min-height: auto;
}
.cid-uNfnQheEbI .link-title:after {
  content: "\2192";
  font-size: 16px;
  margin-left: 10px;
  font-weight: 700;
  padding: .7rem;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.cid-uNfnQheEbI .link-title:hover:after {
  background: #FFFF27;
}
.cid-uKZ05M7EBM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uKZ05M7EBM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZ05M7EBM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZ05M7EBM .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uKZ05M7EBM .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKZ05M7EBM .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uKZ05M7EBM .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKZ05M7EBM .container {
    padding: 0 12px;
  }
}
.cid-uKZ05M7EBM .title-wrapper a {
  display: block;
}
.cid-uKZ05M7EBM .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uKZ05M7EBM .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-uKZ05M7EBM .list-wrapper .list,
.cid-uKZ05M7EBM .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uKZ05M7EBM .list-wrapper .list,
  .cid-uKZ05M7EBM .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-uKZ05M7EBM .list-wrapper .list .item-wrap,
.cid-uKZ05M7EBM .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKZ05M7EBM .list-wrapper .list .item-wrap:hover,
.cid-uKZ05M7EBM .list-wrapper .list_main .item-wrap:hover,
.cid-uKZ05M7EBM .list-wrapper .list .item-wrap:focus,
.cid-uKZ05M7EBM .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uKZ05M7EBM .contacts-wrapper .list {
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uKZ05M7EBM .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uKZ05M7EBM .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKZ05M7EBM .contacts-wrapper .list .item-wrap:hover,
.cid-uKZ05M7EBM .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uKZ05M7EBM .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uKZ05M7EBM .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-uKZ05M7EBM .social-row .soc-item {
  margin-right: 24px;
}
.cid-uKZ05M7EBM .social-row .soc-item a:hover .mbr-iconfont,
.cid-uKZ05M7EBM .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-uKZ05M7EBM .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-uKZ05M7EBM .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-uKZ05M7EBM .mbr-section-title {
  color: #ffffff;
}
.cid-uKZ05M7EBM .mbr-list-title {
  color: #ffffff;
}
.cid-uKZ05M7EBM .list {
  color: #787878;
}
.cid-uKZ05M7EBM .list_main {
  color: #787878;
}
.cid-uNlNrrE4Px {
  z-index: 1000;
  width: 100%;
}
.cid-uNlNrrE4Px .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
  position: fixed;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNlNrrE4Px .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uNlNrrE4Px .menu_box .navbar.opened,
  .cid-uNlNrrE4Px .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uNlNrrE4Px nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uNlNrrE4Px .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uNlNrrE4Px .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uNlNrrE4Px .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uNlNrrE4Px .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-body .mbr-text,
  .cid-uNlNrrE4Px .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uNlNrrE4Px .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uNlNrrE4Px ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uNlNrrE4Px li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uNlNrrE4Px .lg_brand {
    margin: 0 1rem;
  }
  .cid-uNlNrrE4Px .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uNlNrrE4Px .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 0 !important;
  }
}
.cid-uNlNrrE4Px .nav-item .nav-link {
  position: relative;
}
.cid-uNlNrrE4Px .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fafafa;
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover,
.cid-uNlNrrE4Px .nav-item .nav-link:focus {
  opacity: 1;
  color: #fafafa !important;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover::before,
.cid-uNlNrrE4Px .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uNlNrrE4Px .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uNlNrrE4Px .offcanvas_box {
    display: none;
  }
}
.cid-uNlNrrE4Px .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uNlNrrE4Px .container {
  display: flex;
  margin: auto;
}
.cid-uNlNrrE4Px .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uNlNrrE4Px .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uNlNrrE4Px .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .navbar-caption {
  color: #ffffff;
}
.cid-uNlNrrE4Px .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .navbar-nav {
    margin: 0;
  }
}
.cid-uNlNrrE4Px .dropdown-menu,
.cid-uNlNrrE4Px .navbar.opened {
  background-color: false !important;
}
.cid-uNlNrrE4Px .nav-item:focus,
.cid-uNlNrrE4Px .nav-link:focus {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNlNrrE4Px .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uNlNrrE4Px .navbar.opened {
  transition: all 0.3s;
}
.cid-uNlNrrE4Px .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uNlNrrE4Px .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uNlNrrE4Px .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar.collapsed {
  justify-content: center;
}
.cid-uNlNrrE4Px .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNlNrrE4Px .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uNlNrrE4Px .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uNlNrrE4Px .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uNlNrrE4Px .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNlNrrE4Px .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uNlNrrE4Px .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uNlNrrE4Px .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uNlNrrE4Px .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNlNrrE4Px .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uNlNrrE4Px .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown-item.active,
.cid-uNlNrrE4Px .dropdown-item:active {
  background-color: transparent;
}
.cid-uNlNrrE4Px .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNlNrrE4Px .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNlNrrE4Px .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-uNlNrrE4Px ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNlNrrE4Px button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uNlNrrE4Px .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-uNlNrrE4Px .navbar {
    height: 70px;
  }
  .cid-uNlNrrE4Px .navbar.opened {
    height: auto;
  }
  .cid-uNlNrrE4Px .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNlNrrE4Px .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uNlNrrE4Px .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uNlNrrE4Px .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uNlNrrE4Px .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uNlNrrE4Px .navbar-caption:hover {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uNlNrrE4Px .text_widget {
  margin-bottom: 32px;
}
.cid-uNlNrrE4Px .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .text_widget a:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .icons-menu-main {
  display: flex;
}
.cid-uNlNrrE4Px .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-section-subtitle,
.cid-uNlNrrE4Px .text_widget,
.cid-uNlNrrE4Px .mbr-section-btn {
  text-align: center;
}
.cid-uNlNrrE4Px a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLQKTykEKL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/capture-decran-2025-06-05-a-16.22.41-1685x1247.png");
}
.cid-uLQKTykEKL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQKTykEKL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQKTykEKL .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uLQKTykEKL .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLQKTykEKL .container-fluid .row {
  padding-top: 15%;
}
@media (max-width: 992px) {
  .cid-uLQKTykEKL .container-fluid .row {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLQKTykEKL .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uLQKTykEKL .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uLQKTykEKL .title-wrapper .logo-wrap {
  margin-bottom: 16px;
}
.cid-uLQKTykEKL .title-wrapper .logo-wrap img {
  display: inline-flex;
  height: 92px;
  width: 254px;
  object-fit: cover;
}
.cid-uLQKTykEKL .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uLQKTykEKL .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uLQKTykEKL .title-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uLQKTykEKL .title-wrapper .desc-wrapper .desc-wrap {
    margin-bottom: 20px;
    display: block;
  }
}
.cid-uLQKTykEKL .title-wrapper .desc-wrapper .desc-wrap .mbr-price {
  margin-bottom: 0;
}
.cid-uLQKTykEKL .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin: 0 0 0 6px;
}
@media (max-width: 992px) {
  .cid-uLQKTykEKL .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0;
  }
}
.cid-uLQKTykEKL .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLQKTykEKL .buttons-wrap {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.cid-uLQKTykEKL .buttons-wrap .mbr-section-btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uLQKTykEKL .buttons-wrap .mbr-section-btn {
    text-align: left;
  }
}
.cid-uLQKTykEKL .mbr-section-title {
  color: #ffffff;
}
.cid-uLQKTykEKL .mbr-price {
  color: #ffffff;
}
.cid-uLQKTykEKL .mbr-desc {
  color: #f2f2f2;
}
.cid-uLQKTykEKL .mbr-text {
  color: #151e11;
}
.cid-uLQKTykEKL .mbr-section-btn {
  text-align: right;
}
.cid-uLQKTykEKL .mbr-section-title,
.cid-uLQKTykEKL .logo-wrap,
.cid-uLQKTykEKL .mbr-section-btn {
  color: #d45615;
}
.cid-uKZnICzloX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d45615;
}
.cid-uKZnICzloX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZnICzloX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZnICzloX .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uKZnICzloX .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uKZnICzloX .container {
    padding: 0 20px;
  }
}
.cid-uKZnICzloX .row {
  justify-content: center;
}
.cid-uKZnICzloX .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uKZnICzloX .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uKZnICzloX .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKZnICzloX .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uKZnICzloX .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uKZnICzloX .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uKZnICzloX .mbr-text {
  color: #ffffff;
}
.cid-uKZnICzloX .mbr-desc {
  color: #e4dfd4;
}
.cid-uKZnICzloX .mbr-desc,
.cid-uKZnICzloX .desc-wrapper {
  color: #f2f2f2;
}
@media (min-width: 768px) {
  .cid-uKZnICzloX .rotate-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: bold;
  }
  .cid-uKZnICzloX .content-wrapper {
    top: 130px;
    position: sticky;
    padding: 0;
    z-index: 2;
  }
  .cid-uKZnICzloX .content-wrapper .title-wrapper .mbr-section-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
  }
  .cid-uKZnICzloX .content-wrapper .text-wrapper .mbr-text {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
  }
  .cid-uKZnICzloX .share-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-md);
  }
  .cid-uKZnICzloX .share-links span {
    font-size: 1.4rem;
    color: var(--color-text-light);
    writing-mode: vertical-rl;
    margin-bottom: var(--spacing-sm);
  }
  .cid-uKZnICzloX .share-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 1.8rem;
    transition: all var(--transition-fast);
  }
  .cid-uKZnICzloX .share-links a:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: var(--color-white);
  }
}
@media (min-width: 768px) and (max-width: 576px) {
  .cid-uKZnICzloX .share-links {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
  }
  .cid-uKZnICzloX .share-links span {
    font-size: 1.4rem;
    color: var(--color-text-light);
    margin-bottom: var(--spacing-sm);
  }
  .cid-uKZnICzloX .share-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 1.8rem;
    transition: all var(--transition-fast);
  }
  .cid-uKZnICzloX .share-links a:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: var(--color-white);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .cid-uKZnICzloX .content-wrapper {
    padding: 0 16px 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .cid-uKZnICzloX .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .cid-uKZnICzloX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uKZnICzloX .mbr-section-title,
.cid-uKZnICzloX .mbr-section-btn,
.cid-uKZnICzloX .title-wrapper {
  color: #ffffff;
}
.cid-uKZpvu71jo {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #1b1b1b;
}
.cid-uKZpvu71jo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZpvu71jo .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-uKZpvu71jo .container {
    padding: 0 20px;
  }
}
.cid-uKZpvu71jo .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKZpvu71jo .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKZpvu71jo .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uKZpvu71jo .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uKZpvu71jo .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uKZpvu71jo .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uKZpvu71jo .image-wrapper {
  height: auto;
  display: flex;
  align-items: top;
}
.cid-uKZpvu71jo .image-wrapper img {
  height: auto;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uKZpvu71jo .image-wrapper img {
    height: 300px;
  }
}
.cid-uKZpvu71jo .mbr-section-title {
  color: #c2b299;
}
.cid-uKZpvu71jo .mbr-text {
  color: #ffffff;
}
.cid-uKZpvu71jo P {
  color: #ffffff;
}
.cid-uKZpvu71jo .mbr-section-title,
.cid-uKZpvu71jo .mbr-section-btn {
  color: #d45615;
}
.cid-uKZpvu71jo .content-wrapper {
  top: 130px;
  position: sticky;
  padding: 0;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uKZpvu71jo .content-wrapper {
    padding: 0 16px 30px;
  }
}
.cid-uKZt1Mzdqt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #113f4d;
}
.cid-uKZt1Mzdqt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZt1Mzdqt .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-uKZt1Mzdqt .container {
    padding: 0 20px;
  }
}
.cid-uKZt1Mzdqt .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKZt1Mzdqt .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKZt1Mzdqt .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uKZt1Mzdqt .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uKZt1Mzdqt .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uKZt1Mzdqt .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uKZt1Mzdqt .image-wrapper {
  height: auto;
  display: flex;
  align-items: top;
}
.cid-uKZt1Mzdqt .image-wrapper img {
  height: auto;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uKZt1Mzdqt .image-wrapper img {
    height: 300px;
  }
}
.cid-uKZt1Mzdqt .mbr-section-title {
  color: #c2b299;
}
.cid-uKZt1Mzdqt .mbr-text {
  color: #ffffff;
}
.cid-uKZt1Mzdqt P {
  color: #ffffff;
}
.cid-uKZt1Mzdqt .mbr-section-title,
.cid-uKZt1Mzdqt .mbr-section-btn {
  color: #ffbc00;
}
.cid-uNfVjoBecs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNfVjoBecs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNfVjoBecs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNfVjoBecs [class^="socicon-"]:before,
.cid-uNfVjoBecs [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uNfVjoBecs .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #d45615;
  border-width: 2px;
  transition: all .3s;
  border-color: #d45615;
}
.cid-uNfVjoBecs .btn-social:hover {
  background: #d45615;
}
.cid-uNfVjoBecs .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uKZnICJxtC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-3.jpg");
}
.cid-uKZnICJxtC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZnICJxtC .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-uKZnICJxtC .container {
    padding: 0 20px;
  }
}
.cid-uKZnICJxtC .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uKZnICJxtC .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uKZnICJxtC .panel-group {
  padding: 0 150px;
}
@media (max-width: 1200px) {
  .cid-uKZnICJxtC .panel-group {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uKZnICJxtC .panel-group {
    padding: 0;
  }
}
.cid-uKZnICJxtC .panel-group .card:first-child .card-header {
  padding: 0 0 28px;
}
.cid-uKZnICJxtC .panel-group .card .card-header {
  border: none;
  padding: 28px 0;
}
.cid-uKZnICJxtC .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uKZnICJxtC .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKZnICJxtC .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 16px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  color: #ffbe0d;
}
.cid-uKZnICJxtC .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffbe0d;
}
.cid-uKZnICJxtC .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uKZnICJxtC .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uKZnICJxtC .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uKZnICJxtC .mbr-section-title {
  color: #151e11;
}
.cid-uKZnICJxtC .panel-title-edit {
  color: #fafafa;
}
.cid-uKZnICJxtC .panel-text {
  color: #e4dfd4;
}
.cid-uNfnXRtZIq {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNfnXRtZIq .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.cid-uNfnXRtZIq .form {
  background-color: #ffbe0d;
  padding: 60px 1rem;
}
@media (min-width: 992px) {
  .cid-uNfnXRtZIq .form {
    padding: 124px 128px 128px 60px;
  }
}
.cid-uNfnXRtZIq .tab {
  min-height: 330px;
  padding: 60px 1rem 0;
}
@media (min-width: 992px) {
  .cid-uNfnXRtZIq .tab {
    padding: 60px 80px 67px;
  }
}
.cid-uNfnXRtZIq .nav {
  display: block;
}
.cid-uNfnXRtZIq .nav-tabs .nav-item.open .nav-link:focus,
.cid-uNfnXRtZIq .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uNfnXRtZIq .nav-tabs {
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uNfnXRtZIq .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-uNfnXRtZIq .nav-tabs .nav-link {
  padding: 0;
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-uNfnXRtZIq .nav-tabs .nav-link:not(.active) {
  color: #d45615 !important;
}
.cid-uNfnXRtZIq .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uNfnXRtZIq .nav-link,
.cid-uNfnXRtZIq .nav-link.active {
  color: #001810 !important;
  background-color: transparent;
}
.cid-uNfnXRtZIq .nav-tabs .nav-link.active {
  border-bottom: 1px solid transparent;
}
.cid-uNfnXRtZIq .map-wrap {
  width: 100%;
  height: 507px;
}
.cid-uNfnXRtZIq .google-map {
  height: 100%;
  position: relative;
}
.cid-uNfnXRtZIq .google-map iframe {
  height: 100%;
  width: 100%;
  filter: grayscale(1);
}
.cid-uNfnXRtZIq .google-map [data-state-details] {
  color: #282828;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  top: 50%;
  width: 100%;
}
.cid-uNfnXRtZIq .google-map[data-state] {
  background: #6b6b6b;
}
.cid-uNfnXRtZIq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uNfnXRtZIq form {
  margin-top: 128px;
}
.cid-uNfnXRtZIq .form-control,
.cid-uNfnXRtZIq .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  padding: 8px 0;
  color: #18293D;
  margin: 0;
  font-weight: 300;
}
.cid-uNfnXRtZIq .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-uNfnXRtZIq .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
  border-bottom: 1px solid #282828 !important;
}
.cid-uNfnXRtZIq .form-check-input:checked {
  background-color: #fafafa;
  border-bottom: 1px solid #282828 !important;
}
.cid-uNfnXRtZIq .form-control::placeholder {
  color: #3d3d3d;
  font-size: 16px;
  margin: 0;
  font-weight: 300;
}
.cid-uNfnXRtZIq .form-group {
  margin-bottom: 35px;
}
.cid-uNfnXRtZIq .form-control,
.cid-uNfnXRtZIq form .btn {
  min-height: auto;
}
.cid-uNfnXRtZIq .link-title:after {
  content: "\2192";
  font-size: 16px;
  margin-left: 10px;
  font-weight: 700;
  padding: .7rem;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.cid-uNfnXRtZIq .link-title:hover:after {
  background: #FFFF27;
}
.cid-uKZnICYf2D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uKZnICYf2D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZnICYf2D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZnICYf2D .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uKZnICYf2D .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKZnICYf2D .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uKZnICYf2D .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKZnICYf2D .container {
    padding: 0 12px;
  }
}
.cid-uKZnICYf2D .title-wrapper a {
  display: block;
}
.cid-uKZnICYf2D .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uKZnICYf2D .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-uKZnICYf2D .list-wrapper .list,
.cid-uKZnICYf2D .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uKZnICYf2D .list-wrapper .list,
  .cid-uKZnICYf2D .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-uKZnICYf2D .list-wrapper .list .item-wrap,
.cid-uKZnICYf2D .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKZnICYf2D .list-wrapper .list .item-wrap:hover,
.cid-uKZnICYf2D .list-wrapper .list_main .item-wrap:hover,
.cid-uKZnICYf2D .list-wrapper .list .item-wrap:focus,
.cid-uKZnICYf2D .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uKZnICYf2D .contacts-wrapper .list {
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uKZnICYf2D .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uKZnICYf2D .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKZnICYf2D .contacts-wrapper .list .item-wrap:hover,
.cid-uKZnICYf2D .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uKZnICYf2D .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uKZnICYf2D .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-uKZnICYf2D .social-row .soc-item {
  margin-right: 24px;
}
.cid-uKZnICYf2D .social-row .soc-item a:hover .mbr-iconfont,
.cid-uKZnICYf2D .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-uKZnICYf2D .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-uKZnICYf2D .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-uKZnICYf2D .mbr-section-title {
  color: #ffffff;
}
.cid-uKZnICYf2D .mbr-list-title {
  color: #ffffff;
}
.cid-uKZnICYf2D .list {
  color: #787878;
}
.cid-uKZnICYf2D .list_main {
  color: #787878;
}
.cid-uNlNrrE4Px {
  z-index: 1000;
  width: 100%;
}
.cid-uNlNrrE4Px .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
  position: fixed;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNlNrrE4Px .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uNlNrrE4Px .menu_box .navbar.opened,
  .cid-uNlNrrE4Px .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uNlNrrE4Px nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uNlNrrE4Px .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uNlNrrE4Px .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uNlNrrE4Px .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uNlNrrE4Px .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-body .mbr-text,
  .cid-uNlNrrE4Px .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uNlNrrE4Px .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uNlNrrE4Px ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uNlNrrE4Px li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uNlNrrE4Px .lg_brand {
    margin: 0 1rem;
  }
  .cid-uNlNrrE4Px .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uNlNrrE4Px .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 0 !important;
  }
}
.cid-uNlNrrE4Px .nav-item .nav-link {
  position: relative;
}
.cid-uNlNrrE4Px .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fafafa;
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover,
.cid-uNlNrrE4Px .nav-item .nav-link:focus {
  opacity: 1;
  color: #fafafa !important;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover::before,
.cid-uNlNrrE4Px .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uNlNrrE4Px .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uNlNrrE4Px .offcanvas_box {
    display: none;
  }
}
.cid-uNlNrrE4Px .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uNlNrrE4Px .container {
  display: flex;
  margin: auto;
}
.cid-uNlNrrE4Px .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uNlNrrE4Px .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uNlNrrE4Px .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .navbar-caption {
  color: #ffffff;
}
.cid-uNlNrrE4Px .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .navbar-nav {
    margin: 0;
  }
}
.cid-uNlNrrE4Px .dropdown-menu,
.cid-uNlNrrE4Px .navbar.opened {
  background-color: false !important;
}
.cid-uNlNrrE4Px .nav-item:focus,
.cid-uNlNrrE4Px .nav-link:focus {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNlNrrE4Px .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uNlNrrE4Px .navbar.opened {
  transition: all 0.3s;
}
.cid-uNlNrrE4Px .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uNlNrrE4Px .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uNlNrrE4Px .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar.collapsed {
  justify-content: center;
}
.cid-uNlNrrE4Px .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNlNrrE4Px .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uNlNrrE4Px .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uNlNrrE4Px .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uNlNrrE4Px .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNlNrrE4Px .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uNlNrrE4Px .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uNlNrrE4Px .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uNlNrrE4Px .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNlNrrE4Px .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uNlNrrE4Px .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown-item.active,
.cid-uNlNrrE4Px .dropdown-item:active {
  background-color: transparent;
}
.cid-uNlNrrE4Px .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNlNrrE4Px .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNlNrrE4Px .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-uNlNrrE4Px ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNlNrrE4Px button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uNlNrrE4Px .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-uNlNrrE4Px .navbar {
    height: 70px;
  }
  .cid-uNlNrrE4Px .navbar.opened {
    height: auto;
  }
  .cid-uNlNrrE4Px .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNlNrrE4Px .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uNlNrrE4Px .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uNlNrrE4Px .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uNlNrrE4Px .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uNlNrrE4Px .navbar-caption:hover {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uNlNrrE4Px .text_widget {
  margin-bottom: 32px;
}
.cid-uNlNrrE4Px .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .text_widget a:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .icons-menu-main {
  display: flex;
}
.cid-uNlNrrE4Px .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-section-subtitle,
.cid-uNlNrrE4Px .text_widget,
.cid-uNlNrrE4Px .mbr-section-btn {
  text-align: center;
}
.cid-uNlNrrE4Px a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uL4QpSqtai .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4QpSqtai .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/logo-cda-architecture-blanc-508x217.png");
}
.cid-uL4QpSqtai .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uL4QpSqtai .container-fluid {
    padding: 0 20px;
  }
}
.cid-uL4QpSqtai .container-fluid .row {
  padding-top: 15%;
}
@media (max-width: 992px) {
  .cid-uL4QpSqtai .container-fluid .row {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-uL4QpSqtai .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uL4QpSqtai .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uL4QpSqtai .title-wrapper .logo-wrap {
  margin-bottom: 16px;
}
.cid-uL4QpSqtai .title-wrapper .logo-wrap img {
  display: inline-flex;
  height: 92px;
  width: 254px;
  object-fit: cover;
}
.cid-uL4QpSqtai .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uL4QpSqtai .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uL4QpSqtai .title-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uL4QpSqtai .title-wrapper .desc-wrapper .desc-wrap {
    margin-bottom: 20px;
    display: block;
  }
}
.cid-uL4QpSqtai .title-wrapper .desc-wrapper .desc-wrap .mbr-price {
  margin-bottom: 0;
}
.cid-uL4QpSqtai .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin: 0 0 0 6px;
}
@media (max-width: 992px) {
  .cid-uL4QpSqtai .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0;
  }
}
.cid-uL4QpSqtai .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uL4QpSqtai .buttons-wrap {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.cid-uL4QpSqtai .buttons-wrap .mbr-section-btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uL4QpSqtai .buttons-wrap .mbr-section-btn {
    text-align: left;
  }
}
.cid-uL4QpSqtai .mbr-section-title {
  color: #ffffff;
}
.cid-uL4QpSqtai .mbr-price {
  color: #ffffff;
  text-transform: uppercase;
}
.cid-uL4QpSqtai .mbr-desc {
  color: #f2f2f2;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.cid-uL4QpSqtai .mbr-text {
  color: #f2f2f2;
}
.cid-uL4QpSqtai .mbr-section-btn {
  text-align: right;
}
.cid-uL4QpSqtai .mbr-section-title,
.cid-uL4QpSqtai .logo-wrap,
.cid-uL4QpSqtai .mbr-section-btn {
  color: #ffbe0d;
}
.cid-uL4Vsi9id8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uL4Vsi9id8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4Vsi9id8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4Vsi9id8 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uL4Vsi9id8 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uL4Vsi9id8 .container {
    padding: 0 20px;
  }
}
.cid-uL4Vsi9id8 .row {
  margin: 0;
}
.cid-uL4Vsi9id8 .card {
  padding: 0;
}
.cid-uL4Vsi9id8 .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uL4Vsi9id8 .image-wrapper img {
    height: 450px;
  }
}
.cid-uL4Vsi9id8 .title-wrapper {
  height: 100%;
  margin-bottom: 10%;
  background-color: #ededed;
  display: flex;
  align-items: center;
  padding: 24px 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uL4Vsi9id8 .title-wrapper {
    padding: 50px 20px;
    margin-right: 0px;
  }
}
.cid-uL4Vsi9id8 .title-wrapper .title-wrap {
  width: 100%;
}
.cid-uL4Vsi9id8 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uL4Vsi9id8 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uL4Vsi9id8 .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
  line-height: 1.78;
}
@media (max-width: 992px) {
  .cid-uL4Vsi9id8 .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uL4Vsi9id8 .mbr-section-title {
  color: #c2b299;
}
.cid-uL4Vsi9id8 .mbr-text {
  color: #001810;
}
.cid-uL4Vsi9id8 .mbr-section-title,
.cid-uL4Vsi9id8 .mbr-section-btn {
  color: #ffbe0d;
}
@media (min-width: 768px) {
  .cid-uL4Vsi9id8 .rotate-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: bold;
  }
  .cid-uL4Vsi9id8 .share-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-md);
  }
  .cid-uL4Vsi9id8 .share-links span {
    font-size: 1.4rem;
    color: var(--color-text-light);
    writing-mode: vertical-rl;
    margin-bottom: var(--spacing-sm);
  }
  .cid-uL4Vsi9id8 .share-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 1.8rem;
    transition: all var(--transition-fast);
  }
  .cid-uL4Vsi9id8 .share-links a:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: var(--color-white);
  }
}
@media (min-width: 768px) and (max-width: 576px) {
  .cid-uL4Vsi9id8 .share-links {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
  }
  .cid-uL4Vsi9id8 .share-links span {
    font-size: 1.4rem;
    color: var(--color-text-light);
    margin-bottom: var(--spacing-sm);
  }
  .cid-uL4Vsi9id8 .share-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 1.8rem;
    transition: all var(--transition-fast);
  }
  .cid-uL4Vsi9id8 .share-links a:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: var(--color-white);
  }
}
.cid-uL4Vsi9id8 .content-wrapper,
.cid-uL4Vsi9id8 .image-wrapper {
  top: 130px;
  position: sticky;
  padding: 0;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uL4Vsi9id8 .content-wrapper,
  .cid-uL4Vsi9id8 .image-wrapper {
    padding: 0 16px 30px;
  }
}
.cid-uL4Vsi9id8 .content-wrapper .title-wrapper .mbr-section-title,
.cid-uL4Vsi9id8 .image-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uL4Vsi9id8 .content-wrapper .title-wrapper .mbr-section-title,
  .cid-uL4Vsi9id8 .image-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uL4Vsi9id8 .mbr-section-title,
.cid-uL4Vsi9id8 .mbr-section-btn,
.cid-uL4Vsi9id8 .title-wrapper {
  color: #d45615;
}
.cid-uLQH6oD15r {
  position: relative;
  align-items: flex-end;
  padding-bottom: 16px;
  background-color: #151e11;
}
.cid-uLQH6oD15r .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0px;
}
@media (max-width: 1440px) {
  .cid-uLQH6oD15r .image-wrap {
    padding: 0px;
  }
}
.cid-uLQH6oD15r .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLQH6oD15r .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uLQH6oD15r .image-overlay {
    padding: 6px;
  }
}
.cid-uLQH6oD15r .image-overlay .image-over {
  background-color: #113f4d;
  z-index: 2;
  opacity: 0.7;
  width: 100%;
  height: 100%;
}
.cid-uLQH6oD15r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQH6oD15r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQH6oD15r .row {
  justify-content: center;
}
.cid-uLQH6oD15r .card-wrapper {
  padding: 90px 30px 90px;
  position: relative;
  z-index: 2;
  background-color: #d45615;
}
@media (max-width: 992px) {
  .cid-uLQH6oD15r .card-wrapper {
    padding: 30px 16px;
    margin-top: 300px;
  }
}
.cid-uLQH6oD15r .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uLQH6oD15r .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uLQH6oD15r .card-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uLQH6oD15r .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uLQH6oD15r .card-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uLQH6oD15r .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLQH6oD15r .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLQH6oD15r .mbr-label,
.cid-uLQH6oD15r .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uLQH6oD15r .mbr-section-title {
  color: #fff7ee;
}
.cid-uLQH6oD15r .mbr-text,
.cid-uLQH6oD15r .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uLQH6oD15r .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLQH6oD15r .mbr-section-title,
.cid-uLQH6oD15r .mbr-section-btn {
  text-align: center;
}
.cid-uLKz08wleP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLKz08wleP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLKz08wleP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLKz08wleP .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uLKz08wleP .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLKz08wleP .container-fluid .row {
  padding: 0 4px;
}
@media (max-width: 992px) {
  .cid-uLKz08wleP .container-fluid .row {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLKz08wleP .container {
    padding: 0 20px;
  }
}
.cid-uLKz08wleP .tabs-wrapper {
  padding-right: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLKz08wleP .tabs-wrapper {
    padding: 0;
    height: auto;
  }
}
.cid-uLKz08wleP .tabs-wrapper .nav.nav-tabs {
  display: block;
  border-bottom: none;
}
.cid-uLKz08wleP .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  border: none;
  margin-bottom: 24px;
  color: #1b3939;
  opacity: .2;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uLKz08wleP .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uLKz08wleP .tab-content {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uLKz08wleP .tab-content {
    padding: 0;
  }
}
.cid-uLKz08wleP .tab-content .tab-pane .image-wrapper img {
  height: 350px;
  object-fit: cover;
  margin-bottom: 36px;
}
.cid-uLKz08wleP .tab-content .tab-pane .text-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-uLKz08wleP .tab-content .tab-pane .cards-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.cid-uLKz08wleP .tab-content .tab-pane .cards-wrapper .cards-wrap .card-wrap:first-child {
  margin-bottom: 16px;
}
.cid-uLKz08wleP .tab-content .tab-pane .cards-wrapper .cards-wrap .card-wrap .mbr-title {
  margin-bottom: 5px;
}
.cid-uLKz08wleP .tab-content .tab-pane .cards-wrapper .cards-wrap .card-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uLKz08wleP .mbr-text {
  color: #ffffff;
}
.cid-uLKz08wleP .mbr-title {
  color: #d45615;
}
.cid-uLKz08wleP .mbr-desc {
  color: #151e11;
}
.cid-uLKz08wleP H1 {
  color: #d45615;
}
.cid-uLKz08wleP .mbr-section-title,
.cid-uLKz08wleP .mbr-section-btn {
  text-align: center;
}
.cid-uLKz08wleP .mbr-text,
.cid-uLKz08wleP .mbr-section-btn,
.cid-uLKz08wleP .nav-link {
  color: #555354;
}
.cid-uNg73Pf7IT {
  padding-top: 9rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uNg73Pf7IT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNg73Pf7IT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNg73Pf7IT .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uNg73Pf7IT .container-fluid {
    padding: 0 20px;
  }
}
.cid-uNg73Pf7IT .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uNg73Pf7IT .container {
    padding: 0 20px;
  }
}
.cid-uNg73Pf7IT .container .row {
  margin: 0;
}
.cid-uNg73Pf7IT .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uNg73Pf7IT .link-wrapper {
  display: block;
}
.cid-uNg73Pf7IT .link-wrapper .mbr-link {
  margin-bottom: 50px;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uNg73Pf7IT .link-wrapper .mbr-link {
    text-align: left;
  }
}
.cid-uNg73Pf7IT .link-wrapper:hover .mbr-link {
  text-decoration: none;
}
.cid-uNg73Pf7IT .item {
  padding: 0;
}
.cid-uNg73Pf7IT .item .item-wrapper a {
  display: block;
}
.cid-uNg73Pf7IT .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-uNg73Pf7IT .item .item-wrapper .item-img {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  margin: 0 30px 30px 0 ;
}
.cid-uNg73Pf7IT .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNg73Pf7IT .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #1b1b1b;
  opacity: .3;
  pointer-events: none;
  z-index: 1;
  filter: blur(50px);
}
.cid-uNg73Pf7IT .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uNg73Pf7IT .item .item-wrapper .item-img .item-content {
    display: block;
  }
}
.cid-uNg73Pf7IT .item .item-wrapper .item-img .item-content .title-wrap {
  width: 50%;
  padding: 10px;
}
@media (max-width: 768px) {
  .cid-uNg73Pf7IT .item .item-wrapper .item-img .item-content .title-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uNg73Pf7IT .item .item-wrapper .item-img .item-content .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uNg73Pf7IT .item .item-wrapper .item-img .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uNg73Pf7IT .item .item-wrapper .item-img .item-content .mbr-section-btn {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uNg73Pf7IT .item .item-wrapper .item-img .item-content .mbr-section-btn {
    justify-content: normal;
    width: 100%;
  }
}
.cid-uNg73Pf7IT .item .item-wrapper .item-img .item-content .mbr-section-btn .btn {
  margin: 4px;
  padding: 18px 20px;
}
@media (max-width: 768px) {
  .cid-uNg73Pf7IT .item .item-wrapper .item-img .item-content .mbr-section-btn .btn {
    margin: 9.6px;
  }
}
.cid-uNg73Pf7IT .item-title {
  color: #ffffff;
  text-transform: uppercase;
}
.cid-uNg73Pf7IT .mbr-desc {
  color: #f2f2f2;
}
.cid-uNg73Pf7IT .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uNg73Pf7IT .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-uNg73Pf7IT .item-img .item-content {
  position: relative;
  z-index: 2;
}
.cid-uNg73Pf7IT .mbr-section-title {
  color: #d45615;
  text-align: center;
}
.cid-uNg73Pf7IT .mbr-desc,
.cid-uNg73Pf7IT .item-title {
  text-shadow: 0px 0px 5px #000000;
}
.cid-uNg73Pf7IT .title-wrap {
  position: relative;
  width: 50%;
  padding: 0;
  overflow: hidden;
}
.cid-uNg73Pf7IT .title-wrap .item-title,
.cid-uNg73Pf7IT .title-wrap .mbr-desc {
  position: relative;
  z-index: 2;
  transition: all 0.4s ease-in-out;
  text-shadow: 0px 0px 5px #000000;
}
.cid-uNg73Pf7IT .title-wrap .item-title {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 15px;
  background: transparent;
}
.cid-uNg73Pf7IT .title-wrap .mbr-desc {
  opacity: 0;
  transform: translateY(100%);
  padding: 15px;
  margin: 0;
  max-height: 0;
}
.cid-uNg73Pf7IT .title-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.cid-uNg73Pf7IT .item-wrapper:hover .title-wrap::before {
  opacity: 1;
}
.cid-uNg73Pf7IT .item-wrapper:hover .title-wrap .item-title {
  transform: translateY(-25%);
  position: relative;
  padding-bottom: 0;
}
.cid-uNg73Pf7IT .item-wrapper:hover .title-wrap .mbr-desc {
  opacity: 1;
  transform: translateY(0);
  max-height: 500px;
}
.cid-uNg73Pf7IT .mbr-section-btn {
  opacity: 1 !important;
}
.cid-uNg6NT4fbC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNg6NT4fbC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNg6NT4fbC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNg6NT4fbC [class^="socicon-"]:before,
.cid-uNg6NT4fbC [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uNg6NT4fbC .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #d45615;
  border-width: 2px;
  transition: all .3s;
  border-color: #d45615;
}
.cid-uNg6NT4fbC .btn-social:hover {
  background: #d45615;
}
.cid-uNg6NT4fbC .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uLmLACUguh {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLmLACUguh .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.cid-uLmLACUguh .form {
  background-color: #ffbe0d;
  padding: 60px 1rem;
}
@media (min-width: 992px) {
  .cid-uLmLACUguh .form {
    padding: 124px 128px 128px 60px;
  }
}
.cid-uLmLACUguh .tab {
  min-height: 330px;
  padding: 60px 1rem 0;
}
@media (min-width: 992px) {
  .cid-uLmLACUguh .tab {
    padding: 60px 80px 67px;
  }
}
.cid-uLmLACUguh .nav {
  display: block;
}
.cid-uLmLACUguh .nav-tabs .nav-item.open .nav-link:focus,
.cid-uLmLACUguh .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uLmLACUguh .nav-tabs {
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uLmLACUguh .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-uLmLACUguh .nav-tabs .nav-link {
  padding: 0;
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-uLmLACUguh .nav-tabs .nav-link:not(.active) {
  color: #d45615 !important;
}
.cid-uLmLACUguh .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uLmLACUguh .nav-link,
.cid-uLmLACUguh .nav-link.active {
  color: #001810 !important;
  background-color: transparent;
}
.cid-uLmLACUguh .nav-tabs .nav-link.active {
  border-bottom: 1px solid transparent;
}
.cid-uLmLACUguh .map-wrap {
  width: 100%;
  height: 507px;
}
.cid-uLmLACUguh .google-map {
  height: 100%;
  position: relative;
}
.cid-uLmLACUguh .google-map iframe {
  height: 100%;
  width: 100%;
  filter: grayscale(1);
}
.cid-uLmLACUguh .google-map [data-state-details] {
  color: #282828;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  top: 50%;
  width: 100%;
}
.cid-uLmLACUguh .google-map[data-state] {
  background: #6b6b6b;
}
.cid-uLmLACUguh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLmLACUguh form {
  margin-top: 128px;
}
.cid-uLmLACUguh .form-control,
.cid-uLmLACUguh .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  padding: 8px 0;
  color: #18293D;
  margin: 0;
  font-weight: 300;
}
.cid-uLmLACUguh .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-uLmLACUguh .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
  border-bottom: 1px solid #282828 !important;
}
.cid-uLmLACUguh .form-check-input:checked {
  background-color: #fafafa;
  border-bottom: 1px solid #282828 !important;
}
.cid-uLmLACUguh .form-control::placeholder {
  color: #3d3d3d;
  font-size: 16px;
  margin: 0;
  font-weight: 300;
}
.cid-uLmLACUguh .form-group {
  margin-bottom: 35px;
}
.cid-uLmLACUguh .form-control,
.cid-uLmLACUguh form .btn {
  min-height: auto;
}
.cid-uLmLACUguh .link-title:after {
  content: "\2192";
  font-size: 16px;
  margin-left: 10px;
  font-weight: 700;
  padding: .7rem;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.cid-uLmLACUguh .link-title:hover:after {
  background: #FFFF27;
}
.cid-uK3jgI9Cm7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uK3jgI9Cm7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3jgI9Cm7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK3jgI9Cm7 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uK3jgI9Cm7 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uK3jgI9Cm7 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uK3jgI9Cm7 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uK3jgI9Cm7 .container {
    padding: 0 12px;
  }
}
.cid-uK3jgI9Cm7 .title-wrapper a {
  display: block;
}
.cid-uK3jgI9Cm7 .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uK3jgI9Cm7 .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-uK3jgI9Cm7 .list-wrapper .list,
.cid-uK3jgI9Cm7 .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uK3jgI9Cm7 .list-wrapper .list,
  .cid-uK3jgI9Cm7 .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-uK3jgI9Cm7 .list-wrapper .list .item-wrap,
.cid-uK3jgI9Cm7 .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uK3jgI9Cm7 .list-wrapper .list .item-wrap:hover,
.cid-uK3jgI9Cm7 .list-wrapper .list_main .item-wrap:hover,
.cid-uK3jgI9Cm7 .list-wrapper .list .item-wrap:focus,
.cid-uK3jgI9Cm7 .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uK3jgI9Cm7 .contacts-wrapper .list {
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uK3jgI9Cm7 .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uK3jgI9Cm7 .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uK3jgI9Cm7 .contacts-wrapper .list .item-wrap:hover,
.cid-uK3jgI9Cm7 .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uK3jgI9Cm7 .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uK3jgI9Cm7 .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-uK3jgI9Cm7 .social-row .soc-item {
  margin-right: 24px;
}
.cid-uK3jgI9Cm7 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uK3jgI9Cm7 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-uK3jgI9Cm7 .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-uK3jgI9Cm7 .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-uK3jgI9Cm7 .mbr-section-title {
  color: #ffffff;
}
.cid-uK3jgI9Cm7 .mbr-list-title {
  color: #ffffff;
}
.cid-uK3jgI9Cm7 .list {
  color: #787878;
}
.cid-uK3jgI9Cm7 .list_main {
  color: #787878;
}
.cid-uNlNrrE4Px {
  z-index: 1000;
  width: 100%;
}
.cid-uNlNrrE4Px .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
  position: fixed;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNlNrrE4Px .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uNlNrrE4Px .menu_box .navbar.opened,
  .cid-uNlNrrE4Px .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uNlNrrE4Px nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uNlNrrE4Px .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uNlNrrE4Px .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uNlNrrE4Px .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uNlNrrE4Px .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-body .mbr-text,
  .cid-uNlNrrE4Px .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uNlNrrE4Px .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uNlNrrE4Px ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uNlNrrE4Px li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uNlNrrE4Px .lg_brand {
    margin: 0 1rem;
  }
  .cid-uNlNrrE4Px .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uNlNrrE4Px .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 0 !important;
  }
}
.cid-uNlNrrE4Px .nav-item .nav-link {
  position: relative;
}
.cid-uNlNrrE4Px .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fafafa;
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover,
.cid-uNlNrrE4Px .nav-item .nav-link:focus {
  opacity: 1;
  color: #fafafa !important;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover::before,
.cid-uNlNrrE4Px .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uNlNrrE4Px .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uNlNrrE4Px .offcanvas_box {
    display: none;
  }
}
.cid-uNlNrrE4Px .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uNlNrrE4Px .container {
  display: flex;
  margin: auto;
}
.cid-uNlNrrE4Px .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uNlNrrE4Px .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uNlNrrE4Px .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .navbar-caption {
  color: #ffffff;
}
.cid-uNlNrrE4Px .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .navbar-nav {
    margin: 0;
  }
}
.cid-uNlNrrE4Px .dropdown-menu,
.cid-uNlNrrE4Px .navbar.opened {
  background-color: false !important;
}
.cid-uNlNrrE4Px .nav-item:focus,
.cid-uNlNrrE4Px .nav-link:focus {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNlNrrE4Px .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uNlNrrE4Px .navbar.opened {
  transition: all 0.3s;
}
.cid-uNlNrrE4Px .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uNlNrrE4Px .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uNlNrrE4Px .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar.collapsed {
  justify-content: center;
}
.cid-uNlNrrE4Px .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNlNrrE4Px .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uNlNrrE4Px .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uNlNrrE4Px .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uNlNrrE4Px .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNlNrrE4Px .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uNlNrrE4Px .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uNlNrrE4Px .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uNlNrrE4Px .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNlNrrE4Px .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uNlNrrE4Px .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown-item.active,
.cid-uNlNrrE4Px .dropdown-item:active {
  background-color: transparent;
}
.cid-uNlNrrE4Px .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNlNrrE4Px .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNlNrrE4Px .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-uNlNrrE4Px ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNlNrrE4Px button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uNlNrrE4Px .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-uNlNrrE4Px .navbar {
    height: 70px;
  }
  .cid-uNlNrrE4Px .navbar.opened {
    height: auto;
  }
  .cid-uNlNrrE4Px .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNlNrrE4Px .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uNlNrrE4Px .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uNlNrrE4Px .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uNlNrrE4Px .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uNlNrrE4Px .navbar-caption:hover {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uNlNrrE4Px .text_widget {
  margin-bottom: 32px;
}
.cid-uNlNrrE4Px .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .text_widget a:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .icons-menu-main {
  display: flex;
}
.cid-uNlNrrE4Px .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-section-subtitle,
.cid-uNlNrrE4Px .text_widget,
.cid-uNlNrrE4Px .mbr-section-btn {
  text-align: center;
}
.cid-uNlNrrE4Px a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLhApIC92v {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLhApIC92v .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.cid-uLhApIC92v .form {
  background-color: #ffbe0d;
  padding: 60px 1rem;
}
@media (min-width: 992px) {
  .cid-uLhApIC92v .form {
    padding: 124px 128px 128px 60px;
  }
}
.cid-uLhApIC92v .tab {
  min-height: 330px;
  padding: 60px 1rem 0;
}
@media (min-width: 992px) {
  .cid-uLhApIC92v .tab {
    padding: 60px 80px 67px;
  }
}
.cid-uLhApIC92v .nav {
  display: block;
}
.cid-uLhApIC92v .nav-tabs .nav-item.open .nav-link:focus,
.cid-uLhApIC92v .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uLhApIC92v .nav-tabs {
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uLhApIC92v .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-uLhApIC92v .nav-tabs .nav-link {
  padding: 0;
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-uLhApIC92v .nav-tabs .nav-link:not(.active) {
  color: #d45615 !important;
}
.cid-uLhApIC92v .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uLhApIC92v .nav-link,
.cid-uLhApIC92v .nav-link.active {
  color: #001810 !important;
  background-color: transparent;
}
.cid-uLhApIC92v .nav-tabs .nav-link.active {
  border-bottom: 1px solid transparent;
}
.cid-uLhApIC92v .map-wrap {
  width: 100%;
  height: 507px;
}
.cid-uLhApIC92v .google-map {
  height: 100%;
  position: relative;
}
.cid-uLhApIC92v .google-map iframe {
  height: 100%;
  width: 100%;
  filter: grayscale(1);
}
.cid-uLhApIC92v .google-map [data-state-details] {
  color: #282828;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  top: 50%;
  width: 100%;
}
.cid-uLhApIC92v .google-map[data-state] {
  background: #6b6b6b;
}
.cid-uLhApIC92v .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLhApIC92v form {
  margin-top: 128px;
}
.cid-uLhApIC92v .form-control,
.cid-uLhApIC92v .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  padding: 8px 0;
  color: #18293D;
  margin: 0;
  font-weight: 300;
}
.cid-uLhApIC92v .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-uLhApIC92v .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
  border-bottom: 1px solid #282828 !important;
}
.cid-uLhApIC92v .form-check-input:checked {
  background-color: #fafafa;
  border-bottom: 1px solid #282828 !important;
}
.cid-uLhApIC92v .form-control::placeholder {
  color: #3d3d3d;
  font-size: 16px;
  margin: 0;
  font-weight: 300;
}
.cid-uLhApIC92v .form-group {
  margin-bottom: 35px;
}
.cid-uLhApIC92v .form-control,
.cid-uLhApIC92v form .btn {
  min-height: auto;
}
.cid-uLhApIC92v .link-title:after {
  content: "\2192";
  font-size: 16px;
  margin-left: 10px;
  font-weight: 700;
  padding: .7rem;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.cid-uLhApIC92v .link-title:hover:after {
  background: #FFFF27;
}
.cid-uK3jgI9Cm7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uK3jgI9Cm7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3jgI9Cm7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK3jgI9Cm7 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uK3jgI9Cm7 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uK3jgI9Cm7 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uK3jgI9Cm7 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uK3jgI9Cm7 .container {
    padding: 0 12px;
  }
}
.cid-uK3jgI9Cm7 .title-wrapper a {
  display: block;
}
.cid-uK3jgI9Cm7 .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uK3jgI9Cm7 .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-uK3jgI9Cm7 .list-wrapper .list,
.cid-uK3jgI9Cm7 .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uK3jgI9Cm7 .list-wrapper .list,
  .cid-uK3jgI9Cm7 .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-uK3jgI9Cm7 .list-wrapper .list .item-wrap,
.cid-uK3jgI9Cm7 .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uK3jgI9Cm7 .list-wrapper .list .item-wrap:hover,
.cid-uK3jgI9Cm7 .list-wrapper .list_main .item-wrap:hover,
.cid-uK3jgI9Cm7 .list-wrapper .list .item-wrap:focus,
.cid-uK3jgI9Cm7 .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uK3jgI9Cm7 .contacts-wrapper .list {
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uK3jgI9Cm7 .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uK3jgI9Cm7 .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uK3jgI9Cm7 .contacts-wrapper .list .item-wrap:hover,
.cid-uK3jgI9Cm7 .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uK3jgI9Cm7 .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uK3jgI9Cm7 .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-uK3jgI9Cm7 .social-row .soc-item {
  margin-right: 24px;
}
.cid-uK3jgI9Cm7 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uK3jgI9Cm7 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-uK3jgI9Cm7 .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-uK3jgI9Cm7 .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-uK3jgI9Cm7 .mbr-section-title {
  color: #ffffff;
}
.cid-uK3jgI9Cm7 .mbr-list-title {
  color: #ffffff;
}
.cid-uK3jgI9Cm7 .list {
  color: #787878;
}
.cid-uK3jgI9Cm7 .list_main {
  color: #787878;
}
.cid-uNlNrrE4Px {
  z-index: 1000;
  width: 100%;
}
.cid-uNlNrrE4Px .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
  position: fixed;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNlNrrE4Px .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uNlNrrE4Px .menu_box .navbar.opened,
  .cid-uNlNrrE4Px .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uNlNrrE4Px nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uNlNrrE4Px .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uNlNrrE4Px .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uNlNrrE4Px .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uNlNrrE4Px .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-body .mbr-text,
  .cid-uNlNrrE4Px .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uNlNrrE4Px .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uNlNrrE4Px ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uNlNrrE4Px li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uNlNrrE4Px .lg_brand {
    margin: 0 1rem;
  }
  .cid-uNlNrrE4Px .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uNlNrrE4Px .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 0 !important;
  }
}
.cid-uNlNrrE4Px .nav-item .nav-link {
  position: relative;
}
.cid-uNlNrrE4Px .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fafafa;
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover,
.cid-uNlNrrE4Px .nav-item .nav-link:focus {
  opacity: 1;
  color: #fafafa !important;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover::before,
.cid-uNlNrrE4Px .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uNlNrrE4Px .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uNlNrrE4Px .offcanvas_box {
    display: none;
  }
}
.cid-uNlNrrE4Px .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uNlNrrE4Px .container {
  display: flex;
  margin: auto;
}
.cid-uNlNrrE4Px .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uNlNrrE4Px .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uNlNrrE4Px .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .navbar-caption {
  color: #ffffff;
}
.cid-uNlNrrE4Px .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .navbar-nav {
    margin: 0;
  }
}
.cid-uNlNrrE4Px .dropdown-menu,
.cid-uNlNrrE4Px .navbar.opened {
  background-color: false !important;
}
.cid-uNlNrrE4Px .nav-item:focus,
.cid-uNlNrrE4Px .nav-link:focus {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNlNrrE4Px .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uNlNrrE4Px .navbar.opened {
  transition: all 0.3s;
}
.cid-uNlNrrE4Px .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uNlNrrE4Px .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uNlNrrE4Px .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar.collapsed {
  justify-content: center;
}
.cid-uNlNrrE4Px .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNlNrrE4Px .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uNlNrrE4Px .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uNlNrrE4Px .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uNlNrrE4Px .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNlNrrE4Px .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uNlNrrE4Px .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uNlNrrE4Px .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uNlNrrE4Px .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNlNrrE4Px .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uNlNrrE4Px .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown-item.active,
.cid-uNlNrrE4Px .dropdown-item:active {
  background-color: transparent;
}
.cid-uNlNrrE4Px .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNlNrrE4Px .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNlNrrE4Px .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-uNlNrrE4Px ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNlNrrE4Px button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uNlNrrE4Px .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-uNlNrrE4Px .navbar {
    height: 70px;
  }
  .cid-uNlNrrE4Px .navbar.opened {
    height: auto;
  }
  .cid-uNlNrrE4Px .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNlNrrE4Px .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uNlNrrE4Px .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uNlNrrE4Px .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uNlNrrE4Px .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uNlNrrE4Px .navbar-caption:hover {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uNlNrrE4Px .text_widget {
  margin-bottom: 32px;
}
.cid-uNlNrrE4Px .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .text_widget a:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .icons-menu-main {
  display: flex;
}
.cid-uNlNrrE4Px .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-section-subtitle,
.cid-uNlNrrE4Px .text_widget,
.cid-uNlNrrE4Px .mbr-section-btn {
  text-align: center;
}
.cid-uNlNrrE4Px a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uNg8UjG8u7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uNg8UjG8u7 .container-fluid {
  padding: 0 ;
}
@media (max-width: 768px) {
  .cid-uNg8UjG8u7 .container-fluid {
    padding: 0 ;
  }
}
.cid-uNg8UjG8u7 .slider03 {
  marging-top: 200px;
}
@media (max-width: 992px) {
  .cid-uNg8UjG8u7 .container {
    padding: 0 20px;
  }
}
.cid-uNg8UjG8u7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uNg8UjG8u7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uNg8UjG8u7 .embla__slide .slide-content {
  width: 100%;
}
.cid-uNg8UjG8u7 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uNg8UjG8u7 .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  min-height: 830px;
  overflow: hidden;
  padding: 60px 86px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uNg8UjG8u7 .embla__slide .slide-content .item-wrapper .item-img {
    padding: 46px 20px 46px;
    min-height: auto;
    height: 100%;
  }
}
.cid-uNg8UjG8u7 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNg8UjG8u7 .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background-color: #000000;
  opacity: 0.2;
}
.cid-uNg8UjG8u7 .embla__slide .slide-content .item-wrapper .item-img .item-desc {
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .cid-uNg8UjG8u7 .embla__slide .slide-content .item-wrapper .item-img .item-desc {
    margin: 20px;
    padding: 0px!important;
  }
}
@media (min-width: 577px) {
  .cid-uNg8UjG8u7 .embla__slide .slide-content .item-wrapper .item-img .item-desc {
    padding-left: 50px;
    margin: 50px 20px;
  }
}
.cid-uNg8UjG8u7 .embla__slide .slide-content .item-wrapper .item-img .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .cid-uNg8UjG8u7 .embla__slide .slide-content .item-wrapper .item-img .title-wrapper {
    margin: 20px;
    padding: 0px!important;
  }
}
@media (min-width: 577px) {
  .cid-uNg8UjG8u7 .embla__slide .slide-content .item-wrapper .item-img .title-wrapper {
    margin: 50px 20px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uNg8UjG8u7 .embla__slide .slide-content .item-wrapper .item-img .title-wrapper .title-wrap .item-title {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 576px) {
  .cid-uNg8UjG8u7 .embla__slide .slide-content .item-wrapper .item-img .title-wrapper .title-wrap .item-title {
    width: 90%;
  }
}
.cid-uNg8UjG8u7 .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
  position: relative;
  z-index: 1;
  align-items: left;
}
@media (max-width: 576px) {
  .cid-uNg8UjG8u7 .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
    margin: 0px 20px 50px 20px;
    padding: 0px!important;
  }
}
@media (min-width: 577px) {
  .cid-uNg8UjG8u7 .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
    margin: 50px 20px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uNg8UjG8u7 .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper {
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-uNg8UjG8u7 .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper {
    margin-right: 16px;
  }
}
.cid-uNg8UjG8u7 .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 86px;
  border-radius: 100%;
  color: #000000;
}
.cid-uNg8UjG8u7 .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .name-wrap .item-name {
  margin-bottom: 16px;
}
.cid-uNg8UjG8u7 .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-uNg8UjG8u7 .embla__button--next,
.cid-uNg8UjG8u7 .embla__button--prev {
  display: flex;
}
.cid-uNg8UjG8u7 .embla__button {
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #fafafa !important;
  border: 2px solid #fafafa !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uNg8UjG8u7 .embla__button {
    top: 2.5rem;
    color: #fafafa !important;
    border: 2px solid #fafafa !important;
  }
}
@media (max-width: 768px) {
  .cid-uNg8UjG8u7 .embla__button {
    top: 90%;
  }
}
.cid-uNg8UjG8u7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uNg8UjG8u7 .embla__button:hover {
  opacity: 1 !important;
}
.cid-uNg8UjG8u7 .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uNg8UjG8u7 .embla__button.embla__button--next {
  right: 30px;
}
.cid-uNg8UjG8u7 .embla {
  position: relative;
  width: 100%;
}
.cid-uNg8UjG8u7 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uNg8UjG8u7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uNg8UjG8u7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uNg8UjG8u7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uNg8UjG8u7 .item-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uNg8UjG8u7 .item-title {
  /*color: #000000;*/
}
.cid-uNg8UjG8u7 .item-name {
  color: #ffffff;
  text-align: left;
}
.cid-uNg8UjG8u7 .item-role {
  color: #fff7ee;
  text-align: left;
}
.cid-uNg8UjG8u7 .list {
  color: #000000;
}
.cid-uNg8UjG8u7 .item-title,
.cid-uNg8UjG8u7 .mbr-section-btn,
.cid-uNg8UjG8u7 .title-wrap {
  text-align: left;
  /*color: #ffffff;*/
}
@media (max-width: 576px) {
  .cid-uNg8UjG8u7 .marge_responsive {
    margin-top: 65px;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .cid-uNg8UjG8u7 .marge_responsive {
    margin-top: 55px;
  }
}
@media (min-width: 769px) {
  .cid-uNg8UjG8u7 .marge_responsive {
    margin-top: 75px;
  }
}
.cid-uNg8UjG8u7 P {
  color: #ffbe0d;
}
.cid-uLJHlqWRog {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLJHlqWRog .mbr-section-subtitle {
  color: #ffbe0d;
  text-align: center;
}
.cid-uLJHlqWRog .mbr-section-title {
  color: #d45615;
  /*text-align: center;*/
}
.cid-uLJHlqWRog img {
  width: 100%;
}
.cid-uLJHlqWRog .mbr-text {
  color: #001810;
}
.cid-uLJHlqWRog .mbr-section-btn {
  margin-top: 40px;
}
.cid-uLJHlqWRog .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-uLJHlqWRog * {
    text-align: left;
  }
}
.cid-uLJHlqWRog .cards-wrap {
  flex-direction: column;
}
.cid-uLJHlqWRog .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-uLJHlqWRog .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #d45615;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uLJHlqWRog .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-uLJHlqWRog .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-uLJHlqWRog .wrapper .content .mbr-card-title {
  color: #fafafa;
  margin-bottom: 10px;
}
.cid-uLJHlqWRog .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #f2f2f2;
}
.cid-uLJHlqWRog .widget-container {
  margin: 0 0 30px;
}
.cid-uLJHlqWRog .widget-container .project-info {
  padding: 15px 30px 13px;
  background-color: #eeeff2;
  border-radius: 3px;
}
.cid-uLJHlqWRog .widget-container .project-info .info-item {
  display: flex;
  flex-wrap: wrap;
  padding: 17px 0;
  border-bottom: 1px solid #dcdfe2;
}
.cid-uLJHlqWRog .widget-container .project-info .info-item .label {
  font-weight: 500;
  margin-right: 10px;
  flex: none;
  margin-bottom: 0;
}
.cid-uLJHlqWRog .widget-container .project-info .info-item .info-text {
  margin-bottom: 0;
}
.cid-uLJHlqWRog .widget-container .project-info .info-item:last-child {
  border-bottom: none;
}
.cid-uLJHlqWRog .newsletter {
  padding: 35px 30px 40px;
  border-radius: 3px;
  display: block;
}
.cid-uLJHlqWRog .newsletter .mbr-section-subtitle {
  position: relative;
  margin-bottom: 25px;
  color: #fafafa;
}
.cid-uLJHlqWRog .newsletter .form-group,
.cid-uLJHlqWRog .newsletter .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uLJHlqWRog .newsletter textarea {
  height: 110px !important;
}
.cid-uLJHlqWRog .newsletter .form-control {
  font-size: 14px;
  background: #ffffff;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-uLJHlqWRog .newsletter .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-uLJHlqWRog .newsletter .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-uLJHlqWRog .newsletter .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-uLJHlqWRog .newsletter .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-uLJHlqWRog .newsletter .form-group {
  margin-bottom: 8.6px;
}
.cid-uLJHlqWRog .newsletter .dragArea {
  flex-direction: column;
}
.cid-uLJHlqWRog .newsletter .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
  overflow: hidden;
}
.cid-uLJHlqWRog .newsletter .dragArea .mbr-section-btn .btn.btn-success:hover {
  background-color: #ffbe0d !important;
  border-color: #ffbe0d !important;
  color: #ffffff !important;
}
.cid-uLJHlqWRog .newsletter .dragArea .mbr-section-btn .btn::after {
  background-color: #f2f2f2;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uLJHlqWRog .newsletter .dragArea .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uLJHlqWRog .cards-wrap2 {
  flex-direction: column;
}
.cid-uLJHlqWRog .cards-wrap2 .wrapper2 {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.cid-uLJHlqWRog .cards-wrap2 .wrapper2 .img {
  margin-bottom: 20px;
}
.cid-uLJHlqWRog .cards-wrap2 .wrapper2 .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #ffbe0d;
  border-radius: 50%;
}
.cid-uLJHlqWRog .cards-wrap2 .wrapper2 .mbr-card-title {
  color: #fafafa;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-uLJHlqWRog .cards-wrap2 .wrapper2 .mbr-text {
  margin-bottom: 19px;
  color: #f2f2f2;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uLJHlqWRog .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJHlqWRog .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJHlqWRog .widget-container .project-info .info-item .info-text {
  color: #d45615;
  text-align: left;
}
.cid-uLJHlqWRog .cards-wrap .wrapper .content .mbr-text,
.cid-uLJHlqWRog .img {
  color: #113f4d;
}
.cid-uLJHlqWRog .bottomPart .wrapper2 .mbr-text,
.cid-uLJHlqWRog .img {
  color: #121212;
}
.cid-uLJHlqWRog .bottomPart .wrapper2 .mbr-card-title,
.cid-uLJHlqWRog .img {
  color: #d45615;
}
.cid-uLJHlqWRog .cards-wrap .wrapper .content .mbr-card-title,
.cid-uLJHlqWRog .img {
  color: #d45615;
}
.cid-uLJHlqWRog .newsletter .mbr-section-subtitle {
  color: #001810;
}
.cid-uLJHlqWRog .widget-container .project-info .info-item .label {
  color: #001810;
}
.cid-uLJJzwExPx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLJJzwExPx .item:focus,
.cid-uLJJzwExPx span:focus {
  outline: none;
}
.cid-uLJJzwExPx .item {
  cursor: pointer;
}
.cid-uLJJzwExPx .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uLJJzwExPx .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uLJJzwExPx .grid-container-1,
.cid-uLJJzwExPx .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uLJJzwExPx .grid-container-1,
  .cid-uLJJzwExPx .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uLJJzwExPx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLJJzwExPx .content-head {
  max-width: 800px;
}
.cid-uLJJzwExPx .container,
.cid-uLJJzwExPx .container-fluid {
  overflow: hidden;
}
.cid-uLJJzwExPx .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uLJJzwExPx .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLJJzwExPx .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uLJJzwExPx .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uLJJzwExPx .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uLJJzwExPx .grid-container-1,
.cid-uLJJzwExPx .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uLJJzwExPx .grid-container-1 {
  align-items: flex-end;
}
.cid-uLJJzwExPx .grid-container-2 {
  align-items: flex-start;
}
.cid-uLhUYiAlfG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uLhUYiAlfG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uLhUYiAlfG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLhUYiAlfG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uLhUYiAlfG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uLhUYiAlfG .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #000000) !important;
}
.cid-uLhUYiAlfG .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uLhUYiAlfG .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uLhUYiAlfG .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uLhUYiAlfG .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-uLhUYiAlfG .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uLhUYiAlfG .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uLhUYiAlfG .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-uLhUYiAlfG .mbr-gallery-filter ul {
  display: block;
}
.cid-uLhUYiAlfG .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uLhUYiAlfG .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-uLhUYiAlfG .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-uLhUYiAlfG .mbr-gallery-filter li.active::after,
.cid-uLhUYiAlfG .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-uLhUYiAlfG .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uLhUYiAlfG .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #000000) !important;
}
.cid-uLhUYiAlfG .icon-focus:before {
  content: '\e95e';
}
.cid-uLhUYiAlfG .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uLhUYiAlfG .mbr-section-title {
  margin: 0;
}
.cid-uLhUYiAlfG .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uLhUYiAlfG .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uLhUYiAlfG .mbr-section-title,
.cid-uLhUYiAlfG .underline {
  color: #d45615;
}
.cid-uNgayt2t3v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d45615;
}
.cid-uNgayt2t3v .item:focus,
.cid-uNgayt2t3v span:focus {
  outline: none;
}
.cid-uNgayt2t3v .item-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uNgayt2t3v .container {
    padding: 0 30px;
  }
}
.cid-uNgayt2t3v .icon-wrapper {
  text-align: right;
  padding-top: 4rem;
}
@media (max-width: 992px) {
  .cid-uNgayt2t3v .icon-wrapper {
    padding-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uNgayt2t3v .icon-wrapper {
    text-align: left;
  }
}
.cid-uNgayt2t3v .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 50px;
  color: #ffffff;
}
.cid-uNgayt2t3v .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uNgayt2t3v .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uNgayt2t3v .embla__slide .slide-content {
  width: 100%;
}
.cid-uNgayt2t3v .embla__slide .slide-content .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uNgayt2t3v .embla__slide .slide-content .item-content .mbr-desc {
  line-height: 180%;
  margin: 45px 0 0 0;
}
.cid-uNgayt2t3v .embla__button--next,
.cid-uNgayt2t3v .embla__button--prev {
  display: flex;
}
.cid-uNgayt2t3v .embla__button {
  top: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6 !important;
}
.cid-uNgayt2t3v .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uNgayt2t3v .embla__button:hover {
  opacity: 1 !important;
}
.cid-uNgayt2t3v .embla__button.embla__button--prev {
  left: 0;
}
.cid-uNgayt2t3v .embla__button.embla__button--next {
  left: 100px;
}
.cid-uNgayt2t3v .embla {
  position: relative;
  width: 100%;
  padding-top: 4rem;
}
.cid-uNgayt2t3v .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uNgayt2t3v .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uNgayt2t3v .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uNgayt2t3v .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uNgayt2t3v .mbr-text {
  color: #FFFFFF;
}
.cid-uNgayt2t3v .mbr-desc {
  color: #FFFFFF;
}
.cid-uNgayt2t3v .mbr-section-title {
  text-align: left;
}
.cid-uNgaAF53hG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNgaAF53hG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNgaAF53hG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNgaAF53hG [class^="socicon-"]:before,
.cid-uNgaAF53hG [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uNgaAF53hG .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #d45615;
  border-width: 2px;
  transition: all .3s;
  border-color: #d45615;
}
.cid-uNgaAF53hG .btn-social:hover {
  background: #d45615;
}
.cid-uNgaAF53hG .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uLhUYjmuG8 {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLhUYjmuG8 .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.cid-uLhUYjmuG8 .form {
  background-color: #ffbe0d;
  padding: 60px 1rem;
}
@media (min-width: 992px) {
  .cid-uLhUYjmuG8 .form {
    padding: 124px 128px 128px 60px;
  }
}
.cid-uLhUYjmuG8 .tab {
  min-height: 330px;
  padding: 60px 1rem 0;
}
@media (min-width: 992px) {
  .cid-uLhUYjmuG8 .tab {
    padding: 60px 80px 67px;
  }
}
.cid-uLhUYjmuG8 .nav {
  display: block;
}
.cid-uLhUYjmuG8 .nav-tabs .nav-item.open .nav-link:focus,
.cid-uLhUYjmuG8 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uLhUYjmuG8 .nav-tabs {
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uLhUYjmuG8 .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-uLhUYjmuG8 .nav-tabs .nav-link {
  padding: 0;
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-uLhUYjmuG8 .nav-tabs .nav-link:not(.active) {
  color: #d45615 !important;
}
.cid-uLhUYjmuG8 .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uLhUYjmuG8 .nav-link,
.cid-uLhUYjmuG8 .nav-link.active {
  color: #001810 !important;
  background-color: transparent;
}
.cid-uLhUYjmuG8 .nav-tabs .nav-link.active {
  border-bottom: 1px solid transparent;
}
.cid-uLhUYjmuG8 .map-wrap {
  width: 100%;
  height: 507px;
}
.cid-uLhUYjmuG8 .google-map {
  height: 100%;
  position: relative;
}
.cid-uLhUYjmuG8 .google-map iframe {
  height: 100%;
  width: 100%;
  filter: grayscale(1);
}
.cid-uLhUYjmuG8 .google-map [data-state-details] {
  color: #282828;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  top: 50%;
  width: 100%;
}
.cid-uLhUYjmuG8 .google-map[data-state] {
  background: #6b6b6b;
}
.cid-uLhUYjmuG8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLhUYjmuG8 form {
  margin-top: 128px;
}
.cid-uLhUYjmuG8 .form-control,
.cid-uLhUYjmuG8 .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  padding: 8px 0;
  color: #18293D;
  margin: 0;
  font-weight: 300;
}
.cid-uLhUYjmuG8 .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-uLhUYjmuG8 .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
  border-bottom: 1px solid #282828 !important;
}
.cid-uLhUYjmuG8 .form-check-input:checked {
  background-color: #fafafa;
  border-bottom: 1px solid #282828 !important;
}
.cid-uLhUYjmuG8 .form-control::placeholder {
  color: #3d3d3d;
  font-size: 16px;
  margin: 0;
  font-weight: 300;
}
.cid-uLhUYjmuG8 .form-group {
  margin-bottom: 35px;
}
.cid-uLhUYjmuG8 .form-control,
.cid-uLhUYjmuG8 form .btn {
  min-height: auto;
}
.cid-uLhUYjmuG8 .link-title:after {
  content: "\2192";
  font-size: 16px;
  margin-left: 10px;
  font-weight: 700;
  padding: .7rem;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.cid-uLhUYjmuG8 .link-title:hover:after {
  background: #FFFF27;
}
.cid-uLhUYkbR1P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uLhUYkbR1P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhUYkbR1P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhUYkbR1P .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uLhUYkbR1P .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLhUYkbR1P .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uLhUYkbR1P .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLhUYkbR1P .container {
    padding: 0 12px;
  }
}
.cid-uLhUYkbR1P .title-wrapper a {
  display: block;
}
.cid-uLhUYkbR1P .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uLhUYkbR1P .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-uLhUYkbR1P .list-wrapper .list,
.cid-uLhUYkbR1P .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uLhUYkbR1P .list-wrapper .list,
  .cid-uLhUYkbR1P .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-uLhUYkbR1P .list-wrapper .list .item-wrap,
.cid-uLhUYkbR1P .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLhUYkbR1P .list-wrapper .list .item-wrap:hover,
.cid-uLhUYkbR1P .list-wrapper .list_main .item-wrap:hover,
.cid-uLhUYkbR1P .list-wrapper .list .item-wrap:focus,
.cid-uLhUYkbR1P .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uLhUYkbR1P .contacts-wrapper .list {
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uLhUYkbR1P .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uLhUYkbR1P .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLhUYkbR1P .contacts-wrapper .list .item-wrap:hover,
.cid-uLhUYkbR1P .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uLhUYkbR1P .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLhUYkbR1P .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-uLhUYkbR1P .social-row .soc-item {
  margin-right: 24px;
}
.cid-uLhUYkbR1P .social-row .soc-item a:hover .mbr-iconfont,
.cid-uLhUYkbR1P .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-uLhUYkbR1P .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-uLhUYkbR1P .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-uLhUYkbR1P .mbr-section-title {
  color: #ffffff;
}
.cid-uLhUYkbR1P .mbr-list-title {
  color: #ffffff;
}
.cid-uLhUYkbR1P .list {
  color: #787878;
}
.cid-uLhUYkbR1P .list_main {
  color: #787878;
}
.cid-uNlNrrE4Px {
  z-index: 1000;
  width: 100%;
}
.cid-uNlNrrE4Px .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
  position: fixed;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNlNrrE4Px .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uNlNrrE4Px .menu_box .navbar.opened,
  .cid-uNlNrrE4Px .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uNlNrrE4Px nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uNlNrrE4Px .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uNlNrrE4Px .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uNlNrrE4Px .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uNlNrrE4Px .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-body .mbr-text,
  .cid-uNlNrrE4Px .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uNlNrrE4Px .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uNlNrrE4Px ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uNlNrrE4Px li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uNlNrrE4Px .lg_brand {
    margin: 0 1rem;
  }
  .cid-uNlNrrE4Px .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uNlNrrE4Px .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 0 !important;
  }
}
.cid-uNlNrrE4Px .nav-item .nav-link {
  position: relative;
}
.cid-uNlNrrE4Px .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fafafa;
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover,
.cid-uNlNrrE4Px .nav-item .nav-link:focus {
  opacity: 1;
  color: #fafafa !important;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover::before,
.cid-uNlNrrE4Px .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uNlNrrE4Px .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uNlNrrE4Px .offcanvas_box {
    display: none;
  }
}
.cid-uNlNrrE4Px .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uNlNrrE4Px .container {
  display: flex;
  margin: auto;
}
.cid-uNlNrrE4Px .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uNlNrrE4Px .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uNlNrrE4Px .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .navbar-caption {
  color: #ffffff;
}
.cid-uNlNrrE4Px .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .navbar-nav {
    margin: 0;
  }
}
.cid-uNlNrrE4Px .dropdown-menu,
.cid-uNlNrrE4Px .navbar.opened {
  background-color: false !important;
}
.cid-uNlNrrE4Px .nav-item:focus,
.cid-uNlNrrE4Px .nav-link:focus {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNlNrrE4Px .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uNlNrrE4Px .navbar.opened {
  transition: all 0.3s;
}
.cid-uNlNrrE4Px .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uNlNrrE4Px .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uNlNrrE4Px .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar.collapsed {
  justify-content: center;
}
.cid-uNlNrrE4Px .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNlNrrE4Px .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uNlNrrE4Px .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uNlNrrE4Px .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uNlNrrE4Px .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNlNrrE4Px .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uNlNrrE4Px .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uNlNrrE4Px .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uNlNrrE4Px .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNlNrrE4Px .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uNlNrrE4Px .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown-item.active,
.cid-uNlNrrE4Px .dropdown-item:active {
  background-color: transparent;
}
.cid-uNlNrrE4Px .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNlNrrE4Px .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNlNrrE4Px .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-uNlNrrE4Px ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNlNrrE4Px button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uNlNrrE4Px .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-uNlNrrE4Px .navbar {
    height: 70px;
  }
  .cid-uNlNrrE4Px .navbar.opened {
    height: auto;
  }
  .cid-uNlNrrE4Px .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNlNrrE4Px .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uNlNrrE4Px .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uNlNrrE4Px .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uNlNrrE4Px .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uNlNrrE4Px .navbar-caption:hover {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uNlNrrE4Px .text_widget {
  margin-bottom: 32px;
}
.cid-uNlNrrE4Px .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .text_widget a:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .icons-menu-main {
  display: flex;
}
.cid-uNlNrrE4Px .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-section-subtitle,
.cid-uNlNrrE4Px .text_widget,
.cid-uNlNrrE4Px .mbr-section-btn {
  text-align: center;
}
.cid-uNlNrrE4Px a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uNeJQ0WSgI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uNeJQ0WSgI .container-fluid {
  padding: 0 ;
}
@media (max-width: 768px) {
  .cid-uNeJQ0WSgI .container-fluid {
    padding: 0 ;
  }
}
.cid-uNeJQ0WSgI .slider03 {
  marging-top: 200px;
}
@media (max-width: 992px) {
  .cid-uNeJQ0WSgI .container {
    padding: 0 20px;
  }
}
.cid-uNeJQ0WSgI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uNeJQ0WSgI .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uNeJQ0WSgI .embla__slide .slide-content {
  width: 100%;
}
.cid-uNeJQ0WSgI .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uNeJQ0WSgI .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  min-height: 830px;
  overflow: hidden;
  padding: 60px 86px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uNeJQ0WSgI .embla__slide .slide-content .item-wrapper .item-img {
    padding: 46px 20px 46px;
    min-height: auto;
    height: 100%;
  }
}
.cid-uNeJQ0WSgI .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNeJQ0WSgI .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background-color: #000000;
  opacity: 0.2;
}
.cid-uNeJQ0WSgI .embla__slide .slide-content .item-wrapper .item-img .item-desc {
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .cid-uNeJQ0WSgI .embla__slide .slide-content .item-wrapper .item-img .item-desc {
    margin: 20px;
    padding: 0px!important;
  }
}
@media (min-width: 577px) {
  .cid-uNeJQ0WSgI .embla__slide .slide-content .item-wrapper .item-img .item-desc {
    padding-left: 50px;
    margin: 50px 20px;
  }
}
.cid-uNeJQ0WSgI .embla__slide .slide-content .item-wrapper .item-img .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .cid-uNeJQ0WSgI .embla__slide .slide-content .item-wrapper .item-img .title-wrapper {
    margin: 20px;
    padding: 0px!important;
  }
}
@media (min-width: 577px) {
  .cid-uNeJQ0WSgI .embla__slide .slide-content .item-wrapper .item-img .title-wrapper {
    margin: 50px 20px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uNeJQ0WSgI .embla__slide .slide-content .item-wrapper .item-img .title-wrapper .title-wrap .item-title {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 576px) {
  .cid-uNeJQ0WSgI .embla__slide .slide-content .item-wrapper .item-img .title-wrapper .title-wrap .item-title {
    width: 90%;
  }
}
.cid-uNeJQ0WSgI .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
  position: relative;
  z-index: 1;
  align-items: left;
}
@media (max-width: 576px) {
  .cid-uNeJQ0WSgI .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
    margin: 0px 20px 50px 20px;
    padding: 0px!important;
  }
}
@media (min-width: 577px) {
  .cid-uNeJQ0WSgI .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
    margin: 50px 20px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uNeJQ0WSgI .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper {
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-uNeJQ0WSgI .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper {
    margin-right: 16px;
  }
}
.cid-uNeJQ0WSgI .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 86px;
  border-radius: 100%;
  color: #000000;
}
.cid-uNeJQ0WSgI .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .name-wrap .item-name {
  margin-bottom: 16px;
}
.cid-uNeJQ0WSgI .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-uNeJQ0WSgI .embla__button--next,
.cid-uNeJQ0WSgI .embla__button--prev {
  display: flex;
}
.cid-uNeJQ0WSgI .embla__button {
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #fafafa !important;
  border: 2px solid #fafafa !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uNeJQ0WSgI .embla__button {
    top: 2.5rem;
    color: #fafafa !important;
    border: 2px solid #fafafa !important;
  }
}
@media (max-width: 768px) {
  .cid-uNeJQ0WSgI .embla__button {
    top: 90%;
  }
}
.cid-uNeJQ0WSgI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uNeJQ0WSgI .embla__button:hover {
  opacity: 1 !important;
}
.cid-uNeJQ0WSgI .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uNeJQ0WSgI .embla__button.embla__button--next {
  right: 30px;
}
.cid-uNeJQ0WSgI .embla {
  position: relative;
  width: 100%;
}
.cid-uNeJQ0WSgI .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uNeJQ0WSgI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uNeJQ0WSgI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uNeJQ0WSgI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uNeJQ0WSgI .item-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uNeJQ0WSgI .item-title {
  color: #000000;
}
.cid-uNeJQ0WSgI .item-name {
  color: #ffffff;
  text-align: left;
}
.cid-uNeJQ0WSgI .item-role {
  color: #fff7ee;
  text-align: left;
}
.cid-uNeJQ0WSgI .list {
  color: #000000;
}
.cid-uNeJQ0WSgI .item-title,
.cid-uNeJQ0WSgI .mbr-section-btn,
.cid-uNeJQ0WSgI .title-wrap {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uNeJQ0WSgI .marge_responsive {
    margin-top: 65px;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .cid-uNeJQ0WSgI .marge_responsive {
    margin-top: 55px;
  }
}
@media (min-width: 769px) {
  .cid-uNeJQ0WSgI .marge_responsive {
    margin-top: 75px;
  }
}
.cid-uNeJQ0WSgI P {
  color: #ffbe0d;
}
.cid-uNeKCcoKue {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNeKCcoKue .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNeKCcoKue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNeKCcoKue .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uNeKCcoKue .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uNeKCcoKue .container {
    padding: 0 20px;
  }
}
.cid-uNeKCcoKue .row {
  margin: 0;
}
.cid-uNeKCcoKue .card {
  padding: 0;
}
.cid-uNeKCcoKue .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNeKCcoKue .image-wrapper img {
    height: 450px;
  }
}
.cid-uNeKCcoKue .title-wrapper {
  height: 100%;
  background-color: #ededed;
  display: flex;
  align-items: center;
  padding: 24px 115px;
}
@media (max-width: 576px) {
  .cid-uNeKCcoKue .title-wrapper {
    padding: 50px 20px;
    margin: 0;
  }
}
@media (min-width: 577px) and (max-width: 993px) {
  .cid-uNeKCcoKue .title-wrapper {
    padding: 50px 20px;
    margin: 0 20px 0 0;
  }
}
@media (min-width: 994px) {
  .cid-uNeKCcoKue .title-wrapper {
    padding: 50px 20px;
    margin: 0 15px 0 0;
  }
}
.cid-uNeKCcoKue .title-wrapper .title-wrap {
  width: 100%;
}
.cid-uNeKCcoKue .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNeKCcoKue .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uNeKCcoKue .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
  line-height: 1.78;
}
@media (max-width: 992px) {
  .cid-uNeKCcoKue .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uNeKCcoKue .mbr-section-title {
  color: #c2b299;
}
.cid-uNeKCcoKue .mbr-text {
  color: #121212;
}
.cid-uNeKCcoKue .mbr-section-title,
.cid-uNeKCcoKue .mbr-section-btn {
  color: #d45615;
}
.cid-uNeKCcoKue .mbr-title,
.cid-uNeKCcoKue .mbr-section-btn {
  color: #113f4d;
}
.cid-uNeKCcoKue .mbr-title-2,
.cid-uNeKCcoKue .mbr-section-btn {
  color: #d45615;
}
.cid-uNeKCcoKue .mbr-text-2 {
  color: #121212;
}
@media (min-width: 768px) {
  .cid-uNeKCcoKue .rotate-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: bold;
  }
  .cid-uNeKCcoKue .share-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-md);
  }
  .cid-uNeKCcoKue .share-links span {
    font-size: 1.4rem;
    color: var(--color-text-light);
    writing-mode: vertical-rl;
    margin-bottom: var(--spacing-sm);
  }
  .cid-uNeKCcoKue .share-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 1.8rem;
    transition: all var(--transition-fast);
  }
  .cid-uNeKCcoKue .share-links a:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: var(--color-white);
  }
}
@media (min-width: 768px) and (max-width: 576px) {
  .cid-uNeKCcoKue .share-links {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
  }
  .cid-uNeKCcoKue .share-links span {
    font-size: 1.4rem;
    color: var(--color-text-light);
    margin-bottom: var(--spacing-sm);
  }
  .cid-uNeKCcoKue .share-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 1.8rem;
    transition: all var(--transition-fast);
  }
  .cid-uNeKCcoKue .share-links a:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: var(--color-white);
  }
}
.cid-uNeKCcoKue .content-wrapper {
  top: 100px;
  position: sticky;
  z-index: 2;
}
.cid-uNeKCcoKue .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uNeKCcoKue .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uNeKCcoKue .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uNeKCcoKue .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLl1WNWLpU {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d45615;
}
.cid-uLl1WNWLpU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLl1WNWLpU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLl1WNWLpU .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uLl1WNWLpU .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLl1WNWLpU .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLl1WNWLpU .container {
    padding: 0 20px;
  }
}
.cid-uLl1WNWLpU .container .row {
  margin: 0;
}
.cid-uLl1WNWLpU .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLl1WNWLpU .link-wrapper {
  display: block;
}
.cid-uLl1WNWLpU .link-wrapper .mbr-link {
  margin-bottom: 50px;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uLl1WNWLpU .link-wrapper .mbr-link {
    text-align: left;
  }
}
.cid-uLl1WNWLpU .link-wrapper:hover .mbr-link {
  text-decoration: none;
}
.cid-uLl1WNWLpU .item {
  padding: 0;
}
.cid-uLl1WNWLpU .item .item-wrapper a {
  display: block;
}
.cid-uLl1WNWLpU .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-uLl1WNWLpU .item .item-wrapper .item-img {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  margin: 0 30px 30px 0 ;
}
.cid-uLl1WNWLpU .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLl1WNWLpU .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #1b1b1b;
  opacity: .3;
  pointer-events: none;
  z-index: 1;
  filter: blur(50px);
}
.cid-uLl1WNWLpU .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uLl1WNWLpU .item .item-wrapper .item-img .item-content {
    display: block;
  }
}
.cid-uLl1WNWLpU .item .item-wrapper .item-img .item-content .title-wrap {
  width: 50%;
  padding: 10px;
}
@media (max-width: 768px) {
  .cid-uLl1WNWLpU .item .item-wrapper .item-img .item-content .title-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uLl1WNWLpU .item .item-wrapper .item-img .item-content .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uLl1WNWLpU .item .item-wrapper .item-img .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uLl1WNWLpU .item .item-wrapper .item-img .item-content .mbr-section-btn {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uLl1WNWLpU .item .item-wrapper .item-img .item-content .mbr-section-btn {
    justify-content: normal;
    width: 100%;
  }
}
.cid-uLl1WNWLpU .item .item-wrapper .item-img .item-content .mbr-section-btn .btn {
  margin: 4px;
  padding: 18px 20px;
}
@media (max-width: 768px) {
  .cid-uLl1WNWLpU .item .item-wrapper .item-img .item-content .mbr-section-btn .btn {
    margin: 9.6px;
  }
}
.cid-uLl1WNWLpU .item-title {
  color: #ffffff;
  text-transform: uppercase;
}
.cid-uLl1WNWLpU .mbr-desc {
  color: #f2f2f2;
}
.cid-uLl1WNWLpU .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uLl1WNWLpU .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-uLl1WNWLpU .item-img .item-content {
  position: relative;
  z-index: 2;
}
.cid-uLl1WNWLpU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLl1WNWLpU .mbr-desc,
.cid-uLl1WNWLpU .item-title {
  text-shadow: 0px 0px 5px #000000;
}
.cid-uLl1WNWLpU .title-wrap {
  position: relative;
  width: 50%;
  padding: 0;
  overflow: hidden;
}
.cid-uLl1WNWLpU .title-wrap .item-title,
.cid-uLl1WNWLpU .title-wrap .mbr-desc {
  position: relative;
  z-index: 2;
  transition: all 0.4s ease-in-out;
  text-shadow: 0px 0px 5px #000000;
}
.cid-uLl1WNWLpU .title-wrap .item-title {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 15px;
  background: transparent;
}
.cid-uLl1WNWLpU .title-wrap .mbr-desc {
  opacity: 0;
  transform: translateY(100%);
  padding: 15px;
  margin: 0;
  max-height: 0;
}
.cid-uLl1WNWLpU .title-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.cid-uLl1WNWLpU .item-wrapper:hover .title-wrap::before {
  opacity: 1;
}
.cid-uLl1WNWLpU .item-wrapper:hover .title-wrap .item-title {
  transform: translateY(-25%);
  position: relative;
  padding-bottom: 0;
}
.cid-uLl1WNWLpU .item-wrapper:hover .title-wrap .mbr-desc {
  opacity: 1;
  transform: translateY(0);
  max-height: 500px;
}
.cid-uLl1WNWLpU .mbr-section-btn {
  opacity: 1 !important;
}
.cid-uLl1WOeqEa {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLl1WOeqEa .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.cid-uLl1WOeqEa .form {
  background-color: #ffbe0d;
  padding: 60px 1rem;
}
@media (min-width: 992px) {
  .cid-uLl1WOeqEa .form {
    padding: 124px 128px 128px 60px;
  }
}
.cid-uLl1WOeqEa .tab {
  min-height: 330px;
  padding: 60px 1rem 0;
}
@media (min-width: 992px) {
  .cid-uLl1WOeqEa .tab {
    padding: 60px 80px 67px;
  }
}
.cid-uLl1WOeqEa .nav {
  display: block;
}
.cid-uLl1WOeqEa .nav-tabs .nav-item.open .nav-link:focus,
.cid-uLl1WOeqEa .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uLl1WOeqEa .nav-tabs {
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uLl1WOeqEa .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-uLl1WOeqEa .nav-tabs .nav-link {
  padding: 0;
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-uLl1WOeqEa .nav-tabs .nav-link:not(.active) {
  color: #d45615 !important;
}
.cid-uLl1WOeqEa .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uLl1WOeqEa .nav-link,
.cid-uLl1WOeqEa .nav-link.active {
  color: #001810 !important;
  background-color: transparent;
}
.cid-uLl1WOeqEa .nav-tabs .nav-link.active {
  border-bottom: 1px solid transparent;
}
.cid-uLl1WOeqEa .map-wrap {
  width: 100%;
  height: 507px;
}
.cid-uLl1WOeqEa .google-map {
  height: 100%;
  position: relative;
}
.cid-uLl1WOeqEa .google-map iframe {
  height: 100%;
  width: 100%;
  filter: grayscale(1);
}
.cid-uLl1WOeqEa .google-map [data-state-details] {
  color: #282828;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  top: 50%;
  width: 100%;
}
.cid-uLl1WOeqEa .google-map[data-state] {
  background: #6b6b6b;
}
.cid-uLl1WOeqEa .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLl1WOeqEa form {
  margin-top: 128px;
}
.cid-uLl1WOeqEa .form-control,
.cid-uLl1WOeqEa .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  padding: 8px 0;
  color: #18293D;
  margin: 0;
  font-weight: 300;
}
.cid-uLl1WOeqEa .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-uLl1WOeqEa .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
  border-bottom: 1px solid #282828 !important;
}
.cid-uLl1WOeqEa .form-check-input:checked {
  background-color: #fafafa;
  border-bottom: 1px solid #282828 !important;
}
.cid-uLl1WOeqEa .form-control::placeholder {
  color: #3d3d3d;
  font-size: 16px;
  margin: 0;
  font-weight: 300;
}
.cid-uLl1WOeqEa .form-group {
  margin-bottom: 35px;
}
.cid-uLl1WOeqEa .form-control,
.cid-uLl1WOeqEa form .btn {
  min-height: auto;
}
.cid-uLl1WOeqEa .link-title:after {
  content: "\2192";
  font-size: 16px;
  margin-left: 10px;
  font-weight: 700;
  padding: .7rem;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.cid-uLl1WOeqEa .link-title:hover:after {
  background: #FFFF27;
}
.cid-uLl1WOCyjo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uLl1WOCyjo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLl1WOCyjo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLl1WOCyjo .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uLl1WOCyjo .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLl1WOCyjo .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uLl1WOCyjo .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLl1WOCyjo .container {
    padding: 0 12px;
  }
}
.cid-uLl1WOCyjo .title-wrapper a {
  display: block;
}
.cid-uLl1WOCyjo .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uLl1WOCyjo .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-uLl1WOCyjo .list-wrapper .list,
.cid-uLl1WOCyjo .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uLl1WOCyjo .list-wrapper .list,
  .cid-uLl1WOCyjo .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-uLl1WOCyjo .list-wrapper .list .item-wrap,
.cid-uLl1WOCyjo .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLl1WOCyjo .list-wrapper .list .item-wrap:hover,
.cid-uLl1WOCyjo .list-wrapper .list_main .item-wrap:hover,
.cid-uLl1WOCyjo .list-wrapper .list .item-wrap:focus,
.cid-uLl1WOCyjo .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uLl1WOCyjo .contacts-wrapper .list {
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uLl1WOCyjo .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uLl1WOCyjo .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLl1WOCyjo .contacts-wrapper .list .item-wrap:hover,
.cid-uLl1WOCyjo .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uLl1WOCyjo .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLl1WOCyjo .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-uLl1WOCyjo .social-row .soc-item {
  margin-right: 24px;
}
.cid-uLl1WOCyjo .social-row .soc-item a:hover .mbr-iconfont,
.cid-uLl1WOCyjo .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-uLl1WOCyjo .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-uLl1WOCyjo .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-uLl1WOCyjo .mbr-section-title {
  color: #ffffff;
}
.cid-uLl1WOCyjo .mbr-list-title {
  color: #ffffff;
}
.cid-uLl1WOCyjo .list {
  color: #787878;
}
.cid-uLl1WOCyjo .list_main {
  color: #787878;
}
.cid-uNlNrrE4Px {
  z-index: 1000;
  width: 100%;
}
.cid-uNlNrrE4Px .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
  position: fixed;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNlNrrE4Px .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uNlNrrE4Px .menu_box .navbar.opened,
  .cid-uNlNrrE4Px .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uNlNrrE4Px nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uNlNrrE4Px .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uNlNrrE4Px .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uNlNrrE4Px .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uNlNrrE4Px .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-body .mbr-text,
  .cid-uNlNrrE4Px .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uNlNrrE4Px .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uNlNrrE4Px ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uNlNrrE4Px li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uNlNrrE4Px .lg_brand {
    margin: 0 1rem;
  }
  .cid-uNlNrrE4Px .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uNlNrrE4Px .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 0 !important;
  }
}
.cid-uNlNrrE4Px .nav-item .nav-link {
  position: relative;
}
.cid-uNlNrrE4Px .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fafafa;
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover,
.cid-uNlNrrE4Px .nav-item .nav-link:focus {
  opacity: 1;
  color: #fafafa !important;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover::before,
.cid-uNlNrrE4Px .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uNlNrrE4Px .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uNlNrrE4Px .offcanvas_box {
    display: none;
  }
}
.cid-uNlNrrE4Px .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uNlNrrE4Px .container {
  display: flex;
  margin: auto;
}
.cid-uNlNrrE4Px .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uNlNrrE4Px .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uNlNrrE4Px .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .navbar-caption {
  color: #ffffff;
}
.cid-uNlNrrE4Px .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .navbar-nav {
    margin: 0;
  }
}
.cid-uNlNrrE4Px .dropdown-menu,
.cid-uNlNrrE4Px .navbar.opened {
  background-color: false !important;
}
.cid-uNlNrrE4Px .nav-item:focus,
.cid-uNlNrrE4Px .nav-link:focus {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNlNrrE4Px .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uNlNrrE4Px .navbar.opened {
  transition: all 0.3s;
}
.cid-uNlNrrE4Px .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uNlNrrE4Px .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uNlNrrE4Px .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar.collapsed {
  justify-content: center;
}
.cid-uNlNrrE4Px .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNlNrrE4Px .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uNlNrrE4Px .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uNlNrrE4Px .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uNlNrrE4Px .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNlNrrE4Px .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uNlNrrE4Px .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uNlNrrE4Px .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uNlNrrE4Px .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNlNrrE4Px .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uNlNrrE4Px .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown-item.active,
.cid-uNlNrrE4Px .dropdown-item:active {
  background-color: transparent;
}
.cid-uNlNrrE4Px .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNlNrrE4Px .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNlNrrE4Px .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-uNlNrrE4Px ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNlNrrE4Px button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uNlNrrE4Px .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-uNlNrrE4Px .navbar {
    height: 70px;
  }
  .cid-uNlNrrE4Px .navbar.opened {
    height: auto;
  }
  .cid-uNlNrrE4Px .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNlNrrE4Px .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uNlNrrE4Px .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uNlNrrE4Px .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uNlNrrE4Px .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uNlNrrE4Px .navbar-caption:hover {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uNlNrrE4Px .text_widget {
  margin-bottom: 32px;
}
.cid-uNlNrrE4Px .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .text_widget a:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .icons-menu-main {
  display: flex;
}
.cid-uNlNrrE4Px .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-section-subtitle,
.cid-uNlNrrE4Px .text_widget,
.cid-uNlNrrE4Px .mbr-section-btn {
  text-align: center;
}
.cid-uNlNrrE4Px a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uNeLo33oEN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uNeLo33oEN .container-fluid {
  padding: 0 ;
}
@media (max-width: 768px) {
  .cid-uNeLo33oEN .container-fluid {
    padding: 0 ;
  }
}
.cid-uNeLo33oEN .slider03 {
  marging-top: 200px;
}
@media (max-width: 992px) {
  .cid-uNeLo33oEN .container {
    padding: 0 20px;
  }
}
.cid-uNeLo33oEN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uNeLo33oEN .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uNeLo33oEN .embla__slide .slide-content {
  width: 100%;
}
.cid-uNeLo33oEN .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uNeLo33oEN .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  min-height: 830px;
  overflow: hidden;
  padding: 60px 86px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uNeLo33oEN .embla__slide .slide-content .item-wrapper .item-img {
    padding: 46px 20px 46px;
    min-height: auto;
    height: 100%;
  }
}
.cid-uNeLo33oEN .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNeLo33oEN .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background-color: #000000;
  opacity: 0.2;
}
.cid-uNeLo33oEN .embla__slide .slide-content .item-wrapper .item-img .item-desc {
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .cid-uNeLo33oEN .embla__slide .slide-content .item-wrapper .item-img .item-desc {
    margin: 20px;
    padding: 0px!important;
  }
}
@media (min-width: 577px) {
  .cid-uNeLo33oEN .embla__slide .slide-content .item-wrapper .item-img .item-desc {
    padding-left: 50px;
    margin: 50px 20px;
  }
}
.cid-uNeLo33oEN .embla__slide .slide-content .item-wrapper .item-img .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .cid-uNeLo33oEN .embla__slide .slide-content .item-wrapper .item-img .title-wrapper {
    margin: 20px;
    padding: 0px!important;
  }
}
@media (min-width: 577px) {
  .cid-uNeLo33oEN .embla__slide .slide-content .item-wrapper .item-img .title-wrapper {
    margin: 50px 20px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uNeLo33oEN .embla__slide .slide-content .item-wrapper .item-img .title-wrapper .title-wrap .item-title {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 576px) {
  .cid-uNeLo33oEN .embla__slide .slide-content .item-wrapper .item-img .title-wrapper .title-wrap .item-title {
    width: 90%;
  }
}
.cid-uNeLo33oEN .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
  position: relative;
  z-index: 1;
  align-items: left;
}
@media (max-width: 576px) {
  .cid-uNeLo33oEN .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
    margin: 0px 20px 50px 20px;
    padding: 0px!important;
  }
}
@media (min-width: 577px) {
  .cid-uNeLo33oEN .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
    margin: 50px 20px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uNeLo33oEN .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper {
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-uNeLo33oEN .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper {
    margin-right: 16px;
  }
}
.cid-uNeLo33oEN .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 86px;
  border-radius: 100%;
  color: #000000;
}
.cid-uNeLo33oEN .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .name-wrap .item-name {
  margin-bottom: 16px;
}
.cid-uNeLo33oEN .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-uNeLo33oEN .embla__button--next,
.cid-uNeLo33oEN .embla__button--prev {
  display: flex;
}
.cid-uNeLo33oEN .embla__button {
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #fafafa !important;
  border: 2px solid #fafafa !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uNeLo33oEN .embla__button {
    top: 2.5rem;
    color: #fafafa !important;
    border: 2px solid #fafafa !important;
  }
}
@media (max-width: 768px) {
  .cid-uNeLo33oEN .embla__button {
    top: 90%;
  }
}
.cid-uNeLo33oEN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uNeLo33oEN .embla__button:hover {
  opacity: 1 !important;
}
.cid-uNeLo33oEN .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uNeLo33oEN .embla__button.embla__button--next {
  right: 30px;
}
.cid-uNeLo33oEN .embla {
  position: relative;
  width: 100%;
}
.cid-uNeLo33oEN .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uNeLo33oEN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uNeLo33oEN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uNeLo33oEN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uNeLo33oEN .item-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uNeLo33oEN .item-title {
  color: #000000;
}
.cid-uNeLo33oEN .item-name {
  color: #ffffff;
  text-align: left;
}
.cid-uNeLo33oEN .item-role {
  color: #fff7ee;
  text-align: left;
}
.cid-uNeLo33oEN .list {
  color: #000000;
}
.cid-uNeLo33oEN .item-title,
.cid-uNeLo33oEN .mbr-section-btn,
.cid-uNeLo33oEN .title-wrap {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uNeLo33oEN .marge_responsive {
    margin-top: 65px;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .cid-uNeLo33oEN .marge_responsive {
    margin-top: 55px;
  }
}
@media (min-width: 769px) {
  .cid-uNeLo33oEN .marge_responsive {
    margin-top: 75px;
  }
}
.cid-uNeLo33oEN P {
  color: #ffbe0d;
}
.cid-uNeLxTeYvd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNeLxTeYvd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNeLxTeYvd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNeLxTeYvd .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uNeLxTeYvd .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uNeLxTeYvd .container {
    padding: 0 20px;
  }
}
.cid-uNeLxTeYvd .row {
  margin: 0;
}
.cid-uNeLxTeYvd .card {
  padding: 0;
}
.cid-uNeLxTeYvd .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNeLxTeYvd .image-wrapper img {
    height: 450px;
  }
}
.cid-uNeLxTeYvd .title-wrapper {
  height: 100%;
  background-color: #ededed;
  display: flex;
  align-items: center;
  padding: 24px 115px;
}
@media (max-width: 576px) {
  .cid-uNeLxTeYvd .title-wrapper {
    padding: 50px 20px;
    margin: 0;
  }
}
@media (min-width: 577px) and (max-width: 993px) {
  .cid-uNeLxTeYvd .title-wrapper {
    padding: 50px 20px;
    margin: 0 20px 0 0;
  }
}
@media (min-width: 994px) {
  .cid-uNeLxTeYvd .title-wrapper {
    padding: 50px 20px;
    margin: 0 15px 0 0;
  }
}
.cid-uNeLxTeYvd .title-wrapper .title-wrap {
  width: 100%;
}
.cid-uNeLxTeYvd .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNeLxTeYvd .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uNeLxTeYvd .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
  line-height: 1.78;
}
@media (max-width: 992px) {
  .cid-uNeLxTeYvd .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uNeLxTeYvd .mbr-section-title {
  color: #c2b299;
}
.cid-uNeLxTeYvd .mbr-text {
  color: #121212;
}
.cid-uNeLxTeYvd .mbr-section-title,
.cid-uNeLxTeYvd .mbr-section-btn {
  color: #d45615;
}
.cid-uNeLxTeYvd .mbr-title,
.cid-uNeLxTeYvd .mbr-section-btn {
  color: #113f4d;
}
.cid-uNeLxTeYvd .mbr-title-2,
.cid-uNeLxTeYvd .mbr-section-btn {
  color: #d45615;
}
.cid-uNeLxTeYvd .mbr-text-2 {
  color: #121212;
}
@media (min-width: 768px) {
  .cid-uNeLxTeYvd .rotate-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: bold;
  }
  .cid-uNeLxTeYvd .share-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-md);
  }
  .cid-uNeLxTeYvd .share-links span {
    font-size: 1.4rem;
    color: var(--color-text-light);
    writing-mode: vertical-rl;
    margin-bottom: var(--spacing-sm);
  }
  .cid-uNeLxTeYvd .share-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 1.8rem;
    transition: all var(--transition-fast);
  }
  .cid-uNeLxTeYvd .share-links a:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: var(--color-white);
  }
}
@media (min-width: 768px) and (max-width: 576px) {
  .cid-uNeLxTeYvd .share-links {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
  }
  .cid-uNeLxTeYvd .share-links span {
    font-size: 1.4rem;
    color: var(--color-text-light);
    margin-bottom: var(--spacing-sm);
  }
  .cid-uNeLxTeYvd .share-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 1.8rem;
    transition: all var(--transition-fast);
  }
  .cid-uNeLxTeYvd .share-links a:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: var(--color-white);
  }
}
.cid-uNeLxTeYvd .content-wrapper {
  top: 100px;
  position: sticky;
  z-index: 2;
}
.cid-uNeLxTeYvd .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uNeLxTeYvd .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uNeLxTeYvd .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uNeLxTeYvd .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLl1Z88YVV {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d45615;
}
.cid-uLl1Z88YVV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLl1Z88YVV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLl1Z88YVV .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uLl1Z88YVV .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLl1Z88YVV .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLl1Z88YVV .container {
    padding: 0 20px;
  }
}
.cid-uLl1Z88YVV .container .row {
  margin: 0;
}
.cid-uLl1Z88YVV .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLl1Z88YVV .link-wrapper {
  display: block;
}
.cid-uLl1Z88YVV .link-wrapper .mbr-link {
  margin-bottom: 50px;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uLl1Z88YVV .link-wrapper .mbr-link {
    text-align: left;
  }
}
.cid-uLl1Z88YVV .link-wrapper:hover .mbr-link {
  text-decoration: none;
}
.cid-uLl1Z88YVV .item {
  padding: 0;
}
.cid-uLl1Z88YVV .item .item-wrapper a {
  display: block;
}
.cid-uLl1Z88YVV .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-uLl1Z88YVV .item .item-wrapper .item-img {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  margin: 0 30px 30px 0 ;
}
.cid-uLl1Z88YVV .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLl1Z88YVV .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #1b1b1b;
  opacity: .3;
  pointer-events: none;
  z-index: 1;
  filter: blur(50px);
}
.cid-uLl1Z88YVV .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uLl1Z88YVV .item .item-wrapper .item-img .item-content {
    display: block;
  }
}
.cid-uLl1Z88YVV .item .item-wrapper .item-img .item-content .title-wrap {
  width: 50%;
  padding: 10px;
}
@media (max-width: 768px) {
  .cid-uLl1Z88YVV .item .item-wrapper .item-img .item-content .title-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uLl1Z88YVV .item .item-wrapper .item-img .item-content .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uLl1Z88YVV .item .item-wrapper .item-img .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uLl1Z88YVV .item .item-wrapper .item-img .item-content .mbr-section-btn {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uLl1Z88YVV .item .item-wrapper .item-img .item-content .mbr-section-btn {
    justify-content: normal;
    width: 100%;
  }
}
.cid-uLl1Z88YVV .item .item-wrapper .item-img .item-content .mbr-section-btn .btn {
  margin: 4px;
  padding: 18px 20px;
}
@media (max-width: 768px) {
  .cid-uLl1Z88YVV .item .item-wrapper .item-img .item-content .mbr-section-btn .btn {
    margin: 9.6px;
  }
}
.cid-uLl1Z88YVV .item-title {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height:110%;    
}
.cid-uLl1Z88YVV .mbr-desc {
  color: #f2f2f2;
}
.cid-uLl1Z88YVV .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uLl1Z88YVV .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-uLl1Z88YVV .item-img .item-content {
  position: relative;
  z-index: 2;
}
.cid-uLl1Z88YVV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLl1Z88YVV .mbr-desc,
.cid-uLl1Z88YVV .item-title {
  text-shadow: 0px 0px 5px #000000;
}
.cid-uLl1Z88YVV .title-wrap {
  position: relative;
  width: 50%;
  padding: 0;
  overflow: hidden;
}
.cid-uLl1Z88YVV .title-wrap .item-title,
.cid-uLl1Z88YVV .title-wrap .mbr-desc {
  position: relative;
  z-index: 2;
  transition: all 0.4s ease-in-out;
  text-shadow: 0px 0px 5px #000000;
}
.cid-uLl1Z88YVV .title-wrap .item-title {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 15px;
  background: transparent;
}
.cid-uLl1Z88YVV .title-wrap .mbr-desc {
  opacity: 0;
  transform: translateY(100%);
  padding: 15px;
  margin: 0;
  max-height: 0;
}
.cid-uLl1Z88YVV .title-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.cid-uLl1Z88YVV .item-wrapper:hover .title-wrap::before {
  opacity: 1;
}
.cid-uLl1Z88YVV .item-wrapper:hover .title-wrap .item-title {
  transform: translateY(-25%);
  position: relative;
  padding-bottom: 0;
}
.cid-uLl1Z88YVV .item-wrapper:hover .title-wrap .mbr-desc {
  opacity: 1;
  transform: translateY(0);
  max-height: 500px;
}
.cid-uLl1Z88YVV .mbr-section-btn {
  opacity: 1 !important;
}
.cid-uLl1Z8rL31 {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLl1Z8rL31 .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.cid-uLl1Z8rL31 .form {
  background-color: #ffbe0d;
  padding: 60px 1rem;
}
@media (min-width: 992px) {
  .cid-uLl1Z8rL31 .form {
    padding: 124px 128px 128px 60px;
  }
}
.cid-uLl1Z8rL31 .tab {
  min-height: 330px;
  padding: 60px 1rem 0;
}
@media (min-width: 992px) {
  .cid-uLl1Z8rL31 .tab {
    padding: 60px 80px 67px;
  }
}
.cid-uLl1Z8rL31 .nav {
  display: block;
}
.cid-uLl1Z8rL31 .nav-tabs .nav-item.open .nav-link:focus,
.cid-uLl1Z8rL31 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uLl1Z8rL31 .nav-tabs {
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uLl1Z8rL31 .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-uLl1Z8rL31 .nav-tabs .nav-link {
  padding: 0;
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-uLl1Z8rL31 .nav-tabs .nav-link:not(.active) {
  color: #d45615 !important;
}
.cid-uLl1Z8rL31 .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uLl1Z8rL31 .nav-link,
.cid-uLl1Z8rL31 .nav-link.active {
  color: #001810 !important;
  background-color: transparent;
}
.cid-uLl1Z8rL31 .nav-tabs .nav-link.active {
  border-bottom: 1px solid transparent;
}
.cid-uLl1Z8rL31 .map-wrap {
  width: 100%;
  height: 507px;
}
.cid-uLl1Z8rL31 .google-map {
  height: 100%;
  position: relative;
}
.cid-uLl1Z8rL31 .google-map iframe {
  height: 100%;
  width: 100%;
  filter: grayscale(1);
}
.cid-uLl1Z8rL31 .google-map [data-state-details] {
  color: #282828;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  top: 50%;
  width: 100%;
}
.cid-uLl1Z8rL31 .google-map[data-state] {
  background: #6b6b6b;
}
.cid-uLl1Z8rL31 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLl1Z8rL31 form {
  margin-top: 128px;
}
.cid-uLl1Z8rL31 .form-control,
.cid-uLl1Z8rL31 .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  padding: 8px 0;
  color: #18293D;
  margin: 0;
  font-weight: 300;
}
.cid-uLl1Z8rL31 .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-uLl1Z8rL31 .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
  border-bottom: 1px solid #282828 !important;
}
.cid-uLl1Z8rL31 .form-check-input:checked {
  background-color: #fafafa;
  border-bottom: 1px solid #282828 !important;
}
.cid-uLl1Z8rL31 .form-control::placeholder {
  color: #3d3d3d;
  font-size: 16px;
  margin: 0;
  font-weight: 300;
}
.cid-uLl1Z8rL31 .form-group {
  margin-bottom: 35px;
}
.cid-uLl1Z8rL31 .form-control,
.cid-uLl1Z8rL31 form .btn {
  min-height: auto;
}
.cid-uLl1Z8rL31 .link-title:after {
  content: "\2192";
  font-size: 16px;
  margin-left: 10px;
  font-weight: 700;
  padding: .7rem;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.cid-uLl1Z8rL31 .link-title:hover:after {
  background: #FFFF27;
}
.cid-uLl1Z8O2Ui {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uLl1Z8O2Ui .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLl1Z8O2Ui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLl1Z8O2Ui .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uLl1Z8O2Ui .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLl1Z8O2Ui .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uLl1Z8O2Ui .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLl1Z8O2Ui .container {
    padding: 0 12px;
  }
}
.cid-uLl1Z8O2Ui .title-wrapper a {
  display: block;
}
.cid-uLl1Z8O2Ui .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uLl1Z8O2Ui .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-uLl1Z8O2Ui .list-wrapper .list,
.cid-uLl1Z8O2Ui .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uLl1Z8O2Ui .list-wrapper .list,
  .cid-uLl1Z8O2Ui .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-uLl1Z8O2Ui .list-wrapper .list .item-wrap,
.cid-uLl1Z8O2Ui .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLl1Z8O2Ui .list-wrapper .list .item-wrap:hover,
.cid-uLl1Z8O2Ui .list-wrapper .list_main .item-wrap:hover,
.cid-uLl1Z8O2Ui .list-wrapper .list .item-wrap:focus,
.cid-uLl1Z8O2Ui .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uLl1Z8O2Ui .contacts-wrapper .list {
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uLl1Z8O2Ui .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uLl1Z8O2Ui .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLl1Z8O2Ui .contacts-wrapper .list .item-wrap:hover,
.cid-uLl1Z8O2Ui .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uLl1Z8O2Ui .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLl1Z8O2Ui .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-uLl1Z8O2Ui .social-row .soc-item {
  margin-right: 24px;
}
.cid-uLl1Z8O2Ui .social-row .soc-item a:hover .mbr-iconfont,
.cid-uLl1Z8O2Ui .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-uLl1Z8O2Ui .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-uLl1Z8O2Ui .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-uLl1Z8O2Ui .mbr-section-title {
  color: #ffffff;
}
.cid-uLl1Z8O2Ui .mbr-list-title {
  color: #ffffff;
}
.cid-uLl1Z8O2Ui .list {
  color: #787878;
}
.cid-uLl1Z8O2Ui .list_main {
  color: #787878;
}
.cid-uNlNrrE4Px {
  z-index: 1000;
  width: 100%;
}
.cid-uNlNrrE4Px .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
  position: fixed;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNlNrrE4Px .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uNlNrrE4Px .menu_box .navbar.opened,
  .cid-uNlNrrE4Px .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uNlNrrE4Px nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uNlNrrE4Px .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uNlNrrE4Px .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uNlNrrE4Px .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uNlNrrE4Px .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-body .mbr-text,
  .cid-uNlNrrE4Px .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uNlNrrE4Px .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uNlNrrE4Px ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uNlNrrE4Px li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uNlNrrE4Px .lg_brand {
    margin: 0 1rem;
  }
  .cid-uNlNrrE4Px .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uNlNrrE4Px .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 0 !important;
  }
}
.cid-uNlNrrE4Px .nav-item .nav-link {
  position: relative;
}
.cid-uNlNrrE4Px .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fafafa;
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover,
.cid-uNlNrrE4Px .nav-item .nav-link:focus {
  opacity: 1;
  color: #fafafa !important;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover::before,
.cid-uNlNrrE4Px .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uNlNrrE4Px .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uNlNrrE4Px .offcanvas_box {
    display: none;
  }
}
.cid-uNlNrrE4Px .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uNlNrrE4Px .container {
  display: flex;
  margin: auto;
}
.cid-uNlNrrE4Px .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uNlNrrE4Px .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uNlNrrE4Px .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .navbar-caption {
  color: #ffffff;
}
.cid-uNlNrrE4Px .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .navbar-nav {
    margin: 0;
  }
}
.cid-uNlNrrE4Px .dropdown-menu,
.cid-uNlNrrE4Px .navbar.opened {
  background-color: false !important;
}
.cid-uNlNrrE4Px .nav-item:focus,
.cid-uNlNrrE4Px .nav-link:focus {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNlNrrE4Px .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uNlNrrE4Px .navbar.opened {
  transition: all 0.3s;
}
.cid-uNlNrrE4Px .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uNlNrrE4Px .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uNlNrrE4Px .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar.collapsed {
  justify-content: center;
}
.cid-uNlNrrE4Px .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNlNrrE4Px .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uNlNrrE4Px .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uNlNrrE4Px .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uNlNrrE4Px .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNlNrrE4Px .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uNlNrrE4Px .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uNlNrrE4Px .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uNlNrrE4Px .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNlNrrE4Px .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uNlNrrE4Px .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown-item.active,
.cid-uNlNrrE4Px .dropdown-item:active {
  background-color: transparent;
}
.cid-uNlNrrE4Px .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNlNrrE4Px .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNlNrrE4Px .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-uNlNrrE4Px ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNlNrrE4Px button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uNlNrrE4Px .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-uNlNrrE4Px .navbar {
    height: 70px;
  }
  .cid-uNlNrrE4Px .navbar.opened {
    height: auto;
  }
  .cid-uNlNrrE4Px .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNlNrrE4Px .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uNlNrrE4Px .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uNlNrrE4Px .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uNlNrrE4Px .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uNlNrrE4Px .navbar-caption:hover {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uNlNrrE4Px .text_widget {
  margin-bottom: 32px;
}
.cid-uNlNrrE4Px .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .text_widget a:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .icons-menu-main {
  display: flex;
}
.cid-uNlNrrE4Px .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-section-subtitle,
.cid-uNlNrrE4Px .text_widget,
.cid-uNlNrrE4Px .mbr-section-btn {
  text-align: center;
}
.cid-uNlNrrE4Px a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uNe8GAl3Hv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uNe8GAl3Hv .container-fluid {
  padding: 0 ;
}
@media (max-width: 768px) {
  .cid-uNe8GAl3Hv .container-fluid {
    padding: 0 ;
  }
}
.cid-uNe8GAl3Hv .slider03 {
  marging-top: 200px;
}
@media (max-width: 992px) {
  .cid-uNe8GAl3Hv .container {
    padding: 0 20px;
  }
}
.cid-uNe8GAl3Hv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uNe8GAl3Hv .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uNe8GAl3Hv .embla__slide .slide-content {
  width: 100%;
}
.cid-uNe8GAl3Hv .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uNe8GAl3Hv .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  min-height: 830px;
  overflow: hidden;
  padding: 60px 86px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uNe8GAl3Hv .embla__slide .slide-content .item-wrapper .item-img {
    padding: 46px 20px 46px;
    min-height: auto;
    height: 100%;
  }
}
.cid-uNe8GAl3Hv .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNe8GAl3Hv .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background-color: #000000;
  opacity: 0.2;
}
.cid-uNe8GAl3Hv .embla__slide .slide-content .item-wrapper .item-img .item-desc {
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .cid-uNe8GAl3Hv .embla__slide .slide-content .item-wrapper .item-img .item-desc {
    margin: 20px;
    padding: 0px!important;
  }
}
@media (min-width: 577px) {
  .cid-uNe8GAl3Hv .embla__slide .slide-content .item-wrapper .item-img .item-desc {
    padding-left: 50px;
    margin: 50px 20px;
  }
}
.cid-uNe8GAl3Hv .embla__slide .slide-content .item-wrapper .item-img .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .cid-uNe8GAl3Hv .embla__slide .slide-content .item-wrapper .item-img .title-wrapper {
    margin: 20px;
    padding: 0px!important;
  }
}
@media (min-width: 577px) {
  .cid-uNe8GAl3Hv .embla__slide .slide-content .item-wrapper .item-img .title-wrapper {
    margin: 50px 20px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uNe8GAl3Hv .embla__slide .slide-content .item-wrapper .item-img .title-wrapper .title-wrap .item-title {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 576px) {
  .cid-uNe8GAl3Hv .embla__slide .slide-content .item-wrapper .item-img .title-wrapper .title-wrap .item-title {
    width: 90%;
  }
}
.cid-uNe8GAl3Hv .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
  position: relative;
  z-index: 1;
  align-items: left;
}
@media (max-width: 576px) {
  .cid-uNe8GAl3Hv .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
    margin: 0px 20px 50px 20px;
    padding: 0px!important;
  }
}
@media (min-width: 577px) {
  .cid-uNe8GAl3Hv .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
    margin: 50px 20px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uNe8GAl3Hv .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper {
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-uNe8GAl3Hv .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper {
    margin-right: 16px;
  }
}
.cid-uNe8GAl3Hv .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 86px;
  border-radius: 100%;
  color: #000000;
}
.cid-uNe8GAl3Hv .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .name-wrap .item-name {
  margin-bottom: 16px;
}
.cid-uNe8GAl3Hv .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-uNe8GAl3Hv .embla__button--next,
.cid-uNe8GAl3Hv .embla__button--prev {
  display: flex;
}
.cid-uNe8GAl3Hv .embla__button {
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #fafafa !important;
  border: 2px solid #fafafa !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uNe8GAl3Hv .embla__button {
    top: 2.5rem;
    color: #fafafa !important;
    border: 2px solid #fafafa !important;
  }
}
@media (max-width: 768px) {
  .cid-uNe8GAl3Hv .embla__button {
    top: 90%;
  }
}
.cid-uNe8GAl3Hv .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uNe8GAl3Hv .embla__button:hover {
  opacity: 1 !important;
}
.cid-uNe8GAl3Hv .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uNe8GAl3Hv .embla__button.embla__button--next {
  right: 30px;
}
.cid-uNe8GAl3Hv .embla {
  position: relative;
  width: 100%;
}
.cid-uNe8GAl3Hv .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uNe8GAl3Hv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uNe8GAl3Hv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uNe8GAl3Hv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uNe8GAl3Hv .item-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uNe8GAl3Hv .item-title {
  color: #000000;
}
.cid-uNe8GAl3Hv .item-name {
  color: #ffffff;
  text-align: left;
}
.cid-uNe8GAl3Hv .item-role {
  color: #ffffff;
  text-align: left;
}
.cid-uNe8GAl3Hv .list {
  color: #000000;
}
.cid-uNe8GAl3Hv .item-title,
.cid-uNe8GAl3Hv .mbr-section-btn,
.cid-uNe8GAl3Hv .title-wrap {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uNe8GAl3Hv .marge_responsive {
    margin-top: 65px;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .cid-uNe8GAl3Hv .marge_responsive {
    margin-top: 55px;
  }
}
@media (min-width: 769px) {
  .cid-uNe8GAl3Hv .marge_responsive {
    margin-top: 75px;
  }
}
.cid-uLJPLZzeS4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLJPLZzeS4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJPLZzeS4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJPLZzeS4 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLJPLZzeS4 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLJPLZzeS4 .container {
    padding: 0 20px;
  }
}
.cid-uLJPLZzeS4 .row {
  margin: 0;
}
.cid-uLJPLZzeS4 .card {
  padding: 0;
}
.cid-uLJPLZzeS4 .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLJPLZzeS4 .image-wrapper img {
    height: 450px;
  }
}
.cid-uLJPLZzeS4 .title-wrapper {
  height: 100%;
  background-color: #ededed;
  display: flex;
  align-items: center;
  padding: 24px 115px;
}
@media (max-width: 576px) {
  .cid-uLJPLZzeS4 .title-wrapper {
    padding: 50px 20px;
    margin: 0;
  }
}
@media (min-width: 577px) and (max-width: 993px) {
  .cid-uLJPLZzeS4 .title-wrapper {
    padding: 50px 20px;
    margin: 0 20px 0 0;
  }
}
@media (min-width: 994px) {
  .cid-uLJPLZzeS4 .title-wrapper {
    padding: 50px 20px;
    margin: 0 15px 0 0;
  }
}
.cid-uLJPLZzeS4 .title-wrapper .title-wrap {
  width: 100%;
}
.cid-uLJPLZzeS4 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLJPLZzeS4 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uLJPLZzeS4 .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
  line-height: 1.78;
}
@media (max-width: 992px) {
  .cid-uLJPLZzeS4 .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uLJPLZzeS4 .mbr-section-title {
  color: #c2b299;
}
.cid-uLJPLZzeS4 .mbr-text {
  color: #121212;
}
.cid-uLJPLZzeS4 .mbr-section-title,
.cid-uLJPLZzeS4 .mbr-section-btn {
  color: #d45615;
}
.cid-uLJPLZzeS4 .mbr-title,
.cid-uLJPLZzeS4 .mbr-section-btn {
  color: #113f4d;
}
.cid-uLJPLZzeS4 .mbr-title-2,
.cid-uLJPLZzeS4 .mbr-section-btn {
  color: #d45615;
}
.cid-uLJPLZzeS4 .mbr-text-2 {
  color: #121212;
}
@media (min-width: 768px) {
  .cid-uLJPLZzeS4 .rotate-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: bold;
  }
  .cid-uLJPLZzeS4 .share-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-md);
  }
  .cid-uLJPLZzeS4 .share-links span {
    font-size: 1.4rem;
    color: var(--color-text-light);
    writing-mode: vertical-rl;
    margin-bottom: var(--spacing-sm);
  }
  .cid-uLJPLZzeS4 .share-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 1.8rem;
    transition: all var(--transition-fast);
  }
  .cid-uLJPLZzeS4 .share-links a:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: var(--color-white);
  }
}
@media (min-width: 768px) and (max-width: 576px) {
  .cid-uLJPLZzeS4 .share-links {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
  }
  .cid-uLJPLZzeS4 .share-links span {
    font-size: 1.4rem;
    color: var(--color-text-light);
    margin-bottom: var(--spacing-sm);
  }
  .cid-uLJPLZzeS4 .share-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 1.8rem;
    transition: all var(--transition-fast);
  }
  .cid-uLJPLZzeS4 .share-links a:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: var(--color-white);
  }
}
.cid-uLJPLZzeS4 .content-wrapper {
  top: 100px;
  position: sticky;
  z-index: 2;
}
.cid-uLJPLZzeS4 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLJPLZzeS4 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uLJPLZzeS4 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLJPLZzeS4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLJPLZQPhe {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d45615;
}
.cid-uLJPLZQPhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJPLZQPhe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJPLZQPhe .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uLJPLZQPhe .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLJPLZQPhe .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLJPLZQPhe .container {
    padding: 0 20px;
  }
}
.cid-uLJPLZQPhe .container .row {
  margin: 0;
}
.cid-uLJPLZQPhe .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLJPLZQPhe .link-wrapper {
  display: block;
}
.cid-uLJPLZQPhe .link-wrapper .mbr-link {
  margin-bottom: 50px;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uLJPLZQPhe .link-wrapper .mbr-link {
    text-align: left;
  }
}
.cid-uLJPLZQPhe .link-wrapper:hover .mbr-link {
  text-decoration: none;
}
.cid-uLJPLZQPhe .item {
  padding: 0;
}
.cid-uLJPLZQPhe .item .item-wrapper a {
  display: block;
}
.cid-uLJPLZQPhe .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-uLJPLZQPhe .item .item-wrapper .item-img {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  margin: 0 30px 30px 0 ;
}
.cid-uLJPLZQPhe .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLJPLZQPhe .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #1b1b1b;
  opacity: .3;
  pointer-events: none;
  z-index: 1;
  filter: blur(50px);
}
.cid-uLJPLZQPhe .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uLJPLZQPhe .item .item-wrapper .item-img .item-content {
    display: block;
  }
}
.cid-uLJPLZQPhe .item .item-wrapper .item-img .item-content .title-wrap {
  width: 50%;
  padding: 10px;
}
@media (max-width: 768px) {
  .cid-uLJPLZQPhe .item .item-wrapper .item-img .item-content .title-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uLJPLZQPhe .item .item-wrapper .item-img .item-content .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uLJPLZQPhe .item .item-wrapper .item-img .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uLJPLZQPhe .item .item-wrapper .item-img .item-content .mbr-section-btn {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uLJPLZQPhe .item .item-wrapper .item-img .item-content .mbr-section-btn {
    justify-content: normal;
    width: 100%;
  }
}
.cid-uLJPLZQPhe .item .item-wrapper .item-img .item-content .mbr-section-btn .btn {
  margin: 4px;
  padding: 18px 20px;
}
@media (max-width: 768px) {
  .cid-uLJPLZQPhe .item .item-wrapper .item-img .item-content .mbr-section-btn .btn {
    margin: 9.6px;
  }
}
.cid-uLJPLZQPhe .item-title {
  color: #ffffff;
  text-transform: uppercase;
}
.cid-uLJPLZQPhe .mbr-desc {
  color: #f2f2f2;
}
.cid-uLJPLZQPhe .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uLJPLZQPhe .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-uLJPLZQPhe .item-img .item-content {
  position: relative;
  z-index: 2;
}
.cid-uLJPLZQPhe .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLJPLZQPhe .mbr-desc,
.cid-uLJPLZQPhe .item-title {
  text-shadow: 0px 0px 5px #000000;
}
.cid-uLJPLZQPhe .title-wrap {
  position: relative;
  width: 50%;
  padding: 0;
  overflow: hidden;
}
.cid-uLJPLZQPhe .title-wrap .item-title,
.cid-uLJPLZQPhe .title-wrap .mbr-desc {
  position: relative;
  z-index: 2;
  transition: all 0.4s ease-in-out;
  text-shadow: 0px 0px 5px #000000;
}
.cid-uLJPLZQPhe .title-wrap .item-title {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 15px;
  background: transparent;
}
.cid-uLJPLZQPhe .title-wrap .mbr-desc {
  opacity: 0;
  transform: translateY(100%);
  padding: 15px;
  margin: 0;
  max-height: 0;
}
.cid-uLJPLZQPhe .title-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.cid-uLJPLZQPhe .item-wrapper:hover .title-wrap::before {
  opacity: 1;
}
.cid-uLJPLZQPhe .item-wrapper:hover .title-wrap .item-title {
  transform: translateY(-25%);
  position: relative;
  padding-bottom: 0;
}
.cid-uLJPLZQPhe .item-wrapper:hover .title-wrap .mbr-desc {
  opacity: 1;
  transform: translateY(0);
  max-height: 500px;
}
.cid-uLJPLZQPhe .mbr-section-btn {
  opacity: 1 !important;
}
.cid-uLJPM09BNR {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLJPM09BNR .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.cid-uLJPM09BNR .form {
  background-color: #ffbe0d;
  padding: 60px 1rem;
}
@media (min-width: 992px) {
  .cid-uLJPM09BNR .form {
    padding: 124px 128px 128px 60px;
  }
}
.cid-uLJPM09BNR .tab {
  min-height: 330px;
  padding: 60px 1rem 0;
}
@media (min-width: 992px) {
  .cid-uLJPM09BNR .tab {
    padding: 60px 80px 67px;
  }
}
.cid-uLJPM09BNR .nav {
  display: block;
}
.cid-uLJPM09BNR .nav-tabs .nav-item.open .nav-link:focus,
.cid-uLJPM09BNR .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uLJPM09BNR .nav-tabs {
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uLJPM09BNR .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-uLJPM09BNR .nav-tabs .nav-link {
  padding: 0;
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-uLJPM09BNR .nav-tabs .nav-link:not(.active) {
  color: #d45615 !important;
}
.cid-uLJPM09BNR .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uLJPM09BNR .nav-link,
.cid-uLJPM09BNR .nav-link.active {
  color: #001810 !important;
  background-color: transparent;
}
.cid-uLJPM09BNR .nav-tabs .nav-link.active {
  border-bottom: 1px solid transparent;
}
.cid-uLJPM09BNR .map-wrap {
  width: 100%;
  height: 507px;
}
.cid-uLJPM09BNR .google-map {
  height: 100%;
  position: relative;
}
.cid-uLJPM09BNR .google-map iframe {
  height: 100%;
  width: 100%;
  filter: grayscale(1);
}
.cid-uLJPM09BNR .google-map [data-state-details] {
  color: #282828;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  top: 50%;
  width: 100%;
}
.cid-uLJPM09BNR .google-map[data-state] {
  background: #6b6b6b;
}
.cid-uLJPM09BNR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLJPM09BNR form {
  margin-top: 128px;
}
.cid-uLJPM09BNR .form-control,
.cid-uLJPM09BNR .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  padding: 8px 0;
  color: #18293D;
  margin: 0;
  font-weight: 300;
}
.cid-uLJPM09BNR .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-uLJPM09BNR .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
  border-bottom: 1px solid #282828 !important;
}
.cid-uLJPM09BNR .form-check-input:checked {
  background-color: #fafafa;
  border-bottom: 1px solid #282828 !important;
}
.cid-uLJPM09BNR .form-control::placeholder {
  color: #3d3d3d;
  font-size: 16px;
  margin: 0;
  font-weight: 300;
}
.cid-uLJPM09BNR .form-group {
  margin-bottom: 35px;
}
.cid-uLJPM09BNR .form-control,
.cid-uLJPM09BNR form .btn {
  min-height: auto;
}
.cid-uLJPM09BNR .link-title:after {
  content: "\2192";
  font-size: 16px;
  margin-left: 10px;
  font-weight: 700;
  padding: .7rem;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.cid-uLJPM09BNR .link-title:hover:after {
  background: #FFFF27;
}
.cid-uLJPM0QcKZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uLJPM0QcKZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJPM0QcKZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJPM0QcKZ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uLJPM0QcKZ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLJPM0QcKZ .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uLJPM0QcKZ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLJPM0QcKZ .container {
    padding: 0 12px;
  }
}
.cid-uLJPM0QcKZ .title-wrapper a {
  display: block;
}
.cid-uLJPM0QcKZ .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uLJPM0QcKZ .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-uLJPM0QcKZ .list-wrapper .list,
.cid-uLJPM0QcKZ .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uLJPM0QcKZ .list-wrapper .list,
  .cid-uLJPM0QcKZ .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-uLJPM0QcKZ .list-wrapper .list .item-wrap,
.cid-uLJPM0QcKZ .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLJPM0QcKZ .list-wrapper .list .item-wrap:hover,
.cid-uLJPM0QcKZ .list-wrapper .list_main .item-wrap:hover,
.cid-uLJPM0QcKZ .list-wrapper .list .item-wrap:focus,
.cid-uLJPM0QcKZ .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uLJPM0QcKZ .contacts-wrapper .list {
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uLJPM0QcKZ .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uLJPM0QcKZ .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLJPM0QcKZ .contacts-wrapper .list .item-wrap:hover,
.cid-uLJPM0QcKZ .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uLJPM0QcKZ .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLJPM0QcKZ .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-uLJPM0QcKZ .social-row .soc-item {
  margin-right: 24px;
}
.cid-uLJPM0QcKZ .social-row .soc-item a:hover .mbr-iconfont,
.cid-uLJPM0QcKZ .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-uLJPM0QcKZ .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-uLJPM0QcKZ .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-uLJPM0QcKZ .mbr-section-title {
  color: #ffffff;
}
.cid-uLJPM0QcKZ .mbr-list-title {
  color: #ffffff;
}
.cid-uLJPM0QcKZ .list {
  color: #787878;
}
.cid-uLJPM0QcKZ .list_main {
  color: #787878;
}
.cid-uNlNrrE4Px {
  z-index: 1000;
  width: 100%;
}
.cid-uNlNrrE4Px .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
  position: fixed;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNlNrrE4Px .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uNlNrrE4Px .menu_box .navbar.opened,
  .cid-uNlNrrE4Px .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uNlNrrE4Px nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uNlNrrE4Px .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uNlNrrE4Px .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uNlNrrE4Px .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uNlNrrE4Px .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-body .mbr-text,
  .cid-uNlNrrE4Px .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uNlNrrE4Px .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uNlNrrE4Px ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uNlNrrE4Px li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uNlNrrE4Px .lg_brand {
    margin: 0 1rem;
  }
  .cid-uNlNrrE4Px .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uNlNrrE4Px .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 0 !important;
  }
}
.cid-uNlNrrE4Px .nav-item .nav-link {
  position: relative;
}
.cid-uNlNrrE4Px .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fafafa;
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover,
.cid-uNlNrrE4Px .nav-item .nav-link:focus {
  opacity: 1;
  color: #fafafa !important;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover::before,
.cid-uNlNrrE4Px .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uNlNrrE4Px .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uNlNrrE4Px .offcanvas_box {
    display: none;
  }
}
.cid-uNlNrrE4Px .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uNlNrrE4Px .container {
  display: flex;
  margin: auto;
}
.cid-uNlNrrE4Px .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uNlNrrE4Px .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uNlNrrE4Px .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .navbar-caption {
  color: #ffffff;
}
.cid-uNlNrrE4Px .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .navbar-nav {
    margin: 0;
  }
}
.cid-uNlNrrE4Px .dropdown-menu,
.cid-uNlNrrE4Px .navbar.opened {
  background-color: false !important;
}
.cid-uNlNrrE4Px .nav-item:focus,
.cid-uNlNrrE4Px .nav-link:focus {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNlNrrE4Px .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uNlNrrE4Px .navbar.opened {
  transition: all 0.3s;
}
.cid-uNlNrrE4Px .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uNlNrrE4Px .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uNlNrrE4Px .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar.collapsed {
  justify-content: center;
}
.cid-uNlNrrE4Px .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNlNrrE4Px .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uNlNrrE4Px .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uNlNrrE4Px .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uNlNrrE4Px .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNlNrrE4Px .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uNlNrrE4Px .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uNlNrrE4Px .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uNlNrrE4Px .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNlNrrE4Px .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uNlNrrE4Px .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown-item.active,
.cid-uNlNrrE4Px .dropdown-item:active {
  background-color: transparent;
}
.cid-uNlNrrE4Px .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNlNrrE4Px .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNlNrrE4Px .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-uNlNrrE4Px ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNlNrrE4Px button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uNlNrrE4Px .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-uNlNrrE4Px .navbar {
    height: 70px;
  }
  .cid-uNlNrrE4Px .navbar.opened {
    height: auto;
  }
  .cid-uNlNrrE4Px .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNlNrrE4Px .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uNlNrrE4Px .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uNlNrrE4Px .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uNlNrrE4Px .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uNlNrrE4Px .navbar-caption:hover {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uNlNrrE4Px .text_widget {
  margin-bottom: 32px;
}
.cid-uNlNrrE4Px .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .text_widget a:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .icons-menu-main {
  display: flex;
}
.cid-uNlNrrE4Px .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-section-subtitle,
.cid-uNlNrrE4Px .text_widget,
.cid-uNlNrrE4Px .mbr-section-btn {
  text-align: center;
}
.cid-uNlNrrE4Px a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uNewOnRAAu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uNewOnRAAu .container-fluid {
  padding: 0 ;
}
@media (max-width: 768px) {
  .cid-uNewOnRAAu .container-fluid {
    padding: 0 ;
  }
}
.cid-uNewOnRAAu .slider03 {
  marging-top: 200px;
}
@media (max-width: 992px) {
  .cid-uNewOnRAAu .container {
    padding: 0 20px;
  }
}
.cid-uNewOnRAAu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uNewOnRAAu .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uNewOnRAAu .embla__slide .slide-content {
  width: 100%;
}
.cid-uNewOnRAAu .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uNewOnRAAu .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  min-height: 830px;
  overflow: hidden;
  padding: 60px 86px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uNewOnRAAu .embla__slide .slide-content .item-wrapper .item-img {
    padding: 46px 20px 46px;
    min-height: auto;
    height: 100%;
  }
}
.cid-uNewOnRAAu .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNewOnRAAu .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background-color: #000000;
  opacity: 0.2;
}
.cid-uNewOnRAAu .embla__slide .slide-content .item-wrapper .item-img .item-desc {
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .cid-uNewOnRAAu .embla__slide .slide-content .item-wrapper .item-img .item-desc {
    margin: 20px;
    padding: 0px!important;
  }
}
@media (min-width: 577px) {
  .cid-uNewOnRAAu .embla__slide .slide-content .item-wrapper .item-img .item-desc {
    padding-left: 50px;
    margin: 50px 20px;
  }
}
.cid-uNewOnRAAu .embla__slide .slide-content .item-wrapper .item-img .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .cid-uNewOnRAAu .embla__slide .slide-content .item-wrapper .item-img .title-wrapper {
    margin: 20px;
    padding: 0px!important;
  }
}
@media (min-width: 577px) {
  .cid-uNewOnRAAu .embla__slide .slide-content .item-wrapper .item-img .title-wrapper {
    margin: 50px 20px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uNewOnRAAu .embla__slide .slide-content .item-wrapper .item-img .title-wrapper .title-wrap .item-title {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 576px) {
  .cid-uNewOnRAAu .embla__slide .slide-content .item-wrapper .item-img .title-wrapper .title-wrap .item-title {
    width: 90%;
  }
}
.cid-uNewOnRAAu .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
  position: relative;
  z-index: 1;
  align-items: left;
}
@media (max-width: 576px) {
  .cid-uNewOnRAAu .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
    margin: 0px 20px 50px 20px;
    padding: 0px!important;
  }
}
@media (min-width: 577px) {
  .cid-uNewOnRAAu .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
    margin: 50px 20px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uNewOnRAAu .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper {
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-uNewOnRAAu .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper {
    margin-right: 16px;
  }
}
.cid-uNewOnRAAu .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 86px;
  border-radius: 100%;
  color: #000000;
}
.cid-uNewOnRAAu .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .name-wrap .item-name {
  margin-bottom: 16px;
}
.cid-uNewOnRAAu .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-uNewOnRAAu .embla__button--next,
.cid-uNewOnRAAu .embla__button--prev {
  display: flex;
}
.cid-uNewOnRAAu .embla__button {
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #fafafa !important;
  border: 2px solid #fafafa !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uNewOnRAAu .embla__button {
    top: 2.5rem;
    color: #fafafa !important;
    border: 2px solid #fafafa !important;
  }
}
@media (max-width: 768px) {
  .cid-uNewOnRAAu .embla__button {
    top: 90%;
  }
}
.cid-uNewOnRAAu .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uNewOnRAAu .embla__button:hover {
  opacity: 1 !important;
}
.cid-uNewOnRAAu .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uNewOnRAAu .embla__button.embla__button--next {
  right: 30px;
}
.cid-uNewOnRAAu .embla {
  position: relative;
  width: 100%;
}
.cid-uNewOnRAAu .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uNewOnRAAu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uNewOnRAAu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uNewOnRAAu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uNewOnRAAu .item-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uNewOnRAAu .item-title {
  color: #000000;
}
.cid-uNewOnRAAu .item-name {
  color: #ffffff;
  text-align: left;
}
.cid-uNewOnRAAu .item-role {
  color: #ffffff;
  text-align: left;
}
.cid-uNewOnRAAu .list {
  color: #000000;
}
.cid-uNewOnRAAu .item-title,
.cid-uNewOnRAAu .mbr-section-btn,
.cid-uNewOnRAAu .title-wrap {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uNewOnRAAu .marge_responsive {
    margin-top: 65px;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .cid-uNewOnRAAu .marge_responsive {
    margin-top: 55px;
  }
}
@media (min-width: 769px) {
  .cid-uNewOnRAAu .marge_responsive {
    margin-top: 75px;
  }
}
.cid-uNewOnRAAu P {
  color: #ffbe0d;
}
.cid-uNewOnRAAu .item-role-2 {
  color: #ffffff;
}
.cid-uNexbVPbrP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNexbVPbrP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNexbVPbrP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNexbVPbrP .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uNexbVPbrP .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uNexbVPbrP .container {
    padding: 0 20px;
  }
}
.cid-uNexbVPbrP .row {
  margin: 0;
}
.cid-uNexbVPbrP .card {
  padding: 0;
}
.cid-uNexbVPbrP .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNexbVPbrP .image-wrapper img {
    height: 450px;
  }
}
.cid-uNexbVPbrP .title-wrapper {
  height: 100%;
  background-color: #ededed;
  display: flex;
  align-items: center;
  padding: 24px 115px;
}
@media (max-width: 576px) {
  .cid-uNexbVPbrP .title-wrapper {
    padding: 20px 20px;
    margin: 0;
  }
}
@media (min-width: 577px) and (max-width: 993px) {
  .cid-uNexbVPbrP .title-wrapper {
    padding: 20px 20px;
    margin: 0 20px 0 0;
  }
}
@media (min-width: 994px) {
  .cid-uNexbVPbrP .title-wrapper {
    padding: 20px 20px;
    margin: 0 15px 0 0;
  }
}
.cid-uNexbVPbrP .title-wrapper .title-wrap {
  width: 100%;
}
.cid-uNexbVPbrP .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNexbVPbrP .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uNexbVPbrP .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
  line-height: 1.78;
}
@media (max-width: 992px) {
  .cid-uNexbVPbrP .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uNexbVPbrP .mbr-section-title {
  color: #c2b299;
}
.cid-uNexbVPbrP .mbr-text {
  color: #121212;
}
.cid-uNexbVPbrP .mbr-section-title,
.cid-uNexbVPbrP .mbr-section-btn {
  color: #d45615;
}
.cid-uNexbVPbrP .mbr-title,
.cid-uNexbVPbrP .mbr-section-btn {
  color: #113f4d;
}
.cid-uNexbVPbrP .mbr-title-2,
.cid-uNexbVPbrP .mbr-section-btn {
  color: #d45615;
}
.cid-uNexbVPbrP .mbr-text-2 {
  color: #121212;
}
@media (min-width: 768px) {
  .cid-uNexbVPbrP .rotate-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: bold;
  }
  .cid-uNexbVPbrP .share-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-md);
  }
  .cid-uNexbVPbrP .share-links span {
    font-size: 1.4rem;
    color: var(--color-text-light);
    writing-mode: vertical-rl;
    margin-bottom: var(--spacing-sm);
  }
  .cid-uNexbVPbrP .share-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 1.8rem;
    transition: all var(--transition-fast);
  }
  .cid-uNexbVPbrP .share-links a:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: var(--color-white);
  }
}
@media (min-width: 768px) and (max-width: 576px) {
  .cid-uNexbVPbrP .share-links {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
  }
  .cid-uNexbVPbrP .share-links span {
    font-size: 1.4rem;
    color: var(--color-text-light);
    margin-bottom: var(--spacing-sm);
  }
  .cid-uNexbVPbrP .share-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 1.8rem;
    transition: all var(--transition-fast);
  }
  .cid-uNexbVPbrP .share-links a:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: var(--color-white);
  }
}
.cid-uNexbVPbrP .content-wrapper {
  top: 100px;
  position: sticky;
  z-index: 2;
}
.cid-uNexbVPbrP .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uNexbVPbrP .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uNexbVPbrP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uNexbVPbrP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLK6EiEX0b {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d45615;
}
.cid-uLK6EiEX0b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLK6EiEX0b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLK6EiEX0b .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uLK6EiEX0b .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLK6EiEX0b .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLK6EiEX0b .container {
    padding: 0 20px;
  }
}
.cid-uLK6EiEX0b .container .row {
  margin: 0;
}
.cid-uLK6EiEX0b .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLK6EiEX0b .link-wrapper {
  display: block;
}
.cid-uLK6EiEX0b .link-wrapper .mbr-link {
  margin-bottom: 50px;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uLK6EiEX0b .link-wrapper .mbr-link {
    text-align: left;
  }
}
.cid-uLK6EiEX0b .link-wrapper:hover .mbr-link {
  text-decoration: none;
}
.cid-uLK6EiEX0b .item {
  padding: 0;
}
.cid-uLK6EiEX0b .item .item-wrapper a {
  display: block;
}
.cid-uLK6EiEX0b .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-uLK6EiEX0b .item .item-wrapper .item-img {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  margin: 0 30px 30px 0 ;
}
.cid-uLK6EiEX0b .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLK6EiEX0b .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #1b1b1b;
  opacity: .3;
  pointer-events: none;
  z-index: 1;
  filter: blur(50px);
}
.cid-uLK6EiEX0b .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uLK6EiEX0b .item .item-wrapper .item-img .item-content {
    display: block;
  }
}
.cid-uLK6EiEX0b .item .item-wrapper .item-img .item-content .title-wrap {
  width: 50%;
  padding: 10px;
}
@media (max-width: 768px) {
  .cid-uLK6EiEX0b .item .item-wrapper .item-img .item-content .title-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uLK6EiEX0b .item .item-wrapper .item-img .item-content .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uLK6EiEX0b .item .item-wrapper .item-img .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uLK6EiEX0b .item .item-wrapper .item-img .item-content .mbr-section-btn {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uLK6EiEX0b .item .item-wrapper .item-img .item-content .mbr-section-btn {
    justify-content: normal;
    width: 100%;
  }
}
.cid-uLK6EiEX0b .item .item-wrapper .item-img .item-content .mbr-section-btn .btn {
  margin: 4px;
  padding: 18px 20px;
}
@media (max-width: 768px) {
  .cid-uLK6EiEX0b .item .item-wrapper .item-img .item-content .mbr-section-btn .btn {
    margin: 9.6px;
  }
}
.cid-uLK6EiEX0b .item-title {
  color: #ffffff;
  text-transform: uppercase;
}
.cid-uLK6EiEX0b .mbr-desc {
  color: #f2f2f2;
}
.cid-uLK6EiEX0b .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uLK6EiEX0b .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-uLK6EiEX0b .item-img .item-content {
  position: relative;
  z-index: 2;
}
.cid-uLK6EiEX0b .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLK6EiEX0b .mbr-desc,
.cid-uLK6EiEX0b .item-title {
  text-shadow: 0px 0px 5px #000000;
}
.cid-uLK6EiEX0b .title-wrap {
  position: relative;
  width: 50%;
  padding: 0;
  overflow: hidden;
}
.cid-uLK6EiEX0b .title-wrap .item-title,
.cid-uLK6EiEX0b .title-wrap .mbr-desc {
  position: relative;
  z-index: 2;
  transition: all 0.4s ease-in-out;
  text-shadow: 0px 0px 5px #000000;
}
.cid-uLK6EiEX0b .title-wrap .item-title {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 15px;
  background: transparent;
}
.cid-uLK6EiEX0b .title-wrap .mbr-desc {
  opacity: 0;
  transform: translateY(100%);
  padding: 15px;
  margin: 0;
  max-height: 0;
}
.cid-uLK6EiEX0b .title-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.cid-uLK6EiEX0b .item-wrapper:hover .title-wrap::before {
  opacity: 1;
}
.cid-uLK6EiEX0b .item-wrapper:hover .title-wrap .item-title {
  transform: translateY(-25%);
  position: relative;
  padding-bottom: 0;
}
.cid-uLK6EiEX0b .item-wrapper:hover .title-wrap .mbr-desc {
  opacity: 1;
  transform: translateY(0);
  max-height: 500px;
}
.cid-uLK6EiEX0b .mbr-section-btn {
  opacity: 1 !important;
}
.cid-uLK6EiWnFs {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLK6EiWnFs .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.cid-uLK6EiWnFs .form {
  background-color: #ffbe0d;
  padding: 60px 1rem;
}
@media (min-width: 992px) {
  .cid-uLK6EiWnFs .form {
    padding: 124px 128px 128px 60px;
  }
}
.cid-uLK6EiWnFs .tab {
  min-height: 330px;
  padding: 60px 1rem 0;
}
@media (min-width: 992px) {
  .cid-uLK6EiWnFs .tab {
    padding: 60px 80px 67px;
  }
}
.cid-uLK6EiWnFs .nav {
  display: block;
}
.cid-uLK6EiWnFs .nav-tabs .nav-item.open .nav-link:focus,
.cid-uLK6EiWnFs .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uLK6EiWnFs .nav-tabs {
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uLK6EiWnFs .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-uLK6EiWnFs .nav-tabs .nav-link {
  padding: 0;
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-uLK6EiWnFs .nav-tabs .nav-link:not(.active) {
  color: #d45615 !important;
}
.cid-uLK6EiWnFs .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uLK6EiWnFs .nav-link,
.cid-uLK6EiWnFs .nav-link.active {
  color: #001810 !important;
  background-color: transparent;
}
.cid-uLK6EiWnFs .nav-tabs .nav-link.active {
  border-bottom: 1px solid transparent;
}
.cid-uLK6EiWnFs .map-wrap {
  width: 100%;
  height: 507px;
}
.cid-uLK6EiWnFs .google-map {
  height: 100%;
  position: relative;
}
.cid-uLK6EiWnFs .google-map iframe {
  height: 100%;
  width: 100%;
  filter: grayscale(1);
}
.cid-uLK6EiWnFs .google-map [data-state-details] {
  color: #282828;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  top: 50%;
  width: 100%;
}
.cid-uLK6EiWnFs .google-map[data-state] {
  background: #6b6b6b;
}
.cid-uLK6EiWnFs .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLK6EiWnFs form {
  margin-top: 128px;
}
.cid-uLK6EiWnFs .form-control,
.cid-uLK6EiWnFs .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  padding: 8px 0;
  color: #18293D;
  margin: 0;
  font-weight: 300;
}
.cid-uLK6EiWnFs .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-uLK6EiWnFs .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
  border-bottom: 1px solid #282828 !important;
}
.cid-uLK6EiWnFs .form-check-input:checked {
  background-color: #fafafa;
  border-bottom: 1px solid #282828 !important;
}
.cid-uLK6EiWnFs .form-control::placeholder {
  color: #3d3d3d;
  font-size: 16px;
  margin: 0;
  font-weight: 300;
}
.cid-uLK6EiWnFs .form-group {
  margin-bottom: 35px;
}
.cid-uLK6EiWnFs .form-control,
.cid-uLK6EiWnFs form .btn {
  min-height: auto;
}
.cid-uLK6EiWnFs .link-title:after {
  content: "\2192";
  font-size: 16px;
  margin-left: 10px;
  font-weight: 700;
  padding: .7rem;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.cid-uLK6EiWnFs .link-title:hover:after {
  background: #FFFF27;
}
.cid-uLK6EjGf2J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uLK6EjGf2J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLK6EjGf2J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLK6EjGf2J .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uLK6EjGf2J .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLK6EjGf2J .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uLK6EjGf2J .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLK6EjGf2J .container {
    padding: 0 12px;
  }
}
.cid-uLK6EjGf2J .title-wrapper a {
  display: block;
}
.cid-uLK6EjGf2J .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uLK6EjGf2J .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-uLK6EjGf2J .list-wrapper .list,
.cid-uLK6EjGf2J .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uLK6EjGf2J .list-wrapper .list,
  .cid-uLK6EjGf2J .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-uLK6EjGf2J .list-wrapper .list .item-wrap,
.cid-uLK6EjGf2J .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLK6EjGf2J .list-wrapper .list .item-wrap:hover,
.cid-uLK6EjGf2J .list-wrapper .list_main .item-wrap:hover,
.cid-uLK6EjGf2J .list-wrapper .list .item-wrap:focus,
.cid-uLK6EjGf2J .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uLK6EjGf2J .contacts-wrapper .list {
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uLK6EjGf2J .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uLK6EjGf2J .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLK6EjGf2J .contacts-wrapper .list .item-wrap:hover,
.cid-uLK6EjGf2J .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uLK6EjGf2J .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLK6EjGf2J .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-uLK6EjGf2J .social-row .soc-item {
  margin-right: 24px;
}
.cid-uLK6EjGf2J .social-row .soc-item a:hover .mbr-iconfont,
.cid-uLK6EjGf2J .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-uLK6EjGf2J .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-uLK6EjGf2J .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-uLK6EjGf2J .mbr-section-title {
  color: #ffffff;
}
.cid-uLK6EjGf2J .mbr-list-title {
  color: #ffffff;
}
.cid-uLK6EjGf2J .list {
  color: #787878;
}
.cid-uLK6EjGf2J .list_main {
  color: #787878;
}
.cid-uNlNrrE4Px {
  z-index: 1000;
  width: 100%;
}
.cid-uNlNrrE4Px .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
  position: fixed;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNlNrrE4Px .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uNlNrrE4Px .menu_box .navbar.opened,
  .cid-uNlNrrE4Px .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uNlNrrE4Px nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uNlNrrE4Px .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uNlNrrE4Px .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uNlNrrE4Px .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uNlNrrE4Px .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-body .mbr-text,
  .cid-uNlNrrE4Px .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uNlNrrE4Px .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uNlNrrE4Px ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uNlNrrE4Px li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uNlNrrE4Px .lg_brand {
    margin: 0 1rem;
  }
  .cid-uNlNrrE4Px .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uNlNrrE4Px .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 0 !important;
  }
}
.cid-uNlNrrE4Px .nav-item .nav-link {
  position: relative;
}
.cid-uNlNrrE4Px .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fafafa;
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover,
.cid-uNlNrrE4Px .nav-item .nav-link:focus {
  opacity: 1;
  color: #fafafa !important;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover::before,
.cid-uNlNrrE4Px .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uNlNrrE4Px .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uNlNrrE4Px .offcanvas_box {
    display: none;
  }
}
.cid-uNlNrrE4Px .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uNlNrrE4Px .container {
  display: flex;
  margin: auto;
}
.cid-uNlNrrE4Px .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uNlNrrE4Px .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uNlNrrE4Px .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .navbar-caption {
  color: #ffffff;
}
.cid-uNlNrrE4Px .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .navbar-nav {
    margin: 0;
  }
}
.cid-uNlNrrE4Px .dropdown-menu,
.cid-uNlNrrE4Px .navbar.opened {
  background-color: false !important;
}
.cid-uNlNrrE4Px .nav-item:focus,
.cid-uNlNrrE4Px .nav-link:focus {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNlNrrE4Px .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uNlNrrE4Px .navbar.opened {
  transition: all 0.3s;
}
.cid-uNlNrrE4Px .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uNlNrrE4Px .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uNlNrrE4Px .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar.collapsed {
  justify-content: center;
}
.cid-uNlNrrE4Px .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNlNrrE4Px .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uNlNrrE4Px .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uNlNrrE4Px .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uNlNrrE4Px .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNlNrrE4Px .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uNlNrrE4Px .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uNlNrrE4Px .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uNlNrrE4Px .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNlNrrE4Px .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uNlNrrE4Px .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown-item.active,
.cid-uNlNrrE4Px .dropdown-item:active {
  background-color: transparent;
}
.cid-uNlNrrE4Px .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNlNrrE4Px .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNlNrrE4Px .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-uNlNrrE4Px ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNlNrrE4Px button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uNlNrrE4Px .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-uNlNrrE4Px .navbar {
    height: 70px;
  }
  .cid-uNlNrrE4Px .navbar.opened {
    height: auto;
  }
  .cid-uNlNrrE4Px .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNlNrrE4Px .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uNlNrrE4Px .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uNlNrrE4Px .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uNlNrrE4Px .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uNlNrrE4Px .navbar-caption:hover {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uNlNrrE4Px .text_widget {
  margin-bottom: 32px;
}
.cid-uNlNrrE4Px .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .text_widget a:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .icons-menu-main {
  display: flex;
}
.cid-uNlNrrE4Px .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-section-subtitle,
.cid-uNlNrrE4Px .text_widget,
.cid-uNlNrrE4Px .mbr-section-btn {
  text-align: center;
}
.cid-uNlNrrE4Px a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uNez9LBHzZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uNez9LBHzZ .container-fluid {
  padding: 0 ;
}
@media (max-width: 768px) {
  .cid-uNez9LBHzZ .container-fluid {
    padding: 0 ;
  }
}
.cid-uNez9LBHzZ .slider03 {
  marging-top: 200px;
}
@media (max-width: 992px) {
  .cid-uNez9LBHzZ .container {
    padding: 0 20px;
  }
}
.cid-uNez9LBHzZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uNez9LBHzZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uNez9LBHzZ .embla__slide .slide-content {
  width: 100%;
}
.cid-uNez9LBHzZ .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uNez9LBHzZ .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  min-height: 830px;
  overflow: hidden;
  padding: 60px 86px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uNez9LBHzZ .embla__slide .slide-content .item-wrapper .item-img {
    padding: 46px 20px 46px;
    min-height: auto;
    height: 100%;
  }
}
.cid-uNez9LBHzZ .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNez9LBHzZ .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background-color: #000000;
  opacity: 0.2;
}
.cid-uNez9LBHzZ .embla__slide .slide-content .item-wrapper .item-img .item-desc {
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .cid-uNez9LBHzZ .embla__slide .slide-content .item-wrapper .item-img .item-desc {
    margin: 20px;
    padding: 0px!important;
  }
}
@media (min-width: 577px) {
  .cid-uNez9LBHzZ .embla__slide .slide-content .item-wrapper .item-img .item-desc {
    padding-left: 50px;
    margin: 50px 20px;
  }
}
.cid-uNez9LBHzZ .embla__slide .slide-content .item-wrapper .item-img .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .cid-uNez9LBHzZ .embla__slide .slide-content .item-wrapper .item-img .title-wrapper {
    margin: 20px;
    padding: 0px!important;
  }
}
@media (min-width: 577px) {
  .cid-uNez9LBHzZ .embla__slide .slide-content .item-wrapper .item-img .title-wrapper {
    margin: 50px 20px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uNez9LBHzZ .embla__slide .slide-content .item-wrapper .item-img .title-wrapper .title-wrap .item-title {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 576px) {
  .cid-uNez9LBHzZ .embla__slide .slide-content .item-wrapper .item-img .title-wrapper .title-wrap .item-title {
    width: 90%;
  }
}
.cid-uNez9LBHzZ .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
  position: relative;
  z-index: 1;
  align-items: left;
}
@media (max-width: 576px) {
  .cid-uNez9LBHzZ .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
    margin: 0px 20px 50px 20px;
    padding: 0px!important;
  }
}
@media (min-width: 577px) {
  .cid-uNez9LBHzZ .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
    margin: 50px 20px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uNez9LBHzZ .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper {
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-uNez9LBHzZ .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper {
    margin-right: 16px;
  }
}
.cid-uNez9LBHzZ .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 86px;
  border-radius: 100%;
  color: #000000;
}
.cid-uNez9LBHzZ .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .name-wrap .item-name {
  margin-bottom: 16px;
}
.cid-uNez9LBHzZ .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-uNez9LBHzZ .embla__button--next,
.cid-uNez9LBHzZ .embla__button--prev {
  display: flex;
}
.cid-uNez9LBHzZ .embla__button {
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #fafafa !important;
  border: 2px solid #fafafa !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uNez9LBHzZ .embla__button {
    top: 2.5rem;
    color: #fafafa !important;
    border: 2px solid #fafafa !important;
  }
}
@media (max-width: 768px) {
  .cid-uNez9LBHzZ .embla__button {
    top: 90%;
  }
}
.cid-uNez9LBHzZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uNez9LBHzZ .embla__button:hover {
  opacity: 1 !important;
}
.cid-uNez9LBHzZ .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uNez9LBHzZ .embla__button.embla__button--next {
  right: 30px;
}
.cid-uNez9LBHzZ .embla {
  position: relative;
  width: 100%;
}
.cid-uNez9LBHzZ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uNez9LBHzZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uNez9LBHzZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uNez9LBHzZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uNez9LBHzZ .item-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uNez9LBHzZ .item-title {
  color: #000000;
}
.cid-uNez9LBHzZ .item-name {
  color: #ffffff;
  text-align: left;
}
.cid-uNez9LBHzZ .item-role {
  color: #fff7ee;
  text-align: left;
}
.cid-uNez9LBHzZ .list {
  color: #000000;
}
.cid-uNez9LBHzZ .item-title,
.cid-uNez9LBHzZ .mbr-section-btn,
.cid-uNez9LBHzZ .title-wrap {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uNez9LBHzZ .marge_responsive {
    margin-top: 65px;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .cid-uNez9LBHzZ .marge_responsive {
    margin-top: 55px;
  }
}
@media (min-width: 769px) {
  .cid-uNez9LBHzZ .marge_responsive {
    margin-top: 75px;
  }
}
.cid-uNez9LBHzZ P {
  color: #ffbe0d;
}
.cid-uNez9LBHzZ .item-role-2 {
  color: #ffffff;
}
.cid-uNeDrGA8Zj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNeDrGA8Zj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNeDrGA8Zj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNeDrGA8Zj .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uNeDrGA8Zj .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uNeDrGA8Zj .container {
    padding: 0 20px;
  }
}
.cid-uNeDrGA8Zj .row {
  margin: 0;
}
.cid-uNeDrGA8Zj .card {
  padding: 0;
}
.cid-uNeDrGA8Zj .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNeDrGA8Zj .image-wrapper img {
    height: 450px;
  }
}
.cid-uNeDrGA8Zj .title-wrapper {
  height: 100%;
  background-color: #ededed;
  display: flex;
  align-items: center;
  padding: 10px 115px;
}
@media (max-width: 576px) {
  .cid-uNeDrGA8Zj .title-wrapper {
    padding: 10px 20px;
    margin: 0;
  }
}
@media (min-width: 577px) and (max-width: 993px) {
  .cid-uNeDrGA8Zj .title-wrapper {
    padding: 10px 20px;
    margin: 0 20px 0 0;
  }
}
@media (min-width: 994px) {
  .cid-uNeDrGA8Zj .title-wrapper {
    padding: 10px 20px;
    margin: 0 15px 0 0;
  }
}
.cid-uNeDrGA8Zj .title-wrapper .title-wrap {
  width: 100%;
}
.cid-uNeDrGA8Zj .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNeDrGA8Zj .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uNeDrGA8Zj .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
  line-height: 1.78;
}
@media (max-width: 992px) {
  .cid-uNeDrGA8Zj .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uNeDrGA8Zj .mbr-section-title {
  color: #c2b299;
}
.cid-uNeDrGA8Zj .mbr-text {
  color: #121212;
}
.cid-uNeDrGA8Zj .mbr-section-title,
.cid-uNeDrGA8Zj .mbr-section-btn {
  color: #d45615;
}
.cid-uNeDrGA8Zj .mbr-title,
.cid-uNeDrGA8Zj .mbr-section-btn {
  color: #113f4d;
}
.cid-uNeDrGA8Zj .mbr-title-2,
.cid-uNeDrGA8Zj .mbr-section-btn {
  color: #d45615;
}
.cid-uNeDrGA8Zj .mbr-text-2 {
  color: #121212;
}
@media (min-width: 768px) {
  .cid-uNeDrGA8Zj .rotate-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: bold;
  }
  .cid-uNeDrGA8Zj .share-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-md);
  }
  .cid-uNeDrGA8Zj .share-links span {
    font-size: 1.4rem;
    color: var(--color-text-light);
    writing-mode: vertical-rl;
    margin-bottom: var(--spacing-sm);
  }
  .cid-uNeDrGA8Zj .share-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 1.8rem;
    transition: all var(--transition-fast);
  }
  .cid-uNeDrGA8Zj .share-links a:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: var(--color-white);
  }
}
@media (min-width: 768px) and (max-width: 576px) {
  .cid-uNeDrGA8Zj .share-links {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
  }
  .cid-uNeDrGA8Zj .share-links span {
    font-size: 1.4rem;
    color: var(--color-text-light);
    margin-bottom: var(--spacing-sm);
  }
  .cid-uNeDrGA8Zj .share-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 1.8rem;
    transition: all var(--transition-fast);
  }
  .cid-uNeDrGA8Zj .share-links a:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: var(--color-white);
  }
}
.cid-uNeDrGA8Zj .content-wrapper {
  top: 100px;
  position: sticky;
  z-index: 2;
}
.cid-uNeDrGA8Zj .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uNeDrGA8Zj .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uNeDrGA8Zj .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uNeDrGA8Zj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLK6HRZ112 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d45615;
}
.cid-uLK6HRZ112 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLK6HRZ112 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLK6HRZ112 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uLK6HRZ112 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLK6HRZ112 .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLK6HRZ112 .container {
    padding: 0 20px;
  }
}
.cid-uLK6HRZ112 .container .row {
  margin: 0;
}
.cid-uLK6HRZ112 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLK6HRZ112 .link-wrapper {
  display: block;
}
.cid-uLK6HRZ112 .link-wrapper .mbr-link {
  margin-bottom: 50px;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uLK6HRZ112 .link-wrapper .mbr-link {
    text-align: left;
  }
}
.cid-uLK6HRZ112 .link-wrapper:hover .mbr-link {
  text-decoration: none;
}
.cid-uLK6HRZ112 .item {
  padding: 0;
}
.cid-uLK6HRZ112 .item .item-wrapper a {
  display: block;
}
.cid-uLK6HRZ112 .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-uLK6HRZ112 .item .item-wrapper .item-img {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  margin: 0 30px 30px 0 ;
}
.cid-uLK6HRZ112 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLK6HRZ112 .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #1b1b1b;
  opacity: .3;
  pointer-events: none;
  z-index: 1;
  filter: blur(50px);
}
.cid-uLK6HRZ112 .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uLK6HRZ112 .item .item-wrapper .item-img .item-content {
    display: block;
  }
}
.cid-uLK6HRZ112 .item .item-wrapper .item-img .item-content .title-wrap {
  width: 50%;
  padding: 10px;
}
@media (max-width: 768px) {
  .cid-uLK6HRZ112 .item .item-wrapper .item-img .item-content .title-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uLK6HRZ112 .item .item-wrapper .item-img .item-content .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uLK6HRZ112 .item .item-wrapper .item-img .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uLK6HRZ112 .item .item-wrapper .item-img .item-content .mbr-section-btn {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uLK6HRZ112 .item .item-wrapper .item-img .item-content .mbr-section-btn {
    justify-content: normal;
    width: 100%;
  }
}
.cid-uLK6HRZ112 .item .item-wrapper .item-img .item-content .mbr-section-btn .btn {
  margin: 4px;
  padding: 18px 20px;
}
@media (max-width: 768px) {
  .cid-uLK6HRZ112 .item .item-wrapper .item-img .item-content .mbr-section-btn .btn {
    margin: 9.6px;
  }
}
.cid-uLK6HRZ112 .item-title {
  color: #ffffff;
  text-transform: uppercase;
}
.cid-uLK6HRZ112 .mbr-desc {
  color: #f2f2f2;
}
.cid-uLK6HRZ112 .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uLK6HRZ112 .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-uLK6HRZ112 .item-img .item-content {
  position: relative;
  z-index: 2;
}
.cid-uLK6HRZ112 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLK6HRZ112 .mbr-desc,
.cid-uLK6HRZ112 .item-title {
  text-shadow: 0px 0px 5px #000000;
}
.cid-uLK6HRZ112 .title-wrap {
  position: relative;
  width: 50%;
  padding: 0;
  overflow: hidden;
}
.cid-uLK6HRZ112 .title-wrap .item-title,
.cid-uLK6HRZ112 .title-wrap .mbr-desc {
  position: relative;
  z-index: 2;
  transition: all 0.4s ease-in-out;
  text-shadow: 0px 0px 5px #000000;
}
.cid-uLK6HRZ112 .title-wrap .item-title {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 15px;
  background: transparent;
}
.cid-uLK6HRZ112 .title-wrap .mbr-desc {
  opacity: 0;
  transform: translateY(100%);
  padding: 15px;
  margin: 0;
  max-height: 0;
}
.cid-uLK6HRZ112 .title-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.cid-uLK6HRZ112 .item-wrapper:hover .title-wrap::before {
  opacity: 1;
}
.cid-uLK6HRZ112 .item-wrapper:hover .title-wrap .item-title {
  transform: translateY(-25%);
  position: relative;
  padding-bottom: 0;
}
.cid-uLK6HRZ112 .item-wrapper:hover .title-wrap .mbr-desc {
  opacity: 1;
  transform: translateY(0);
  max-height: 500px;
}
.cid-uLK6HRZ112 .mbr-section-btn {
  opacity: 1 !important;
}
.cid-uLK6HSh4y5 {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLK6HSh4y5 .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.cid-uLK6HSh4y5 .form {
  background-color: #ffbe0d;
  padding: 60px 1rem;
}
@media (min-width: 992px) {
  .cid-uLK6HSh4y5 .form {
    padding: 124px 128px 128px 60px;
  }
}
.cid-uLK6HSh4y5 .tab {
  min-height: 330px;
  padding: 60px 1rem 0;
}
@media (min-width: 992px) {
  .cid-uLK6HSh4y5 .tab {
    padding: 60px 80px 67px;
  }
}
.cid-uLK6HSh4y5 .nav {
  display: block;
}
.cid-uLK6HSh4y5 .nav-tabs .nav-item.open .nav-link:focus,
.cid-uLK6HSh4y5 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uLK6HSh4y5 .nav-tabs {
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uLK6HSh4y5 .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-uLK6HSh4y5 .nav-tabs .nav-link {
  padding: 0;
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-uLK6HSh4y5 .nav-tabs .nav-link:not(.active) {
  color: #d45615 !important;
}
.cid-uLK6HSh4y5 .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uLK6HSh4y5 .nav-link,
.cid-uLK6HSh4y5 .nav-link.active {
  color: #001810 !important;
  background-color: transparent;
}
.cid-uLK6HSh4y5 .nav-tabs .nav-link.active {
  border-bottom: 1px solid transparent;
}
.cid-uLK6HSh4y5 .map-wrap {
  width: 100%;
  height: 507px;
}
.cid-uLK6HSh4y5 .google-map {
  height: 100%;
  position: relative;
}
.cid-uLK6HSh4y5 .google-map iframe {
  height: 100%;
  width: 100%;
  filter: grayscale(1);
}
.cid-uLK6HSh4y5 .google-map [data-state-details] {
  color: #282828;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  top: 50%;
  width: 100%;
}
.cid-uLK6HSh4y5 .google-map[data-state] {
  background: #6b6b6b;
}
.cid-uLK6HSh4y5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLK6HSh4y5 form {
  margin-top: 128px;
}
.cid-uLK6HSh4y5 .form-control,
.cid-uLK6HSh4y5 .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  padding: 8px 0;
  color: #18293D;
  margin: 0;
  font-weight: 300;
}
.cid-uLK6HSh4y5 .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-uLK6HSh4y5 .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
  border-bottom: 1px solid #282828 !important;
}
.cid-uLK6HSh4y5 .form-check-input:checked {
  background-color: #fafafa;
  border-bottom: 1px solid #282828 !important;
}
.cid-uLK6HSh4y5 .form-control::placeholder {
  color: #3d3d3d;
  font-size: 16px;
  margin: 0;
  font-weight: 300;
}
.cid-uLK6HSh4y5 .form-group {
  margin-bottom: 35px;
}
.cid-uLK6HSh4y5 .form-control,
.cid-uLK6HSh4y5 form .btn {
  min-height: auto;
}
.cid-uLK6HSh4y5 .link-title:after {
  content: "\2192";
  font-size: 16px;
  margin-left: 10px;
  font-weight: 700;
  padding: .7rem;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.cid-uLK6HSh4y5 .link-title:hover:after {
  background: #FFFF27;
}
.cid-uLK6HSYFYk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uLK6HSYFYk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLK6HSYFYk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLK6HSYFYk .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uLK6HSYFYk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLK6HSYFYk .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uLK6HSYFYk .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLK6HSYFYk .container {
    padding: 0 12px;
  }
}
.cid-uLK6HSYFYk .title-wrapper a {
  display: block;
}
.cid-uLK6HSYFYk .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uLK6HSYFYk .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-uLK6HSYFYk .list-wrapper .list,
.cid-uLK6HSYFYk .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uLK6HSYFYk .list-wrapper .list,
  .cid-uLK6HSYFYk .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-uLK6HSYFYk .list-wrapper .list .item-wrap,
.cid-uLK6HSYFYk .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLK6HSYFYk .list-wrapper .list .item-wrap:hover,
.cid-uLK6HSYFYk .list-wrapper .list_main .item-wrap:hover,
.cid-uLK6HSYFYk .list-wrapper .list .item-wrap:focus,
.cid-uLK6HSYFYk .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uLK6HSYFYk .contacts-wrapper .list {
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uLK6HSYFYk .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uLK6HSYFYk .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLK6HSYFYk .contacts-wrapper .list .item-wrap:hover,
.cid-uLK6HSYFYk .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uLK6HSYFYk .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLK6HSYFYk .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-uLK6HSYFYk .social-row .soc-item {
  margin-right: 24px;
}
.cid-uLK6HSYFYk .social-row .soc-item a:hover .mbr-iconfont,
.cid-uLK6HSYFYk .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-uLK6HSYFYk .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-uLK6HSYFYk .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-uLK6HSYFYk .mbr-section-title {
  color: #ffffff;
}
.cid-uLK6HSYFYk .mbr-list-title {
  color: #ffffff;
}
.cid-uLK6HSYFYk .list {
  color: #787878;
}
.cid-uLK6HSYFYk .list_main {
  color: #787878;
}
.cid-uNlNrrE4Px {
  z-index: 1000;
  width: 100%;
}
.cid-uNlNrrE4Px .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
  position: fixed;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNlNrrE4Px .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uNlNrrE4Px .menu_box .navbar.opened,
  .cid-uNlNrrE4Px .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uNlNrrE4Px nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uNlNrrE4Px .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uNlNrrE4Px .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uNlNrrE4Px .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uNlNrrE4Px .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-body .mbr-text,
  .cid-uNlNrrE4Px .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uNlNrrE4Px .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uNlNrrE4Px ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uNlNrrE4Px li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uNlNrrE4Px .lg_brand {
    margin: 0 1rem;
  }
  .cid-uNlNrrE4Px .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uNlNrrE4Px .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 0 !important;
  }
}
.cid-uNlNrrE4Px .nav-item .nav-link {
  position: relative;
}
.cid-uNlNrrE4Px .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fafafa;
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover,
.cid-uNlNrrE4Px .nav-item .nav-link:focus {
  opacity: 1;
  color: #fafafa !important;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover::before,
.cid-uNlNrrE4Px .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uNlNrrE4Px .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uNlNrrE4Px .offcanvas_box {
    display: none;
  }
}
.cid-uNlNrrE4Px .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uNlNrrE4Px .container {
  display: flex;
  margin: auto;
}
.cid-uNlNrrE4Px .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uNlNrrE4Px .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uNlNrrE4Px .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .navbar-caption {
  color: #ffffff;
}
.cid-uNlNrrE4Px .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .navbar-nav {
    margin: 0;
  }
}
.cid-uNlNrrE4Px .dropdown-menu,
.cid-uNlNrrE4Px .navbar.opened {
  background-color: false !important;
}
.cid-uNlNrrE4Px .nav-item:focus,
.cid-uNlNrrE4Px .nav-link:focus {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNlNrrE4Px .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uNlNrrE4Px .navbar.opened {
  transition: all 0.3s;
}
.cid-uNlNrrE4Px .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uNlNrrE4Px .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uNlNrrE4Px .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar.collapsed {
  justify-content: center;
}
.cid-uNlNrrE4Px .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNlNrrE4Px .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uNlNrrE4Px .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uNlNrrE4Px .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uNlNrrE4Px .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNlNrrE4Px .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uNlNrrE4Px .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uNlNrrE4Px .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uNlNrrE4Px .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNlNrrE4Px .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uNlNrrE4Px .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown-item.active,
.cid-uNlNrrE4Px .dropdown-item:active {
  background-color: transparent;
}
.cid-uNlNrrE4Px .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNlNrrE4Px .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNlNrrE4Px .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-uNlNrrE4Px ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNlNrrE4Px button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uNlNrrE4Px .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-uNlNrrE4Px .navbar {
    height: 70px;
  }
  .cid-uNlNrrE4Px .navbar.opened {
    height: auto;
  }
  .cid-uNlNrrE4Px .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNlNrrE4Px .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uNlNrrE4Px .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uNlNrrE4Px .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uNlNrrE4Px .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uNlNrrE4Px .navbar-caption:hover {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uNlNrrE4Px .text_widget {
  margin-bottom: 32px;
}
.cid-uNlNrrE4Px .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .text_widget a:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .icons-menu-main {
  display: flex;
}
.cid-uNlNrrE4Px .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-section-subtitle,
.cid-uNlNrrE4Px .text_widget,
.cid-uNlNrrE4Px .mbr-section-btn {
  text-align: center;
}
.cid-uNlNrrE4Px a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uNesYC72j3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uNesYC72j3 .container-fluid {
  padding: 0 ;
}
@media (max-width: 768px) {
  .cid-uNesYC72j3 .container-fluid {
    padding: 0 ;
  }
}
.cid-uNesYC72j3 .slider03 {
  marging-top: 200px;
}
@media (max-width: 992px) {
  .cid-uNesYC72j3 .container {
    padding: 0 20px;
  }
}
.cid-uNesYC72j3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uNesYC72j3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uNesYC72j3 .embla__slide .slide-content {
  width: 100%;
}
.cid-uNesYC72j3 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uNesYC72j3 .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  min-height: 830px;
  overflow: hidden;
  padding: 60px 86px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uNesYC72j3 .embla__slide .slide-content .item-wrapper .item-img {
    padding: 46px 20px 46px;
    min-height: auto;
    height: 100%;
  }
}
.cid-uNesYC72j3 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNesYC72j3 .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background-color: #000000;
  opacity: 0.2;
}
.cid-uNesYC72j3 .embla__slide .slide-content .item-wrapper .item-img .item-desc {
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .cid-uNesYC72j3 .embla__slide .slide-content .item-wrapper .item-img .item-desc {
    margin: 20px;
    padding: 0px!important;
  }
}
@media (min-width: 577px) {
  .cid-uNesYC72j3 .embla__slide .slide-content .item-wrapper .item-img .item-desc {
    padding-left: 50px;
    margin: 50px 20px;
  }
}
.cid-uNesYC72j3 .embla__slide .slide-content .item-wrapper .item-img .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .cid-uNesYC72j3 .embla__slide .slide-content .item-wrapper .item-img .title-wrapper {
    margin: 20px;
    padding: 0px!important;
  }
}
@media (min-width: 577px) {
  .cid-uNesYC72j3 .embla__slide .slide-content .item-wrapper .item-img .title-wrapper {
    margin: 50px 20px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uNesYC72j3 .embla__slide .slide-content .item-wrapper .item-img .title-wrapper .title-wrap .item-title {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 576px) {
  .cid-uNesYC72j3 .embla__slide .slide-content .item-wrapper .item-img .title-wrapper .title-wrap .item-title {
    width: 90%;
  }
}
.cid-uNesYC72j3 .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
  position: relative;
  z-index: 1;
  align-items: left;
}
@media (max-width: 576px) {
  .cid-uNesYC72j3 .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
    margin: 0px 20px 50px 20px;
    padding: 0px!important;
  }
}
@media (min-width: 577px) {
  .cid-uNesYC72j3 .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
    margin: 50px 20px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uNesYC72j3 .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper {
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-uNesYC72j3 .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper {
    margin-right: 16px;
  }
}
.cid-uNesYC72j3 .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 86px;
  border-radius: 100%;
  color: #000000;
}
.cid-uNesYC72j3 .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .name-wrap .item-name {
  margin-bottom: 16px;
}
.cid-uNesYC72j3 .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-uNesYC72j3 .embla__button--next,
.cid-uNesYC72j3 .embla__button--prev {
  display: flex;
}
.cid-uNesYC72j3 .embla__button {
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #fafafa !important;
  border: 2px solid #fafafa !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uNesYC72j3 .embla__button {
    top: 2.5rem;
    color: #fafafa !important;
    border: 2px solid #fafafa !important;
  }
}
@media (max-width: 768px) {
  .cid-uNesYC72j3 .embla__button {
    top: 90%;
  }
}
.cid-uNesYC72j3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uNesYC72j3 .embla__button:hover {
  opacity: 1 !important;
}
.cid-uNesYC72j3 .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uNesYC72j3 .embla__button.embla__button--next {
  right: 30px;
}
.cid-uNesYC72j3 .embla {
  position: relative;
  width: 100%;
}
.cid-uNesYC72j3 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uNesYC72j3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uNesYC72j3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uNesYC72j3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uNesYC72j3 .item-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uNesYC72j3 .item-title {
  color: #000000;
}
.cid-uNesYC72j3 .item-name {
  color: #ffffff;
  text-align: left;
}
.cid-uNesYC72j3 .item-role {
  color: #ffffff;
  text-align: left;
}
.cid-uNesYC72j3 .list {
  color: #000000;
}
.cid-uNesYC72j3 .item-title,
.cid-uNesYC72j3 .mbr-section-btn,
.cid-uNesYC72j3 .title-wrap {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uNesYC72j3 .marge_responsive {
    margin-top: 65px;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .cid-uNesYC72j3 .marge_responsive {
    margin-top: 55px;
  }
}
@media (min-width: 769px) {
  .cid-uNesYC72j3 .marge_responsive {
    margin-top: 75px;
  }
}
.cid-uNezyxLkLp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNezyxLkLp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNezyxLkLp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNezyxLkLp .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uNezyxLkLp .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uNezyxLkLp .container {
    padding: 0 20px;
  }
}
.cid-uNezyxLkLp .row {
  margin: 0;
}
.cid-uNezyxLkLp .card {
  padding: 0;
}
.cid-uNezyxLkLp .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNezyxLkLp .image-wrapper img {
    height: 450px;
  }
}
.cid-uNezyxLkLp .title-wrapper {
  height: 100%;
  background-color: #ededed;
  display: flex;
  align-items: center;
  padding: 24px 115px;
}
@media (max-width: 576px) {
  .cid-uNezyxLkLp .title-wrapper {
    padding: 20px 20px;
    margin: 0;
  }
}
@media (min-width: 577px) and (max-width: 993px) {
  .cid-uNezyxLkLp .title-wrapper {
    padding: 20px 20px;
    margin: 0 20px 0 0;
  }
}
@media (min-width: 994px) {
  .cid-uNezyxLkLp .title-wrapper {
    padding: 20px 20px;
    margin: 0 15px 0 0;
  }
}
.cid-uNezyxLkLp .title-wrapper .title-wrap {
  width: 100%;
}
.cid-uNezyxLkLp .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNezyxLkLp .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uNezyxLkLp .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
  line-height: 1.78;
}
@media (max-width: 992px) {
  .cid-uNezyxLkLp .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uNezyxLkLp .mbr-section-title {
  color: #c2b299;
}
.cid-uNezyxLkLp .mbr-text {
  color: #121212;
}
.cid-uNezyxLkLp .mbr-section-title,
.cid-uNezyxLkLp .mbr-section-btn {
  color: #d45615;
}
.cid-uNezyxLkLp .mbr-title,
.cid-uNezyxLkLp .mbr-section-btn {
  color: #113f4d;
}
.cid-uNezyxLkLp .mbr-title-2,
.cid-uNezyxLkLp .mbr-section-btn {
  color: #d45615;
}
.cid-uNezyxLkLp .mbr-text-2 {
  color: #121212;
}
@media (min-width: 768px) {
  .cid-uNezyxLkLp .rotate-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: bold;
  }
  .cid-uNezyxLkLp .share-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-md);
  }
  .cid-uNezyxLkLp .share-links span {
    font-size: 1.4rem;
    color: var(--color-text-light);
    writing-mode: vertical-rl;
    margin-bottom: var(--spacing-sm);
  }
  .cid-uNezyxLkLp .share-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 1.8rem;
    transition: all var(--transition-fast);
  }
  .cid-uNezyxLkLp .share-links a:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: var(--color-white);
  }
}
@media (min-width: 768px) and (max-width: 576px) {
  .cid-uNezyxLkLp .share-links {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
  }
  .cid-uNezyxLkLp .share-links span {
    font-size: 1.4rem;
    color: var(--color-text-light);
    margin-bottom: var(--spacing-sm);
  }
  .cid-uNezyxLkLp .share-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 1.8rem;
    transition: all var(--transition-fast);
  }
  .cid-uNezyxLkLp .share-links a:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: var(--color-white);
  }
}
.cid-uNezyxLkLp .content-wrapper {
  top: 100px;
  position: sticky;
  z-index: 2;
}
.cid-uNezyxLkLp .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uNezyxLkLp .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uNezyxLkLp .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uNezyxLkLp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLK9P9zvQy {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d45615;
}
.cid-uLK9P9zvQy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLK9P9zvQy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLK9P9zvQy .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uLK9P9zvQy .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLK9P9zvQy .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLK9P9zvQy .container {
    padding: 0 20px;
  }
}
.cid-uLK9P9zvQy .container .row {
  margin: 0;
}
.cid-uLK9P9zvQy .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLK9P9zvQy .link-wrapper {
  display: block;
}
.cid-uLK9P9zvQy .link-wrapper .mbr-link {
  margin-bottom: 50px;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uLK9P9zvQy .link-wrapper .mbr-link {
    text-align: left;
  }
}
.cid-uLK9P9zvQy .link-wrapper:hover .mbr-link {
  text-decoration: none;
}
.cid-uLK9P9zvQy .item {
  padding: 0;
}
.cid-uLK9P9zvQy .item .item-wrapper a {
  display: block;
}
.cid-uLK9P9zvQy .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-uLK9P9zvQy .item .item-wrapper .item-img {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  margin: 0 30px 30px 0 ;
}
.cid-uLK9P9zvQy .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLK9P9zvQy .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #1b1b1b;
  opacity: .3;
  pointer-events: none;
  z-index: 1;
  filter: blur(50px);
}
.cid-uLK9P9zvQy .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uLK9P9zvQy .item .item-wrapper .item-img .item-content {
    display: block;
  }
}
.cid-uLK9P9zvQy .item .item-wrapper .item-img .item-content .title-wrap {
  width: 50%;
  padding: 10px;
}
@media (max-width: 768px) {
  .cid-uLK9P9zvQy .item .item-wrapper .item-img .item-content .title-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uLK9P9zvQy .item .item-wrapper .item-img .item-content .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uLK9P9zvQy .item .item-wrapper .item-img .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uLK9P9zvQy .item .item-wrapper .item-img .item-content .mbr-section-btn {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uLK9P9zvQy .item .item-wrapper .item-img .item-content .mbr-section-btn {
    justify-content: normal;
    width: 100%;
  }
}
.cid-uLK9P9zvQy .item .item-wrapper .item-img .item-content .mbr-section-btn .btn {
  margin: 4px;
  padding: 18px 20px;
}
@media (max-width: 768px) {
  .cid-uLK9P9zvQy .item .item-wrapper .item-img .item-content .mbr-section-btn .btn {
    margin: 9.6px;
  }
}
.cid-uLK9P9zvQy .item-title {
  color: #ffffff;
  text-transform: uppercase;
}
.cid-uLK9P9zvQy .mbr-desc {
  color: #f2f2f2;
}
.cid-uLK9P9zvQy .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uLK9P9zvQy .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-uLK9P9zvQy .item-img .item-content {
  position: relative;
  z-index: 2;
}
.cid-uLK9P9zvQy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLK9P9zvQy .mbr-desc,
.cid-uLK9P9zvQy .item-title {
  text-shadow: 0px 0px 5px #000000;
}
.cid-uLK9P9zvQy .title-wrap {
  position: relative;
  width: 50%;
  padding: 0;
  overflow: hidden;
}
.cid-uLK9P9zvQy .title-wrap .item-title,
.cid-uLK9P9zvQy .title-wrap .mbr-desc {
  position: relative;
  z-index: 2;
  transition: all 0.4s ease-in-out;
  text-shadow: 0px 0px 5px #000000;
}
.cid-uLK9P9zvQy .title-wrap .item-title {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 15px;
  background: transparent;
}
.cid-uLK9P9zvQy .title-wrap .mbr-desc {
  opacity: 0;
  transform: translateY(100%);
  padding: 15px;
  margin: 0;
  max-height: 0;
}
.cid-uLK9P9zvQy .title-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.cid-uLK9P9zvQy .item-wrapper:hover .title-wrap::before {
  opacity: 1;
}
.cid-uLK9P9zvQy .item-wrapper:hover .title-wrap .item-title {
  transform: translateY(-25%);
  position: relative;
  padding-bottom: 0;
}
.cid-uLK9P9zvQy .item-wrapper:hover .title-wrap .mbr-desc {
  opacity: 1;
  transform: translateY(0);
  max-height: 500px;
}
.cid-uLK9P9zvQy .mbr-section-btn {
  opacity: 1 !important;
}
.cid-uLK9P9Ry9t {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLK9P9Ry9t .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.cid-uLK9P9Ry9t .form {
  background-color: #ffbe0d;
  padding: 60px 1rem;
}
@media (min-width: 992px) {
  .cid-uLK9P9Ry9t .form {
    padding: 124px 128px 128px 60px;
  }
}
.cid-uLK9P9Ry9t .tab {
  min-height: 330px;
  padding: 60px 1rem 0;
}
@media (min-width: 992px) {
  .cid-uLK9P9Ry9t .tab {
    padding: 60px 80px 67px;
  }
}
.cid-uLK9P9Ry9t .nav {
  display: block;
}
.cid-uLK9P9Ry9t .nav-tabs .nav-item.open .nav-link:focus,
.cid-uLK9P9Ry9t .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uLK9P9Ry9t .nav-tabs {
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uLK9P9Ry9t .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-uLK9P9Ry9t .nav-tabs .nav-link {
  padding: 0;
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-uLK9P9Ry9t .nav-tabs .nav-link:not(.active) {
  color: #d45615 !important;
}
.cid-uLK9P9Ry9t .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uLK9P9Ry9t .nav-link,
.cid-uLK9P9Ry9t .nav-link.active {
  color: #001810 !important;
  background-color: transparent;
}
.cid-uLK9P9Ry9t .nav-tabs .nav-link.active {
  border-bottom: 1px solid transparent;
}
.cid-uLK9P9Ry9t .map-wrap {
  width: 100%;
  height: 507px;
}
.cid-uLK9P9Ry9t .google-map {
  height: 100%;
  position: relative;
}
.cid-uLK9P9Ry9t .google-map iframe {
  height: 100%;
  width: 100%;
  filter: grayscale(1);
}
.cid-uLK9P9Ry9t .google-map [data-state-details] {
  color: #282828;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  top: 50%;
  width: 100%;
}
.cid-uLK9P9Ry9t .google-map[data-state] {
  background: #6b6b6b;
}
.cid-uLK9P9Ry9t .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLK9P9Ry9t form {
  margin-top: 128px;
}
.cid-uLK9P9Ry9t .form-control,
.cid-uLK9P9Ry9t .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  padding: 8px 0;
  color: #18293D;
  margin: 0;
  font-weight: 300;
}
.cid-uLK9P9Ry9t .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-uLK9P9Ry9t .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
  border-bottom: 1px solid #282828 !important;
}
.cid-uLK9P9Ry9t .form-check-input:checked {
  background-color: #fafafa;
  border-bottom: 1px solid #282828 !important;
}
.cid-uLK9P9Ry9t .form-control::placeholder {
  color: #3d3d3d;
  font-size: 16px;
  margin: 0;
  font-weight: 300;
}
.cid-uLK9P9Ry9t .form-group {
  margin-bottom: 35px;
}
.cid-uLK9P9Ry9t .form-control,
.cid-uLK9P9Ry9t form .btn {
  min-height: auto;
}
.cid-uLK9P9Ry9t .link-title:after {
  content: "\2192";
  font-size: 16px;
  margin-left: 10px;
  font-weight: 700;
  padding: .7rem;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.cid-uLK9P9Ry9t .link-title:hover:after {
  background: #FFFF27;
}
.cid-uLK9Payqh3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uLK9Payqh3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLK9Payqh3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLK9Payqh3 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uLK9Payqh3 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLK9Payqh3 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uLK9Payqh3 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLK9Payqh3 .container {
    padding: 0 12px;
  }
}
.cid-uLK9Payqh3 .title-wrapper a {
  display: block;
}
.cid-uLK9Payqh3 .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uLK9Payqh3 .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-uLK9Payqh3 .list-wrapper .list,
.cid-uLK9Payqh3 .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uLK9Payqh3 .list-wrapper .list,
  .cid-uLK9Payqh3 .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-uLK9Payqh3 .list-wrapper .list .item-wrap,
.cid-uLK9Payqh3 .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLK9Payqh3 .list-wrapper .list .item-wrap:hover,
.cid-uLK9Payqh3 .list-wrapper .list_main .item-wrap:hover,
.cid-uLK9Payqh3 .list-wrapper .list .item-wrap:focus,
.cid-uLK9Payqh3 .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uLK9Payqh3 .contacts-wrapper .list {
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uLK9Payqh3 .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uLK9Payqh3 .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLK9Payqh3 .contacts-wrapper .list .item-wrap:hover,
.cid-uLK9Payqh3 .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uLK9Payqh3 .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLK9Payqh3 .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-uLK9Payqh3 .social-row .soc-item {
  margin-right: 24px;
}
.cid-uLK9Payqh3 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uLK9Payqh3 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-uLK9Payqh3 .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-uLK9Payqh3 .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-uLK9Payqh3 .mbr-section-title {
  color: #ffffff;
}
.cid-uLK9Payqh3 .mbr-list-title {
  color: #ffffff;
}
.cid-uLK9Payqh3 .list {
  color: #787878;
}
.cid-uLK9Payqh3 .list_main {
  color: #787878;
}
.cid-uNlNrrE4Px {
  z-index: 1000;
  width: 100%;
}
.cid-uNlNrrE4Px .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
  position: fixed;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNlNrrE4Px .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uNlNrrE4Px .menu_box .navbar.opened,
  .cid-uNlNrrE4Px .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uNlNrrE4Px nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uNlNrrE4Px .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uNlNrrE4Px .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uNlNrrE4Px .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uNlNrrE4Px .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-body .mbr-text,
  .cid-uNlNrrE4Px .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uNlNrrE4Px .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uNlNrrE4Px ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uNlNrrE4Px li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uNlNrrE4Px .lg_brand {
    margin: 0 1rem;
  }
  .cid-uNlNrrE4Px .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uNlNrrE4Px .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 0 !important;
  }
}
.cid-uNlNrrE4Px .nav-item .nav-link {
  position: relative;
}
.cid-uNlNrrE4Px .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fafafa;
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover,
.cid-uNlNrrE4Px .nav-item .nav-link:focus {
  opacity: 1;
  color: #fafafa !important;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover::before,
.cid-uNlNrrE4Px .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uNlNrrE4Px .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uNlNrrE4Px .offcanvas_box {
    display: none;
  }
}
.cid-uNlNrrE4Px .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uNlNrrE4Px .container {
  display: flex;
  margin: auto;
}
.cid-uNlNrrE4Px .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uNlNrrE4Px .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uNlNrrE4Px .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .navbar-caption {
  color: #ffffff;
}
.cid-uNlNrrE4Px .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .navbar-nav {
    margin: 0;
  }
}
.cid-uNlNrrE4Px .dropdown-menu,
.cid-uNlNrrE4Px .navbar.opened {
  background-color: false !important;
}
.cid-uNlNrrE4Px .nav-item:focus,
.cid-uNlNrrE4Px .nav-link:focus {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNlNrrE4Px .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uNlNrrE4Px .navbar.opened {
  transition: all 0.3s;
}
.cid-uNlNrrE4Px .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uNlNrrE4Px .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uNlNrrE4Px .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar.collapsed {
  justify-content: center;
}
.cid-uNlNrrE4Px .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNlNrrE4Px .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uNlNrrE4Px .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uNlNrrE4Px .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uNlNrrE4Px .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNlNrrE4Px .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uNlNrrE4Px .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uNlNrrE4Px .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uNlNrrE4Px .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNlNrrE4Px .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uNlNrrE4Px .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown-item.active,
.cid-uNlNrrE4Px .dropdown-item:active {
  background-color: transparent;
}
.cid-uNlNrrE4Px .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNlNrrE4Px .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNlNrrE4Px .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-uNlNrrE4Px ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNlNrrE4Px button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uNlNrrE4Px .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-uNlNrrE4Px .navbar {
    height: 70px;
  }
  .cid-uNlNrrE4Px .navbar.opened {
    height: auto;
  }
  .cid-uNlNrrE4Px .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNlNrrE4Px .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uNlNrrE4Px .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uNlNrrE4Px .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uNlNrrE4Px .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uNlNrrE4Px .navbar-caption:hover {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uNlNrrE4Px .text_widget {
  margin-bottom: 32px;
}
.cid-uNlNrrE4Px .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .text_widget a:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .icons-menu-main {
  display: flex;
}
.cid-uNlNrrE4Px .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-section-subtitle,
.cid-uNlNrrE4Px .text_widget,
.cid-uNlNrrE4Px .mbr-section-btn {
  text-align: center;
}
.cid-uNlNrrE4Px a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uNevxKXmLH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uNevxKXmLH .container-fluid {
  padding: 0 ;
}
@media (max-width: 768px) {
  .cid-uNevxKXmLH .container-fluid {
    padding: 0 ;
  }
}
.cid-uNevxKXmLH .slider03 {
  marging-top: 200px;
}
@media (max-width: 992px) {
  .cid-uNevxKXmLH .container {
    padding: 0 20px;
  }
}
.cid-uNevxKXmLH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uNevxKXmLH .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uNevxKXmLH .embla__slide .slide-content {
  width: 100%;
}
.cid-uNevxKXmLH .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uNevxKXmLH .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  min-height: 830px;
  overflow: hidden;
  padding: 60px 86px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uNevxKXmLH .embla__slide .slide-content .item-wrapper .item-img {
    padding: 46px 20px 46px;
    min-height: auto;
    height: 100%;
  }
}
.cid-uNevxKXmLH .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNevxKXmLH .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background-color: #000000;
  opacity: 0.2;
}
.cid-uNevxKXmLH .embla__slide .slide-content .item-wrapper .item-img .item-desc {
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .cid-uNevxKXmLH .embla__slide .slide-content .item-wrapper .item-img .item-desc {
    margin: 20px;
    padding: 0px!important;
  }
}
@media (min-width: 577px) {
  .cid-uNevxKXmLH .embla__slide .slide-content .item-wrapper .item-img .item-desc {
    padding-left: 50px;
    margin: 50px 20px;
  }
}
.cid-uNevxKXmLH .embla__slide .slide-content .item-wrapper .item-img .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .cid-uNevxKXmLH .embla__slide .slide-content .item-wrapper .item-img .title-wrapper {
    margin: 20px;
    padding: 0px!important;
  }
}
@media (min-width: 577px) {
  .cid-uNevxKXmLH .embla__slide .slide-content .item-wrapper .item-img .title-wrapper {
    margin: 50px 20px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uNevxKXmLH .embla__slide .slide-content .item-wrapper .item-img .title-wrapper .title-wrap .item-title {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 576px) {
  .cid-uNevxKXmLH .embla__slide .slide-content .item-wrapper .item-img .title-wrapper .title-wrap .item-title {
    width: 90%;
  }
}
.cid-uNevxKXmLH .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
  position: relative;
  z-index: 1;
  align-items: left;
}
@media (max-width: 576px) {
  .cid-uNevxKXmLH .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
    margin: 0px 20px 50px 20px;
    padding: 0px!important;
  }
}
@media (min-width: 577px) {
  .cid-uNevxKXmLH .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
    margin: 50px 20px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uNevxKXmLH .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper {
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-uNevxKXmLH .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper {
    margin-right: 16px;
  }
}
.cid-uNevxKXmLH .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 86px;
  border-radius: 100%;
  color: #000000;
}
.cid-uNevxKXmLH .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .name-wrap .item-name {
  margin-bottom: 16px;
}
.cid-uNevxKXmLH .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-uNevxKXmLH .embla__button--next,
.cid-uNevxKXmLH .embla__button--prev {
  display: flex;
}
.cid-uNevxKXmLH .embla__button {
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #fafafa !important;
  border: 2px solid #fafafa !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uNevxKXmLH .embla__button {
    top: 2.5rem;
    color: #fafafa !important;
    border: 2px solid #fafafa !important;
  }
}
@media (max-width: 768px) {
  .cid-uNevxKXmLH .embla__button {
    top: 90%;
  }
}
.cid-uNevxKXmLH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uNevxKXmLH .embla__button:hover {
  opacity: 1 !important;
}
.cid-uNevxKXmLH .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uNevxKXmLH .embla__button.embla__button--next {
  right: 30px;
}
.cid-uNevxKXmLH .embla {
  position: relative;
  width: 100%;
}
.cid-uNevxKXmLH .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uNevxKXmLH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uNevxKXmLH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uNevxKXmLH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uNevxKXmLH .item-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uNevxKXmLH .item-title {
  color: #000000;
}
.cid-uNevxKXmLH .item-name {
  color: #ffffff;
  text-align: left;
}
.cid-uNevxKXmLH .item-role {
  color: #ffffff;
  text-align: left;
}
.cid-uNevxKXmLH .list {
  color: #000000;
}
.cid-uNevxKXmLH .item-title,
.cid-uNevxKXmLH .mbr-section-btn,
.cid-uNevxKXmLH .title-wrap {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uNevxKXmLH .marge_responsive {
    margin-top: 65px;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .cid-uNevxKXmLH .marge_responsive {
    margin-top: 55px;
  }
}
@media (min-width: 769px) {
  .cid-uNevxKXmLH .marge_responsive {
    margin-top: 75px;
  }
}
.cid-uLOAJ55v8o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLOAJ55v8o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLOAJ55v8o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLOAJ55v8o .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uLOAJ55v8o .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLOAJ55v8o .image-wrapper img {
  height: 680px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLOAJ55v8o .image-wrapper img {
    height: 350px;
  }
}
.cid-uLOAJ55v8o .content-wrapper {
  padding-left: 54px;
  padding-left: 0;
  padding-right: 54px;
}
@media (max-width: 1440px) {
  .cid-uLOAJ55v8o .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uLOAJ55v8o .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uLOAJ55v8o .content-wrapper {
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uLOAJ55v8o .content-wrapper {
    padding-right: 0;
  }
}
.cid-uLOAJ55v8o .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uLOAJ55v8o .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uLOAJ55v8o .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #113f4d;
}
.cid-uLOAJ55v8o .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uLOAJ55v8o .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uLOAJ55v8o .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uLOAJ55v8o .mbr-label,
.cid-uLOAJ55v8o .label-wrapper {
  color: #113f4d;
}
.cid-uLOAJ55v8o .mbr-section-title {
  color: #fff7ee;
}
.cid-uLOAJ55v8o .mbr-text {
  color: #000000;
}
.cid-uLOAJ55v8o .mbr-section-title,
.cid-uLOAJ55v8o .mbr-section-btn {
  color: #d45615;
}
.cid-uLRGM5GJjZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-uLRGM5GJjZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGM5GJjZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRGM5GJjZ .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uLRGM5GJjZ .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLRGM5GJjZ .image-wrapper img {
  height: 680px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLRGM5GJjZ .image-wrapper img {
    height: 350px;
  }
}
.cid-uLRGM5GJjZ .content-wrapper {
  padding-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uLRGM5GJjZ .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uLRGM5GJjZ .content-wrapper {
    padding-left: 0;
  }
}
.cid-uLRGM5GJjZ .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uLRGM5GJjZ .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uLRGM5GJjZ .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #113f4d;
}
.cid-uLRGM5GJjZ .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uLRGM5GJjZ .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uLRGM5GJjZ .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uLRGM5GJjZ .mbr-label,
.cid-uLRGM5GJjZ .label-wrapper {
  color: #113f4d;
}
.cid-uLRGM5GJjZ .mbr-section-title {
  color: #fff7ee;
}
.cid-uLRGM5GJjZ .mbr-text {
  color: #151e11;
}
.cid-uLRGM5GJjZ .mbr-section-title,
.cid-uLRGM5GJjZ .mbr-section-btn {
  color: #d45615;
}
.cid-uLRH2MA7Rm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRH2MA7Rm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRH2MA7Rm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRH2MA7Rm .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uLRH2MA7Rm .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLRH2MA7Rm .image-wrapper img {
  height: 680px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLRH2MA7Rm .image-wrapper img {
    height: 350px;
  }
}
.cid-uLRH2MA7Rm .content-wrapper {
  padding-left: 54px;
  padding-left: 0;
  padding-right: 54px;
}
@media (max-width: 1440px) {
  .cid-uLRH2MA7Rm .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uLRH2MA7Rm .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uLRH2MA7Rm .content-wrapper {
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uLRH2MA7Rm .content-wrapper {
    padding-right: 0;
  }
}
.cid-uLRH2MA7Rm .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uLRH2MA7Rm .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uLRH2MA7Rm .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #113f4d;
}
.cid-uLRH2MA7Rm .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uLRH2MA7Rm .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uLRH2MA7Rm .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uLRH2MA7Rm .mbr-label,
.cid-uLRH2MA7Rm .label-wrapper {
  color: #113f4d;
}
.cid-uLRH2MA7Rm .mbr-section-title {
  color: #fff7ee;
}
.cid-uLRH2MA7Rm .mbr-text {
  color: #000000;
}
.cid-uLRH2MA7Rm .mbr-section-title,
.cid-uLRH2MA7Rm .mbr-section-btn {
  color: #d45615;
}
.cid-uLRHwf9pCm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-uLRHwf9pCm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRHwf9pCm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRHwf9pCm .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uLRHwf9pCm .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLRHwf9pCm .image-wrapper img {
  height: 680px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLRHwf9pCm .image-wrapper img {
    height: 350px;
  }
}
.cid-uLRHwf9pCm .content-wrapper {
  padding-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uLRHwf9pCm .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uLRHwf9pCm .content-wrapper {
    padding-left: 0;
  }
}
.cid-uLRHwf9pCm .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uLRHwf9pCm .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uLRHwf9pCm .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #113f4d;
}
.cid-uLRHwf9pCm .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uLRHwf9pCm .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uLRHwf9pCm .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uLRHwf9pCm .mbr-label,
.cid-uLRHwf9pCm .label-wrapper {
  color: #113f4d;
}
.cid-uLRHwf9pCm .mbr-section-title {
  color: #fff7ee;
}
.cid-uLRHwf9pCm .mbr-text {
  color: #151e11;
}
.cid-uLRHwf9pCm .mbr-section-title,
.cid-uLRHwf9pCm .mbr-section-btn {
  color: #d45615;
}
.cid-uLOAoWYIg6 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d45615;
}
.cid-uLOAoWYIg6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLOAoWYIg6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLOAoWYIg6 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uLOAoWYIg6 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLOAoWYIg6 .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLOAoWYIg6 .container {
    padding: 0 20px;
  }
}
.cid-uLOAoWYIg6 .container .row {
  margin: 0;
}
.cid-uLOAoWYIg6 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLOAoWYIg6 .link-wrapper {
  display: block;
}
.cid-uLOAoWYIg6 .link-wrapper .mbr-link {
  margin-bottom: 50px;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uLOAoWYIg6 .link-wrapper .mbr-link {
    text-align: left;
  }
}
.cid-uLOAoWYIg6 .link-wrapper:hover .mbr-link {
  text-decoration: none;
}
.cid-uLOAoWYIg6 .item {
  padding: 0;
}
.cid-uLOAoWYIg6 .item .item-wrapper a {
  display: block;
}
.cid-uLOAoWYIg6 .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-uLOAoWYIg6 .item .item-wrapper .item-img {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  margin: 0 30px 30px 0 ;
}
.cid-uLOAoWYIg6 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLOAoWYIg6 .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #1b1b1b;
  opacity: .3;
  pointer-events: none;
  z-index: 1;
  filter: blur(50px);
}
.cid-uLOAoWYIg6 .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uLOAoWYIg6 .item .item-wrapper .item-img .item-content {
    display: block;
  }
}
.cid-uLOAoWYIg6 .item .item-wrapper .item-img .item-content .title-wrap {
  width: 50%;
  padding: 10px;
}
@media (max-width: 768px) {
  .cid-uLOAoWYIg6 .item .item-wrapper .item-img .item-content .title-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uLOAoWYIg6 .item .item-wrapper .item-img .item-content .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uLOAoWYIg6 .item .item-wrapper .item-img .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uLOAoWYIg6 .item .item-wrapper .item-img .item-content .mbr-section-btn {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uLOAoWYIg6 .item .item-wrapper .item-img .item-content .mbr-section-btn {
    justify-content: normal;
    width: 100%;
  }
}
.cid-uLOAoWYIg6 .item .item-wrapper .item-img .item-content .mbr-section-btn .btn {
  margin: 4px;
  padding: 18px 20px;
}
@media (max-width: 768px) {
  .cid-uLOAoWYIg6 .item .item-wrapper .item-img .item-content .mbr-section-btn .btn {
    margin: 9.6px;
  }
}
.cid-uLOAoWYIg6 .item-title {
  color: #ffffff;
  text-transform: uppercase;
}
.cid-uLOAoWYIg6 .mbr-desc {
  color: #f2f2f2;
}
.cid-uLOAoWYIg6 .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uLOAoWYIg6 .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-uLOAoWYIg6 .item-img .item-content {
  position: relative;
  z-index: 2;
}
.cid-uLOAoWYIg6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLOAoWYIg6 .mbr-desc,
.cid-uLOAoWYIg6 .item-title {
  text-shadow: 0px 0px 5px #000000;
}
.cid-uLOAoWYIg6 .title-wrap {
  position: relative;
  width: 50%;
  padding: 0;
  overflow: hidden;
}
.cid-uLOAoWYIg6 .title-wrap .item-title,
.cid-uLOAoWYIg6 .title-wrap .mbr-desc {
  position: relative;
  z-index: 2;
  transition: all 0.4s ease-in-out;
  text-shadow: 0px 0px 5px #000000;
}
.cid-uLOAoWYIg6 .title-wrap .item-title {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 15px;
  background: transparent;
}
.cid-uLOAoWYIg6 .title-wrap .mbr-desc {
  opacity: 0;
  transform: translateY(100%);
  padding: 15px;
  margin: 0;
  max-height: 0;
}
.cid-uLOAoWYIg6 .title-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.cid-uLOAoWYIg6 .item-wrapper:hover .title-wrap::before {
  opacity: 1;
}
.cid-uLOAoWYIg6 .item-wrapper:hover .title-wrap .item-title {
  transform: translateY(-25%);
  position: relative;
  padding-bottom: 0;
}
.cid-uLOAoWYIg6 .item-wrapper:hover .title-wrap .mbr-desc {
  opacity: 1;
  transform: translateY(0);
  max-height: 500px;
}
.cid-uLOAoWYIg6 .mbr-section-btn {
  opacity: 1 !important;
}
.cid-uLOAoXlIDy {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLOAoXlIDy .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.cid-uLOAoXlIDy .form {
  background-color: #ffbe0d;
  padding: 60px 1rem;
}
@media (min-width: 992px) {
  .cid-uLOAoXlIDy .form {
    padding: 124px 128px 128px 60px;
  }
}
.cid-uLOAoXlIDy .tab {
  min-height: 330px;
  padding: 60px 1rem 0;
}
@media (min-width: 992px) {
  .cid-uLOAoXlIDy .tab {
    padding: 60px 80px 67px;
  }
}
.cid-uLOAoXlIDy .nav {
  display: block;
}
.cid-uLOAoXlIDy .nav-tabs .nav-item.open .nav-link:focus,
.cid-uLOAoXlIDy .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uLOAoXlIDy .nav-tabs {
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uLOAoXlIDy .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-uLOAoXlIDy .nav-tabs .nav-link {
  padding: 0;
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-uLOAoXlIDy .nav-tabs .nav-link:not(.active) {
  color: #d45615 !important;
}
.cid-uLOAoXlIDy .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uLOAoXlIDy .nav-link,
.cid-uLOAoXlIDy .nav-link.active {
  color: #001810 !important;
  background-color: transparent;
}
.cid-uLOAoXlIDy .nav-tabs .nav-link.active {
  border-bottom: 1px solid transparent;
}
.cid-uLOAoXlIDy .map-wrap {
  width: 100%;
  height: 507px;
}
.cid-uLOAoXlIDy .google-map {
  height: 100%;
  position: relative;
}
.cid-uLOAoXlIDy .google-map iframe {
  height: 100%;
  width: 100%;
  filter: grayscale(1);
}
.cid-uLOAoXlIDy .google-map [data-state-details] {
  color: #282828;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  top: 50%;
  width: 100%;
}
.cid-uLOAoXlIDy .google-map[data-state] {
  background: #6b6b6b;
}
.cid-uLOAoXlIDy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLOAoXlIDy form {
  margin-top: 128px;
}
.cid-uLOAoXlIDy .form-control,
.cid-uLOAoXlIDy .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  padding: 8px 0;
  color: #18293D;
  margin: 0;
  font-weight: 300;
}
.cid-uLOAoXlIDy .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-uLOAoXlIDy .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
  border-bottom: 1px solid #282828 !important;
}
.cid-uLOAoXlIDy .form-check-input:checked {
  background-color: #fafafa;
  border-bottom: 1px solid #282828 !important;
}
.cid-uLOAoXlIDy .form-control::placeholder {
  color: #3d3d3d;
  font-size: 16px;
  margin: 0;
  font-weight: 300;
}
.cid-uLOAoXlIDy .form-group {
  margin-bottom: 35px;
}
.cid-uLOAoXlIDy .form-control,
.cid-uLOAoXlIDy form .btn {
  min-height: auto;
}
.cid-uLOAoXlIDy .link-title:after {
  content: "\2192";
  font-size: 16px;
  margin-left: 10px;
  font-weight: 700;
  padding: .7rem;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.cid-uLOAoXlIDy .link-title:hover:after {
  background: #FFFF27;
}
.cid-uLOAoYaPDz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uLOAoYaPDz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLOAoYaPDz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLOAoYaPDz .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uLOAoYaPDz .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLOAoYaPDz .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uLOAoYaPDz .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLOAoYaPDz .container {
    padding: 0 12px;
  }
}
.cid-uLOAoYaPDz .title-wrapper a {
  display: block;
}
.cid-uLOAoYaPDz .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uLOAoYaPDz .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-uLOAoYaPDz .list-wrapper .list,
.cid-uLOAoYaPDz .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uLOAoYaPDz .list-wrapper .list,
  .cid-uLOAoYaPDz .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-uLOAoYaPDz .list-wrapper .list .item-wrap,
.cid-uLOAoYaPDz .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLOAoYaPDz .list-wrapper .list .item-wrap:hover,
.cid-uLOAoYaPDz .list-wrapper .list_main .item-wrap:hover,
.cid-uLOAoYaPDz .list-wrapper .list .item-wrap:focus,
.cid-uLOAoYaPDz .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uLOAoYaPDz .contacts-wrapper .list {
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uLOAoYaPDz .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uLOAoYaPDz .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLOAoYaPDz .contacts-wrapper .list .item-wrap:hover,
.cid-uLOAoYaPDz .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uLOAoYaPDz .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLOAoYaPDz .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-uLOAoYaPDz .social-row .soc-item {
  margin-right: 24px;
}
.cid-uLOAoYaPDz .social-row .soc-item a:hover .mbr-iconfont,
.cid-uLOAoYaPDz .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-uLOAoYaPDz .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-uLOAoYaPDz .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-uLOAoYaPDz .mbr-section-title {
  color: #ffffff;
}
.cid-uLOAoYaPDz .mbr-list-title {
  color: #ffffff;
}
.cid-uLOAoYaPDz .list {
  color: #787878;
}
.cid-uLOAoYaPDz .list_main {
  color: #787878;
}
.cid-uNlNrrE4Px {
  z-index: 1000;
  width: 100%;
}
.cid-uNlNrrE4Px .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
  position: fixed;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNlNrrE4Px .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uNlNrrE4Px .menu_box .navbar.opened,
  .cid-uNlNrrE4Px .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uNlNrrE4Px nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uNlNrrE4Px .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uNlNrrE4Px .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uNlNrrE4Px .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uNlNrrE4Px .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-body .mbr-text,
  .cid-uNlNrrE4Px .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uNlNrrE4Px .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uNlNrrE4Px ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uNlNrrE4Px li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uNlNrrE4Px .lg_brand {
    margin: 0 1rem;
  }
  .cid-uNlNrrE4Px .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uNlNrrE4Px .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 0 !important;
  }
}
.cid-uNlNrrE4Px .nav-item .nav-link {
  position: relative;
}
.cid-uNlNrrE4Px .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fafafa;
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover,
.cid-uNlNrrE4Px .nav-item .nav-link:focus {
  opacity: 1;
  color: #fafafa !important;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover::before,
.cid-uNlNrrE4Px .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uNlNrrE4Px .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uNlNrrE4Px .offcanvas_box {
    display: none;
  }
}
.cid-uNlNrrE4Px .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uNlNrrE4Px .container {
  display: flex;
  margin: auto;
}
.cid-uNlNrrE4Px .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uNlNrrE4Px .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uNlNrrE4Px .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .navbar-caption {
  color: #ffffff;
}
.cid-uNlNrrE4Px .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .navbar-nav {
    margin: 0;
  }
}
.cid-uNlNrrE4Px .dropdown-menu,
.cid-uNlNrrE4Px .navbar.opened {
  background-color: false !important;
}
.cid-uNlNrrE4Px .nav-item:focus,
.cid-uNlNrrE4Px .nav-link:focus {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNlNrrE4Px .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uNlNrrE4Px .navbar.opened {
  transition: all 0.3s;
}
.cid-uNlNrrE4Px .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uNlNrrE4Px .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uNlNrrE4Px .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar.collapsed {
  justify-content: center;
}
.cid-uNlNrrE4Px .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNlNrrE4Px .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uNlNrrE4Px .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uNlNrrE4Px .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uNlNrrE4Px .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNlNrrE4Px .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uNlNrrE4Px .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uNlNrrE4Px .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uNlNrrE4Px .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNlNrrE4Px .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uNlNrrE4Px .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown-item.active,
.cid-uNlNrrE4Px .dropdown-item:active {
  background-color: transparent;
}
.cid-uNlNrrE4Px .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNlNrrE4Px .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNlNrrE4Px .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-uNlNrrE4Px ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNlNrrE4Px button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uNlNrrE4Px .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-uNlNrrE4Px .navbar {
    height: 70px;
  }
  .cid-uNlNrrE4Px .navbar.opened {
    height: auto;
  }
  .cid-uNlNrrE4Px .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNlNrrE4Px .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uNlNrrE4Px .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uNlNrrE4Px .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uNlNrrE4Px .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uNlNrrE4Px .navbar-caption:hover {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uNlNrrE4Px .text_widget {
  margin-bottom: 32px;
}
.cid-uNlNrrE4Px .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .text_widget a:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .icons-menu-main {
  display: flex;
}
.cid-uNlNrrE4Px .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-section-subtitle,
.cid-uNlNrrE4Px .text_widget,
.cid-uNlNrrE4Px .mbr-section-btn {
  text-align: center;
}
.cid-uNlNrrE4Px a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLQqNUzGtm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-690x387.jpg");
}
.cid-uLQqNUzGtm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQqNUzGtm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQqNUzGtm .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uLQqNUzGtm .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLQqNUzGtm .container-fluid .row {
  padding-top: 15%;
}
@media (max-width: 992px) {
  .cid-uLQqNUzGtm .container-fluid .row {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLQqNUzGtm .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uLQqNUzGtm .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uLQqNUzGtm .title-wrapper .logo-wrap {
  margin-bottom: 16px;
}
.cid-uLQqNUzGtm .title-wrapper .logo-wrap img {
  display: inline-flex;
  height: 92px;
  width: 254px;
  object-fit: cover;
}
.cid-uLQqNUzGtm .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uLQqNUzGtm .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uLQqNUzGtm .title-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uLQqNUzGtm .title-wrapper .desc-wrapper .desc-wrap {
    margin-bottom: 20px;
    display: block;
  }
}
.cid-uLQqNUzGtm .title-wrapper .desc-wrapper .desc-wrap .mbr-price {
  margin-bottom: 0;
}
.cid-uLQqNUzGtm .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin: 0 0 0 6px;
}
@media (max-width: 992px) {
  .cid-uLQqNUzGtm .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0;
  }
}
.cid-uLQqNUzGtm .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLQqNUzGtm .buttons-wrap {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.cid-uLQqNUzGtm .buttons-wrap .mbr-section-btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uLQqNUzGtm .buttons-wrap .mbr-section-btn {
    text-align: left;
  }
}
.cid-uLQqNUzGtm .mbr-section-title {
  color: #ffffff;
}
.cid-uLQqNUzGtm .mbr-price {
  color: #ffffff;
}
.cid-uLQqNUzGtm .mbr-desc {
  color: #f2f2f2;
}
.cid-uLQqNUzGtm .mbr-text {
  color: #151e11;
}
.cid-uLQqNUzGtm .mbr-section-btn {
  text-align: right;
}
.cid-uLQqNUzGtm .mbr-section-title,
.cid-uLQqNUzGtm .logo-wrap,
.cid-uLQqNUzGtm .mbr-section-btn {
  color: #d45615;
}
.cid-uNg0UvZzR6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d45615;
}
.cid-uNg0UvZzR6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNg0UvZzR6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNg0UvZzR6 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uNg0UvZzR6 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uNg0UvZzR6 .container {
    padding: 0 20px;
  }
}
.cid-uNg0UvZzR6 .row {
  justify-content: center;
}
.cid-uNg0UvZzR6 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNg0UvZzR6 .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uNg0UvZzR6 .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uNg0UvZzR6 .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uNg0UvZzR6 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uNg0UvZzR6 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uNg0UvZzR6 .mbr-text {
  color: #ffffff;
}
.cid-uNg0UvZzR6 .mbr-desc {
  color: #e4dfd4;
}
.cid-uNg0UvZzR6 .mbr-desc,
.cid-uNg0UvZzR6 .desc-wrapper {
  color: #f2f2f2;
}
@media (min-width: 768px) {
  .cid-uNg0UvZzR6 .rotate-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: bold;
  }
  .cid-uNg0UvZzR6 .content-wrapper {
    top: 130px;
    position: sticky;
    padding: 0;
    z-index: 2;
  }
  .cid-uNg0UvZzR6 .content-wrapper .title-wrapper .mbr-section-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
  }
  .cid-uNg0UvZzR6 .content-wrapper .text-wrapper .mbr-text {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
  }
  .cid-uNg0UvZzR6 .share-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-md);
  }
  .cid-uNg0UvZzR6 .share-links span {
    font-size: 1.4rem;
    color: var(--color-text-light);
    writing-mode: vertical-rl;
    margin-bottom: var(--spacing-sm);
  }
  .cid-uNg0UvZzR6 .share-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 1.8rem;
    transition: all var(--transition-fast);
  }
  .cid-uNg0UvZzR6 .share-links a:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: var(--color-white);
  }
}
@media (min-width: 768px) and (max-width: 576px) {
  .cid-uNg0UvZzR6 .share-links {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
  }
  .cid-uNg0UvZzR6 .share-links span {
    font-size: 1.4rem;
    color: var(--color-text-light);
    margin-bottom: var(--spacing-sm);
  }
  .cid-uNg0UvZzR6 .share-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 1.8rem;
    transition: all var(--transition-fast);
  }
  .cid-uNg0UvZzR6 .share-links a:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: var(--color-white);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .cid-uNg0UvZzR6 .content-wrapper {
    padding: 0 16px 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .cid-uNg0UvZzR6 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .cid-uNg0UvZzR6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNg0UvZzR6 .mbr-section-title,
.cid-uNg0UvZzR6 .mbr-section-btn,
.cid-uNg0UvZzR6 .title-wrapper {
  color: #ffffff;
}
.cid-uLREx3ulBC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uLREx3ulBC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLREx3ulBC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLREx3ulBC .items-wrap {
  justify-content: space-between;
}
.cid-uLREx3ulBC .title-wrapper {
  margin-bottom: 32px;
}
.cid-uLREx3ulBC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLREx3ulBC .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLREx3ulBC .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLREx3ulBC .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uLREx3ulBC .mbr-figure iframe {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uLREx3ulBC .video-block {
    margin-bottom: 24px;
  }
}
.cid-uLREx3ulBC .mbr-figure__img {
  object-fit: cover;
}
.cid-uLREx3ulBC .app-video-wrapper::before {
  color: #ffbc00;
  box-shadow: none;
}
.cid-uLREx3ulBC .mbr-section-title {
  color: #000000;
}
.cid-uLREx3ulBC .mbr-text {
  color: #000000;
}
.cid-uLREx3ulBC .mbr-section-title,
.cid-uLREx3ulBC .mbr-section-btn {
  text-align: left;
}
.cid-uLREx3ulBC .mbr-section-title-2,
.cid-uLREx3ulBC .mbr-section-btn {
  color: #d45615;
}
.cid-uLREx3ulBC .capital {
  text-transform: uppercase;
}
.cid-uLQqNVdysx {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLQqNVdysx .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.cid-uLQqNVdysx .form {
  background-color: #ffbe0d;
  padding: 60px 1rem;
}
@media (min-width: 992px) {
  .cid-uLQqNVdysx .form {
    padding: 124px 128px 128px 60px;
  }
}
.cid-uLQqNVdysx .tab {
  min-height: 330px;
  padding: 60px 1rem 0;
}
@media (min-width: 992px) {
  .cid-uLQqNVdysx .tab {
    padding: 60px 80px 67px;
  }
}
.cid-uLQqNVdysx .nav {
  display: block;
}
.cid-uLQqNVdysx .nav-tabs .nav-item.open .nav-link:focus,
.cid-uLQqNVdysx .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uLQqNVdysx .nav-tabs {
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uLQqNVdysx .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-uLQqNVdysx .nav-tabs .nav-link {
  padding: 0;
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-uLQqNVdysx .nav-tabs .nav-link:not(.active) {
  color: #d45615 !important;
}
.cid-uLQqNVdysx .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uLQqNVdysx .nav-link,
.cid-uLQqNVdysx .nav-link.active {
  color: #001810 !important;
  background-color: transparent;
}
.cid-uLQqNVdysx .nav-tabs .nav-link.active {
  border-bottom: 1px solid transparent;
}
.cid-uLQqNVdysx .map-wrap {
  width: 100%;
  height: 507px;
}
.cid-uLQqNVdysx .google-map {
  height: 100%;
  position: relative;
}
.cid-uLQqNVdysx .google-map iframe {
  height: 100%;
  width: 100%;
  filter: grayscale(1);
}
.cid-uLQqNVdysx .google-map [data-state-details] {
  color: #282828;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  top: 50%;
  width: 100%;
}
.cid-uLQqNVdysx .google-map[data-state] {
  background: #6b6b6b;
}
.cid-uLQqNVdysx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLQqNVdysx form {
  margin-top: 128px;
}
.cid-uLQqNVdysx .form-control,
.cid-uLQqNVdysx .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  padding: 8px 0;
  color: #18293D;
  margin: 0;
  font-weight: 300;
}
.cid-uLQqNVdysx .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-uLQqNVdysx .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
  border-bottom: 1px solid #282828 !important;
}
.cid-uLQqNVdysx .form-check-input:checked {
  background-color: #fafafa;
  border-bottom: 1px solid #282828 !important;
}
.cid-uLQqNVdysx .form-control::placeholder {
  color: #3d3d3d;
  font-size: 16px;
  margin: 0;
  font-weight: 300;
}
.cid-uLQqNVdysx .form-group {
  margin-bottom: 35px;
}
.cid-uLQqNVdysx .form-control,
.cid-uLQqNVdysx form .btn {
  min-height: auto;
}
.cid-uLQqNVdysx .link-title:after {
  content: "\2192";
  font-size: 16px;
  margin-left: 10px;
  font-weight: 700;
  padding: .7rem;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.cid-uLQqNVdysx .link-title:hover:after {
  background: #FFFF27;
}
.cid-uLQqNVwufC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uLQqNVwufC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQqNVwufC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQqNVwufC .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uLQqNVwufC .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLQqNVwufC .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uLQqNVwufC .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLQqNVwufC .container {
    padding: 0 12px;
  }
}
.cid-uLQqNVwufC .title-wrapper a {
  display: block;
}
.cid-uLQqNVwufC .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uLQqNVwufC .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-uLQqNVwufC .list-wrapper .list,
.cid-uLQqNVwufC .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uLQqNVwufC .list-wrapper .list,
  .cid-uLQqNVwufC .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-uLQqNVwufC .list-wrapper .list .item-wrap,
.cid-uLQqNVwufC .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLQqNVwufC .list-wrapper .list .item-wrap:hover,
.cid-uLQqNVwufC .list-wrapper .list_main .item-wrap:hover,
.cid-uLQqNVwufC .list-wrapper .list .item-wrap:focus,
.cid-uLQqNVwufC .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uLQqNVwufC .contacts-wrapper .list {
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uLQqNVwufC .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uLQqNVwufC .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLQqNVwufC .contacts-wrapper .list .item-wrap:hover,
.cid-uLQqNVwufC .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uLQqNVwufC .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLQqNVwufC .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-uLQqNVwufC .social-row .soc-item {
  margin-right: 24px;
}
.cid-uLQqNVwufC .social-row .soc-item a:hover .mbr-iconfont,
.cid-uLQqNVwufC .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-uLQqNVwufC .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-uLQqNVwufC .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-uLQqNVwufC .mbr-section-title {
  color: #ffffff;
}
.cid-uLQqNVwufC .mbr-list-title {
  color: #ffffff;
}
.cid-uLQqNVwufC .list {
  color: #787878;
}
.cid-uLQqNVwufC .list_main {
  color: #787878;
}
.cid-uNlNrrE4Px {
  z-index: 1000;
  width: 100%;
}
.cid-uNlNrrE4Px .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
  position: fixed;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNlNrrE4Px .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uNlNrrE4Px .menu_box .navbar.opened,
  .cid-uNlNrrE4Px .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uNlNrrE4Px nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uNlNrrE4Px .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uNlNrrE4Px .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uNlNrrE4Px .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uNlNrrE4Px .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-body .mbr-text,
  .cid-uNlNrrE4Px .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uNlNrrE4Px .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uNlNrrE4Px ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uNlNrrE4Px li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uNlNrrE4Px .lg_brand {
    margin: 0 1rem;
  }
  .cid-uNlNrrE4Px .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uNlNrrE4Px .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 0 !important;
  }
}
.cid-uNlNrrE4Px .nav-item .nav-link {
  position: relative;
}
.cid-uNlNrrE4Px .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fafafa;
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover,
.cid-uNlNrrE4Px .nav-item .nav-link:focus {
  opacity: 1;
  color: #fafafa !important;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover::before,
.cid-uNlNrrE4Px .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uNlNrrE4Px .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uNlNrrE4Px .offcanvas_box {
    display: none;
  }
}
.cid-uNlNrrE4Px .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uNlNrrE4Px .container {
  display: flex;
  margin: auto;
}
.cid-uNlNrrE4Px .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uNlNrrE4Px .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uNlNrrE4Px .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .navbar-caption {
  color: #ffffff;
}
.cid-uNlNrrE4Px .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .navbar-nav {
    margin: 0;
  }
}
.cid-uNlNrrE4Px .dropdown-menu,
.cid-uNlNrrE4Px .navbar.opened {
  background-color: false !important;
}
.cid-uNlNrrE4Px .nav-item:focus,
.cid-uNlNrrE4Px .nav-link:focus {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNlNrrE4Px .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uNlNrrE4Px .navbar.opened {
  transition: all 0.3s;
}
.cid-uNlNrrE4Px .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uNlNrrE4Px .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uNlNrrE4Px .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar.collapsed {
  justify-content: center;
}
.cid-uNlNrrE4Px .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNlNrrE4Px .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uNlNrrE4Px .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uNlNrrE4Px .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uNlNrrE4Px .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNlNrrE4Px .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uNlNrrE4Px .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uNlNrrE4Px .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uNlNrrE4Px .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNlNrrE4Px .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uNlNrrE4Px .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown-item.active,
.cid-uNlNrrE4Px .dropdown-item:active {
  background-color: transparent;
}
.cid-uNlNrrE4Px .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNlNrrE4Px .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNlNrrE4Px .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-uNlNrrE4Px ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNlNrrE4Px button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uNlNrrE4Px .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-uNlNrrE4Px .navbar {
    height: 70px;
  }
  .cid-uNlNrrE4Px .navbar.opened {
    height: auto;
  }
  .cid-uNlNrrE4Px .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNlNrrE4Px .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uNlNrrE4Px .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uNlNrrE4Px .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uNlNrrE4Px .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uNlNrrE4Px .navbar-caption:hover {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uNlNrrE4Px .text_widget {
  margin-bottom: 32px;
}
.cid-uNlNrrE4Px .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .text_widget a:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .icons-menu-main {
  display: flex;
}
.cid-uNlNrrE4Px .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-section-subtitle,
.cid-uNlNrrE4Px .text_widget,
.cid-uNlNrrE4Px .mbr-section-btn {
  text-align: center;
}
.cid-uNlNrrE4Px a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLQRAh4XMT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/contrat-et-assurance-1900x1200.jpeg");
}
.cid-uLQRAh4XMT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQRAh4XMT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQRAh4XMT .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uLQRAh4XMT .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLQRAh4XMT .container-fluid .row {
  padding-top: 15%;
}
@media (max-width: 992px) {
  .cid-uLQRAh4XMT .container-fluid .row {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLQRAh4XMT .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uLQRAh4XMT .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uLQRAh4XMT .title-wrapper .logo-wrap {
  margin-bottom: 16px;
}
.cid-uLQRAh4XMT .title-wrapper .logo-wrap img {
  display: inline-flex;
  height: 92px;
  width: 254px;
  object-fit: cover;
}
.cid-uLQRAh4XMT .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uLQRAh4XMT .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uLQRAh4XMT .title-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uLQRAh4XMT .title-wrapper .desc-wrapper .desc-wrap {
    margin-bottom: 20px;
    display: block;
  }
}
.cid-uLQRAh4XMT .title-wrapper .desc-wrapper .desc-wrap .mbr-price {
  margin-bottom: 0;
}
.cid-uLQRAh4XMT .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin: 0 0 0 6px;
}
@media (max-width: 992px) {
  .cid-uLQRAh4XMT .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0;
  }
}
.cid-uLQRAh4XMT .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLQRAh4XMT .buttons-wrap {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.cid-uLQRAh4XMT .buttons-wrap .mbr-section-btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uLQRAh4XMT .buttons-wrap .mbr-section-btn {
    text-align: left;
  }
}
.cid-uLQRAh4XMT .mbr-section-title {
  color: #ffffff;
}
.cid-uLQRAh4XMT .mbr-price {
  color: #ffffff;
}
.cid-uLQRAh4XMT .mbr-desc {
  color: #f2f2f2;
}
.cid-uLQRAh4XMT .mbr-text {
  color: #555354;
}
.cid-uLQRAh4XMT .mbr-section-btn {
  text-align: right;
}
.cid-uLQRAh4XMT .mbr-section-title,
.cid-uLQRAh4XMT .logo-wrap,
.cid-uLQRAh4XMT .mbr-section-btn {
  color: #d45615;
}
.cid-uLQRAhE1Xy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #d45615;
}
.cid-uLQRAhE1Xy .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uLQRAhE1Xy .image-wrap {
    padding: 16px;
  }
}
.cid-uLQRAhE1Xy .image-wrap .main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLQRAhE1Xy .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uLQRAhE1Xy .image-overlay {
    padding: 16px;
  }
}
.cid-uLQRAhE1Xy .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.cid-uLQRAhE1Xy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQRAhE1Xy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQRAhE1Xy .row {
  justify-content: flex-end;
}
.cid-uLQRAhE1Xy .content-wrapper {
  top: 130px;
  position: sticky;
  padding: 0;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uLQRAhE1Xy .content-wrapper {
    padding: 0 16px 30px;
  }
}
.cid-uLQRAhE1Xy .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLQRAhE1Xy .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uLQRAhE1Xy .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLQRAhE1Xy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLQRAhE1Xy .items-wrapper {
  padding: 20px 54px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1440px) {
  .cid-uLQRAhE1Xy .items-wrapper {
    padding: 20px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uLQRAhE1Xy .items-wrapper {
    padding: 0px;
  }
}
.cid-uLQRAhE1Xy .items-wrapper .item {
  margin-bottom: 60px;
}
.cid-uLQRAhE1Xy .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLQRAhE1Xy .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uLQRAhE1Xy .items-wrapper .item .item-wrapper {
  padding: 54px 54px 80px 54px;
  background-color: #151e11;
}
@media (max-width: 1440px) {
  .cid-uLQRAhE1Xy .items-wrapper .item .item-wrapper {
    padding: 40px 40px 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uLQRAhE1Xy .items-wrapper .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uLQRAhE1Xy .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .cid-uLQRAhE1Xy .items-wrapper .item .item-wrapper .item-img {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uLQRAhE1Xy .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1,
.cid-uLQRAhE1Xy .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2,
.cid-uLQRAhE1Xy .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uLQRAhE1Xy .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1,
  .cid-uLQRAhE1Xy .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2,
  .cid-uLQRAhE1Xy .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 {
    margin-right: 0;
  }
}
.cid-uLQRAhE1Xy .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .item-label_1,
.cid-uLQRAhE1Xy .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .item-label_1,
.cid-uLQRAhE1Xy .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .item-label_1,
.cid-uLQRAhE1Xy .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .item-label_2,
.cid-uLQRAhE1Xy .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .item-label_2,
.cid-uLQRAhE1Xy .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .item-label_2,
.cid-uLQRAhE1Xy .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .item-label_3,
.cid-uLQRAhE1Xy .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .item-label_3,
.cid-uLQRAhE1Xy .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .item-label_3 {
  margin-bottom: 0;
}
.cid-uLQRAhE1Xy .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .mbr-iconfont,
.cid-uLQRAhE1Xy .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .mbr-iconfont,
.cid-uLQRAhE1Xy .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uLQRAhE1Xy .items-wrapper .item .item-wrapper .item-img .image-wrapper img {
  width: 550px;
  height: 290px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLQRAhE1Xy .items-wrapper .item .item-wrapper .item-img .image-wrapper img {
    width: 100%;
  }
}
.cid-uLQRAhE1Xy .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLQRAhE1Xy .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 30px;
  }
}
.cid-uLQRAhE1Xy .items-wrapper .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLQRAhE1Xy .items-wrapper .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uLQRAhE1Xy .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
.cid-uLQRAhE1Xy .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLQRAhE1Xy .label-wrap_1 {
  background-color: #ffbc00;
}
.cid-uLQRAhE1Xy .label-wrap_2 {
  background-color: #709bca;
}
.cid-uLQRAhE1Xy .label-wrap_3 {
  background-color: #f66e46;
}
.cid-uLQRAhE1Xy .icon_1 {
  color: #fff7ee;
}
.cid-uLQRAhE1Xy .icon_2 {
  color: #fff7ee;
}
.cid-uLQRAhE1Xy .icon_3 {
  color: #fff7ee;
}
.cid-uLQRAhE1Xy .mbr-section-title {
  color: #fff7ee;
}
.cid-uLQRAhE1Xy .mbr-text {
  color: #fff7ee;
}
.cid-uLQRAhE1Xy .item-title {
  color: #fff7ee;
}
.cid-uLQRAhE1Xy .item-text {
  color: #fff7ee;
}
.cid-uLQRAhE1Xy .item-label_1 {
  color: #fff7ee;
}
.cid-uLQRAhE1Xy .item-label_2 {
  color: #fff7ee;
}
.cid-uLQRAhE1Xy .item-label_3 {
  color: #fff7ee;
}
.cid-uLQRAhE1Xy .mbr-section-title,
.cid-uLQRAhE1Xy .mbr-section-btn,
.cid-uLQRAhE1Xy .title-wrapper {
  color: #ffffff;
}
.cid-uLQRAhE1Xy .mbr-text,
.cid-uLQRAhE1Xy .text-wrapper {
  color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uLQRAhE1Xy .rotate-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: bold;
  }
  .cid-uLQRAhE1Xy .share-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-md);
  }
  .cid-uLQRAhE1Xy .share-links span {
    font-size: 1.4rem;
    color: var(--color-text-light);
    writing-mode: vertical-rl;
    margin-bottom: var(--spacing-sm);
  }
  .cid-uLQRAhE1Xy .share-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 1.8rem;
    transition: all var(--transition-fast);
  }
  .cid-uLQRAhE1Xy .share-links a:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: var(--color-white);
  }
}
@media (min-width: 768px) and (max-width: 576px) {
  .cid-uLQRAhE1Xy .share-links {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
  }
  .cid-uLQRAhE1Xy .share-links span {
    font-size: 1.4rem;
    color: var(--color-text-light);
    margin-bottom: var(--spacing-sm);
  }
  .cid-uLQRAhE1Xy .share-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 1.8rem;
    transition: all var(--transition-fast);
  }
  .cid-uLQRAhE1Xy .share-links a:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: var(--color-white);
  }
}
.cid-uMYDsQnU5j {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMYDsQnU5j .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.cid-uMYDsQnU5j .form {
  background-color: #ffbe0d;
  padding: 60px 1rem;
}
@media (min-width: 992px) {
  .cid-uMYDsQnU5j .form {
    padding: 124px 128px 128px 60px;
  }
}
.cid-uMYDsQnU5j .tab {
  min-height: 330px;
  padding: 60px 1rem 0;
}
@media (min-width: 992px) {
  .cid-uMYDsQnU5j .tab {
    padding: 60px 80px 67px;
  }
}
.cid-uMYDsQnU5j .nav {
  display: block;
}
.cid-uMYDsQnU5j .nav-tabs .nav-item.open .nav-link:focus,
.cid-uMYDsQnU5j .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uMYDsQnU5j .nav-tabs {
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uMYDsQnU5j .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-uMYDsQnU5j .nav-tabs .nav-link {
  padding: 0;
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-uMYDsQnU5j .nav-tabs .nav-link:not(.active) {
  color: #d45615 !important;
}
.cid-uMYDsQnU5j .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uMYDsQnU5j .nav-link,
.cid-uMYDsQnU5j .nav-link.active {
  color: #001810 !important;
  background-color: transparent;
}
.cid-uMYDsQnU5j .nav-tabs .nav-link.active {
  border-bottom: 1px solid transparent;
}
.cid-uMYDsQnU5j .map-wrap {
  width: 100%;
  height: 507px;
}
.cid-uMYDsQnU5j .google-map {
  height: 100%;
  position: relative;
}
.cid-uMYDsQnU5j .google-map iframe {
  height: 100%;
  width: 100%;
  filter: grayscale(1);
}
.cid-uMYDsQnU5j .google-map [data-state-details] {
  color: #282828;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  top: 50%;
  width: 100%;
}
.cid-uMYDsQnU5j .google-map[data-state] {
  background: #6b6b6b;
}
.cid-uMYDsQnU5j .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMYDsQnU5j form {
  margin-top: 128px;
}
.cid-uMYDsQnU5j .form-control,
.cid-uMYDsQnU5j .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  padding: 8px 0;
  color: #18293D;
  margin: 0;
  font-weight: 300;
}
.cid-uMYDsQnU5j .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-uMYDsQnU5j .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
  border-bottom: 1px solid #282828 !important;
}
.cid-uMYDsQnU5j .form-check-input:checked {
  background-color: #fafafa;
  border-bottom: 1px solid #282828 !important;
}
.cid-uMYDsQnU5j .form-control::placeholder {
  color: #3d3d3d;
  font-size: 16px;
  margin: 0;
  font-weight: 300;
}
.cid-uMYDsQnU5j .form-group {
  margin-bottom: 35px;
}
.cid-uMYDsQnU5j .form-control,
.cid-uMYDsQnU5j form .btn {
  min-height: auto;
}
.cid-uMYDsQnU5j .link-title:after {
  content: "\2192";
  font-size: 16px;
  margin-left: 10px;
  font-weight: 700;
  padding: .7rem;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.cid-uMYDsQnU5j .link-title:hover:after {
  background: #FFFF27;
}
.cid-uLQRAhVWRj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uLQRAhVWRj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQRAhVWRj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQRAhVWRj .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uLQRAhVWRj .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLQRAhVWRj .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uLQRAhVWRj .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLQRAhVWRj .container {
    padding: 0 12px;
  }
}
.cid-uLQRAhVWRj .title-wrapper a {
  display: block;
}
.cid-uLQRAhVWRj .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uLQRAhVWRj .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-uLQRAhVWRj .list-wrapper .list,
.cid-uLQRAhVWRj .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uLQRAhVWRj .list-wrapper .list,
  .cid-uLQRAhVWRj .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-uLQRAhVWRj .list-wrapper .list .item-wrap,
.cid-uLQRAhVWRj .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLQRAhVWRj .list-wrapper .list .item-wrap:hover,
.cid-uLQRAhVWRj .list-wrapper .list_main .item-wrap:hover,
.cid-uLQRAhVWRj .list-wrapper .list .item-wrap:focus,
.cid-uLQRAhVWRj .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uLQRAhVWRj .contacts-wrapper .list {
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uLQRAhVWRj .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uLQRAhVWRj .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLQRAhVWRj .contacts-wrapper .list .item-wrap:hover,
.cid-uLQRAhVWRj .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uLQRAhVWRj .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLQRAhVWRj .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-uLQRAhVWRj .social-row .soc-item {
  margin-right: 24px;
}
.cid-uLQRAhVWRj .social-row .soc-item a:hover .mbr-iconfont,
.cid-uLQRAhVWRj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-uLQRAhVWRj .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-uLQRAhVWRj .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-uLQRAhVWRj .mbr-section-title {
  color: #ffffff;
}
.cid-uLQRAhVWRj .mbr-list-title {
  color: #ffffff;
}
.cid-uLQRAhVWRj .list {
  color: #787878;
}
.cid-uLQRAhVWRj .list_main {
  color: #787878;
}
.cid-uNlNrrE4Px {
  z-index: 1000;
  width: 100%;
}
.cid-uNlNrrE4Px .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
  position: fixed;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNlNrrE4Px .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uNlNrrE4Px .menu_box .navbar.opened,
  .cid-uNlNrrE4Px .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uNlNrrE4Px nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uNlNrrE4Px .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uNlNrrE4Px .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uNlNrrE4Px .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uNlNrrE4Px .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-body .mbr-text,
  .cid-uNlNrrE4Px .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uNlNrrE4Px .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uNlNrrE4Px ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uNlNrrE4Px li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uNlNrrE4Px .lg_brand {
    margin: 0 1rem;
  }
  .cid-uNlNrrE4Px .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uNlNrrE4Px .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 0 !important;
  }
}
.cid-uNlNrrE4Px .nav-item .nav-link {
  position: relative;
}
.cid-uNlNrrE4Px .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fafafa;
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover,
.cid-uNlNrrE4Px .nav-item .nav-link:focus {
  opacity: 1;
  color: #fafafa !important;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover::before,
.cid-uNlNrrE4Px .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uNlNrrE4Px .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uNlNrrE4Px .offcanvas_box {
    display: none;
  }
}
.cid-uNlNrrE4Px .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uNlNrrE4Px .container {
  display: flex;
  margin: auto;
}
.cid-uNlNrrE4Px .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uNlNrrE4Px .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uNlNrrE4Px .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .navbar-caption {
  color: #ffffff;
}
.cid-uNlNrrE4Px .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .navbar-nav {
    margin: 0;
  }
}
.cid-uNlNrrE4Px .dropdown-menu,
.cid-uNlNrrE4Px .navbar.opened {
  background-color: false !important;
}
.cid-uNlNrrE4Px .nav-item:focus,
.cid-uNlNrrE4Px .nav-link:focus {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNlNrrE4Px .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uNlNrrE4Px .navbar.opened {
  transition: all 0.3s;
}
.cid-uNlNrrE4Px .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uNlNrrE4Px .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uNlNrrE4Px .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar.collapsed {
  justify-content: center;
}
.cid-uNlNrrE4Px .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNlNrrE4Px .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uNlNrrE4Px .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uNlNrrE4Px .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uNlNrrE4Px .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNlNrrE4Px .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uNlNrrE4Px .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uNlNrrE4Px .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uNlNrrE4Px .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNlNrrE4Px .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uNlNrrE4Px .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown-item.active,
.cid-uNlNrrE4Px .dropdown-item:active {
  background-color: transparent;
}
.cid-uNlNrrE4Px .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNlNrrE4Px .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNlNrrE4Px .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-uNlNrrE4Px ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNlNrrE4Px button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uNlNrrE4Px .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-uNlNrrE4Px .navbar {
    height: 70px;
  }
  .cid-uNlNrrE4Px .navbar.opened {
    height: auto;
  }
  .cid-uNlNrrE4Px .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNlNrrE4Px .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uNlNrrE4Px .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uNlNrrE4Px .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uNlNrrE4Px .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uNlNrrE4Px .navbar-caption:hover {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uNlNrrE4Px .text_widget {
  margin-bottom: 32px;
}
.cid-uNlNrrE4Px .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .text_widget a:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .icons-menu-main {
  display: flex;
}
.cid-uNlNrrE4Px .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-section-subtitle,
.cid-uNlNrrE4Px .text_widget,
.cid-uNlNrrE4Px .mbr-section-btn {
  text-align: center;
}
.cid-uNlNrrE4Px a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLQhm7ITo2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/photo-1493397212122-2b85dda8106b.jpeg");
}
.cid-uLQhm7ITo2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQhm7ITo2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQhm7ITo2 .container-fluid {
  padding: 0 0 0 100px;
}
@media (max-width: 1440px) {
  .cid-uLQhm7ITo2 .container-fluid {
    padding: 0 0 0 45px;
  }
}
@media (max-width: 992px) {
  .cid-uLQhm7ITo2 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uLQhm7ITo2 .container {
    padding: 0 30px;
  }
}
.cid-uLQhm7ITo2 .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uLQhm7ITo2 .title-wrapper {
    margin: 60px 0;
    height: auto;
  }
}
.cid-uLQhm7ITo2 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLQhm7ITo2 .title-wrapper .title-wrap .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLQhm7ITo2 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLQhm7ITo2 .panel-group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLQhm7ITo2 .panel-group {
    display: block;
    padding-left: 0;
  }
}
.cid-uLQhm7ITo2 .panel-group .card {
  border-left: 1px solid #ffffff;
  border-radius: 0 !important;
  padding: 30px 0;
  position: relative;
  min-height: 1000px;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLQhm7ITo2 .panel-group .card {
    border-left: none;
    border-top: 1px solid #ffffff;
    min-height: auto;
  }
}
.cid-uLQhm7ITo2 .panel-group .card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLQhm7ITo2 .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #064155;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
}
.cid-uLQhm7ITo2 .panel-group .card .card-header {
  position: relative;
  z-index: 1;
  padding: 0 50px;
  border: none;
  background-color: transparent;
}
@media (max-width: 1300px) {
  .cid-uLQhm7ITo2 .panel-group .card .card-header {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uLQhm7ITo2 .panel-group .card .card-header {
    padding: 0 30px;
  }
}
.cid-uLQhm7ITo2 .panel-group .card .card-header .panel-title {
  display: block;
}
.cid-uLQhm7ITo2 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  opacity: 1;
}
.cid-uLQhm7ITo2 .panel-group .card .card-header .panel-title:hover .icon-wrap .mbr-iconfont {
  opacity: 1;
}
.cid-uLQhm7ITo2 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLQhm7ITo2 .panel-group .card .card-header .panel-title .icon-wrap {
  padding-top: 60px;
}
@media (max-width: 1300px) {
  .cid-uLQhm7ITo2 .panel-group .card .card-header .panel-title .icon-wrap {
    padding-top: 30px;
  }
}
.cid-uLQhm7ITo2 .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
}
.cid-uLQhm7ITo2 .panel-group .card .panel-collapse {
  padding: 0 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uLQhm7ITo2 .panel-group .card .panel-collapse {
    padding: 0 15px;
  }
}
.cid-uLQhm7ITo2 .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
@media (max-width: 1300px) {
  .cid-uLQhm7ITo2 .panel-group .card .panel-collapse .panel-body {
    padding-top: 15px;
  }
}
.cid-uLQhm7ITo2 .panel-group .card .panel-collapse .panel-body .panel-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 1300px) {
  .cid-uLQhm7ITo2 .panel-group .card .panel-collapse .panel-body .panel-subtitle {
    margin-top: 15px;
  }
}
.cid-uLQhm7ITo2 .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.6;
  margin-bottom: 0;
}
.cid-uLQhm7ITo2 .mbr-section-title {
  color: #ffbe0d;
}
.cid-uLQhm7ITo2 .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-uLQhm7ITo2 .panel-title {
  color: #ffffff;
}
.cid-uLQhm7ITo2 .panel-subtitle {
  color: #FFFFFF;
}
.cid-uLQhm7ITo2 .panel-text {
  color: #FFFFFF;
}
.cid-uLQhm7ITo2 .panel-title-edit,
.cid-uLQhm7ITo2 .icon-wrap {
  text-align: center;
  color: #d45615;
}
.cid-uLQhm7ITo2 .mbr-section-subtitle-2 {
  color: #fafafa;
}
.cid-uN8hZOETlD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN8hZOETlD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uN8hZOETlD .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uN8hZOETlD .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uN8hZOETlD .container {
    padding: 0 20px;
  }
}
.cid-uN8hZOETlD .title-wrapper {
  padding: 200px 0;
}
@media (max-width: 992px) {
  .cid-uN8hZOETlD .title-wrapper {
    padding: 50px 0;
  }
}
.cid-uN8hZOETlD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uN8hZOETlD .title-wrapper .mbr-text {
  margin: 24px 0;
}
@media (max-width: 992px) {
  .cid-uN8hZOETlD .title-wrapper .mbr-text {
    margin: 20px 0;
  }
}
.cid-uN8hZOETlD .mbr-section-title {
  color: #ffffff;
}
.cid-uN8hZOETlD .mbr-text {
  color: #f2f2f2;
}
.cid-uN8hZOETlD .mbr-section-title,
.cid-uN8hZOETlD .mbr-section-btn {
  text-align: left;
}
.cid-uLQhm7XDSX {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/fond-plan-noir-2000x1867.png");
}
.cid-uLQhm7XDSX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQhm7XDSX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQhm7XDSX .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uLQhm7XDSX .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uLQhm7XDSX .container {
    padding: 0 20px;
  }
}
.cid-uLQhm7XDSX .row {
  justify-content: center;
}
.cid-uLQhm7XDSX .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLQhm7XDSX .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uLQhm7XDSX .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLQhm7XDSX .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uLQhm7XDSX .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uLQhm7XDSX .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uLQhm7XDSX .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLQhm7XDSX .mbr-desc {
  color: #e4dfd4;
}
.cid-uLQhm7XDSX .mbr-desc,
.cid-uLQhm7XDSX .desc-wrapper {
  text-align: center;
}
.cid-uLQhm7XDSX .mbr-text-b {
  color: #ffffff;
  text-align: center;
}
.cid-uLQhm7XDSX .mbr-text-2 {
  color: #ffffff;
  text-align: center;
}
.cid-uLQhm7XDSX .text-space {
  letter-spacing: 3px!important;
}
.cid-uLQhm89bWK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uLQhm89bWK .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uLQhm89bWK .image-wrap {
    padding: 16px;
  }
}
.cid-uLQhm89bWK .image-wrap .main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLQhm89bWK .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uLQhm89bWK .image-overlay {
    padding: 16px;
  }
}
.cid-uLQhm89bWK .image-overlay .image-over {
  background-color: #ffffff;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.cid-uLQhm89bWK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQhm89bWK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQhm89bWK .row {
  justify-content: flex-end;
}
.cid-uLQhm89bWK .content-wrapper {
  top: 0;
  position: sticky;
  padding: 150px 0;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uLQhm89bWK .content-wrapper {
    padding: 0 16px 30px;
  }
}
.cid-uLQhm89bWK .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLQhm89bWK .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uLQhm89bWK .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLQhm89bWK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLQhm89bWK .items-wrapper {
  padding: 150px 54px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1440px) {
  .cid-uLQhm89bWK .items-wrapper {
    padding: 150px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uLQhm89bWK .items-wrapper {
    padding: 0 16px;
  }
}
.cid-uLQhm89bWK .items-wrapper .item {
  margin-bottom: 60px;
}
.cid-uLQhm89bWK .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLQhm89bWK .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uLQhm89bWK .items-wrapper .item .item-wrapper {
  padding: 54px 54px 80px 54px;
  background-color: #000000;
}
@media (max-width: 1440px) {
  .cid-uLQhm89bWK .items-wrapper .item .item-wrapper {
    padding: 40px 40px 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uLQhm89bWK .items-wrapper .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uLQhm89bWK .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLQhm89bWK .items-wrapper .item .item-wrapper .item-img {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uLQhm89bWK .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1,
.cid-uLQhm89bWK .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2,
.cid-uLQhm89bWK .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uLQhm89bWK .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1,
  .cid-uLQhm89bWK .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2,
  .cid-uLQhm89bWK .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 {
    margin-right: 0;
  }
}
.cid-uLQhm89bWK .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .item-label_1,
.cid-uLQhm89bWK .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .item-label_1,
.cid-uLQhm89bWK .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .item-label_1,
.cid-uLQhm89bWK .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .item-label_2,
.cid-uLQhm89bWK .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .item-label_2,
.cid-uLQhm89bWK .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .item-label_2,
.cid-uLQhm89bWK .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .item-label_3,
.cid-uLQhm89bWK .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .item-label_3,
.cid-uLQhm89bWK .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .item-label_3 {
  margin-bottom: 0;
}
.cid-uLQhm89bWK .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .mbr-iconfont,
.cid-uLQhm89bWK .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .mbr-iconfont,
.cid-uLQhm89bWK .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uLQhm89bWK .items-wrapper .item .item-wrapper .item-img .image-wrapper img {
  width: 345px;
  height: 290px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLQhm89bWK .items-wrapper .item .item-wrapper .item-img .image-wrapper img {
    width: 100%;
  }
}
.cid-uLQhm89bWK .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 60px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .cid-uLQhm89bWK .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 30px;
  }
}
.cid-uLQhm89bWK .items-wrapper .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLQhm89bWK .items-wrapper .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uLQhm89bWK .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
.cid-uLQhm89bWK .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLQhm89bWK .label-wrap_1 {
  background-color: #f8691d;
}
.cid-uLQhm89bWK .label-wrap_2 {
  background-color: #f8691d;
}
.cid-uLQhm89bWK .label-wrap_3 {
  background-color: #f8691d;
}
.cid-uLQhm89bWK .icon_1 {
  color: #fff7ee;
}
.cid-uLQhm89bWK .icon_2 {
  color: #fff7ee;
}
.cid-uLQhm89bWK .icon_3 {
  color: #fff7ee;
}
.cid-uLQhm89bWK .mbr-section-title {
  color: #fff7ee;
}
.cid-uLQhm89bWK .mbr-text {
  color: #fff7ee;
}
.cid-uLQhm89bWK .item-title {
  color: #fff7ee;
}
.cid-uLQhm89bWK .item-text {
  color: #fff7ee;
}
.cid-uLQhm89bWK .item-label_1 {
  color: #fff7ee;
}
.cid-uLQhm89bWK .item-label_2 {
  color: #fff7ee;
}
.cid-uLQhm89bWK .item-label_3 {
  color: #fff7ee;
}
.cid-uLQhm89bWK .mbr-section-title,
.cid-uLQhm89bWK .mbr-section-btn,
.cid-uLQhm89bWK .title-wrapper {
  color: #d45615;
}
.cid-uLQhm89bWK .mbr-text,
.cid-uLQhm89bWK .text-wrapper {
  color: #113f4d;
}
.cid-uLQhm8TMpg {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background: #ffbe0d;
}
.cid-uLQhm8TMpg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQhm8TMpg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQhm8TMpg .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uLQhm8TMpg .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uLQhm8TMpg .container {
    padding: 0 20px;
  }
}
.cid-uLQhm8TMpg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-uLQhm8TMpg .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    border-right: none;
  }
}
.cid-uLQhm8TMpg .embla__slide .card-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uLQhm8TMpg .embla__slide .card-wrap {
    display: block;
  }
}
.cid-uLQhm8TMpg .embla__slide .card-wrap .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uLQhm8TMpg .embla__slide .card-wrap .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uLQhm8TMpg .embla__slide .card-wrap .content-wrap .card-subtitle {
  margin-bottom: 10px;
  letter-spacing: .16em;
}
.cid-uLQhm8TMpg .embla__slide .card-wrap .content-wrap .card-title {
  margin-bottom: 16px;
}
.cid-uLQhm8TMpg .embla__slide .card-wrap .content-wrap .card-desc {
  margin-bottom: 30px;
}
.cid-uLQhm8TMpg .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 24px;
}
.cid-uLQhm8TMpg .embla__slide .card-wrap .item-wrapper {
  width: 60%;
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-uLQhm8TMpg .embla__slide .card-wrap .item-wrapper {
    width: 100%;
    padding: 0;
  }
}
.cid-uLQhm8TMpg .embla__slide .card-wrap .item-wrapper .image-wrap {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-uLQhm8TMpg .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLQhm8TMpg .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 450px;
  }
}
.cid-uLQhm8TMpg .embla__button--next,
.cid-uLQhm8TMpg .embla__button--prev {
  display: flex;
}
.cid-uLQhm8TMpg .embla__button {
  bottom: -3rem;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #fafafa;
  border: 2px solid #f2f2f2;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLQhm8TMpg .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLQhm8TMpg .embla__button:hover {
  background: transparent;
  color: #fafafa;
  border-color: #fafafa;
}
.cid-uLQhm8TMpg .embla__button.embla__button--prev {
  left: auto;
  right: 3.5rem;
  margin-left: 0;
}
.cid-uLQhm8TMpg .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
.cid-uLQhm8TMpg .embla {
  position: relative;
  width: 100%;
}
.cid-uLQhm8TMpg .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uLQhm8TMpg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLQhm8TMpg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLQhm8TMpg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLQhm8TMpg .card-subtitle {
  color: #b44911;
}
.cid-uLQhm8TMpg .card-title {
  color: #064155;
}
.cid-uLQhm8TMpg .card-desc {
  color: #121212;
}
.cid-uLQhm8TMpg .card-text {
  color: #121212;
}
.cid-uLQhm8TMpg H5 {
  color: #ffffff;
}
.cid-uLQhm9fl3E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLQhm9fl3E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQhm9fl3E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQhm9fl3E .items-wrap {
  justify-content: space-between;
}
.cid-uLQhm9fl3E .title-wrapper {
  margin-bottom: 32px;
}
.cid-uLQhm9fl3E .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLQhm9fl3E .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLQhm9fl3E .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLQhm9fl3E .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uLQhm9fl3E .mbr-figure iframe {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uLQhm9fl3E .video-block {
    margin-bottom: 24px;
  }
}
.cid-uLQhm9fl3E .mbr-figure__img {
  object-fit: cover;
}
.cid-uLQhm9fl3E .app-video-wrapper::before {
  color: #ffbc00;
  box-shadow: none;
}
.cid-uLQhm9fl3E .mbr-section-title {
  color: #000000;
}
.cid-uLQhm9fl3E .mbr-text {
  color: #000000;
}
.cid-uLQhm9fl3E .mbr-section-title,
.cid-uLQhm9fl3E .mbr-section-btn {
  text-align: left;
}
.cid-uLQhm9fl3E .mbr-section-title-2,
.cid-uLQhm9fl3E .mbr-section-btn {
  color: #d45615;
}
.cid-uLQhm9fl3E .capital {
  text-transform: uppercase;
}
.cid-uLQhm9x13z {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/20240513-154651-2000x1126.jpg");
}
.cid-uLQhm9x13z .mbr-overlay {
  background: #f2f2f2;
  opacity: 0.7;
}
.cid-uLQhm9x13z .item:focus,
.cid-uLQhm9x13z span:focus {
  outline: none;
}
.cid-uLQhm9x13z .row {
  justify-content: flex-end;
}
.cid-uLQhm9x13z .title {
  justify-content: center;
}
.cid-uLQhm9x13z .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uLQhm9x13z .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLQhm9x13z .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uLQhm9x13z .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uLQhm9x13z .title-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uLQhm9x13z .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLQhm9x13z .item-wrapper {
  position: relative;
}
.cid-uLQhm9x13z .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-uLQhm9x13z .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uLQhm9x13z .embla__slide .slide-content {
  width: 100%;
}
.cid-uLQhm9x13z .embla__slide .slide-content .item-wrapper {
  padding: 80px;
  min-height: 650px;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uLQhm9x13z .embla__slide .slide-content .item-wrapper {
    padding: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uLQhm9x13z .embla__slide .slide-content .item-wrapper {
    padding: 30px 16px;
    min-height: auto;
  }
}
.cid-uLQhm9x13z .embla__slide .slide-content .item-wrapper .card-box .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLQhm9x13z .embla__slide .slide-content .item-wrapper .card-box .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLQhm9x13z .embla__slide .slide-content .item-wrapper .card-box .content-wrapper .date-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLQhm9x13z .embla__slide .slide-content .item-wrapper .card-box .content-wrapper .date-wrapper .date-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  background-color: #d45615;
  margin-right: 14px;
  margin-bottom: 14px;
}
.cid-uLQhm9x13z .embla__slide .slide-content .item-wrapper .card-box .content-wrapper .date-wrapper .date-wrap .item-date {
  margin-bottom: 0;
}
.cid-uLQhm9x13z .embla__slide .slide-content .item-wrapper .card-box .content-wrapper .date-wrapper .date-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uLQhm9x13z .embla__slide .slide-content .item-wrapper .card-box .content-wrapper .date-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  background-color: #fff7ee;
  margin-bottom: 14px;
}
.cid-uLQhm9x13z .embla__slide .slide-content .item-wrapper .card-box .content-wrapper .date-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uLQhm9x13z .embla__slide .slide-content .item-wrapper .card-box .content-wrapper .date-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uLQhm9x13z .embla__slide .slide-content .item-wrapper .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLQhm9x13z .embla__slide .slide-content .item-wrapper .item-title {
    margin-bottom: 30px;
  }
}
.cid-uLQhm9x13z .embla__slide .slide-content .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uLQhm9x13z .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uLQhm9x13z .embla__button--next,
.cid-uLQhm9x13z .embla__button--prev {
  display: flex;
}
.cid-uLQhm9x13z .embla__button {
  bottom: 0;
  width: 65px;
  height: 65px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #d45615 !important;
  color: #fff7ee !important;
  border: 2px solid #d45615 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLQhm9x13z .embla__button:hover {
  background-color: transparent !important;
}
@media (max-width: 992px) {
  .cid-uLQhm9x13z .embla__button:hover {
    background-color: #d45615 !important;
  }
}
.cid-uLQhm9x13z .embla__button.embla__button--prev {
  right: -5.5rem;
}
@media (max-width: 992px) {
  .cid-uLQhm9x13z .embla__button.embla__button--prev {
    right: auto;
    left: 16px;
    bottom: 1rem;
  }
}
.cid-uLQhm9x13z .embla__button.embla__button--next {
  right: -11rem;
}
@media (max-width: 992px) {
  .cid-uLQhm9x13z .embla__button.embla__button--next {
    right: 16px;
    bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLQhm9x13z .embla__button {
    top: auto;
  }
}
.cid-uLQhm9x13z .embla {
  position: relative;
  width: 100%;
  background-color: #151e11;
}
@media (max-width: 992px) {
  .cid-uLQhm9x13z .embla {
    padding-bottom: 6rem;
  }
}
.cid-uLQhm9x13z .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.cid-uLQhm9x13z .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLQhm9x13z .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLQhm9x13z .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLQhm9x13z .mbr-label,
.cid-uLQhm9x13z .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uLQhm9x13z .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-uLQhm9x13z .item-title {
  color: #fff7ee;
}
.cid-uLQhm9x13z .item-text {
  color: #fff7ee;
}
.cid-uLQhm9x13z .item-label {
  color: #151e11;
}
.cid-uLQhm9x13z .item-date {
  color: #151e11;
}
.cid-uLQhm9x13z .item-date,
.cid-uLQhm9x13z .content-wrapper {
  color: #ffffff;
}
.cid-uLQhm9x13z .mbr-section-title,
.cid-uLQhm9x13z .mbr-section-btn {
  color: #d45615;
}
.cid-uLQhma4Z23 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d45615;
}
.cid-uLQhma4Z23 .item:focus,
.cid-uLQhma4Z23 span:focus {
  outline: none;
}
.cid-uLQhma4Z23 .item-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLQhma4Z23 .container {
    padding: 0 30px;
  }
}
.cid-uLQhma4Z23 .icon-wrapper {
  text-align: right;
  padding-top: 4rem;
}
@media (max-width: 992px) {
  .cid-uLQhma4Z23 .icon-wrapper {
    padding-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uLQhma4Z23 .icon-wrapper {
    text-align: left;
  }
}
.cid-uLQhma4Z23 .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 50px;
  color: #ffffff;
}
.cid-uLQhma4Z23 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uLQhma4Z23 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLQhma4Z23 .embla__slide .slide-content {
  width: 100%;
}
.cid-uLQhma4Z23 .embla__slide .slide-content .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uLQhma4Z23 .embla__slide .slide-content .item-content .mbr-desc {
  line-height: 180%;
  margin: 45px 0 0 0;
}
.cid-uLQhma4Z23 .embla__button--next,
.cid-uLQhma4Z23 .embla__button--prev {
  display: flex;
}
.cid-uLQhma4Z23 .embla__button {
  top: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6 !important;
}
.cid-uLQhma4Z23 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLQhma4Z23 .embla__button:hover {
  opacity: 1 !important;
}
.cid-uLQhma4Z23 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uLQhma4Z23 .embla__button.embla__button--next {
  left: 100px;
}
.cid-uLQhma4Z23 .embla {
  position: relative;
  width: 100%;
  padding-top: 4rem;
}
.cid-uLQhma4Z23 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLQhma4Z23 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLQhma4Z23 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLQhma4Z23 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLQhma4Z23 .mbr-text {
  color: #FFFFFF;
}
.cid-uLQhma4Z23 .mbr-desc {
  color: #FFFFFF;
}
.cid-uLQhmapDFJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fond-plan-noir-2000x1867.png");
}
.cid-uLQhmapDFJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQhmapDFJ .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-uLQhmapDFJ .container {
    padding: 0 20px;
  }
}
.cid-uLQhmapDFJ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLQhmapDFJ .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uLQhmapDFJ .panel-group {
  padding: 0 150px;
}
@media (max-width: 1200px) {
  .cid-uLQhmapDFJ .panel-group {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uLQhmapDFJ .panel-group {
    padding: 0;
  }
}
.cid-uLQhmapDFJ .panel-group .card:first-child .card-header {
  padding: 0 0 28px;
}
.cid-uLQhmapDFJ .panel-group .card .card-header {
  border: none;
  padding: 28px 0;
}
.cid-uLQhmapDFJ .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uLQhmapDFJ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLQhmapDFJ .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 16px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uLQhmapDFJ .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-uLQhmapDFJ .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uLQhmapDFJ .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uLQhmapDFJ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uLQhmapDFJ .mbr-section-title {
  color: #d45615;
}
.cid-uLQhmapDFJ .panel-title-edit {
  color: #f2f2f2;
}
.cid-uLQhmapDFJ .panel-text {
  color: #e4dfd4;
}
.cid-uLQhmaOLkU {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLQhmaOLkU .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.cid-uLQhmaOLkU .form {
  background-color: #ffbe0d;
  padding: 60px 1rem;
}
@media (min-width: 992px) {
  .cid-uLQhmaOLkU .form {
    padding: 124px 128px 128px 60px;
  }
}
.cid-uLQhmaOLkU .tab {
  min-height: 330px;
  padding: 60px 1rem 0;
}
@media (min-width: 992px) {
  .cid-uLQhmaOLkU .tab {
    padding: 60px 80px 67px;
  }
}
.cid-uLQhmaOLkU .nav {
  display: block;
}
.cid-uLQhmaOLkU .nav-tabs .nav-item.open .nav-link:focus,
.cid-uLQhmaOLkU .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uLQhmaOLkU .nav-tabs {
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uLQhmaOLkU .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-uLQhmaOLkU .nav-tabs .nav-link {
  padding: 0;
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-uLQhmaOLkU .nav-tabs .nav-link:not(.active) {
  color: #d45615 !important;
}
.cid-uLQhmaOLkU .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uLQhmaOLkU .nav-link,
.cid-uLQhmaOLkU .nav-link.active {
  color: #001810 !important;
  background-color: transparent;
}
.cid-uLQhmaOLkU .nav-tabs .nav-link.active {
  border-bottom: 1px solid transparent;
}
.cid-uLQhmaOLkU .map-wrap {
  width: 100%;
  height: 507px;
}
.cid-uLQhmaOLkU .google-map {
  height: 100%;
  position: relative;
}
.cid-uLQhmaOLkU .google-map iframe {
  height: 100%;
  width: 100%;
  filter: grayscale(1);
}
.cid-uLQhmaOLkU .google-map [data-state-details] {
  color: #282828;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  top: 50%;
  width: 100%;
}
.cid-uLQhmaOLkU .google-map[data-state] {
  background: #6b6b6b;
}
.cid-uLQhmaOLkU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLQhmaOLkU form {
  margin-top: 128px;
}
.cid-uLQhmaOLkU .form-control,
.cid-uLQhmaOLkU .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  padding: 8px 0;
  color: #18293D;
  margin: 0;
  font-weight: 300;
}
.cid-uLQhmaOLkU .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-uLQhmaOLkU .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
  border-bottom: 1px solid #282828 !important;
}
.cid-uLQhmaOLkU .form-check-input:checked {
  background-color: #fafafa;
  border-bottom: 1px solid #282828 !important;
}
.cid-uLQhmaOLkU .form-control::placeholder {
  color: #3d3d3d;
  font-size: 16px;
  margin: 0;
  font-weight: 300;
}
.cid-uLQhmaOLkU .form-group {
  margin-bottom: 35px;
}
.cid-uLQhmaOLkU .form-control,
.cid-uLQhmaOLkU form .btn {
  min-height: auto;
}
.cid-uLQhmaOLkU .link-title:after {
  content: "\2192";
  font-size: 16px;
  margin-left: 10px;
  font-weight: 700;
  padding: .7rem;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.cid-uLQhmaOLkU .link-title:hover:after {
  background: #FFFF27;
}
.cid-uLQhmbfDkJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uLQhmbfDkJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQhmbfDkJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQhmbfDkJ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uLQhmbfDkJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLQhmbfDkJ .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uLQhmbfDkJ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLQhmbfDkJ .container {
    padding: 0 12px;
  }
}
.cid-uLQhmbfDkJ .title-wrapper a {
  display: block;
}
.cid-uLQhmbfDkJ .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uLQhmbfDkJ .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-uLQhmbfDkJ .list-wrapper .list,
.cid-uLQhmbfDkJ .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uLQhmbfDkJ .list-wrapper .list,
  .cid-uLQhmbfDkJ .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-uLQhmbfDkJ .list-wrapper .list .item-wrap,
.cid-uLQhmbfDkJ .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLQhmbfDkJ .list-wrapper .list .item-wrap:hover,
.cid-uLQhmbfDkJ .list-wrapper .list_main .item-wrap:hover,
.cid-uLQhmbfDkJ .list-wrapper .list .item-wrap:focus,
.cid-uLQhmbfDkJ .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uLQhmbfDkJ .contacts-wrapper .list {
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uLQhmbfDkJ .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uLQhmbfDkJ .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLQhmbfDkJ .contacts-wrapper .list .item-wrap:hover,
.cid-uLQhmbfDkJ .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uLQhmbfDkJ .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLQhmbfDkJ .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-uLQhmbfDkJ .social-row .soc-item {
  margin-right: 24px;
}
.cid-uLQhmbfDkJ .social-row .soc-item a:hover .mbr-iconfont,
.cid-uLQhmbfDkJ .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-uLQhmbfDkJ .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-uLQhmbfDkJ .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-uLQhmbfDkJ .mbr-section-title {
  color: #ffffff;
}
.cid-uLQhmbfDkJ .mbr-list-title {
  color: #ffffff;
}
.cid-uLQhmbfDkJ .list {
  color: #787878;
}
.cid-uLQhmbfDkJ .list_main {
  color: #787878;
}
.cid-uNlNrrE4Px {
  z-index: 1000;
  width: 100%;
}
.cid-uNlNrrE4Px .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
  position: fixed;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNlNrrE4Px .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uNlNrrE4Px .menu_box .navbar.opened,
  .cid-uNlNrrE4Px .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uNlNrrE4Px nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uNlNrrE4Px .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uNlNrrE4Px .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uNlNrrE4Px .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uNlNrrE4Px .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-body .mbr-text,
  .cid-uNlNrrE4Px .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uNlNrrE4Px .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uNlNrrE4Px ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uNlNrrE4Px li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uNlNrrE4Px .lg_brand {
    margin: 0 1rem;
  }
  .cid-uNlNrrE4Px .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uNlNrrE4Px .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 0 !important;
  }
}
.cid-uNlNrrE4Px .nav-item .nav-link {
  position: relative;
}
.cid-uNlNrrE4Px .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fafafa;
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover,
.cid-uNlNrrE4Px .nav-item .nav-link:focus {
  opacity: 1;
  color: #fafafa !important;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover::before,
.cid-uNlNrrE4Px .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uNlNrrE4Px .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uNlNrrE4Px .offcanvas_box {
    display: none;
  }
}
.cid-uNlNrrE4Px .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uNlNrrE4Px .container {
  display: flex;
  margin: auto;
}
.cid-uNlNrrE4Px .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uNlNrrE4Px .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uNlNrrE4Px .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .navbar-caption {
  color: #ffffff;
}
.cid-uNlNrrE4Px .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .navbar-nav {
    margin: 0;
  }
}
.cid-uNlNrrE4Px .dropdown-menu,
.cid-uNlNrrE4Px .navbar.opened {
  background-color: false !important;
}
.cid-uNlNrrE4Px .nav-item:focus,
.cid-uNlNrrE4Px .nav-link:focus {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNlNrrE4Px .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uNlNrrE4Px .navbar.opened {
  transition: all 0.3s;
}
.cid-uNlNrrE4Px .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uNlNrrE4Px .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uNlNrrE4Px .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar.collapsed {
  justify-content: center;
}
.cid-uNlNrrE4Px .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNlNrrE4Px .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uNlNrrE4Px .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uNlNrrE4Px .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uNlNrrE4Px .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNlNrrE4Px .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uNlNrrE4Px .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uNlNrrE4Px .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uNlNrrE4Px .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNlNrrE4Px .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uNlNrrE4Px .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown-item.active,
.cid-uNlNrrE4Px .dropdown-item:active {
  background-color: transparent;
}
.cid-uNlNrrE4Px .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNlNrrE4Px .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNlNrrE4Px .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-uNlNrrE4Px ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNlNrrE4Px button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uNlNrrE4Px .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-uNlNrrE4Px .navbar {
    height: 70px;
  }
  .cid-uNlNrrE4Px .navbar.opened {
    height: auto;
  }
  .cid-uNlNrrE4Px .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNlNrrE4Px .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uNlNrrE4Px .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uNlNrrE4Px .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uNlNrrE4Px .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uNlNrrE4Px .navbar-caption:hover {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uNlNrrE4Px .text_widget {
  margin-bottom: 32px;
}
.cid-uNlNrrE4Px .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .text_widget a:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .icons-menu-main {
  display: flex;
}
.cid-uNlNrrE4Px .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-section-subtitle,
.cid-uNlNrrE4Px .text_widget,
.cid-uNlNrrE4Px .mbr-section-btn {
  text-align: center;
}
.cid-uNlNrrE4Px a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMGbKX2Iop {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/20240513-154651-2000x1126-800x450.jpg");
}
.cid-uMGbKX2Iop .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMGbKX2Iop .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMGbKX2Iop .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMGbKX2Iop .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMGbKX2Iop .container-fluid .row {
  padding-top: 15%;
}
@media (max-width: 992px) {
  .cid-uMGbKX2Iop .container-fluid .row {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-uMGbKX2Iop .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uMGbKX2Iop .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uMGbKX2Iop .title-wrapper .logo-wrap {
  margin-bottom: 16px;
}
.cid-uMGbKX2Iop .title-wrapper .logo-wrap img {
  display: inline-flex;
  height: 92px;
  width: 254px;
  object-fit: cover;
}
.cid-uMGbKX2Iop .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uMGbKX2Iop .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMGbKX2Iop .title-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uMGbKX2Iop .title-wrapper .desc-wrapper .desc-wrap {
    margin-bottom: 20px;
    display: block;
  }
}
.cid-uMGbKX2Iop .title-wrapper .desc-wrapper .desc-wrap .mbr-price {
  margin-bottom: 0;
}
.cid-uMGbKX2Iop .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin: 0 0 0 6px;
}
@media (max-width: 992px) {
  .cid-uMGbKX2Iop .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0;
  }
}
.cid-uMGbKX2Iop .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMGbKX2Iop .buttons-wrap {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.cid-uMGbKX2Iop .buttons-wrap .mbr-section-btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMGbKX2Iop .buttons-wrap .mbr-section-btn {
    text-align: left;
  }
}
.cid-uMGbKX2Iop .mbr-section-title {
  color: #ffffff;
}
.cid-uMGbKX2Iop .mbr-price {
  color: #ffffff;
}
.cid-uMGbKX2Iop .mbr-desc {
  color: #f2f2f2;
}
.cid-uMGbKX2Iop .mbr-text {
  color: #151e11;
}
.cid-uMGbKX2Iop .mbr-section-btn {
  text-align: right;
}
.cid-uMGbKX2Iop .mbr-section-title,
.cid-uMGbKX2Iop .logo-wrap,
.cid-uMGbKX2Iop .mbr-section-btn {
  color: #d45615;
}
.cid-uMWYmuS7CT {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMWYmuS7CT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMWYmuS7CT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMWYmuS7CT .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMWYmuS7CT .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uMWYmuS7CT .container {
    padding: 0 20px;
  }
}
.cid-uMWYmuS7CT .row {
  justify-content: center;
}
.cid-uMWYmuS7CT .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMWYmuS7CT .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uMWYmuS7CT .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uMWYmuS7CT .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uMWYmuS7CT .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uMWYmuS7CT .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uMWYmuS7CT .mbr-text {
  color: #d45615;
  text-align: center;
}
.cid-uMWYmuS7CT .mbr-desc {
  color: #e4dfd4;
}
.cid-uMWYmuS7CT .mbr-desc,
.cid-uMWYmuS7CT .desc-wrapper {
  text-align: center;
  color: #001810;
}
.cid-uNfGMBtoov {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #d45615;
}
.cid-uNfGMBtoov .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uNfGMBtoov .image-wrap {
    padding: 16px;
  }
}
.cid-uNfGMBtoov .image-wrap .main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNfGMBtoov .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uNfGMBtoov .image-overlay {
    padding: 16px;
  }
}
.cid-uNfGMBtoov .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.cid-uNfGMBtoov .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNfGMBtoov .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNfGMBtoov .row {
  justify-content: flex-end;
}
.cid-uNfGMBtoov .content-wrapper {
  top: 130px;
  position: sticky;
  padding: 0;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uNfGMBtoov .content-wrapper {
    padding: 0 16px 30px;
  }
}
.cid-uNfGMBtoov .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uNfGMBtoov .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uNfGMBtoov .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uNfGMBtoov .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNfGMBtoov .items-wrapper {
  padding: 20px 54px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1440px) {
  .cid-uNfGMBtoov .items-wrapper {
    padding: 20px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uNfGMBtoov .items-wrapper {
    padding: 0px;
  }
}
.cid-uNfGMBtoov .items-wrapper .item {
  margin-bottom: 60px;
}
.cid-uNfGMBtoov .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNfGMBtoov .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uNfGMBtoov .items-wrapper .item .item-wrapper {
  padding: 54px 54px 80px 54px;
  background-color: #a84411;
}
@media (max-width: 1440px) {
  .cid-uNfGMBtoov .items-wrapper .item .item-wrapper {
    padding: 40px 40px 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uNfGMBtoov .items-wrapper .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uNfGMBtoov .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .cid-uNfGMBtoov .items-wrapper .item .item-wrapper .item-img {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uNfGMBtoov .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1,
.cid-uNfGMBtoov .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2,
.cid-uNfGMBtoov .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uNfGMBtoov .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1,
  .cid-uNfGMBtoov .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2,
  .cid-uNfGMBtoov .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 {
    margin-right: 0;
  }
}
.cid-uNfGMBtoov .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .item-label_1,
.cid-uNfGMBtoov .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .item-label_1,
.cid-uNfGMBtoov .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .item-label_1,
.cid-uNfGMBtoov .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .item-label_2,
.cid-uNfGMBtoov .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .item-label_2,
.cid-uNfGMBtoov .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .item-label_2,
.cid-uNfGMBtoov .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .item-label_3,
.cid-uNfGMBtoov .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .item-label_3,
.cid-uNfGMBtoov .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .item-label_3 {
  margin-bottom: 0;
}
.cid-uNfGMBtoov .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .mbr-iconfont,
.cid-uNfGMBtoov .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .mbr-iconfont,
.cid-uNfGMBtoov .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uNfGMBtoov .items-wrapper .item .item-wrapper .item-img .image-wrapper img {
  width: 550px;
  height: 290px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNfGMBtoov .items-wrapper .item .item-wrapper .item-img .image-wrapper img {
    width: 100%;
  }
}
.cid-uNfGMBtoov .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uNfGMBtoov .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 30px;
  }
}
.cid-uNfGMBtoov .items-wrapper .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNfGMBtoov .items-wrapper .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uNfGMBtoov .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
.cid-uNfGMBtoov .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uNfGMBtoov .label-wrap_1 {
  background-color: #ffbc00;
}
.cid-uNfGMBtoov .label-wrap_2 {
  background-color: #709bca;
}
.cid-uNfGMBtoov .label-wrap_3 {
  background-color: #f66e46;
}
.cid-uNfGMBtoov .icon_1 {
  color: #fff7ee;
}
.cid-uNfGMBtoov .icon_2 {
  color: #fff7ee;
}
.cid-uNfGMBtoov .icon_3 {
  color: #fff7ee;
}
.cid-uNfGMBtoov .mbr-section-title {
  color: #fff7ee;
}
.cid-uNfGMBtoov .mbr-text {
  color: #fff7ee;
}
.cid-uNfGMBtoov .item-title {
  color: #fff7ee;
}
.cid-uNfGMBtoov .item-text {
  color: #fff7ee;
}
.cid-uNfGMBtoov .item-label_1 {
  color: #fff7ee;
}
.cid-uNfGMBtoov .item-label_2 {
  color: #fff7ee;
}
.cid-uNfGMBtoov .item-label_3 {
  color: #fff7ee;
}
.cid-uNfGMBtoov .mbr-section-title,
.cid-uNfGMBtoov .mbr-section-btn,
.cid-uNfGMBtoov .title-wrapper {
  color: #ffffff;
}
.cid-uNfGMBtoov .mbr-text,
.cid-uNfGMBtoov .text-wrapper {
  color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uNfGMBtoov .rotate-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: bold;
  }
  .cid-uNfGMBtoov .share-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-md);
  }
  .cid-uNfGMBtoov .share-links span {
    font-size: 1.4rem;
    color: var(--color-text-light);
    writing-mode: vertical-rl;
    margin-bottom: var(--spacing-sm);
  }
  .cid-uNfGMBtoov .share-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 1.8rem;
    transition: all var(--transition-fast);
  }
  .cid-uNfGMBtoov .share-links a:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: var(--color-white);
  }
}
@media (min-width: 768px) and (max-width: 576px) {
  .cid-uNfGMBtoov .share-links {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
  }
  .cid-uNfGMBtoov .share-links span {
    font-size: 1.4rem;
    color: var(--color-text-light);
    margin-bottom: var(--spacing-sm);
  }
  .cid-uNfGMBtoov .share-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 1.8rem;
    transition: all var(--transition-fast);
  }
  .cid-uNfGMBtoov .share-links a:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: var(--color-white);
  }
}
.cid-uNfGMBtoov .item-text-2,
.cid-uNfGMBtoov .text-wrap {
  color: #ffffff;
}
.cid-uNfGMBtoov .item-title-2 {
  color: #ffbe0d;
}
.cid-uNfGMBtoov .fond_tranparent {
  background-color: rgba(255, 255, 255, 0.1);
}
.cid-uMXoyVyYFb {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f4f4f4;
}
.cid-uMXoyVyYFb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMXoyVyYFb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMXoyVyYFb .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uMXoyVyYFb .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMXoyVyYFb .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uMXoyVyYFb .border-wrapper_1 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uMXoyVyYFb .border-wrapper_2 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uMXoyVyYFb .border-wrapper_2 {
    margin-top: 0;
  }
}
.cid-uMXoyVyYFb .items-wrapper {
  margin: 0 -5px;
}
.cid-uMXoyVyYFb .items-wrapper .item {
  padding: 30px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uMXoyVyYFb .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uMXoyVyYFb .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #ffffff;
}
.cid-uMXoyVyYFb .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uMXoyVyYFb .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uMXoyVyYFb .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #d45615;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uMXoyVyYFb .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    font-size: 54px;
  }
}
.cid-uMXoyVyYFb .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uMXoyVyYFb .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMXoyVyYFb .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uMXoyVyYFb .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMXoyVyYFb .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMXoyVyYFb .mbr-section-title {
  color: #093388;
}
.cid-uMXoyVyYFb .item-title {
  color: #093388;
}
.cid-uMXoyVyYFb .item-text {
  color: #58595b;
}
.cid-uMXoyVyYFb .mbr-section-title,
.cid-uMXoyVyYFb .title-wrapper {
  text-align: center;
  color: #121212;
}
.cid-uMXoyVyYFb .item-title,
.cid-uMXoyVyYFb .mbr-section-btn,
.cid-uMXoyVyYFb .icon-wrapper {
  text-align: left;
  color: #d45615;
}
.cid-uMXoyVyYFb .item-text,
.cid-uMXoyVyYFb .text-wrapper {
  text-align: left;
}
.cid-uMXoyVyYFb .item-text-2,
.cid-uMXoyVyYFb .text-wrapper {
  text-align: center;
}
.cid-uMXoyVyYFb .item-wrapper {
  transition: transform 0.3s ease-in-out;
}
.cid-uMXoyVyYFb .item-wrapper:hover {
  transform: translateY(-10px);
}
.cid-uNfZxolCLb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNfZxolCLb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNfZxolCLb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNfZxolCLb [class^="socicon-"]:before,
.cid-uNfZxolCLb [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uNfZxolCLb .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #d45615;
  border-width: 2px;
  transition: all .3s;
  border-color: #d45615;
}
.cid-uNfZxolCLb .btn-social:hover {
  background: #d45615;
}
.cid-uNfZxolCLb .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uMY1SDwNs4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/20230721-175930-1810x1358-800x600.jpg");
}
.cid-uMY1SDwNs4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMY1SDwNs4 .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-uMY1SDwNs4 .container {
    padding: 0 20px;
  }
}
.cid-uMY1SDwNs4 .row {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uMY1SDwNs4 .row {
    height: 350px;
  }
}
.cid-uMXKZYoGIa {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uMXKZYoGIa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMXKZYoGIa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMXKZYoGIa .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uMXKZYoGIa .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMXKZYoGIa .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uMXKZYoGIa .border-wrapper_1 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uMXKZYoGIa .border-wrapper_2 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uMXKZYoGIa .border-wrapper_2 {
    margin-top: 0;
  }
}
.cid-uMXKZYoGIa .items-wrapper {
  margin: 0 -5px;
}
.cid-uMXKZYoGIa .items-wrapper .item {
  padding: 60px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uMXKZYoGIa .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uMXKZYoGIa .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #ededed;
}
.cid-uMXKZYoGIa .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uMXKZYoGIa .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uMXKZYoGIa .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #d45615;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uMXKZYoGIa .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    font-size: 54px;
  }
}
.cid-uMXKZYoGIa .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uMXKZYoGIa .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMXKZYoGIa .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uMXKZYoGIa .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMXKZYoGIa .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMXKZYoGIa .mbr-section-title {
  color: #093388;
}
.cid-uMXKZYoGIa .item-title {
  color: #093388;
}
.cid-uMXKZYoGIa .item-text {
  color: #58595b;
}
.cid-uMXKZYoGIa .mbr-section-title,
.cid-uMXKZYoGIa .title-wrapper {
  text-align: center;
  color: #121212;
}
.cid-uMXKZYoGIa .item-title,
.cid-uMXKZYoGIa .mbr-section-btn,
.cid-uMXKZYoGIa .icon-wrapper {
  text-align: left;
  color: #d45615;
}
.cid-uMXKZYoGIa .item-text,
.cid-uMXKZYoGIa .text-wrapper {
  text-align: left;
}
.cid-uMXKZYoGIa .item-text-2,
.cid-uMXKZYoGIa .text-wrapper {
  text-align: center;
}
.cid-uMXKZYoGIa .item-wrapper {
  transition: transform 0.3s ease-in-out;
}
.cid-uMXKZYoGIa .item-wrapper:hover {
  transform: translateY(-10px);
}
.cid-uMXU4Iz1mf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/portrait-horizontal-guillaume-cornier-delabrouille-1713x694.jpg");
}
.cid-uMXU4Iz1mf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMXU4Iz1mf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMXU4Iz1mf .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMXU4Iz1mf .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uMXU4Iz1mf .container {
    padding: 0 20px;
  }
}
.cid-uMXU4Iz1mf .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-uMXU4Iz1mf .title-wrapper {
    padding: 50px 0;
  }
}
.cid-uMXU4Iz1mf .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMXU4Iz1mf .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMXU4Iz1mf .mbr-section-title {
  color: #ffffff;
}
.cid-uMXU4Iz1mf .mbr-section-title,
.cid-uMXU4Iz1mf .mbr-section-btn {
  text-align: center;
}
.cid-uMGbKXhDBP {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMGbKXhDBP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMGbKXhDBP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMGbKXhDBP .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMGbKXhDBP .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uMGbKXhDBP .container {
    padding: 0 20px;
  }
}
.cid-uMGbKXhDBP .row {
  justify-content: center;
}
.cid-uMGbKXhDBP .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMGbKXhDBP .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uMGbKXhDBP .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uMGbKXhDBP .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uMGbKXhDBP .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uMGbKXhDBP .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uMGbKXhDBP .mbr-text {
  color: #d45615;
}
.cid-uMGbKXhDBP .mbr-desc {
  color: #e4dfd4;
}
.cid-uMGbKXhDBP .mbr-desc,
.cid-uMGbKXhDBP .desc-wrapper {
  color: #001810;
}
.cid-uMY3KNlcsx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fond-plan-noir-2000x1867.png");
}
.cid-uMY3KNlcsx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMY3KNlcsx .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-uMY3KNlcsx .container {
    padding: 0 20px;
  }
}
.cid-uMY3KNlcsx .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMY3KNlcsx .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uMY3KNlcsx .panel-group {
  padding: 0 150px;
}
@media (max-width: 1200px) {
  .cid-uMY3KNlcsx .panel-group {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uMY3KNlcsx .panel-group {
    padding: 0;
  }
}
.cid-uMY3KNlcsx .panel-group .card:first-child .card-header {
  padding: 0 0 28px;
}
.cid-uMY3KNlcsx .panel-group .card .card-header {
  border: none;
  padding: 28px 0;
}
.cid-uMY3KNlcsx .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uMY3KNlcsx .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uMY3KNlcsx .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 16px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uMY3KNlcsx .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-uMY3KNlcsx .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uMY3KNlcsx .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uMY3KNlcsx .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uMY3KNlcsx .mbr-section-title {
  color: #d45615;
}
.cid-uMY3KNlcsx .panel-title-edit {
  color: #f2f2f2;
}
.cid-uMY3KNlcsx .panel-text {
  color: #e4dfd4;
}
.cid-uMY3KNlcsx .card {
  transition: transform 0.3s ease-in-out;
}
.cid-uMY3KNlcsx .card:hover {
  transform: translateY(-10px);
}
.cid-uNfZGoMQla {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNfZGoMQla .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNfZGoMQla .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNfZGoMQla [class^="socicon-"]:before,
.cid-uNfZGoMQla [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uNfZGoMQla .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #d45615;
  border-width: 2px;
  transition: all .3s;
  border-color: #d45615;
}
.cid-uNfZGoMQla .btn-social:hover {
  background: #d45615;
}
.cid-uNfZGoMQla .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uMGbKXTLOT {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMGbKXTLOT .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.cid-uMGbKXTLOT .form {
  background-color: #ffbe0d;
  padding: 60px 1rem;
}
@media (min-width: 992px) {
  .cid-uMGbKXTLOT .form {
    padding: 124px 128px 128px 60px;
  }
}
.cid-uMGbKXTLOT .tab {
  min-height: 330px;
  padding: 60px 1rem 0;
}
@media (min-width: 992px) {
  .cid-uMGbKXTLOT .tab {
    padding: 60px 80px 67px;
  }
}
.cid-uMGbKXTLOT .nav {
  display: block;
}
.cid-uMGbKXTLOT .nav-tabs .nav-item.open .nav-link:focus,
.cid-uMGbKXTLOT .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uMGbKXTLOT .nav-tabs {
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uMGbKXTLOT .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-uMGbKXTLOT .nav-tabs .nav-link {
  padding: 0;
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-uMGbKXTLOT .nav-tabs .nav-link:not(.active) {
  color: #d45615 !important;
}
.cid-uMGbKXTLOT .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uMGbKXTLOT .nav-link,
.cid-uMGbKXTLOT .nav-link.active {
  color: #001810 !important;
  background-color: transparent;
}
.cid-uMGbKXTLOT .nav-tabs .nav-link.active {
  border-bottom: 1px solid transparent;
}
.cid-uMGbKXTLOT .map-wrap {
  width: 100%;
  height: 507px;
}
.cid-uMGbKXTLOT .google-map {
  height: 100%;
  position: relative;
}
.cid-uMGbKXTLOT .google-map iframe {
  height: 100%;
  width: 100%;
  filter: grayscale(1);
}
.cid-uMGbKXTLOT .google-map [data-state-details] {
  color: #282828;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  top: 50%;
  width: 100%;
}
.cid-uMGbKXTLOT .google-map[data-state] {
  background: #6b6b6b;
}
.cid-uMGbKXTLOT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMGbKXTLOT form {
  margin-top: 128px;
}
.cid-uMGbKXTLOT .form-control,
.cid-uMGbKXTLOT .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  padding: 8px 0;
  color: #18293D;
  margin: 0;
  font-weight: 300;
}
.cid-uMGbKXTLOT .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-uMGbKXTLOT .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
  border-bottom: 1px solid #282828 !important;
}
.cid-uMGbKXTLOT .form-check-input:checked {
  background-color: #fafafa;
  border-bottom: 1px solid #282828 !important;
}
.cid-uMGbKXTLOT .form-control::placeholder {
  color: #3d3d3d;
  font-size: 16px;
  margin: 0;
  font-weight: 300;
}
.cid-uMGbKXTLOT .form-group {
  margin-bottom: 35px;
}
.cid-uMGbKXTLOT .form-control,
.cid-uMGbKXTLOT form .btn {
  min-height: auto;
}
.cid-uMGbKXTLOT .link-title:after {
  content: "\2192";
  font-size: 16px;
  margin-left: 10px;
  font-weight: 700;
  padding: .7rem;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.cid-uMGbKXTLOT .link-title:hover:after {
  background: #FFFF27;
}
.cid-uMGbKYiLnv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uMGbKYiLnv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMGbKYiLnv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMGbKYiLnv .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMGbKYiLnv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMGbKYiLnv .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uMGbKYiLnv .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMGbKYiLnv .container {
    padding: 0 12px;
  }
}
.cid-uMGbKYiLnv .title-wrapper a {
  display: block;
}
.cid-uMGbKYiLnv .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uMGbKYiLnv .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-uMGbKYiLnv .list-wrapper .list,
.cid-uMGbKYiLnv .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uMGbKYiLnv .list-wrapper .list,
  .cid-uMGbKYiLnv .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-uMGbKYiLnv .list-wrapper .list .item-wrap,
.cid-uMGbKYiLnv .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uMGbKYiLnv .list-wrapper .list .item-wrap:hover,
.cid-uMGbKYiLnv .list-wrapper .list_main .item-wrap:hover,
.cid-uMGbKYiLnv .list-wrapper .list .item-wrap:focus,
.cid-uMGbKYiLnv .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uMGbKYiLnv .contacts-wrapper .list {
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uMGbKYiLnv .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uMGbKYiLnv .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uMGbKYiLnv .contacts-wrapper .list .item-wrap:hover,
.cid-uMGbKYiLnv .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uMGbKYiLnv .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMGbKYiLnv .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-uMGbKYiLnv .social-row .soc-item {
  margin-right: 24px;
}
.cid-uMGbKYiLnv .social-row .soc-item a:hover .mbr-iconfont,
.cid-uMGbKYiLnv .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-uMGbKYiLnv .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-uMGbKYiLnv .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-uMGbKYiLnv .mbr-section-title {
  color: #ffffff;
}
.cid-uMGbKYiLnv .mbr-list-title {
  color: #ffffff;
}
.cid-uMGbKYiLnv .list {
  color: #787878;
}
.cid-uMGbKYiLnv .list_main {
  color: #787878;
}
.cid-uNlNrrE4Px {
  z-index: 1000;
  width: 100%;
}
.cid-uNlNrrE4Px .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
  position: fixed;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNlNrrE4Px .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uNlNrrE4Px .menu_box .navbar.opened,
  .cid-uNlNrrE4Px .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uNlNrrE4Px nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uNlNrrE4Px .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uNlNrrE4Px .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uNlNrrE4Px .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uNlNrrE4Px .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-body .mbr-text,
  .cid-uNlNrrE4Px .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uNlNrrE4Px .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uNlNrrE4Px ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uNlNrrE4Px li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uNlNrrE4Px .lg_brand {
    margin: 0 1rem;
  }
  .cid-uNlNrrE4Px .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uNlNrrE4Px .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 0 !important;
  }
}
.cid-uNlNrrE4Px .nav-item .nav-link {
  position: relative;
}
.cid-uNlNrrE4Px .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fafafa;
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover,
.cid-uNlNrrE4Px .nav-item .nav-link:focus {
  opacity: 1;
  color: #fafafa !important;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover::before,
.cid-uNlNrrE4Px .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uNlNrrE4Px .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uNlNrrE4Px .offcanvas_box {
    display: none;
  }
}
.cid-uNlNrrE4Px .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uNlNrrE4Px .container {
  display: flex;
  margin: auto;
}
.cid-uNlNrrE4Px .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uNlNrrE4Px .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uNlNrrE4Px .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .navbar-caption {
  color: #ffffff;
}
.cid-uNlNrrE4Px .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .navbar-nav {
    margin: 0;
  }
}
.cid-uNlNrrE4Px .dropdown-menu,
.cid-uNlNrrE4Px .navbar.opened {
  background-color: false !important;
}
.cid-uNlNrrE4Px .nav-item:focus,
.cid-uNlNrrE4Px .nav-link:focus {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNlNrrE4Px .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uNlNrrE4Px .navbar.opened {
  transition: all 0.3s;
}
.cid-uNlNrrE4Px .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uNlNrrE4Px .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uNlNrrE4Px .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar.collapsed {
  justify-content: center;
}
.cid-uNlNrrE4Px .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNlNrrE4Px .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uNlNrrE4Px .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uNlNrrE4Px .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uNlNrrE4Px .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNlNrrE4Px .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uNlNrrE4Px .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uNlNrrE4Px .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uNlNrrE4Px .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNlNrrE4Px .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uNlNrrE4Px .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown-item.active,
.cid-uNlNrrE4Px .dropdown-item:active {
  background-color: transparent;
}
.cid-uNlNrrE4Px .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNlNrrE4Px .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNlNrrE4Px .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-uNlNrrE4Px ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNlNrrE4Px button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uNlNrrE4Px .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-uNlNrrE4Px .navbar {
    height: 70px;
  }
  .cid-uNlNrrE4Px .navbar.opened {
    height: auto;
  }
  .cid-uNlNrrE4Px .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNlNrrE4Px .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uNlNrrE4Px .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uNlNrrE4Px .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uNlNrrE4Px .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uNlNrrE4Px .navbar-caption:hover {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uNlNrrE4Px .text_widget {
  margin-bottom: 32px;
}
.cid-uNlNrrE4Px .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .text_widget a:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .icons-menu-main {
  display: flex;
}
.cid-uNlNrrE4Px .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-section-subtitle,
.cid-uNlNrrE4Px .text_widget,
.cid-uNlNrrE4Px .mbr-section-btn {
  text-align: center;
}
.cid-uNlNrrE4Px a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMYIzbEJWX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMYIzbEJWX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/portrait-horizontal-guillaume-cornier-delabrouille-1713x694.jpg");
}
.cid-uMYIzbEJWX .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMYIzbEJWX .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMYIzbEJWX .container-fluid .row {
  padding-top: 15%;
}
@media (max-width: 992px) {
  .cid-uMYIzbEJWX .container-fluid .row {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-uMYIzbEJWX .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uMYIzbEJWX .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uMYIzbEJWX .title-wrapper .logo-wrap {
  margin-bottom: 16px;
}
.cid-uMYIzbEJWX .title-wrapper .logo-wrap img {
  display: inline-flex;
  height: 92px;
  width: 254px;
  object-fit: cover;
}
.cid-uMYIzbEJWX .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uMYIzbEJWX .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMYIzbEJWX .title-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uMYIzbEJWX .title-wrapper .desc-wrapper .desc-wrap {
    margin-bottom: 20px;
    display: block;
  }
}
.cid-uMYIzbEJWX .title-wrapper .desc-wrapper .desc-wrap .mbr-price {
  margin-bottom: 0;
}
.cid-uMYIzbEJWX .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin: 0 0 0 6px;
}
@media (max-width: 992px) {
  .cid-uMYIzbEJWX .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0;
  }
}
.cid-uMYIzbEJWX .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMYIzbEJWX .buttons-wrap {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.cid-uMYIzbEJWX .buttons-wrap .mbr-section-btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMYIzbEJWX .buttons-wrap .mbr-section-btn {
    text-align: left;
  }
}
.cid-uMYIzbEJWX .mbr-section-title {
  color: #ffffff;
}
.cid-uMYIzbEJWX .mbr-price {
  color: #ffffff;
}
.cid-uMYIzbEJWX .mbr-desc {
  color: #f2f2f2;
}
.cid-uMYIzbEJWX .mbr-text {
  color: #f2f2f2;
}
.cid-uMYIzbEJWX .mbr-section-btn {
  text-align: right;
}
.cid-uMZX5Z26oz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uMZX5Z26oz :root {
  --transition-fast: 0.3s ease;
  --transition-medium: 0.5s ease;
  --border-radius-sm: 4px;
  --border-radius-md: 8px;
}
.cid-uMZX5Z26oz .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uMZX5Z26oz .image-wrap .main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uMZX5Z26oz .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uMZX5Z26oz .image-overlay {
    padding: 16px;
  }
}
.cid-uMZX5Z26oz .image-overlay .image-over {
  background-color: #ffffff;
  z-index: 2;
  opacity: 1;
  width: 100%;
  height: 100%;
}
.cid-uMZX5Z26oz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMZX5Z26oz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMZX5Z26oz .row {
  justify-content: flex-end;
}
.cid-uMZX5Z26oz .content-wrapper {
  top: 100px;
  position: sticky;
  z-index: 2;
}
.cid-uMZX5Z26oz .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMZX5Z26oz .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uMZX5Z26oz .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMZX5Z26oz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMZX5Z26oz .items-wrapper {
  padding: 50px 54px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1440px) {
  .cid-uMZX5Z26oz .items-wrapper {
    padding: 50px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uMZX5Z26oz .items-wrapper {
    padding: 0 16px;
  }
}
@media (max-width: 576px) {
  .cid-uMZX5Z26oz .items-wrapper {
    padding: 0px!important;
  }
}
.cid-uMZX5Z26oz .items-wrapper .item {
  margin-bottom: 60px;
}
.cid-uMZX5Z26oz .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMZX5Z26oz .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uMZX5Z26oz .items-wrapper .item .item-wrapper {
  padding: 0px 54px 80px 54px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uMZX5Z26oz .items-wrapper .item .item-wrapper {
    padding: 0px 40px 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uMZX5Z26oz .items-wrapper .item .item-wrapper {
    padding: 0px 30px 16px;
  }
}
.cid-uMZX5Z26oz .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uMZX5Z26oz .items-wrapper .item .item-wrapper .item-img {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uMZX5Z26oz .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1,
.cid-uMZX5Z26oz .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2,
.cid-uMZX5Z26oz .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uMZX5Z26oz .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1,
  .cid-uMZX5Z26oz .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2,
  .cid-uMZX5Z26oz .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 {
    margin-right: 0;
  }
}
.cid-uMZX5Z26oz .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .item-label_1,
.cid-uMZX5Z26oz .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .item-label_1,
.cid-uMZX5Z26oz .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .item-label_1,
.cid-uMZX5Z26oz .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .item-label_2,
.cid-uMZX5Z26oz .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .item-label_2,
.cid-uMZX5Z26oz .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .item-label_2,
.cid-uMZX5Z26oz .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .item-label_3,
.cid-uMZX5Z26oz .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .item-label_3,
.cid-uMZX5Z26oz .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .item-label_3 {
  margin-bottom: 0;
}
.cid-uMZX5Z26oz .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .mbr-iconfont,
.cid-uMZX5Z26oz .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .mbr-iconfont,
.cid-uMZX5Z26oz .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uMZX5Z26oz .items-wrapper .item .item-wrapper .image-wrapper img {
  width: 100%;
  height: 650px!important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMZX5Z26oz .items-wrapper .item .item-wrapper .image-wrapper img {
    width: 100%;
    height: 350px;
  }
}
.cid-uMZX5Z26oz .items-wrapper .item .item-wrapper .image-wrapper-texte img {
  width: 100%;
  height: 550px!important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMZX5Z26oz .items-wrapper .item .item-wrapper .image-wrapper-texte img {
    width: 100%;
    height: 350px;
  }
}
.cid-uMZX5Z26oz .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMZX5Z26oz .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 30px;
  }
}
.cid-uMZX5Z26oz .items-wrapper .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 99%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMZX5Z26oz .items-wrapper .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uMZX5Z26oz .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
.cid-uMZX5Z26oz .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMZX5Z26oz .label-wrap_1 {
  background-color: #5c7d4f;
}
.cid-uMZX5Z26oz .label-wrap_2 {
  background-color: #709bca;
}
.cid-uMZX5Z26oz .label-wrap_3 {
  background-color: #f66e46;
}
.cid-uMZX5Z26oz .icon_1 {
  color: #fff7ee;
}
.cid-uMZX5Z26oz .icon_2 {
  color: #fff7ee;
}
.cid-uMZX5Z26oz .icon_3 {
  color: #fff7ee;
}
.cid-uMZX5Z26oz .mbr-section-title {
  color: #fff7ee;
}
.cid-uMZX5Z26oz .mbr-text {
  color: #fff7ee;
}
.cid-uMZX5Z26oz .item-title {
  color: #d45615;
}
.cid-uMZX5Z26oz .item-text {
  color: #fff7ee;
}
.cid-uMZX5Z26oz .item-label_1 {
  color: #fff7ee;
}
.cid-uMZX5Z26oz .item-label_2 {
  color: #fff7ee;
}
.cid-uMZX5Z26oz .item-label_3 {
  color: #fff7ee;
}
@media (min-width: 768px) {
  .cid-uMZX5Z26oz .rotate-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: bold;
  }
  .cid-uMZX5Z26oz .share-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-md);
  }
  .cid-uMZX5Z26oz .share-links span {
    font-size: 1.4rem;
    color: var(--color-text-light);
    writing-mode: vertical-rl;
    margin-bottom: var(--spacing-sm);
  }
  .cid-uMZX5Z26oz .share-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 1.8rem;
    transition: all var(--transition-fast);
  }
  .cid-uMZX5Z26oz .share-links a:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: var(--color-white);
  }
}
@media (min-width: 768px) and (max-width: 576px) {
  .cid-uMZX5Z26oz .share-links {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
  }
  .cid-uMZX5Z26oz .share-links span {
    font-size: 1.4rem;
    color: var(--color-text-light);
    margin-bottom: var(--spacing-sm);
  }
  .cid-uMZX5Z26oz .share-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 1.8rem;
    transition: all var(--transition-fast);
  }
  .cid-uMZX5Z26oz .share-links a:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: var(--color-white);
  }
}
.cid-uMZX5Z26oz .item-title-2 {
  color: #787878;
}
.cid-uMZX5Z26oz .item-text,
.cid-uMZX5Z26oz .text-wrap {
  color: #1b1b1b;
}
.cid-uMZX5Z26oz .item-text li {
  text-indent: 2rem;
}
.cid-uMZX5Z26oz .mbr-section-title,
.cid-uMZX5Z26oz .mbr-section-btn,
.cid-uMZX5Z26oz .title-wrapper {
  color: #d45615;
}
@media (max-width: 576px) {
  .cid-uMZX5Z26oz .margin-mini {
    margin: 0px!important;
    padding: 0px!important;
  }
}
@media (min-width: 577px) {
  .cid-uMZX5Z26oz .margin-mini {
    margin: 0px!important;
    padding: 0px!important;
  }
}
.cid-uMZX5Z26oz .item-title-3 {
  color: #d45615;
}
.cid-uN4thzjejD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #1b1b1b;
}
.cid-uN4thzjejD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN4thzjejD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN4thzjejD .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uN4thzjejD .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uN4thzjejD .container {
    padding: 0 20px;
  }
}
.cid-uN4thzjejD .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uN4thzjejD .mbr-section-btn {
  margin-bottom: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uN4thzjejD .mbr-section-btn {
    display: none;
  }
}
.cid-uN4thzjejD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
  border-right: 1px solid #555354;
}
@media (max-width: 768px) {
  .cid-uN4thzjejD .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    border-right: none;
  }
}
.cid-uN4thzjejD .embla__slide .card-wrap {
  padding: 0 45px;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uN4thzjejD .embla__slide .card-wrap {
    padding: 0;
  }
}
.cid-uN4thzjejD .embla__slide .card-wrap a {
  display: block;
}
.cid-uN4thzjejD .embla__slide .card-wrap a .item-wrapper .image-wrap {
  margin-bottom: 24px;
}
.cid-uN4thzjejD .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uN4thzjejD .embla__slide .card-wrap a .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uN4thzjejD .embla__slide .card-wrap a .content-wrap .card-title {
  margin-bottom: 24px;
}
.cid-uN4thzjejD .embla__slide .card-wrap a .content-wrap .card-date {
  margin-bottom: 0;
}
.cid-uN4thzjejD .embla__button--next,
.cid-uN4thzjejD .embla__button--prev {
  display: flex;
}
.cid-uN4thzjejD .embla__button {
  bottom: -3rem;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #fafafa;
  border: 2px solid #555354;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uN4thzjejD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uN4thzjejD .embla__button:hover {
  background: transparent;
  color: #fafafa;
  border-color: #fafafa;
}
.cid-uN4thzjejD .embla__button.embla__button--prev {
  left: auto;
  right: 3.5rem;
  margin-left: 0;
}
.cid-uN4thzjejD .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
.cid-uN4thzjejD .embla {
  position: relative;
  width: 100%;
}
.cid-uN4thzjejD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uN4thzjejD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uN4thzjejD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uN4thzjejD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uN4thzjejD .mbr-section-title {
  color: #ffffff;
}
.cid-uN4thzjejD .card-title {
  color: #ededed;
}
.cid-uN4thzjejD .card-date {
  color: #e4dfd4;
}
.cid-uMYDzezFE6 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d45615;
}
.cid-uMYDzezFE6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMYDzezFE6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMYDzezFE6 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMYDzezFE6 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMYDzezFE6 .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uMYDzezFE6 .container {
    padding: 0 20px;
  }
}
.cid-uMYDzezFE6 .container .row {
  margin: 0;
}
.cid-uMYDzezFE6 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uMYDzezFE6 .link-wrapper {
  display: block;
}
.cid-uMYDzezFE6 .link-wrapper .mbr-link {
  margin-bottom: 50px;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uMYDzezFE6 .link-wrapper .mbr-link {
    text-align: left;
  }
}
.cid-uMYDzezFE6 .link-wrapper:hover .mbr-link {
  text-decoration: none;
}
.cid-uMYDzezFE6 .item {
  padding: 0;
}
.cid-uMYDzezFE6 .item .item-wrapper a {
  display: block;
}
.cid-uMYDzezFE6 .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-uMYDzezFE6 .item .item-wrapper .item-img {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  margin: 0 30px 30px 0 ;
}
.cid-uMYDzezFE6 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uMYDzezFE6 .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #1b1b1b;
  opacity: .3;
  pointer-events: none;
  z-index: 1;
  filter: blur(50px);
}
.cid-uMYDzezFE6 .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uMYDzezFE6 .item .item-wrapper .item-img .item-content {
    display: block;
  }
}
.cid-uMYDzezFE6 .item .item-wrapper .item-img .item-content .title-wrap {
  width: 50%;
  padding: 10px;
}
@media (max-width: 768px) {
  .cid-uMYDzezFE6 .item .item-wrapper .item-img .item-content .title-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uMYDzezFE6 .item .item-wrapper .item-img .item-content .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uMYDzezFE6 .item .item-wrapper .item-img .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uMYDzezFE6 .item .item-wrapper .item-img .item-content .mbr-section-btn {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uMYDzezFE6 .item .item-wrapper .item-img .item-content .mbr-section-btn {
    justify-content: normal;
    width: 100%;
  }
}
.cid-uMYDzezFE6 .item .item-wrapper .item-img .item-content .mbr-section-btn .btn {
  margin: 4px;
  padding: 18px 20px;
}
@media (max-width: 768px) {
  .cid-uMYDzezFE6 .item .item-wrapper .item-img .item-content .mbr-section-btn .btn {
    margin: 9.6px;
  }
}
.cid-uMYDzezFE6 .item-title {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.cid-uMYDzezFE6 .mbr-desc {
  color: #f2f2f2;
}
.cid-uMYDzezFE6 .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uMYDzezFE6 .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-uMYDzezFE6 .item-img .item-content {
  position: relative;
  z-index: 2;
}
.cid-uMYDzezFE6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMYDzezFE6 .mbr-desc,
.cid-uMYDzezFE6 .item-title {
  text-shadow: 0px 0px 5px #000000;
}
.cid-uMYDzezFE6 .title-wrap {
  position: relative;
  width: 50%;
  padding: 0;
  overflow: hidden;
}
.cid-uMYDzezFE6 .title-wrap .item-title,
.cid-uMYDzezFE6 .title-wrap .mbr-desc {
  position: relative;
  z-index: 2;
  transition: all 0.4s ease-in-out;
  text-shadow: 0px 0px 5px #000000;
}
.cid-uMYDzezFE6 .title-wrap .item-title {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 15px;
  background: transparent;
}
.cid-uMYDzezFE6 .title-wrap .mbr-desc {
  opacity: 0;
  transform: translateY(100%);
  padding: 15px;
  margin: 0;
  max-height: 0;
}
.cid-uMYDzezFE6 .title-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.cid-uMYDzezFE6 .item-wrapper:hover .title-wrap::before {
  opacity: 1;
}
.cid-uMYDzezFE6 .item-wrapper:hover .title-wrap .item-title {
  transform: translateY(-25%);
  position: relative;
  padding-bottom: 0;
}
.cid-uMYDzezFE6 .item-wrapper:hover .title-wrap .mbr-desc {
  opacity: 1;
  transform: translateY(0);
  max-height: 500px;
}
.cid-uMYDzezFE6 .mbr-section-btn {
  opacity: 1 !important;
}
.cid-uMYDzeZVj4 {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMYDzeZVj4 .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.cid-uMYDzeZVj4 .form {
  background-color: #ffbe0d;
  padding: 60px 1rem;
}
@media (min-width: 992px) {
  .cid-uMYDzeZVj4 .form {
    padding: 124px 128px 128px 60px;
  }
}
.cid-uMYDzeZVj4 .tab {
  min-height: 330px;
  padding: 60px 1rem 0;
}
@media (min-width: 992px) {
  .cid-uMYDzeZVj4 .tab {
    padding: 60px 80px 67px;
  }
}
.cid-uMYDzeZVj4 .nav {
  display: block;
}
.cid-uMYDzeZVj4 .nav-tabs .nav-item.open .nav-link:focus,
.cid-uMYDzeZVj4 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uMYDzeZVj4 .nav-tabs {
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uMYDzeZVj4 .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-uMYDzeZVj4 .nav-tabs .nav-link {
  padding: 0;
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-uMYDzeZVj4 .nav-tabs .nav-link:not(.active) {
  color: #d45615 !important;
}
.cid-uMYDzeZVj4 .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uMYDzeZVj4 .nav-link,
.cid-uMYDzeZVj4 .nav-link.active {
  color: #001810 !important;
  background-color: transparent;
}
.cid-uMYDzeZVj4 .nav-tabs .nav-link.active {
  border-bottom: 1px solid transparent;
}
.cid-uMYDzeZVj4 .map-wrap {
  width: 100%;
  height: 507px;
}
.cid-uMYDzeZVj4 .google-map {
  height: 100%;
  position: relative;
}
.cid-uMYDzeZVj4 .google-map iframe {
  height: 100%;
  width: 100%;
  filter: grayscale(1);
}
.cid-uMYDzeZVj4 .google-map [data-state-details] {
  color: #282828;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  top: 50%;
  width: 100%;
}
.cid-uMYDzeZVj4 .google-map[data-state] {
  background: #6b6b6b;
}
.cid-uMYDzeZVj4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMYDzeZVj4 form {
  margin-top: 128px;
}
.cid-uMYDzeZVj4 .form-control,
.cid-uMYDzeZVj4 .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  padding: 8px 0;
  color: #18293D;
  margin: 0;
  font-weight: 300;
}
.cid-uMYDzeZVj4 .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-uMYDzeZVj4 .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
  border-bottom: 1px solid #282828 !important;
}
.cid-uMYDzeZVj4 .form-check-input:checked {
  background-color: #fafafa;
  border-bottom: 1px solid #282828 !important;
}
.cid-uMYDzeZVj4 .form-control::placeholder {
  color: #3d3d3d;
  font-size: 16px;
  margin: 0;
  font-weight: 300;
}
.cid-uMYDzeZVj4 .form-group {
  margin-bottom: 35px;
}
.cid-uMYDzeZVj4 .form-control,
.cid-uMYDzeZVj4 form .btn {
  min-height: auto;
}
.cid-uMYDzeZVj4 .link-title:after {
  content: "\2192";
  font-size: 16px;
  margin-left: 10px;
  font-weight: 700;
  padding: .7rem;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.cid-uMYDzeZVj4 .link-title:hover:after {
  background: #FFFF27;
}
.cid-uMYDzfxisj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uMYDzfxisj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMYDzfxisj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMYDzfxisj .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMYDzfxisj .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMYDzfxisj .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uMYDzfxisj .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMYDzfxisj .container {
    padding: 0 12px;
  }
}
.cid-uMYDzfxisj .title-wrapper a {
  display: block;
}
.cid-uMYDzfxisj .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uMYDzfxisj .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-uMYDzfxisj .list-wrapper .list,
.cid-uMYDzfxisj .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uMYDzfxisj .list-wrapper .list,
  .cid-uMYDzfxisj .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-uMYDzfxisj .list-wrapper .list .item-wrap,
.cid-uMYDzfxisj .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uMYDzfxisj .list-wrapper .list .item-wrap:hover,
.cid-uMYDzfxisj .list-wrapper .list_main .item-wrap:hover,
.cid-uMYDzfxisj .list-wrapper .list .item-wrap:focus,
.cid-uMYDzfxisj .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uMYDzfxisj .contacts-wrapper .list {
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uMYDzfxisj .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uMYDzfxisj .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uMYDzfxisj .contacts-wrapper .list .item-wrap:hover,
.cid-uMYDzfxisj .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uMYDzfxisj .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMYDzfxisj .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-uMYDzfxisj .social-row .soc-item {
  margin-right: 24px;
}
.cid-uMYDzfxisj .social-row .soc-item a:hover .mbr-iconfont,
.cid-uMYDzfxisj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-uMYDzfxisj .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-uMYDzfxisj .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-uMYDzfxisj .mbr-section-title {
  color: #ffffff;
}
.cid-uMYDzfxisj .mbr-list-title {
  color: #ffffff;
}
.cid-uMYDzfxisj .list {
  color: #787878;
}
.cid-uMYDzfxisj .list_main {
  color: #787878;
}
.cid-uNlNrrE4Px {
  z-index: 1000;
  width: 100%;
}
.cid-uNlNrrE4Px .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
  position: fixed;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNlNrrE4Px .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uNlNrrE4Px .menu_box .navbar.opened,
  .cid-uNlNrrE4Px .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uNlNrrE4Px nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uNlNrrE4Px .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uNlNrrE4Px .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uNlNrrE4Px .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uNlNrrE4Px .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-body .mbr-text,
  .cid-uNlNrrE4Px .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uNlNrrE4Px .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uNlNrrE4Px ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uNlNrrE4Px li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uNlNrrE4Px .lg_brand {
    margin: 0 1rem;
  }
  .cid-uNlNrrE4Px .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uNlNrrE4Px .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 0 !important;
  }
}
.cid-uNlNrrE4Px .nav-item .nav-link {
  position: relative;
}
.cid-uNlNrrE4Px .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fafafa;
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover,
.cid-uNlNrrE4Px .nav-item .nav-link:focus {
  opacity: 1;
  color: #fafafa !important;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover::before,
.cid-uNlNrrE4Px .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uNlNrrE4Px .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uNlNrrE4Px .offcanvas_box {
    display: none;
  }
}
.cid-uNlNrrE4Px .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uNlNrrE4Px .container {
  display: flex;
  margin: auto;
}
.cid-uNlNrrE4Px .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uNlNrrE4Px .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uNlNrrE4Px .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .navbar-caption {
  color: #ffffff;
}
.cid-uNlNrrE4Px .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .navbar-nav {
    margin: 0;
  }
}
.cid-uNlNrrE4Px .dropdown-menu,
.cid-uNlNrrE4Px .navbar.opened {
  background-color: false !important;
}
.cid-uNlNrrE4Px .nav-item:focus,
.cid-uNlNrrE4Px .nav-link:focus {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNlNrrE4Px .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uNlNrrE4Px .navbar.opened {
  transition: all 0.3s;
}
.cid-uNlNrrE4Px .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uNlNrrE4Px .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uNlNrrE4Px .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar.collapsed {
  justify-content: center;
}
.cid-uNlNrrE4Px .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNlNrrE4Px .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uNlNrrE4Px .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uNlNrrE4Px .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uNlNrrE4Px .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNlNrrE4Px .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uNlNrrE4Px .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uNlNrrE4Px .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uNlNrrE4Px .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNlNrrE4Px .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uNlNrrE4Px .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown-item.active,
.cid-uNlNrrE4Px .dropdown-item:active {
  background-color: transparent;
}
.cid-uNlNrrE4Px .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNlNrrE4Px .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNlNrrE4Px .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-uNlNrrE4Px ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNlNrrE4Px button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uNlNrrE4Px .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-uNlNrrE4Px .navbar {
    height: 70px;
  }
  .cid-uNlNrrE4Px .navbar.opened {
    height: auto;
  }
  .cid-uNlNrrE4Px .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNlNrrE4Px .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uNlNrrE4Px .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uNlNrrE4Px .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uNlNrrE4Px .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uNlNrrE4Px .navbar-caption:hover {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uNlNrrE4Px .text_widget {
  margin-bottom: 32px;
}
.cid-uNlNrrE4Px .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .text_widget a:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .icons-menu-main {
  display: flex;
}
.cid-uNlNrrE4Px .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-section-subtitle,
.cid-uNlNrrE4Px .text_widget,
.cid-uNlNrrE4Px .mbr-section-btn {
  text-align: center;
}
.cid-uNlNrrE4Px a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uN4u2GnRSR {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uN4u2GnRSR .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uN4u2GnRSR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uN4u2GnRSR .container {
    padding: 0 25px;
  }
}
.cid-uN4u2GnRSR .row {
  margin: 0;
}
.cid-uN4u2GnRSR .row .card {
  padding: 0;
}
.cid-uN4u2GnRSR .title-wrapper {
  display: flex;
  align-items: flex;
  position: relative;
  height: 100%;
}
@media (max-width: 576px) {
  .cid-uN4u2GnRSR .title-wrapper {
    padding: 10px 10px;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .cid-uN4u2GnRSR .title-wrapper {
    padding: 10px 15px;
  }
}
@media (min-width: 769px) {
  .cid-uN4u2GnRSR .title-wrapper {
    padding: 20px 80px 20px 80px;
  }
}
.cid-uN4u2GnRSR .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uN4u2GnRSR .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uN4u2GnRSR .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uN4u2GnRSR .item:focus,
.cid-uN4u2GnRSR span:focus {
  outline: none;
}
.cid-uN4u2GnRSR .item-wrapper {
  position: relative;
}
.cid-uN4u2GnRSR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uN4u2GnRSR .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uN4u2GnRSR .embla__slide .slide-content {
  padding: 0;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .cid-uN4u2GnRSR .embla__slide .slide-content {
    padding: 0;
  }
}
.cid-uN4u2GnRSR .embla__slide .slide-content a .item-wrapper {
  padding: 0 10px;
}
@media (max-width: 768px) {
  .cid-uN4u2GnRSR .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uN4u2GnRSR .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .cid-uN4u2GnRSR .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uN4u2GnRSR .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 520px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uN4u2GnRSR .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uN4u2GnRSR .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uN4u2GnRSR .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uN4u2GnRSR .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uN4u2GnRSR .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uN4u2GnRSR .embla__button--next,
.cid-uN4u2GnRSR .embla__button--prev {
  display: flex;
}
.cid-uN4u2GnRSR .embla__button {
  bottom: 8rem;
  width: 72px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uN4u2GnRSR .embla__button {
    display: none;
  }
}
.cid-uN4u2GnRSR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uN4u2GnRSR .embla__button:hover {
  opacity: .7 !important;
}
.cid-uN4u2GnRSR .embla__button.embla__button--prev {
  left: 72px;
}
.cid-uN4u2GnRSR .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uN4u2GnRSR .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uN4u2GnRSR .embla__button.embla__button--next {
  right: 72px;
}
.cid-uN4u2GnRSR .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uN4u2GnRSR .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uN4u2GnRSR .embla__button {
    bottom: 1rem;
  }
}
.cid-uN4u2GnRSR .embla {
  position: relative;
  width: 100%;
}
.cid-uN4u2GnRSR .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uN4u2GnRSR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uN4u2GnRSR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uN4u2GnRSR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uN4u2GnRSR .mbr-section-title {
  color: #ffffff;
}
.cid-uN4u2GnRSR .item-subtitle {
  color: #787878;
  text-align: center;
}
.cid-uN4u2GnRSR .item-title {
  color: #787878;
  text-align: center;
}
.cid-uN4u2GnRSR .espace_petites_lettres {
  letter-spacing: 3px;
}
.cid-uN4u2GnRSR .mbr-soustitle,
.cid-uN4u2GnRSR .mbr-section-btn {
  color: #ffffff;
}
.cid-uN4u2GnRSR .mbr-section-title,
.cid-uN4u2GnRSR .mbr-section-btn {
  color: #d45615;
}
@media (max-width: 576px) {
  .cid-uN4u2GnRSR .marge_menu {
    margin-top: 120px;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .cid-uN4u2GnRSR .marge_menu {
    margin-top: 115px;
  }
}
@media (min-width: 769px) {
  .cid-uN4u2GnRSR .marge_menu {
    margin-top: 180px;
  }
}
.cid-uN4tSJmt0e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #1b1b1b;
}
.cid-uN4tSJmt0e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN4tSJmt0e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN4tSJmt0e .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uN4tSJmt0e .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uN4tSJmt0e .container {
    padding: 0 20px;
  }
}
.cid-uN4tSJmt0e .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uN4tSJmt0e .mbr-section-btn {
  margin-bottom: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uN4tSJmt0e .mbr-section-btn {
    display: none;
  }
}
.cid-uN4tSJmt0e .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
  border-right: 1px solid #555354;
}
@media (max-width: 768px) {
  .cid-uN4tSJmt0e .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    border-right: none;
  }
}
.cid-uN4tSJmt0e .embla__slide .card-wrap {
  padding: 0 45px;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uN4tSJmt0e .embla__slide .card-wrap {
    padding: 0;
  }
}
.cid-uN4tSJmt0e .embla__slide .card-wrap a {
  display: block;
}
.cid-uN4tSJmt0e .embla__slide .card-wrap a .item-wrapper .image-wrap {
  margin-bottom: 24px;
}
.cid-uN4tSJmt0e .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uN4tSJmt0e .embla__slide .card-wrap a .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uN4tSJmt0e .embla__slide .card-wrap a .content-wrap .card-title {
  margin-bottom: 24px;
}
.cid-uN4tSJmt0e .embla__slide .card-wrap a .content-wrap .card-date {
  margin-bottom: 0;
}
.cid-uN4tSJmt0e .embla__button--next,
.cid-uN4tSJmt0e .embla__button--prev {
  display: flex;
}
.cid-uN4tSJmt0e .embla__button {
  bottom: -3rem;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #fafafa;
  border: 2px solid #555354;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uN4tSJmt0e .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uN4tSJmt0e .embla__button:hover {
  background: transparent;
  color: #fafafa;
  border-color: #fafafa;
}
.cid-uN4tSJmt0e .embla__button.embla__button--prev {
  left: auto;
  right: 3.5rem;
  margin-left: 0;
}
.cid-uN4tSJmt0e .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
.cid-uN4tSJmt0e .embla {
  position: relative;
  width: 100%;
}
.cid-uN4tSJmt0e .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uN4tSJmt0e .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uN4tSJmt0e .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uN4tSJmt0e .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uN4tSJmt0e .mbr-section-title {
  color: #ffffff;
}
.cid-uN4tSJmt0e .card-title {
  color: #ededed;
}
.cid-uN4tSJmt0e .card-date {
  color: #e4dfd4;
}
.cid-uN4tSJKIdO {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d45615;
}
.cid-uN4tSJKIdO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN4tSJKIdO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN4tSJKIdO .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uN4tSJKIdO .container-fluid {
    padding: 0 20px;
  }
}
.cid-uN4tSJKIdO .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uN4tSJKIdO .container {
    padding: 0 20px;
  }
}
.cid-uN4tSJKIdO .container .row {
  margin: 0;
}
.cid-uN4tSJKIdO .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uN4tSJKIdO .link-wrapper {
  display: block;
}
.cid-uN4tSJKIdO .link-wrapper .mbr-link {
  margin-bottom: 50px;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uN4tSJKIdO .link-wrapper .mbr-link {
    text-align: left;
  }
}
.cid-uN4tSJKIdO .link-wrapper:hover .mbr-link {
  text-decoration: none;
}
.cid-uN4tSJKIdO .item {
  padding: 0;
}
.cid-uN4tSJKIdO .item .item-wrapper a {
  display: block;
}
.cid-uN4tSJKIdO .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-uN4tSJKIdO .item .item-wrapper .item-img {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  margin: 0 30px 30px 0 ;
}
.cid-uN4tSJKIdO .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uN4tSJKIdO .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #1b1b1b;
  opacity: .3;
  pointer-events: none;
  z-index: 1;
  filter: blur(50px);
}
.cid-uN4tSJKIdO .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uN4tSJKIdO .item .item-wrapper .item-img .item-content {
    display: block;
  }
}
.cid-uN4tSJKIdO .item .item-wrapper .item-img .item-content .title-wrap {
  width: 50%;
  padding: 10px;
}
@media (max-width: 768px) {
  .cid-uN4tSJKIdO .item .item-wrapper .item-img .item-content .title-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uN4tSJKIdO .item .item-wrapper .item-img .item-content .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uN4tSJKIdO .item .item-wrapper .item-img .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uN4tSJKIdO .item .item-wrapper .item-img .item-content .mbr-section-btn {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uN4tSJKIdO .item .item-wrapper .item-img .item-content .mbr-section-btn {
    justify-content: normal;
    width: 100%;
  }
}
.cid-uN4tSJKIdO .item .item-wrapper .item-img .item-content .mbr-section-btn .btn {
  margin: 4px;
  padding: 18px 20px;
}
@media (max-width: 768px) {
  .cid-uN4tSJKIdO .item .item-wrapper .item-img .item-content .mbr-section-btn .btn {
    margin: 9.6px;
  }
}
.cid-uN4tSJKIdO .item-title {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.cid-uN4tSJKIdO .mbr-desc {
  color: #f2f2f2;
}
.cid-uN4tSJKIdO .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uN4tSJKIdO .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-uN4tSJKIdO .item-img .item-content {
  position: relative;
  z-index: 2;
}
.cid-uN4tSJKIdO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uN4tSJKIdO .mbr-desc,
.cid-uN4tSJKIdO .item-title {
  text-shadow: 0px 0px 5px #000000;
}
.cid-uN4tSJKIdO .title-wrap {
  position: relative;
  width: 50%;
  padding: 0;
  overflow: hidden;
}
.cid-uN4tSJKIdO .title-wrap .item-title,
.cid-uN4tSJKIdO .title-wrap .mbr-desc {
  position: relative;
  z-index: 2;
  transition: all 0.4s ease-in-out;
  text-shadow: 0px 0px 5px #000000;
}
.cid-uN4tSJKIdO .title-wrap .item-title {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 15px;
  background: transparent;
}
.cid-uN4tSJKIdO .title-wrap .mbr-desc {
  opacity: 0;
  transform: translateY(100%);
  padding: 15px;
  margin: 0;
  max-height: 0;
}
.cid-uN4tSJKIdO .title-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.cid-uN4tSJKIdO .item-wrapper:hover .title-wrap::before {
  opacity: 1;
}
.cid-uN4tSJKIdO .item-wrapper:hover .title-wrap .item-title {
  transform: translateY(-25%);
  position: relative;
  padding-bottom: 0;
}
.cid-uN4tSJKIdO .item-wrapper:hover .title-wrap .mbr-desc {
  opacity: 1;
  transform: translateY(0);
  max-height: 500px;
}
.cid-uN4tSJKIdO .mbr-section-btn {
  opacity: 1 !important;
}
.cid-uN4tSKcg2y {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uN4tSKcg2y .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.cid-uN4tSKcg2y .form {
  background-color: #ffbe0d;
  padding: 60px 1rem;
}
@media (min-width: 992px) {
  .cid-uN4tSKcg2y .form {
    padding: 124px 128px 128px 60px;
  }
}
.cid-uN4tSKcg2y .tab {
  min-height: 330px;
  padding: 60px 1rem 0;
}
@media (min-width: 992px) {
  .cid-uN4tSKcg2y .tab {
    padding: 60px 80px 67px;
  }
}
.cid-uN4tSKcg2y .nav {
  display: block;
}
.cid-uN4tSKcg2y .nav-tabs .nav-item.open .nav-link:focus,
.cid-uN4tSKcg2y .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uN4tSKcg2y .nav-tabs {
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uN4tSKcg2y .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-uN4tSKcg2y .nav-tabs .nav-link {
  padding: 0;
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-uN4tSKcg2y .nav-tabs .nav-link:not(.active) {
  color: #d45615 !important;
}
.cid-uN4tSKcg2y .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uN4tSKcg2y .nav-link,
.cid-uN4tSKcg2y .nav-link.active {
  color: #001810 !important;
  background-color: transparent;
}
.cid-uN4tSKcg2y .nav-tabs .nav-link.active {
  border-bottom: 1px solid transparent;
}
.cid-uN4tSKcg2y .map-wrap {
  width: 100%;
  height: 507px;
}
.cid-uN4tSKcg2y .google-map {
  height: 100%;
  position: relative;
}
.cid-uN4tSKcg2y .google-map iframe {
  height: 100%;
  width: 100%;
  filter: grayscale(1);
}
.cid-uN4tSKcg2y .google-map [data-state-details] {
  color: #282828;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  top: 50%;
  width: 100%;
}
.cid-uN4tSKcg2y .google-map[data-state] {
  background: #6b6b6b;
}
.cid-uN4tSKcg2y .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uN4tSKcg2y form {
  margin-top: 128px;
}
.cid-uN4tSKcg2y .form-control,
.cid-uN4tSKcg2y .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  padding: 8px 0;
  color: #18293D;
  margin: 0;
  font-weight: 300;
}
.cid-uN4tSKcg2y .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-uN4tSKcg2y .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
  border-bottom: 1px solid #282828 !important;
}
.cid-uN4tSKcg2y .form-check-input:checked {
  background-color: #fafafa;
  border-bottom: 1px solid #282828 !important;
}
.cid-uN4tSKcg2y .form-control::placeholder {
  color: #3d3d3d;
  font-size: 16px;
  margin: 0;
  font-weight: 300;
}
.cid-uN4tSKcg2y .form-group {
  margin-bottom: 35px;
}
.cid-uN4tSKcg2y .form-control,
.cid-uN4tSKcg2y form .btn {
  min-height: auto;
}
.cid-uN4tSKcg2y .link-title:after {
  content: "\2192";
  font-size: 16px;
  margin-left: 10px;
  font-weight: 700;
  padding: .7rem;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.cid-uN4tSKcg2y .link-title:hover:after {
  background: #FFFF27;
}
.cid-uN4tSKYeIs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uN4tSKYeIs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN4tSKYeIs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN4tSKYeIs .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uN4tSKYeIs .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uN4tSKYeIs .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uN4tSKYeIs .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uN4tSKYeIs .container {
    padding: 0 12px;
  }
}
.cid-uN4tSKYeIs .title-wrapper a {
  display: block;
}
.cid-uN4tSKYeIs .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uN4tSKYeIs .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-uN4tSKYeIs .list-wrapper .list,
.cid-uN4tSKYeIs .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uN4tSKYeIs .list-wrapper .list,
  .cid-uN4tSKYeIs .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-uN4tSKYeIs .list-wrapper .list .item-wrap,
.cid-uN4tSKYeIs .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uN4tSKYeIs .list-wrapper .list .item-wrap:hover,
.cid-uN4tSKYeIs .list-wrapper .list_main .item-wrap:hover,
.cid-uN4tSKYeIs .list-wrapper .list .item-wrap:focus,
.cid-uN4tSKYeIs .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uN4tSKYeIs .contacts-wrapper .list {
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uN4tSKYeIs .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uN4tSKYeIs .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uN4tSKYeIs .contacts-wrapper .list .item-wrap:hover,
.cid-uN4tSKYeIs .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uN4tSKYeIs .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uN4tSKYeIs .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-uN4tSKYeIs .social-row .soc-item {
  margin-right: 24px;
}
.cid-uN4tSKYeIs .social-row .soc-item a:hover .mbr-iconfont,
.cid-uN4tSKYeIs .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-uN4tSKYeIs .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-uN4tSKYeIs .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-uN4tSKYeIs .mbr-section-title {
  color: #ffffff;
}
.cid-uN4tSKYeIs .mbr-list-title {
  color: #ffffff;
}
.cid-uN4tSKYeIs .list {
  color: #787878;
}
.cid-uN4tSKYeIs .list_main {
  color: #787878;
}
.cid-uNlNrrE4Px {
  z-index: 1000;
  width: 100%;
}
.cid-uNlNrrE4Px .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
  position: fixed;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-uNlNrrE4Px .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNlNrrE4Px .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uNlNrrE4Px .menu_box .navbar.opened,
  .cid-uNlNrrE4Px .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uNlNrrE4Px nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uNlNrrE4Px .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uNlNrrE4Px .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uNlNrrE4Px .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uNlNrrE4Px .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uNlNrrE4Px .offcanvas-body .mbr-text,
  .cid-uNlNrrE4Px .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uNlNrrE4Px .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uNlNrrE4Px .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uNlNrrE4Px ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uNlNrrE4Px li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uNlNrrE4Px .lg_brand {
    margin: 0 1rem;
  }
  .cid-uNlNrrE4Px .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uNlNrrE4Px .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .nav-item {
    margin: 0 !important;
  }
}
.cid-uNlNrrE4Px .nav-item .nav-link {
  position: relative;
}
.cid-uNlNrrE4Px .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fafafa;
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover,
.cid-uNlNrrE4Px .nav-item .nav-link:focus {
  opacity: 1;
  color: #fafafa !important;
}
.cid-uNlNrrE4Px .nav-item .nav-link:hover::before,
.cid-uNlNrrE4Px .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uNlNrrE4Px .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNlNrrE4Px .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-uNlNrrE4Px .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uNlNrrE4Px .offcanvas_box {
    display: none;
  }
}
.cid-uNlNrrE4Px .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uNlNrrE4Px .container {
  display: flex;
  margin: auto;
}
.cid-uNlNrrE4Px .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uNlNrrE4Px .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uNlNrrE4Px .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .navbar-caption {
  color: #ffffff;
}
.cid-uNlNrrE4Px .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .navbar-nav {
    margin: 0;
  }
}
.cid-uNlNrrE4Px .dropdown-menu,
.cid-uNlNrrE4Px .navbar.opened {
  background-color: false !important;
}
.cid-uNlNrrE4Px .nav-item:focus,
.cid-uNlNrrE4Px .nav-link:focus {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNlNrrE4Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNlNrrE4Px .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNlNrrE4Px .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNlNrrE4Px .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uNlNrrE4Px .navbar.opened {
  transition: all 0.3s;
}
.cid-uNlNrrE4Px .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uNlNrrE4Px .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-uNlNrrE4Px .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar.collapsed {
  justify-content: center;
}
.cid-uNlNrrE4Px .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNlNrrE4Px .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNlNrrE4Px .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uNlNrrE4Px .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNlNrrE4Px .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uNlNrrE4Px .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uNlNrrE4Px .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNlNrrE4Px .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uNlNrrE4Px .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uNlNrrE4Px .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uNlNrrE4Px .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uNlNrrE4Px .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uNlNrrE4Px .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNlNrrE4Px .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uNlNrrE4Px .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNlNrrE4Px .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uNlNrrE4Px .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNlNrrE4Px .dropdown-item.active,
.cid-uNlNrrE4Px .dropdown-item:active {
  background-color: transparent;
}
.cid-uNlNrrE4Px .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNlNrrE4Px .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNlNrrE4Px .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNlNrrE4Px .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-uNlNrrE4Px ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uNlNrrE4Px .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNlNrrE4Px button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlNrrE4Px button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNlNrrE4Px nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlNrrE4Px a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uNlNrrE4Px .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-uNlNrrE4Px .navbar {
    height: 70px;
  }
  .cid-uNlNrrE4Px .navbar.opened {
    height: auto;
  }
  .cid-uNlNrrE4Px .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNlNrrE4Px .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uNlNrrE4Px .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uNlNrrE4Px .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uNlNrrE4Px .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uNlNrrE4Px .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uNlNrrE4Px .navbar-caption:hover {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uNlNrrE4Px .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uNlNrrE4Px .text_widget {
  margin-bottom: 32px;
}
.cid-uNlNrrE4Px .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uNlNrrE4Px .text_widget a:hover {
  opacity: .5;
}
.cid-uNlNrrE4Px .icons-menu-main {
  display: flex;
}
.cid-uNlNrrE4Px .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNlNrrE4Px .mbr-section-subtitle,
.cid-uNlNrrE4Px .text_widget,
.cid-uNlNrrE4Px .mbr-section-btn {
  text-align: center;
}
.cid-uNlNrrE4Px a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uNgtfqzbF4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/20240513-154651-2000x1126-800x450.jpg");
}
.cid-uNgtfqzbF4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNgtfqzbF4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNgtfqzbF4 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uNgtfqzbF4 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uNgtfqzbF4 .container-fluid .row {
  padding-top: 15%;
}
@media (max-width: 992px) {
  .cid-uNgtfqzbF4 .container-fluid .row {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-uNgtfqzbF4 .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uNgtfqzbF4 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uNgtfqzbF4 .title-wrapper .logo-wrap {
  margin-bottom: 16px;
}
.cid-uNgtfqzbF4 .title-wrapper .logo-wrap img {
  display: inline-flex;
  height: 92px;
  width: 254px;
  object-fit: cover;
}
.cid-uNgtfqzbF4 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uNgtfqzbF4 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uNgtfqzbF4 .title-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uNgtfqzbF4 .title-wrapper .desc-wrapper .desc-wrap {
    margin-bottom: 20px;
    display: block;
  }
}
.cid-uNgtfqzbF4 .title-wrapper .desc-wrapper .desc-wrap .mbr-price {
  margin-bottom: 0;
}
.cid-uNgtfqzbF4 .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin: 0 0 0 6px;
}
@media (max-width: 992px) {
  .cid-uNgtfqzbF4 .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0;
  }
}
.cid-uNgtfqzbF4 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNgtfqzbF4 .buttons-wrap {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.cid-uNgtfqzbF4 .buttons-wrap .mbr-section-btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uNgtfqzbF4 .buttons-wrap .mbr-section-btn {
    text-align: left;
  }
}
.cid-uNgtfqzbF4 .mbr-section-title {
  color: #ffffff;
}
.cid-uNgtfqzbF4 .mbr-price {
  color: #ffffff;
}
.cid-uNgtfqzbF4 .mbr-desc {
  color: #f2f2f2;
}
.cid-uNgtfqzbF4 .mbr-text {
  color: #151e11;
}
.cid-uNgtfqzbF4 .mbr-section-btn {
  text-align: right;
}
.cid-uNgtfqzbF4 .mbr-section-title,
.cid-uNgtfqzbF4 .logo-wrap,
.cid-uNgtfqzbF4 .mbr-section-btn {
  color: #d45615;
}
.cid-uNgrqy523c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNgrqy523c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNgrqy523c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNgrqy523c .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uNgrqy523c .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uNgrqy523c .container {
    padding: 0 20px;
  }
}
.cid-uNgrqy523c .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uNgrqy523c .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uNgrqy523c .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNgrqy523c .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uNgrqy523c .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNgrqy523c .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uNgrqy523c .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-uNgrqy523c .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNgrqy523c .image-wrapper img {
    height: 300px;
  }
}
.cid-uNgrqy523c .mbr-section-title {
  color: #c2b299;
}
.cid-uNgrqy523c .mbr-text {
  color: #e4dfd4;
}
.cid-uNgrqy523c .mbr-section-title-2,
.cid-uNgrqy523c .mbr-section-btn {
  color: #d45615;
}
.cid-uNgs7FuMr4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNgs7FuMr4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNgs7FuMr4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNgs7FuMr4 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uNgs7FuMr4 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uNgs7FuMr4 .container {
    padding: 0 20px;
  }
}
.cid-uNgs7FuMr4 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uNgs7FuMr4 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uNgs7FuMr4 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNgs7FuMr4 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uNgs7FuMr4 .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNgs7FuMr4 .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uNgs7FuMr4 .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-uNgs7FuMr4 .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNgs7FuMr4 .image-wrapper img {
    height: 300px;
  }
}
.cid-uNgs7FuMr4 .mbr-section-title {
  color: #c2b299;
}
.cid-uNgs7FuMr4 .mbr-text {
  color: #e4dfd4;
}
.cid-uNgs7FuMr4 .mbr-section-title-2,
.cid-uNgs7FuMr4 .mbr-section-btn {
  color: #d45615;
}
.cid-uNgseD1nqb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNgseD1nqb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNgseD1nqb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNgseD1nqb .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uNgseD1nqb .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uNgseD1nqb .container {
    padding: 0 20px;
  }
}
.cid-uNgseD1nqb .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uNgseD1nqb .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uNgseD1nqb .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNgseD1nqb .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uNgseD1nqb .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNgseD1nqb .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uNgseD1nqb .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-uNgseD1nqb .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNgseD1nqb .image-wrapper img {
    height: 300px;
  }
}
.cid-uNgseD1nqb .mbr-section-title {
  color: #c2b299;
}
.cid-uNgseD1nqb .mbr-text {
  color: #e4dfd4;
}
.cid-uNgseD1nqb .mbr-section-title-2,
.cid-uNgseD1nqb .mbr-section-btn {
  color: #d45615;
}
.cid-uK3jgI9Cm7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uK3jgI9Cm7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3jgI9Cm7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK3jgI9Cm7 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uK3jgI9Cm7 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uK3jgI9Cm7 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uK3jgI9Cm7 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uK3jgI9Cm7 .container {
    padding: 0 12px;
  }
}
.cid-uK3jgI9Cm7 .title-wrapper a {
  display: block;
}
.cid-uK3jgI9Cm7 .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uK3jgI9Cm7 .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-uK3jgI9Cm7 .list-wrapper .list,
.cid-uK3jgI9Cm7 .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uK3jgI9Cm7 .list-wrapper .list,
  .cid-uK3jgI9Cm7 .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-uK3jgI9Cm7 .list-wrapper .list .item-wrap,
.cid-uK3jgI9Cm7 .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uK3jgI9Cm7 .list-wrapper .list .item-wrap:hover,
.cid-uK3jgI9Cm7 .list-wrapper .list_main .item-wrap:hover,
.cid-uK3jgI9Cm7 .list-wrapper .list .item-wrap:focus,
.cid-uK3jgI9Cm7 .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uK3jgI9Cm7 .contacts-wrapper .list {
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uK3jgI9Cm7 .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uK3jgI9Cm7 .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uK3jgI9Cm7 .contacts-wrapper .list .item-wrap:hover,
.cid-uK3jgI9Cm7 .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uK3jgI9Cm7 .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uK3jgI9Cm7 .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-uK3jgI9Cm7 .social-row .soc-item {
  margin-right: 24px;
}
.cid-uK3jgI9Cm7 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uK3jgI9Cm7 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-uK3jgI9Cm7 .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-uK3jgI9Cm7 .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-uK3jgI9Cm7 .mbr-section-title {
  color: #ffffff;
}
.cid-uK3jgI9Cm7 .mbr-list-title {
  color: #ffffff;
}
.cid-uK3jgI9Cm7 .list {
  color: #787878;
}
.cid-uK3jgI9Cm7 .list_main {
  color: #787878;
}
.cid-uLKz08wleP a.nav-link:hover {
    color:#fd7e14!important;
}

#cid-uMZX5Z26oz > .item-content {
display: inline-block;
  width: 99%;
  margin-bottom: 0;
font-family: 'Space Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.8rem;
letter-spacing: 0.05em !important;
word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
white-space: normal !important;
}
input.text{background-color: transparent!important; border:none!important;  border-bottom:1px solid #b7962e!important;padding:5px;width:99%}
input.text:hover{background-color: transparent!important; border:none!important;  border-bottom:1px solid black!important;padding:10px;width:99%}

a.spip_out {color:orangered;} /* liens sortants */
article, section, footer{padding: 0; margin:0;}



/* ========================================================= */
/* ==  CORRECTION RESPONSIVE MENU - BREAKPOINT 1440px     == */
/* ========================================================= */

/* -- 1. Styles pour la vue "Bureau" à partir de 1440px -- */
@media (min-width: 1440px) {
  /* On s'assure que le bouton hamburger est bien caché */
  .menu1 .navbar-toggler {
    display: none;
  }

  /* On s'assure que le conteneur des liens est visible et flexible */
  .menu1 .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  /* On aligne les liens du menu principal horizontalement */
  .menu1 .navbar-nav {
    flex-direction: row;
  }

  /* On s'assure que les sous-menus (dropdown) s'affichent correctement */
  .menu1 .dropdown-menu {
    position: absolute; /* Comportement normal d'un dropdown sur bureau */
  }
}


/* -- 2. Styles pour la vue "Mobile" en dessous de 1440px -- */
@media (max-width: 1439.98px) {
  /* On force l'affichage du bouton hamburger */
  .menu1 .navbar-toggler {
    display: block;
  }
  
  /* On stylise le conteneur du menu quand il est ouvert */
  .menu1 .navbar-collapse {
    /* Cache le menu par défaut, JS ajoutera la classe .show pour l'afficher */
    display: none !important; 
    
    /* Apparence du menu déroulé */
    position: fixed; /* Reste fixe même si on scroll la page derrière */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 25, 25, 0.95); /* Fond sombre semi-transparent */
    padding-top: 80px; /* Espace pour ne pas être sous le logo/bouton fermer */
    
    /* On utilise flex pour centrer verticalement tout le contenu */
    flex-direction: column;
    justify-content: center;
  }

  /* Quand le menu est ouvert (grâce à la classe .show) */
  .menu1 .navbar-collapse.show {
    display: flex !important; /* On le ré-affiche en flex */
  }
  
  /* On organise les éléments du menu verticalement */
  .menu1 .navbar-nav,
  .menu1 .icons-menu-main,
  .menu1 .mbr-section-btn-main {
    flex-direction: column;
    align-items: center; /* On centre les éléments */
    width: 100%;
  }

  /* On s'assure que les liens sont bien verticaux */
  .menu1 .navbar-nav {
    flex-direction: column;
    text-align: center;
  }
  
  /* Le sous-menu ne doit pas être en position absolue sur mobile */
  .menu1 .dropdown-menu {
    position: static;
    background-color: transparent;
    border: none;
    box-shadow: none;
    text-align: center;
  }

  /* Espacement pour la lisibilité */
  .menu1 .nav-item {
    margin: 0.5rem 0;
  }

  /* Les icônes sociales et le bouton contact */
  .menu1 .icons-menu-main {
    flex-direction: row; /* On peut les garder en ligne */
    justify-content: center;
    margin-top: 2rem;
  }
  .menu1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}

.crayon-html .formulaire_crayon, .crayon-html .formulaire_crayon > input, input.crayon-html .formulaire_crayon,.crayon-html .formulaire_crayon textearea, .formulaire_crayon textarea.crayon-active{font-size :1em; color:black!important;}

.btn__label {font-family: 'Outfit', sans-serif!important;font-weight: 600; letter-spacing: .3em; font-size=2rem!important; text-transform: uppercase!important; padding=1em!important, margin=1em!important;color: #d45615}
