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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #f26623;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.875rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.455rem + (2.3 - 1.455) * ((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.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.455rem + (2.3 - 1.455) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fbaf17 !important;
}
.bg-success {
  background-color: #fbaf17 !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fbaf17 !important;
  border-color: #fbaf17 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fcc049 !important;
  border-color: #fcc049 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fcc049 !important;
  border-color: #fcc049 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #89714d !important;
  border-color: #89714d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #a78b62 !important;
  border-color: #a78b62 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a78b62 !important;
  border-color: #a78b62 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #fbaf17 !important;
  border-color: #fbaf17 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #fcc049 !important;
  border-color: #fcc049 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #fcc049 !important;
  border-color: #fcc049 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #fbaf17;
  color: #fbaf17;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b87c03 !important;
  background-color: transparent !important;
  border-color: #b87c03 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fbaf17 !important;
  border-color: #fbaf17 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #89714d;
  color: #89714d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #51432e !important;
  background-color: transparent !important;
  border-color: #51432e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #89714d !important;
  border-color: #89714d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fbaf17;
  color: #fbaf17;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b87c03 !important;
  background-color: transparent !important;
  border-color: #b87c03 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #fbaf17 !important;
  border-color: #fbaf17 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #fbaf17 !important;
}
.text-secondary {
  color: #89714d !important;
}
.text-success {
  color: #fbaf17 !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #f26623 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #f26623 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a97203 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #f26623;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fbaf17;
  border-color: #fbaf17;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f26623;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef4e0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fef4e0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #fbaf17 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #fbaf17;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fbaf17;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fbaf17;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fbaf17;
  border-bottom-color: #fbaf17;
}
.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: #fbaf17 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #89714d !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='%23fbaf17' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uMDw7519jg .navbar-dropdown {
  position: relative !important;
}
.cid-uMDw7519jg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMDw7519jg .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #fbaf17 !important;
}
.cid-uMDw7519jg .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uMDw7519jg .dropdown-item:after {
  right: 1rem !important;
}
.cid-uMDw7519jg .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uMDw7519jg .dropdown-item:hover:before,
.cid-uMDw7519jg .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uMDw7519jg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMDw7519jg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMDw7519jg .nav-link {
  position: relative;
}
.cid-uMDw7519jg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMDw7519jg .container {
    flex-wrap: nowrap;
  }
}
.cid-uMDw7519jg .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-uMDw7519jg .navbar-nav .nav-item {
  margin: 0;
}
.cid-uMDw7519jg .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uMDw7519jg .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uMDw7519jg .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uMDw7519jg .dropdown-menu,
.cid-uMDw7519jg .navbar.opened {
  background: #ffffff !important;
}
.cid-uMDw7519jg .nav-item:focus,
.cid-uMDw7519jg .nav-link:focus {
  outline: none;
}
.cid-uMDw7519jg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMDw7519jg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMDw7519jg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMDw7519jg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMDw7519jg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMDw7519jg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMDw7519jg .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-bottom: 2px solid #fbaf17 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uMDw7519jg .navbar.opened {
  transition: all 0.3s;
}
.cid-uMDw7519jg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMDw7519jg .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uMDw7519jg .navbar .navbar-logo img {
  width: auto;
}
.cid-uMDw7519jg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMDw7519jg .navbar.collapsed {
  justify-content: center;
}
.cid-uMDw7519jg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMDw7519jg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMDw7519jg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uMDw7519jg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMDw7519jg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMDw7519jg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uMDw7519jg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMDw7519jg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMDw7519jg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMDw7519jg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMDw7519jg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMDw7519jg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMDw7519jg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMDw7519jg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uMDw7519jg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMDw7519jg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMDw7519jg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMDw7519jg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMDw7519jg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMDw7519jg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uMDw7519jg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uMDw7519jg .navbar.navbar-short {
  min-height: 100px;
}
.cid-uMDw7519jg .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uMDw7519jg .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMDw7519jg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMDw7519jg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMDw7519jg .dropdown-item.active,
.cid-uMDw7519jg .dropdown-item:active {
  background-color: transparent;
}
.cid-uMDw7519jg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMDw7519jg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMDw7519jg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMDw7519jg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMDw7519jg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMDw7519jg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMDw7519jg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMDw7519jg .navbar-buttons {
  text-align: center;
}
.cid-uMDw7519jg button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uMDw7519jg button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uMDw7519jg button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uMDw7519jg button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uMDw7519jg button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uMDw7519jg button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uMDw7519jg button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #fbaf17;
  border-radius: 50%;
}
.cid-uMDw7519jg button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uMDw7519jg button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uMDw7519jg button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uMDw7519jg button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uMDw7519jg nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uMDw7519jg nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #fbaf17;
}
.cid-uMDw7519jg nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #fbaf17;
}
.cid-uMDw7519jg nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uMDw7519jg nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uMDw7519jg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMDw7519jg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMDw7519jg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMDw7519jg .navbar {
    height: 70px;
  }
  .cid-uMDw7519jg .navbar.opened {
    height: auto;
  }
  .cid-uMDw7519jg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMDw7519jg .container,
.cid-uMDw7519jg .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMDw7519jg .container,
  .cid-uMDw7519jg .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uMDw7519jg .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uMDw7519jg .navbar-collapse {
  min-height: 98px;
}
.cid-uMDw7519jg .mbr-section-btn {
  max-width: 35%;
}
.cid-uMDw7519jg .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uMDw7519jg {
    min-height: 70px !important;
  }
  .cid-uMDw7519jg .navbar {
    min-height: 70px !important;
  }
  .cid-uMDw7519jg .container-fluid {
    padding: 0 7%;
  }
  .cid-uMDw7519jg .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-uMDw7519jg .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uMDw7519jg .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uMDw7519jg .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uMDw7519jg .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uMDw7519jg .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uMDw7519jg .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uMDw7519jg .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uMDw7519jg .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uMDw7519jg .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-uMpfURjwWE {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/cab1.jpg");
}
.cid-uMpfURjwWE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMpfURjwWE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMpfURjwWE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMpfURjwWE .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-uMpfURjwWE .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-uMpfURjwWE .mbr-section-btn {
  margin-top: 18px;
}
.cid-uMpfURjwWE .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-uMpfURjwWE .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-vpWuefEjbI {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #eaeaea;
}
.cid-vpWuefEjbI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWuefEjbI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWuefEjbI .title-wrapper {
  margin-bottom: 40px;
}
.cid-vpWuefEjbI .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vpWuefEjbI .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vpWuefEjbI .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpWuefEjbI .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vpWuefEjbI .items-wrapper {
  margin: 0 -8px;
}
.cid-vpWuefEjbI .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vpWuefEjbI .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vpWuefEjbI .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vpWuefEjbI .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vpWuefEjbI .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vpWuefEjbI .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #b8b8b8;
}
.cid-vpWuefEjbI .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vpWuefEjbI .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vpWuefEjbI .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vpWuefEjbI .items-wrapper .item .item-wrapper .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vpWuefEjbI .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vpWuefEjbI .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12px;
}
.cid-vpWuefEjbI .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vpWuefEjbI .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}
.cid-vpWuefEjbI .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vpWuefEjbI .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vpWuefEjbI .mbr-section-title {
  color: #8d734a;
  text-align: center;
}
.cid-vpWuefEjbI .mbr-text,
.cid-vpWuefEjbI .text-wrapper {
  color: #fbaf17;
  text-align: center;
}
.cid-vpWuefEjbI .item-title {
  color: #000000;
}
.cid-vpWuefEjbI .item-text {
  color: #6c7179;
}
.cid-vpWuefEjbI .item-title,
.cid-vpWuefEjbI .mbr-section-btn {
  text-align: center;
  color: #b8b8b8;
}
.cid-vpWvjjpjYq {
  padding-top: 5rem;
  background-color: #eaeaea;
}
.cid-vpWvjjpjYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWvjjpjYq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWvjjpjYq .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-vpWvjjpjYq .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vpWvjjpjYq .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vpWvjjpjYq .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vpWvjjpjYq .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vpWvjjpjYq .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vpWvjjpjYq .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vpWvjjpjYq .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vpWvjjpjYq .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpWvjjpjYq .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vpWvjjpjYq .content-wrapper .google-map iframe {
  height: 400px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vpWvjjpjYq .content-wrapper .google-map iframe {
    height: 320px;
  }
}
.cid-vpWvjjpjYq .mbr-label,
.cid-vpWvjjpjYq .label-wrapper {
  color: #fbaf17;
  text-align: center;
}
.cid-vpWvjjpjYq .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vpWvjjpjYq .mbr-text,
.cid-vpWvjjpjYq .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-vpWvjjpjYq .mbr-section-title,
.cid-vpWvjjpjYq .mbr-section-btn {
  color: #89714d;
}
.cid-uMDPettIXN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-uMDPettIXN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMDPettIXN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMDPettIXN .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uMDPettIXN .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uMDPettIXN .content-wrap .row {
  justify-content: center;
}
.cid-uMDPettIXN .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMDPettIXN .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMDPettIXN .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uMDPettIXN .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uMDPettIXN .title-wrapper .title-wrap .logo-wrapper img {
  width: 280px;
  height: 100px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uMDPettIXN .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMDPettIXN .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMDPettIXN .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMDPettIXN .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uMDPettIXN .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMDPettIXN .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMDPettIXN .nav-wrapper .list .item-wrap:hover,
.cid-uMDPettIXN .nav-wrapper .list .item-wrap:focus {
  color: #f26522;
}
.cid-uMDPettIXN .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMDPettIXN .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMDPettIXN .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMDPettIXN .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uMDPettIXN .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMDPettIXN .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMDPettIXN .contacts-wrapper .list .item-wrap:hover,
.cid-uMDPettIXN .contacts-wrapper .list .item-wrap:focus {
  color: #f26522;
}
.cid-uMDPettIXN .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMDPettIXN .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMDPettIXN .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMDPettIXN .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uMDPettIXN .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uMDPettIXN .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uMDPettIXN .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uMDPettIXN .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uMDPettIXN .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #fbaf17;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uMDPettIXN .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #89714d;
  text-align: left;
}
.cid-uMDPettIXN .mbr-section-title {
  color: #ed463f;
}
.cid-uMDPettIXN .mbr-section-subtitle {
  color: #89714d;
}
.cid-uMDPettIXN .list {
  color: #000000;
}
.cid-uMDPettIXN .list,
.cid-uMDPettIXN .item-wrap {
  color: #fbaf17;
}
.cid-uNVc4SGUOZ .navbar-dropdown {
  position: relative !important;
}
.cid-uNVc4SGUOZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNVc4SGUOZ .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #fbaf17 !important;
}
.cid-uNVc4SGUOZ .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uNVc4SGUOZ .dropdown-item:after {
  right: 1rem !important;
}
.cid-uNVc4SGUOZ .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNVc4SGUOZ .dropdown-item:hover:before,
.cid-uNVc4SGUOZ .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uNVc4SGUOZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNVc4SGUOZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNVc4SGUOZ .nav-link {
  position: relative;
}
.cid-uNVc4SGUOZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uNVc4SGUOZ .container {
    flex-wrap: nowrap;
  }
}
.cid-uNVc4SGUOZ .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-uNVc4SGUOZ .navbar-nav .nav-item {
  margin: 0;
}
.cid-uNVc4SGUOZ .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uNVc4SGUOZ .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNVc4SGUOZ .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uNVc4SGUOZ .dropdown-menu,
.cid-uNVc4SGUOZ .navbar.opened {
  background: #ffffff !important;
}
.cid-uNVc4SGUOZ .nav-item:focus,
.cid-uNVc4SGUOZ .nav-link:focus {
  outline: none;
}
.cid-uNVc4SGUOZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNVc4SGUOZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNVc4SGUOZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNVc4SGUOZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNVc4SGUOZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNVc4SGUOZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNVc4SGUOZ .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-bottom: 2px solid #fbaf17 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uNVc4SGUOZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uNVc4SGUOZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNVc4SGUOZ .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uNVc4SGUOZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uNVc4SGUOZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNVc4SGUOZ .navbar.collapsed {
  justify-content: center;
}
.cid-uNVc4SGUOZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNVc4SGUOZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNVc4SGUOZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uNVc4SGUOZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNVc4SGUOZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNVc4SGUOZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNVc4SGUOZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNVc4SGUOZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNVc4SGUOZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNVc4SGUOZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNVc4SGUOZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNVc4SGUOZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNVc4SGUOZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNVc4SGUOZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNVc4SGUOZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNVc4SGUOZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNVc4SGUOZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNVc4SGUOZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNVc4SGUOZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNVc4SGUOZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uNVc4SGUOZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uNVc4SGUOZ .navbar.navbar-short {
  min-height: 100px;
}
.cid-uNVc4SGUOZ .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uNVc4SGUOZ .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNVc4SGUOZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNVc4SGUOZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNVc4SGUOZ .dropdown-item.active,
.cid-uNVc4SGUOZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uNVc4SGUOZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNVc4SGUOZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNVc4SGUOZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNVc4SGUOZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNVc4SGUOZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNVc4SGUOZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNVc4SGUOZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNVc4SGUOZ .navbar-buttons {
  text-align: center;
}
.cid-uNVc4SGUOZ button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uNVc4SGUOZ button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uNVc4SGUOZ button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uNVc4SGUOZ button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNVc4SGUOZ button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNVc4SGUOZ button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uNVc4SGUOZ button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #fbaf17;
  border-radius: 50%;
}
.cid-uNVc4SGUOZ button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNVc4SGUOZ button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uNVc4SGUOZ button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uNVc4SGUOZ button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNVc4SGUOZ nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uNVc4SGUOZ nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #fbaf17;
}
.cid-uNVc4SGUOZ nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #fbaf17;
}
.cid-uNVc4SGUOZ nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNVc4SGUOZ nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uNVc4SGUOZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uNVc4SGUOZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNVc4SGUOZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNVc4SGUOZ .navbar {
    height: 70px;
  }
  .cid-uNVc4SGUOZ .navbar.opened {
    height: auto;
  }
  .cid-uNVc4SGUOZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNVc4SGUOZ .container,
.cid-uNVc4SGUOZ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNVc4SGUOZ .container,
  .cid-uNVc4SGUOZ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uNVc4SGUOZ .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uNVc4SGUOZ .navbar-collapse {
  min-height: 98px;
}
.cid-uNVc4SGUOZ .mbr-section-btn {
  max-width: 35%;
}
.cid-uNVc4SGUOZ .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uNVc4SGUOZ {
    min-height: 70px !important;
  }
  .cid-uNVc4SGUOZ .navbar {
    min-height: 70px !important;
  }
  .cid-uNVc4SGUOZ .container-fluid {
    padding: 0 7%;
  }
  .cid-uNVc4SGUOZ .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-uNVc4SGUOZ .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uNVc4SGUOZ .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uNVc4SGUOZ .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uNVc4SGUOZ .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uNVc4SGUOZ .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uNVc4SGUOZ .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uNVc4SGUOZ .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uNVc4SGUOZ .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uNVc4SGUOZ .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-uUn5RXZleH {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/beifort-empresa-cab-2.jpg");
}
.cid-uUn5RXZleH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUn5RXZleH .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-uUn5RXZleH .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uUn5RXZleH .container {
    padding: 0 24px;
  }
}
.cid-uUn5RXZleH .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uUn5RXZleH .content-wrapper {
    padding: 0;
  }
}
.cid-uUn5RXZleH .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uUn5RXZleH .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uUn5RXZleH .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uUn5RXZleH .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uUn5RXZleH .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUn5RXZleH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUn5RXZleH .mbr-section-title {
  color: #ffffff;
}
.cid-uUn5RXZleH .mbr-desc,
.cid-uUn5RXZleH .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUn5RXZleH .mbr-text,
.cid-uUn5RXZleH .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUn5RXZleH .mbr-section-title,
.cid-uUn5RXZleH .mbr-section-btn {
  text-align: center;
}
.cid-uTBrKGGaub {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaeaea;
}
.cid-uTBrKGGaub .mbr-text {
  color: #000000;
}
.cid-uTBrKGGaub .mbr-section-subtitle {
  color: #000000;
}
.cid-uTBrKGGaub .mbr-section-title {
  color: #89714d;
}
.cid-uTBRkkjozS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #89714d;
}
@media (max-width: 767px) {
  .cid-uTBRkkjozS .mbr-text {
    text-align: center;
  }
}
.cid-uTBRkkjozS .container-fluid {
  padding: 0;
}
.cid-uTBRkkjozS .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-uTBRkkjozS img {
  height: 100%;
  object-fit: cover;
}
.cid-uTBRkkjozS .mbr-figure {
  height: 100%;
}
.cid-uTBRkkjozS .col-lg-6 {
  padding: 0;
}
.cid-uTBRkkjozS .row {
  margin: 0;
}
.cid-uTBRkkjozS H1 {
  color: #7c92dc;
}
.cid-uTBRkkjozS H3 {
  color: #52156f;
}
.cid-uTBRkkjozS .mbr-text,
.cid-uTBRkkjozS .mbr-section-btn {
  color: #52156f;
}
.cid-uTBwAh6yRb {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #89714d;
}
.cid-uTBwAh6yRb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTBwAh6yRb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTBwAh6yRb .card-wrapper {
  background: #89714d;
}
@media (max-width: 767px) {
  .cid-uTBwAh6yRb .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uTBwAh6yRb .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uTBwAh6yRb .card-wrapper {
    padding: 4rem;
  }
}
.cid-uTBwAh6yRb .mbr-text,
.cid-uTBwAh6yRb .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uTBwAh6yRb .card-title,
.cid-uTBwAh6yRb .card-box {
  text-align: left;
  color: #000000;
}
.cid-uTBwAh6yRb .mbr-section-subtitle {
  text-align: left;
}
.cid-uTBwAh6yRb .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uTBwAh6yRb .mbr-card-title {
  text-align: left;
  color: #ffffff;
}
.cid-uNWYsmJDVo {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
@media (min-width: 768px) {
  .cid-uNWYsmJDVo {
    align-items: center;
  }
  .cid-uNWYsmJDVo .row {
    justify-content: center;
  }
  .cid-uNWYsmJDVo .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uNWYsmJDVo .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uNWYsmJDVo {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uNWYsmJDVo .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uNWYsmJDVo .content-wrap {
    width: 100%;
  }
}
.cid-uNWYsmJDVo .mbr-section-title,
.cid-uNWYsmJDVo .mbr-section-subtitle {
  text-align: center;
}
.cid-uNWYsmJDVo .mbr-text,
.cid-uNWYsmJDVo .mbr-section-btn {
  text-align: center;
  color: #89714d;
}
.cid-uNWYsmJDVo .mbr-section-title {
  color: #89714d;
}
.cid-uNVdlH1OAP {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #eaeaea;
}
@media (min-width: 992px) {
  .cid-uNVdlH1OAP .wrapper {
    padding: 0 28px;
  }
}
.cid-uNVdlH1OAP .mbr-section-head {
  margin-bottom: 210px;
}
@media (min-width: 992px) {
  .cid-uNVdlH1OAP .mbr-section-head {
    margin-bottom: 100px;
  }
}
@media (min-width: 1400px) {
  .cid-uNVdlH1OAP .image-wrapper {
    height: 385px;
  }
}
@media (max-width: 767px) {
  .cid-uNVdlH1OAP .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-uNVdlH1OAP .image-wrapper img {
  max-height: 385px;
  width: 100%;
  object-fit: cover;
  border: 3px solid #f26522;
  border-radius: 20px !important;
}
.cid-uNVdlH1OAP .timeline-element {
  position: relative;
}
.cid-uNVdlH1OAP .timeline-element:after {
  content: "";
  position: absolute;
  background-color: #f26522;
  width: 3px;
}
@media (max-width: 767px) {
  .cid-uNVdlH1OAP .timeline-element:after {
    height: calc(100% + 40px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uNVdlH1OAP .timeline-element:after {
    height: calc(100% + 35px);
    top: 28px;
    left: 50%;
  }
}
.cid-uNVdlH1OAP .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uNVdlH1OAP .reverse {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-uNVdlH1OAP .right {
    margin-right: 4rem;
  }
  .cid-uNVdlH1OAP .left {
    margin-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uNVdlH1OAP .image-wrapper,
  .cid-uNVdlH1OAP .timeline-text-wrapper {
    margin-left: 4rem;
  }
}
.cid-uNVdlH1OAP .iconBackground {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #f26522;
  background-color: #f26522;
  margin-left: -5px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uNVdlH1OAP .iconBackground {
    left: 15px;
    top: 40px;
  }
}
@media (min-width: 768px) {
  .cid-uNVdlH1OAP .iconBackground {
    top: 15px;
    left: 50%;
  }
}
.cid-uNVdlH1OAP .timeline-text-wrapper {
  padding-top: 20px;
}
.cid-uNVdlH1OAP .mbr-timeline-date {
  color: #f26522;
}
.cid-uNVdlH1OAP .mbr-section-title {
  color: #89714d;
}
.cid-uNVdlH1OAP .mbr-timeline-title {
  color: #89714d;
}
.cid-uNVc4UhZ1B {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-uNVc4UhZ1B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNVc4UhZ1B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNVc4UhZ1B .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uNVc4UhZ1B .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uNVc4UhZ1B .content-wrap .row {
  justify-content: center;
}
.cid-uNVc4UhZ1B .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uNVc4UhZ1B .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNVc4UhZ1B .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uNVc4UhZ1B .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uNVc4UhZ1B .title-wrapper .title-wrap .logo-wrapper img {
  width: 280px;
  height: 100px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uNVc4UhZ1B .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uNVc4UhZ1B .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uNVc4UhZ1B .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNVc4UhZ1B .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uNVc4UhZ1B .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uNVc4UhZ1B .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uNVc4UhZ1B .nav-wrapper .list .item-wrap:hover,
.cid-uNVc4UhZ1B .nav-wrapper .list .item-wrap:focus {
  color: #f26522;
}
.cid-uNVc4UhZ1B .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uNVc4UhZ1B .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uNVc4UhZ1B .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNVc4UhZ1B .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uNVc4UhZ1B .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uNVc4UhZ1B .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uNVc4UhZ1B .contacts-wrapper .list .item-wrap:hover,
.cid-uNVc4UhZ1B .contacts-wrapper .list .item-wrap:focus {
  color: #f26522;
}
.cid-uNVc4UhZ1B .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uNVc4UhZ1B .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uNVc4UhZ1B .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNVc4UhZ1B .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uNVc4UhZ1B .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uNVc4UhZ1B .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uNVc4UhZ1B .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uNVc4UhZ1B .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uNVc4UhZ1B .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #fbaf17;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uNVc4UhZ1B .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #89714d;
  text-align: left;
}
.cid-uNVc4UhZ1B .mbr-section-title {
  color: #ed463f;
}
.cid-uNVc4UhZ1B .mbr-section-subtitle {
  color: #89714d;
}
.cid-uNVc4UhZ1B .list {
  color: #000000;
}
.cid-uNVc4UhZ1B .list,
.cid-uNVc4UhZ1B .item-wrap {
  color: #fbaf17;
}
.cid-uOjzExtiZS .navbar-dropdown {
  position: relative !important;
}
.cid-uOjzExtiZS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOjzExtiZS .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #fbaf17 !important;
}
.cid-uOjzExtiZS .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uOjzExtiZS .dropdown-item:after {
  right: 1rem !important;
}
.cid-uOjzExtiZS .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uOjzExtiZS .dropdown-item:hover:before,
.cid-uOjzExtiZS .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uOjzExtiZS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOjzExtiZS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOjzExtiZS .nav-link {
  position: relative;
}
.cid-uOjzExtiZS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uOjzExtiZS .container {
    flex-wrap: nowrap;
  }
}
.cid-uOjzExtiZS .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-uOjzExtiZS .navbar-nav .nav-item {
  margin: 0;
}
.cid-uOjzExtiZS .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uOjzExtiZS .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uOjzExtiZS .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uOjzExtiZS .dropdown-menu,
.cid-uOjzExtiZS .navbar.opened {
  background: #ffffff !important;
}
.cid-uOjzExtiZS .nav-item:focus,
.cid-uOjzExtiZS .nav-link:focus {
  outline: none;
}
.cid-uOjzExtiZS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOjzExtiZS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOjzExtiZS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOjzExtiZS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOjzExtiZS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOjzExtiZS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOjzExtiZS .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-bottom: 2px solid #fbaf17 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uOjzExtiZS .navbar.opened {
  transition: all 0.3s;
}
.cid-uOjzExtiZS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOjzExtiZS .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uOjzExtiZS .navbar .navbar-logo img {
  width: auto;
}
.cid-uOjzExtiZS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOjzExtiZS .navbar.collapsed {
  justify-content: center;
}
.cid-uOjzExtiZS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOjzExtiZS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOjzExtiZS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uOjzExtiZS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOjzExtiZS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOjzExtiZS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uOjzExtiZS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOjzExtiZS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOjzExtiZS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOjzExtiZS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOjzExtiZS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOjzExtiZS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOjzExtiZS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOjzExtiZS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uOjzExtiZS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOjzExtiZS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOjzExtiZS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOjzExtiZS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOjzExtiZS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOjzExtiZS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uOjzExtiZS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uOjzExtiZS .navbar.navbar-short {
  min-height: 100px;
}
.cid-uOjzExtiZS .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uOjzExtiZS .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOjzExtiZS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOjzExtiZS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOjzExtiZS .dropdown-item.active,
.cid-uOjzExtiZS .dropdown-item:active {
  background-color: transparent;
}
.cid-uOjzExtiZS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOjzExtiZS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOjzExtiZS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOjzExtiZS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uOjzExtiZS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOjzExtiZS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOjzExtiZS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOjzExtiZS .navbar-buttons {
  text-align: center;
}
.cid-uOjzExtiZS button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uOjzExtiZS button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uOjzExtiZS button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uOjzExtiZS button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uOjzExtiZS button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uOjzExtiZS button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uOjzExtiZS button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #fbaf17;
  border-radius: 50%;
}
.cid-uOjzExtiZS button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uOjzExtiZS button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uOjzExtiZS button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uOjzExtiZS button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uOjzExtiZS nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uOjzExtiZS nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #fbaf17;
}
.cid-uOjzExtiZS nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #fbaf17;
}
.cid-uOjzExtiZS nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uOjzExtiZS nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uOjzExtiZS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOjzExtiZS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOjzExtiZS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOjzExtiZS .navbar {
    height: 70px;
  }
  .cid-uOjzExtiZS .navbar.opened {
    height: auto;
  }
  .cid-uOjzExtiZS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOjzExtiZS .container,
.cid-uOjzExtiZS .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOjzExtiZS .container,
  .cid-uOjzExtiZS .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uOjzExtiZS .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uOjzExtiZS .navbar-collapse {
  min-height: 98px;
}
.cid-uOjzExtiZS .mbr-section-btn {
  max-width: 35%;
}
.cid-uOjzExtiZS .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uOjzExtiZS {
    min-height: 70px !important;
  }
  .cid-uOjzExtiZS .navbar {
    min-height: 70px !important;
  }
  .cid-uOjzExtiZS .container-fluid {
    padding: 0 7%;
  }
  .cid-uOjzExtiZS .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-uOjzExtiZS .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uOjzExtiZS .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uOjzExtiZS .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uOjzExtiZS .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uOjzExtiZS .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uOjzExtiZS .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uOjzExtiZS .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uOjzExtiZS .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uOjzExtiZS .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-uWlWBFly1K {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #89714d;
}
.cid-uWlWBFly1K .mbr-text {
  color: #ffffff;
}
.cid-uWlWBFly1K .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWlWBFly1K .mbr-section-title {
  color: #f26623;
}
.cid-uWmfaRyiUQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
.cid-uWmfaRyiUQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWmfaRyiUQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWmfaRyiUQ .row {
  flex-direction: row-reverse;
}
.cid-uWBX7Iz4HI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f26623;
}
.cid-uWBX7Iz4HI .mbr-text {
  color: #ffffff;
}
.cid-uWBX7Iz4HI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWBX7Iz4HI .mbr-section-title {
  color: #f26623;
}
.cid-uWwtI4VDhT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f26623;
}
.cid-uWwtI4VDhT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWwtI4VDhT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWwtI4VDhT .row {
  flex-direction: row-reverse;
}
.cid-uWBIR6jMIJ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f26623;
}
.cid-uWBIR6jMIJ .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uWBIR6jMIJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWBIR6jMIJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWBIR6jMIJ .item-wrapper {
  background: #f26623;
  padding: 1rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uWBIR6jMIJ .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWBIR6jMIJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uWBIR6jMIJ .card-title,
.cid-uWBIR6jMIJ .iconfont-wrapper {
  color: #eaeaea;
  text-align: center;
}
.cid-uWBIR6jMIJ .content-head {
  max-width: 800px;
}
.cid-uWBIR6jMIJ .mbr-section-title {
  color: #000000;
}
.cid-uWBIR6jMIJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uWBIR6jMIJ .card-text {
  color: #eaeaea;
  text-align: center;
}
.cid-uWBIR6jMIJ .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWBIR6jMIJ .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uWwsOUCivO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-uWwsOUCivO .mbr-text {
  color: #ffffff;
}
.cid-uWwsOUCivO .mbr-section-subtitle {
  color: #000000;
}
.cid-uWwsOUCivO .mbr-section-title {
  color: #89714d;
  text-align: left;
}
.cid-uWvLuCasOv {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #eaeaea;
}
.cid-uWvLuCasOv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvLuCasOv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWvLuCasOv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWvLuCasOv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWvLuCasOv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWvLuCasOv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWvLuCasOv .mbr-section-title {
  color: #89714d;
  text-align: center;
}
.cid-uWvLuCasOv .mbr-text,
.cid-uWvLuCasOv .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uWvLuCasOv .mbr-section-title DIV {
  text-align: left;
}
.cid-uWvOS8NJsP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
.cid-uWvOS8NJsP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvOS8NJsP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWvOS8NJsP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWvOS8NJsP .row {
  flex-direction: row-reverse;
}
.cid-uWvOS8NJsP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWvOS8NJsP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWvOS8NJsP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWvOS8NJsP .mbr-section-title {
  color: #89714d;
  text-align: center;
}
.cid-uWvOS8NJsP .mbr-text,
.cid-uWvOS8NJsP .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uWvOS8NJsP .mbr-section-title DIV {
  text-align: left;
}
.cid-uWvPasqytk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
.cid-uWvPasqytk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvPasqytk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWvPasqytk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWvPasqytk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWvPasqytk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWvPasqytk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWvPasqytk .mbr-section-title {
  color: #89714d;
  text-align: center;
}
.cid-uWvPasqytk .mbr-text,
.cid-uWvPasqytk .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uWvPasqytk .mbr-section-title DIV {
  text-align: left;
}
.cid-uWvPoZMqXy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
.cid-uWvPoZMqXy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvPoZMqXy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWvPoZMqXy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWvPoZMqXy .row {
  flex-direction: row-reverse;
}
.cid-uWvPoZMqXy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWvPoZMqXy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWvPoZMqXy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWvPoZMqXy .mbr-section-title {
  color: #89714d;
  text-align: center;
}
.cid-uWvPoZMqXy .mbr-text,
.cid-uWvPoZMqXy .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uWvPoZMqXy .mbr-section-title DIV {
  text-align: left;
}
.cid-uWvPAw3832 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
.cid-uWvPAw3832 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvPAw3832 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWvPAw3832 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWvPAw3832 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWvPAw3832 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWvPAw3832 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWvPAw3832 .mbr-section-title {
  color: #89714d;
  text-align: center;
}
.cid-uWvPAw3832 .mbr-text,
.cid-uWvPAw3832 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uWvPAw3832 .mbr-section-title DIV {
  text-align: left;
}
.cid-uWvPPwXzxi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
.cid-uWvPPwXzxi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvPPwXzxi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWvPPwXzxi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWvPPwXzxi .row {
  flex-direction: row-reverse;
}
.cid-uWvPPwXzxi .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWvPPwXzxi .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWvPPwXzxi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWvPPwXzxi .mbr-section-title {
  color: #89714d;
  text-align: center;
}
.cid-uWvPPwXzxi .mbr-text,
.cid-uWvPPwXzxi .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uWvPPwXzxi .mbr-section-title DIV {
  text-align: left;
}
.cid-uWw6KpY5lB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWw6KpY5lB .mbr-text {
  color: #ffffff;
}
.cid-uWw6KpY5lB .mbr-section-subtitle {
  color: #000000;
}
.cid-uWw6KpY5lB .mbr-section-title {
  color: #89714d;
}
.cid-uWw6KpY5lB .mbr-section-title DIV {
  text-align: center;
}
.cid-uWpT4SEf1x {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uWpT4SEf1x .carousel-control {
  background: #f26623;
  color: #f26623;
}
.cid-uWpT4SEf1x .mbr-section-subtitle {
  color: #767676;
}
.cid-uWpT4SEf1x .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWpT4SEf1x .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uWpT4SEf1x .carousel-item .wrap-img {
  text-align: center;
}
.cid-uWpT4SEf1x .carousel-item .wrap-img img {
  max-height: 500px;
  width: auto;
  max-width: 100%;
}
.cid-uWpT4SEf1x .carousel-controls {
  display: flex;
  color: #f26623;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWpT4SEf1x .carousel-controls .carousel-control {
  background: #f26623;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uWpT4SEf1x .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uWpT4SEf1x .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uWpT4SEf1x .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uWpT4SEf1x .cloneditem-1,
.cid-uWpT4SEf1x .cloneditem-2,
.cid-uWpT4SEf1x .cloneditem-3,
.cid-uWpT4SEf1x .cloneditem-4,
.cid-uWpT4SEf1x .cloneditem-5 {
  display: none;
}
.cid-uWpT4SEf1x .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uWpT4SEf1x .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uWpT4SEf1x .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uWpT4SEf1x .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uWpT4SEf1x .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uWpT4SEf1x .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uWpT4SEf1x .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uWpT4SEf1x .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uWpT4SEf1x .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uWpT4SEf1x .carousel-inner.slides2 .cloneditem-1,
  .cid-uWpT4SEf1x .carousel-inner.slides2 .cloneditem-2,
  .cid-uWpT4SEf1x .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uWpT4SEf1x .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uWpT4SEf1x .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uWpT4SEf1x .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uWpT4SEf1x .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uWpT4SEf1x .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uWpT4SEf1x .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uWpT4SEf1x .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uWpT4SEf1x .carousel-inner.slides3 .cloneditem-1,
  .cid-uWpT4SEf1x .carousel-inner.slides3 .cloneditem-2,
  .cid-uWpT4SEf1x .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uWpT4SEf1x .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uWpT4SEf1x .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uWpT4SEf1x .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uWpT4SEf1x .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uWpT4SEf1x .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uWpT4SEf1x .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uWpT4SEf1x .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uWpT4SEf1x .carousel-inner.slides4 .cloneditem-1,
  .cid-uWpT4SEf1x .carousel-inner.slides4 .cloneditem-2,
  .cid-uWpT4SEf1x .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uWpT4SEf1x .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uWpT4SEf1x .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uWpT4SEf1x .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uWpT4SEf1x .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uWpT4SEf1x .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uWpT4SEf1x .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uWpT4SEf1x .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uWpT4SEf1x .carousel-inner.slides5 .cloneditem-1,
  .cid-uWpT4SEf1x .carousel-inner.slides5 .cloneditem-2,
  .cid-uWpT4SEf1x .carousel-inner.slides5 .cloneditem-3,
  .cid-uWpT4SEf1x .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uWpT4SEf1x .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uWpT4SEf1x .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uWpT4SEf1x .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uWpT4SEf1x .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uWpT4SEf1x .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uWpT4SEf1x .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uWpT4SEf1x .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uWpT4SEf1x .carousel-inner.slides6 .cloneditem-1,
  .cid-uWpT4SEf1x .carousel-inner.slides6 .cloneditem-2,
  .cid-uWpT4SEf1x .carousel-inner.slides6 .cloneditem-3,
  .cid-uWpT4SEf1x .carousel-inner.slides6 .cloneditem-4,
  .cid-uWpT4SEf1x .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uWBhoIMKr6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWBhoIMKr6 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #fbaf17;
  margin-left: 1rem;
}
.cid-uWBhoIMKr6 .panel-group {
  border: none;
}
.cid-uWBhoIMKr6 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uWBhoIMKr6 .panel-body {
  padding: 1rem 2rem;
}
.cid-uWBhoIMKr6 .header-wrapper {
  position: relative;
}
.cid-uWBhoIMKr6 .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-uWBhoIMKr6 span {
  transition: all 0.3s;
  color: #89714d !important;
}
.cid-uWBhoIMKr6 .card {
  overflow: visible;
}
.cid-uWBhoIMKr6 .card:hover .card-header {
  border-color: #89714d;
}
.cid-uWBhoIMKr6 .card:hover .hover-bg {
  background: #f26623;
  right: -8px;
  top: 8px;
}
.cid-uWBhoIMKr6 .card:hover span {
  transform: rotate(-90deg);
}
.cid-uWBhoIMKr6 .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #eaeaea;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uWBhoIMKr6 .panel-body {
    padding: 1rem 0rem;
  }
  .cid-uWBhoIMKr6 .card-header {
    padding: 1rem 1rem;
  }
}
.cid-uWBhoIMKr6 H4 {
  color: #777d74;
}
.cid-uWBhoIMKr6 .panel-title-edit {
  color: #89714d;
  text-align: left;
}
.cid-uWBhoIMKr6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWBhoIMKr6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWBhoIMKr6 .panel-text {
  text-align: left;
}
.cid-uOjzEKMLYe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-uOjzEKMLYe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOjzEKMLYe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOjzEKMLYe .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uOjzEKMLYe .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uOjzEKMLYe .content-wrap .row {
  justify-content: center;
}
.cid-uOjzEKMLYe .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOjzEKMLYe .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOjzEKMLYe .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uOjzEKMLYe .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uOjzEKMLYe .title-wrapper .title-wrap .logo-wrapper img {
  width: 280px;
  height: 100px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uOjzEKMLYe .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOjzEKMLYe .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOjzEKMLYe .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOjzEKMLYe .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uOjzEKMLYe .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOjzEKMLYe .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uOjzEKMLYe .nav-wrapper .list .item-wrap:hover,
.cid-uOjzEKMLYe .nav-wrapper .list .item-wrap:focus {
  color: #f26522;
}
.cid-uOjzEKMLYe .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOjzEKMLYe .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOjzEKMLYe .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOjzEKMLYe .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uOjzEKMLYe .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOjzEKMLYe .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uOjzEKMLYe .contacts-wrapper .list .item-wrap:hover,
.cid-uOjzEKMLYe .contacts-wrapper .list .item-wrap:focus {
  color: #f26522;
}
.cid-uOjzEKMLYe .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOjzEKMLYe .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOjzEKMLYe .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOjzEKMLYe .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uOjzEKMLYe .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOjzEKMLYe .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uOjzEKMLYe .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uOjzEKMLYe .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uOjzEKMLYe .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #fbaf17;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uOjzEKMLYe .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #89714d;
  text-align: left;
}
.cid-uOjzEKMLYe .mbr-section-title {
  color: #ed463f;
}
.cid-uOjzEKMLYe .mbr-section-subtitle {
  color: #89714d;
}
.cid-uOjzEKMLYe .list {
  color: #000000;
}
.cid-uOjzEKMLYe .list,
.cid-uOjzEKMLYe .item-wrap {
  color: #fbaf17;
}
.cid-v2roPxuHRs .navbar-dropdown {
  position: relative !important;
}
.cid-v2roPxuHRs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2roPxuHRs .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #fbaf17 !important;
}
.cid-v2roPxuHRs .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-v2roPxuHRs .dropdown-item:after {
  right: 1rem !important;
}
.cid-v2roPxuHRs .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-v2roPxuHRs .dropdown-item:hover:before,
.cid-v2roPxuHRs .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-v2roPxuHRs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2roPxuHRs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2roPxuHRs .nav-link {
  position: relative;
}
.cid-v2roPxuHRs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v2roPxuHRs .container {
    flex-wrap: nowrap;
  }
}
.cid-v2roPxuHRs .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-v2roPxuHRs .navbar-nav .nav-item {
  margin: 0;
}
.cid-v2roPxuHRs .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-v2roPxuHRs .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-v2roPxuHRs .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-v2roPxuHRs .dropdown-menu,
.cid-v2roPxuHRs .navbar.opened {
  background: #ffffff !important;
}
.cid-v2roPxuHRs .nav-item:focus,
.cid-v2roPxuHRs .nav-link:focus {
  outline: none;
}
.cid-v2roPxuHRs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2roPxuHRs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2roPxuHRs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2roPxuHRs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2roPxuHRs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2roPxuHRs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2roPxuHRs .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-bottom: 2px solid #fbaf17 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-v2roPxuHRs .navbar.opened {
  transition: all 0.3s;
}
.cid-v2roPxuHRs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2roPxuHRs .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-v2roPxuHRs .navbar .navbar-logo img {
  width: auto;
}
.cid-v2roPxuHRs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2roPxuHRs .navbar.collapsed {
  justify-content: center;
}
.cid-v2roPxuHRs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2roPxuHRs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2roPxuHRs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-v2roPxuHRs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2roPxuHRs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2roPxuHRs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v2roPxuHRs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2roPxuHRs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2roPxuHRs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2roPxuHRs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2roPxuHRs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2roPxuHRs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2roPxuHRs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2roPxuHRs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v2roPxuHRs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2roPxuHRs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2roPxuHRs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2roPxuHRs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2roPxuHRs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2roPxuHRs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2roPxuHRs .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2roPxuHRs .navbar.navbar-short {
  min-height: 100px;
}
.cid-v2roPxuHRs .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-v2roPxuHRs .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2roPxuHRs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2roPxuHRs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2roPxuHRs .dropdown-item.active,
.cid-v2roPxuHRs .dropdown-item:active {
  background-color: transparent;
}
.cid-v2roPxuHRs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2roPxuHRs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2roPxuHRs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2roPxuHRs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2roPxuHRs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2roPxuHRs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2roPxuHRs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2roPxuHRs .navbar-buttons {
  text-align: center;
}
.cid-v2roPxuHRs button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-v2roPxuHRs button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-v2roPxuHRs button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-v2roPxuHRs button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-v2roPxuHRs button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-v2roPxuHRs button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-v2roPxuHRs button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #fbaf17;
  border-radius: 50%;
}
.cid-v2roPxuHRs button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-v2roPxuHRs button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-v2roPxuHRs button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-v2roPxuHRs button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-v2roPxuHRs nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-v2roPxuHRs nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #fbaf17;
}
.cid-v2roPxuHRs nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #fbaf17;
}
.cid-v2roPxuHRs nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-v2roPxuHRs nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-v2roPxuHRs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2roPxuHRs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2roPxuHRs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2roPxuHRs .navbar {
    height: 70px;
  }
  .cid-v2roPxuHRs .navbar.opened {
    height: auto;
  }
  .cid-v2roPxuHRs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2roPxuHRs .container,
.cid-v2roPxuHRs .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2roPxuHRs .container,
  .cid-v2roPxuHRs .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v2roPxuHRs .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-v2roPxuHRs .navbar-collapse {
  min-height: 98px;
}
.cid-v2roPxuHRs .mbr-section-btn {
  max-width: 35%;
}
.cid-v2roPxuHRs .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-v2roPxuHRs {
    min-height: 70px !important;
  }
  .cid-v2roPxuHRs .navbar {
    min-height: 70px !important;
  }
  .cid-v2roPxuHRs .container-fluid {
    padding: 0 7%;
  }
  .cid-v2roPxuHRs .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-v2roPxuHRs .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-v2roPxuHRs .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-v2roPxuHRs .navbar-nav li {
    margin: 0 !important;
  }
  .cid-v2roPxuHRs .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-v2roPxuHRs .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-v2roPxuHRs .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-v2roPxuHRs .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-v2roPxuHRs .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-v2roPxuHRs .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-v2roPzN1xf {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
@media (min-width: 768px) {
  .cid-v2roPzN1xf {
    align-items: center;
  }
  .cid-v2roPzN1xf .row {
    justify-content: center;
  }
  .cid-v2roPzN1xf .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v2roPzN1xf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v2roPzN1xf {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v2roPzN1xf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v2roPzN1xf .content-wrap {
    width: 100%;
  }
}
.cid-v2roPzN1xf .mbr-section-title,
.cid-v2roPzN1xf .mbr-section-subtitle {
  text-align: center;
}
.cid-v2roPzN1xf .mbr-text,
.cid-v2roPzN1xf .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v2roPzN1xf .mbr-section-title {
  color: #ffffff;
}
.cid-v2roPzN1xf .mbr-section-subtitle {
  color: #f26623;
}
.cid-v2roPAkx91 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
  overflow: hidden;
}
.cid-v2roPAkx91 .container {
  max-width: 100% !important;
}
.cid-v2roPAkx91 .mbr-section-head {
  max-width: 1300px;
  width: 100%;
  padding: 40px 0 50px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .cid-v2roPAkx91 .mbr-section-head {
    max-width: 1100px;
  }
}
@media (max-width: 1199px) {
  .cid-v2roPAkx91 .mbr-section-head {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-v2roPAkx91 .mbr-section-head {
    max-width: 86%;
  }
}
@media (max-width: 767px) {
  .cid-v2roPAkx91 .mbr-section-head {
    padding: 30px 0 40px;
  }
}
.cid-v2roPAkx91 .mbr-section-title {
  color: #f26623;
}
.cid-v2roPAkx91 .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-v2roPAkx91 .items-row {
  position: relative;
  margin-top: -1px;
  margin-left: -3px !important;
  margin-right: -3px !important;
}
.cid-v2roPAkx91 .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 15% 15% 13% 15%;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-v2roPAkx91 .item-wrapper {
    padding: 13% 7% 12%;
  }
}
.cid-v2roPAkx91 .item {
  padding: 0 !important;
  margin: -1px -1px 0;
  overflow: hidden;
}
.cid-v2roPAkx91 .item:nth-child(1n) .item-wrapper {
  background: linear-gradient(to left, #eaeaea 0 50%, #ffffff 50% 100%);
  background-size: 200% 100%;
  background-position: right;
}
.cid-v2roPAkx91 .item:nth-child(1n) .item-wrapper:hover {
  background-position: left;
}
.cid-v2roPAkx91 .item:nth-child(2n) .item-wrapper {
  background: linear-gradient(to top, #eaeaea 0 50%, #ffffff 50% 100%);
  background-size: 100% 200%;
  background-position: bottom;
}
.cid-v2roPAkx91 .item:nth-child(2n) .item-wrapper:hover {
  background-position: top;
}
.cid-v2roPAkx91 .item:nth-child(3n) .item-wrapper {
  background: linear-gradient(to right, #eaeaea 0 50%, #ffffff 50% 100%);
  background-size: 200% 100%;
  background-position: left;
}
.cid-v2roPAkx91 .item:nth-child(3n) .item-wrapper:hover {
  background-position: right;
}
.cid-v2roPAkx91 .item-img {
  width: 100%;
}
.cid-v2roPAkx91 .item-img img {
  width: 100%;
  aspect-ratio: calc(425 / (124 * 1));
  object-fit: cover;
}
.cid-v2roPAkx91 .item-content {
  margin-top: 15px;
}
.cid-v2roPAkx91 .mbr-text {
  margin-top: 15px;
  color: #303030;
}
.cid-v2roPAkx91 .item-title {
  margin-top: 5px;
  color: #89714d;
  text-align: center;
}
.cid-v2roPAkx91 .mbr-section-btn {
  padding-top: 10px;
  margin-top: auto !important;
}
.cid-v2roPAkx91 .mbr-text,
.cid-v2roPAkx91 .mbr-section-btn {
  text-align: center;
}
.cid-v2si1u5nbG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
  overflow: hidden;
}
.cid-v2si1u5nbG .container {
  max-width: 100% !important;
}
.cid-v2si1u5nbG .mbr-section-head {
  max-width: 1300px;
  width: 100%;
  padding: 40px 0 50px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .cid-v2si1u5nbG .mbr-section-head {
    max-width: 1100px;
  }
}
@media (max-width: 1199px) {
  .cid-v2si1u5nbG .mbr-section-head {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-v2si1u5nbG .mbr-section-head {
    max-width: 86%;
  }
}
@media (max-width: 767px) {
  .cid-v2si1u5nbG .mbr-section-head {
    padding: 30px 0 40px;
  }
}
.cid-v2si1u5nbG .mbr-section-title {
  color: #f26623;
}
.cid-v2si1u5nbG .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-v2si1u5nbG .items-row {
  position: relative;
  margin-top: -1px;
  margin-left: -3px !important;
  margin-right: -3px !important;
}
.cid-v2si1u5nbG .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 15% 15% 13% 15%;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-v2si1u5nbG .item-wrapper {
    padding: 13% 7% 12%;
  }
}
.cid-v2si1u5nbG .item {
  padding: 0 !important;
  margin: -1px -1px 0;
  overflow: hidden;
}
.cid-v2si1u5nbG .item:nth-child(1n) .item-wrapper {
  background: linear-gradient(to left, #eaeaea 0 50%, #ffffff 50% 100%);
  background-size: 200% 100%;
  background-position: right;
}
.cid-v2si1u5nbG .item:nth-child(1n) .item-wrapper:hover {
  background-position: left;
}
.cid-v2si1u5nbG .item:nth-child(2n) .item-wrapper {
  background: linear-gradient(to top, #eaeaea 0 50%, #ffffff 50% 100%);
  background-size: 100% 200%;
  background-position: bottom;
}
.cid-v2si1u5nbG .item:nth-child(2n) .item-wrapper:hover {
  background-position: top;
}
.cid-v2si1u5nbG .item:nth-child(3n) .item-wrapper {
  background: linear-gradient(to right, #eaeaea 0 50%, #ffffff 50% 100%);
  background-size: 200% 100%;
  background-position: left;
}
.cid-v2si1u5nbG .item:nth-child(3n) .item-wrapper:hover {
  background-position: right;
}
.cid-v2si1u5nbG .item-img {
  width: 100%;
}
.cid-v2si1u5nbG .item-img img {
  width: 100%;
  aspect-ratio: calc(425 / (124 * 1));
  object-fit: cover;
}
.cid-v2si1u5nbG .item-content {
  margin-top: 15px;
}
.cid-v2si1u5nbG .mbr-text {
  margin-top: 15px;
  color: #303030;
}
.cid-v2si1u5nbG .item-title {
  margin-top: 5px;
  color: #89714d;
  text-align: center;
}
.cid-v2si1u5nbG .mbr-section-btn {
  padding-top: 10px;
  margin-top: auto !important;
}
.cid-v2si1u5nbG .mbr-text,
.cid-v2si1u5nbG .mbr-section-btn {
  text-align: center;
}
.cid-v2s9cR72Md {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/solucoes1-3.jpg");
  background-size: calc(50% - 1rem);
  background-position: right;
  background-color: #89714d;
}
@media (max-width: 992px) {
  .cid-v2s9cR72Md {
    background-size: cover;
    background-position: center;
  }
}
.cid-v2sfmyGRHB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/solucoes7.jpg");
  background-size: calc(50% - 1rem);
  background-position: right;
  background-color: #89714d;
}
@media (max-width: 992px) {
  .cid-v2sfmyGRHB {
    background-size: cover;
    background-position: center;
  }
}
.cid-v2sfnrD91O {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/solucoes5.jpg");
  background-size: calc(50% - 1rem);
  background-position: right;
  background-color: #89714d;
}
@media (max-width: 992px) {
  .cid-v2sfnrD91O {
    background-size: cover;
    background-position: center;
  }
}
.cid-v2sfnrD91O .mbr-section-title {
  color: #ffffff;
}
.cid-v2slmW7PnJ {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-v2slmW7PnJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2slmW7PnJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2slmW7PnJ .row {
  flex-direction: row-reverse;
}
.cid-v2slmW7PnJ .mbr-description {
  text-align: left;
}
.cid-v2slmW7PnJ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-v2slmW7PnJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v2slmW7PnJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v2slmW7PnJ .card-title,
.cid-v2slmW7PnJ .iconfont-wrapper {
  color: #000000;
}
.cid-v2slmW7PnJ .card-text {
  color: #000000;
}
.cid-v2slmW7PnJ .mbr-section-title {
  color: #f26623;
  text-align: center;
}
.cid-v2slmW7PnJ .mbr-number {
  color: #ffd6c2;
}
.cid-v2slmW7PnJ .mbr-text,
.cid-v2slmW7PnJ .mbr-section-btn {
  text-align: center;
}
.cid-v2slmW7PnJ .card-text,
.cid-v2slmW7PnJ .item .mbr-section-btn {
  text-align: left;
}
.cid-v2slmW7PnJ .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2slmW7PnJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2slmW7PnJ .card-title {
  color: #89714d;
}
.cid-v2roPBhuuL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-v2roPBhuuL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2roPBhuuL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2roPBhuuL .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v2roPBhuuL .content-wrap {
    padding: 30px 20px;
  }
}
.cid-v2roPBhuuL .content-wrap .row {
  justify-content: center;
}
.cid-v2roPBhuuL .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v2roPBhuuL .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2roPBhuuL .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v2roPBhuuL .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-v2roPBhuuL .title-wrapper .title-wrap .logo-wrapper img {
  width: 280px;
  height: 100px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-v2roPBhuuL .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2roPBhuuL .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v2roPBhuuL .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2roPBhuuL .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v2roPBhuuL .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v2roPBhuuL .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v2roPBhuuL .nav-wrapper .list .item-wrap:hover,
.cid-v2roPBhuuL .nav-wrapper .list .item-wrap:focus {
  color: #f26522;
}
.cid-v2roPBhuuL .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2roPBhuuL .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v2roPBhuuL .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2roPBhuuL .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v2roPBhuuL .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v2roPBhuuL .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v2roPBhuuL .contacts-wrapper .list .item-wrap:hover,
.cid-v2roPBhuuL .contacts-wrapper .list .item-wrap:focus {
  color: #f26522;
}
.cid-v2roPBhuuL .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2roPBhuuL .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v2roPBhuuL .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2roPBhuuL .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v2roPBhuuL .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v2roPBhuuL .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v2roPBhuuL .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v2roPBhuuL .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-v2roPBhuuL .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #fbaf17;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-v2roPBhuuL .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #89714d;
  text-align: left;
}
.cid-v2roPBhuuL .mbr-section-title {
  color: #ed463f;
}
.cid-v2roPBhuuL .mbr-section-subtitle {
  color: #89714d;
}
.cid-v2roPBhuuL .list {
  color: #000000;
}
.cid-v2roPBhuuL .list,
.cid-v2roPBhuuL .item-wrap {
  color: #fbaf17;
}
