.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'cheddar jack';
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.8rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.9rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.375rem;
}
.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: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((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.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((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: #7f060f !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #479f04 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7f060f !important;
  border-color: #7f060f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #b00815 !important;
  border-color: #b00815 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b00815 !important;
  border-color: #b00815 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ffb833 !important;
  border-color: #ffb833 !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: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !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: #479f04 !important;
  border-color: #479f04 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #5dd105 !important;
  border-color: #5dd105 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #5dd105 !important;
  border-color: #5dd105 !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: #7f060f;
  color: #7f060f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2c0205 !important;
  background-color: transparent !important;
  border-color: #2c0205 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7f060f !important;
  border-color: #7f060f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffa600;
  color: #ffa600;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a86e00 !important;
  background-color: transparent !important;
  border-color: #a86e00 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa600 !important;
  border-color: #ffa600 !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: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !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: #479f04;
  color: #479f04;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #214a02 !important;
  background-color: transparent !important;
  border-color: #214a02 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #479f04 !important;
  border-color: #479f04 !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: #7f060f !important;
}
.text-secondary {
  color: #ffa600 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #479f04 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1e0103 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #996400 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #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: #1b3c01 !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: #7f060f;
}
.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: #479f04;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7f060f;
  border-color: #7f060f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #7f060f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f41122;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.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: #83fa29;
}
/* 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: #7f060f !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: #7f060f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #7f060f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #7f060f;
}
.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: #7f060f;
  border-bottom-color: #7f060f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #7f060f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffa600 !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='%237f060f' %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-u3wpqNBJXO .navbar {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
  background: none;
}
@media (min-width: 1200px) {
  .cid-u3wpqNBJXO .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-u3wpqNBJXO .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-u3wpqNBJXO .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-u3wpqNBJXO .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-u3wpqNBJXO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-u3wpqNBJXO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u3wpqNBJXO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-u3wpqNBJXO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-u3wpqNBJXO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-u3wpqNBJXO .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-u3wpqNBJXO .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #232323 !important;
}
.cid-u3wpqNBJXO .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-u3wpqNBJXO .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-u3wpqNBJXO .navbar-fixed-top.opened {
  position: relative;
}
.cid-u3wpqNBJXO a {
  font-style: normal;
}
.cid-u3wpqNBJXO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-u3wpqNBJXO .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-u3wpqNBJXO .nav-item .nav-link {
  color: #ffffff;
}
.cid-u3wpqNBJXO .nav-item .nav-link.display-4 {
  font-size: 15px;
}
.cid-u3wpqNBJXO .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #4f87fb;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: bold;
}
.cid-u3wpqNBJXO .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-u3wpqNBJXO .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-u3wpqNBJXO .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u3wpqNBJXO .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-u3wpqNBJXO .menu-content-right {
    display: none;
  }
}
.cid-u3wpqNBJXO .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-u3wpqNBJXO .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-u3wpqNBJXO .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-u3wpqNBJXO .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-u3wpqNBJXO .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #3a341c;
}
.cid-u3wpqNBJXO .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-u3wpqNBJXO .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-u3wpqNBJXO .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-u3wpqNBJXO .right-box {
    display: none;
  }
}
.cid-u3wpqNBJXO .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u3wpqNBJXO .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-u3wpqNBJXO .content-text {
  margin-bottom: 0;
}
.cid-u3wpqNBJXO .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-u3wpqNBJXO .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #7f060f;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-u3wpqNBJXO .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-u3wpqNBJXO .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-u3wpqNBJXO .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-u3wpqNBJXO .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-u3wpqNBJXO .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-u3wpqNBJXO .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u3wpqNBJXO .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u3wpqNBJXO .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-u3wpqNBJXO .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-u3wpqNBJXO .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u3wpqNBJXO .nav-dropdown .link {
  font-weight: 600;
}
.cid-u3wpqNBJXO .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u3wpqNBJXO .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-u3wpqNBJXO .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-u3wpqNBJXO .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-u3wpqNBJXO .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-u3wpqNBJXO .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-u3wpqNBJXO .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u3wpqNBJXO .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-u3wpqNBJXO .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-u3wpqNBJXO .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-u3wpqNBJXO .menu-content-bottom {
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .cid-u3wpqNBJXO .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-u3wpqNBJXO .menu-content-top.show {
  display: block;
}
.cid-u3wpqNBJXO .pre-header-right {
  align-self: center;
}
.cid-u3wpqNBJXO .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-u3wpqNBJXO .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #f4f8fa;
}
.cid-u3wpqNBJXO .pre-header-right .content-right-side .content-link:hover span {
  color: #000000;
}
.cid-u3wpqNBJXO .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-u3wpqNBJXO .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-u3wpqNBJXO .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-u3wpqNBJXO .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-u3wpqNBJXO .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-u3wpqNBJXO .navbar .menu-content-top {
    display: none;
  }
  .cid-u3wpqNBJXO .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-u3wpqNBJXO .dropdown-item:before {
    display: none;
  }
  .cid-u3wpqNBJXO .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-u3wpqNBJXO img {
    height: 3.8rem !important;
  }
  .cid-u3wpqNBJXO .btn {
    display: flex;
  }
  .cid-u3wpqNBJXO button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-u3wpqNBJXO .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u3wpqNBJXO .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-u3wpqNBJXO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u3wpqNBJXO .navbar-collapse.collapsing,
  .cid-u3wpqNBJXO .navbar-collapse.show {
    display: block !important;
  }
  .cid-u3wpqNBJXO .navbar-collapse.collapsing .navbar-nav,
  .cid-u3wpqNBJXO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-u3wpqNBJXO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u3wpqNBJXO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-u3wpqNBJXO .navbar-collapse.collapsing .navbar-buttons,
  .cid-u3wpqNBJXO .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-u3wpqNBJXO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u3wpqNBJXO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u3wpqNBJXO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-u3wpqNBJXO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u3wpqNBJXO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u3wpqNBJXO .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-u3wpqNBJXO .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-u3wpqNBJXO .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-u3wpqNBJXO .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-u3wpqNBJXO .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-u3wpqNBJXO .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-u3wpqNBJXO .navbar {
    display: block;
    padding: 0;
  }
  .cid-u3wpqNBJXO .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-u3wpqNBJXO .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-u3wpqNBJXO .navbar-toggler {
    display: none;
  }
}
.cid-u3wpqNBJXO .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-u3wpqNBJXO .menu-area-wrapper .menu-area {
  background-color: #7f060f;
  position: relative;
  z-index: 9;
  border-radius: 5px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-u3wpqNBJXO .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-u3wpqNBJXO .menu-area-wrapper {
    height: 100%;
  }
}
.cid-u3wpqNBJXO .navbar-short {
  background: transparent;
}
.cid-u3wpqNBJXO .navbar-short .menu-content-top,
.cid-u3wpqNBJXO .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-u3wpqNBJXO .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-u3wpqNBJXO .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-u3wpqNBJXO .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u3wpqNBJXO .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-u3wpqNBJXO .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-u3wpqNBJXO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-u3wpqNBJXO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u3wpqNBJXO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u3wpqNBJXO .dropdown {
  color: #3a341c !important;
}
.cid-u3wpqNBJXO .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #7f060f;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #3a341c !important;
}
@media (max-width: 1200px) {
  .cid-u3wpqNBJXO .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-u3wpqNBJXO .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-u3wpqNBJXO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-u3wpqNBJXO .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #7f060f;
  color: #ffffff;
}
.cid-u3wpqNBJXO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-u3wpqNBJXO .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-u3wpqNBJXO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u3wpqNBJXO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u3wpqNBJXO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u3wpqNBJXO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3wpqNBJXO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-u3wpqNBJXO .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-u3wpqNBJXO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-u3wpqNBJXO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u3wpqNBJXO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u3wpqNBJXO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u3wpqNBJXO button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-u3wpqNBJXO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-u3wpqNBJXO button.navbar-toggler:focus {
  outline: none;
}
.cid-u3wpqNBJXO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #f4f8fa;
}
.cid-u3wpqNBJXO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-u3wpqNBJXO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-u3wpqNBJXO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-u3wpqNBJXO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-u3wpqNBJXO nav.opened .hamburger span {
  height: 4px;
  background-color: #000000;
}
.cid-u3wpqNBJXO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-u3wpqNBJXO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-u3wpqNBJXO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-u3wpqNBJXO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-u3wpqNBJXO .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-u3wpqNBJXO .collapsed .menu-logo {
  margin-right: 0;
}
.cid-u3wpqNBJXO .collapsed .btn {
  display: flex;
}
.cid-u3wpqNBJXO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u3wpqNBJXO .collapsed .navbar-collapse.collapsing,
.cid-u3wpqNBJXO .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-u3wpqNBJXO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u3wpqNBJXO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-u3wpqNBJXO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u3wpqNBJXO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u3wpqNBJXO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u3wpqNBJXO .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-u3wpqNBJXO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u3wpqNBJXO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-u3wpqNBJXO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem  - 1rem);
  }
  .cid-u3wpqNBJXO .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u3wpqNBJXO .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u3wpqNBJXO .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u3wpqNBJXO .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-u3wpqNBJXO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-u3wpqNBJXO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u3wpqNBJXO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u3wpqNBJXO .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-u3wpqNBJXO .collapsed .dropdown-item:before {
  display: none;
}
.cid-u3wpqNBJXO .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-u3wpqNBJXO .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-u3wpqNBJXO .nav-link:focus {
  outline: none;
}
.cid-u3wpqNBJXO .navbar-toggler {
  position: relative;
}
.cid-u3wpqNBJXO .dropdown-item.active,
.cid-u3wpqNBJXO .dropdown-item:active {
  color: auto;
}
.cid-u3wpqNBJXO .dropdown-item:hover {
  color: #7f060f;
}
.cid-u3wpqNBJXO .widget-title,
.cid-u3wpqNBJXO .widget-icon {
  color: #ffffff;
}
.cid-u3wpqNBJXO .widget-text {
  color: #ffffff;
}
.cid-u3vYtQPVz8 {
  display: flex;
  padding-top: 180px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/9f186ea9-0ce9-4a87-9197-ec9a9f03bc05-1600x852.jpg");
}
.cid-u3vYtQPVz8 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-u3vYtQPVz8 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-u3vYtQPVz8 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-u3vYtQPVz8 {
    align-items: center;
  }
  .cid-u3vYtQPVz8 .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u3vYtQPVz8 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u3vYtQPVz8 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u3vYtQPVz8 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u3vYtQPVz8 .content-wrap {
    width: 100%;
  }
}
.cid-u3vYtQPVz8 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u3vYtQPVz8 .mbr-text,
.cid-u3vYtQPVz8 .mbr-section-btn {
  text-align: left;
}
.cid-u3w95FJp76 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffa600;
}
.cid-u3w95FJp76 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u3w95FJp76 .mbr-section-title B {
  color: #ffffff;
}
.cid-u3w95FJp76 .mbr-section-title {
  text-align: center;
  color: #f6ecde;
}
.cid-u3w95FJp76 .mbr-section-title DIV {
  color: #ffffff;
}
.cid-u3HqrBVu6i {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/img-4288-2000x1333.jpeg");
}
.cid-u3HqrBVu6i .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3HqrBVu6i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3HqrBVu6i .mbr-section-title {
  color: #ffffff;
}
.cid-uk7lEd2OeT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uk7lEd2OeT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk7lEd2OeT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk7lEd2OeT .mbr-section-title {
  color: #ffffff;
}
.cid-u3CIg8qECo {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
  background: linear-gradient(45deg, #f7f7f7, #ffffff);
}
.cid-u3CIg8qECo H2 {
  color: #ffa600;
}
.cid-u3CIg8qECo .mbr-text,
.cid-u3CIg8qECo .mbr-section-btn {
  color: #808080;
}
.cid-u3CIg8qECo .mbr-section-btn {
  margin-bottom: -5.2rem;
}
.cid-u3CIg8qECo .center-card {
  background: white;
  padding: 3rem;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
}
.cid-u3CIg8qECo .mbr-figure {
  height: 100%;
}
.cid-u3CIg8qECo .card-img {
  height: 100%;
  padding: 0 2rem;
}
.cid-u3CIg8qECo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.cid-u3CIg8qECo H1 {
  color: #7f060f;
}
@media (max-width: 992px) {
  .cid-u3CIg8qECo .mbr-section-btn {
    margin-bottom: 0rem;
  }
  .cid-u3CIg8qECo .card-img {
    padding: 0rem;
    padding-bottom: 2rem;
    max-height: 300px;
  }
  .cid-u3CIg8qECo .container {
    padding: 0 3rem;
  }
  .cid-u3CIg8qECo .center-card {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u3CIg8qECo .container {
    padding: 0 2rem;
  }
  .cid-u3CIg8qECo .card-img {
    width: 100%;
  }
  .cid-u3CIg8qECo .center-card {
    padding: 1rem;
  }
}
.cid-u3CIg8qECo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3CIg8qECo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4m9fyQqQt {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-u4m9fyQqQt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4m9fyQqQt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-u4m9fyQqQt .container {
    max-width: 1400px;
  }
}
.cid-u4m9fyQqQt .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #7f060f;
  margin-bottom: 2rem;
}
.cid-u4m9fyQqQt .card-wrapper {
  margin-top: 3rem;
}
.cid-u4m9fyQqQt .row {
  justify-content: center;
}
.cid-u4m9fyQqQt .card-title,
.cid-u4m9fyQqQt .iconfont-wrapper {
  color: #7f060f;
}
.cid-u4m9fyQqQt .card-text {
  color: #000000;
}
.cid-u3HrrnCPy4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/img-4259-2000x1333.jpeg");
}
.cid-u3HrrnCPy4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u3HrrnCPy4 .mbr-section-title B {
  color: #ffffff;
}
.cid-u3HrrnCPy4 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u3HrrnCPy4 .mbr-section-title DIV {
  color: #ffffff;
}
.cid-u3HsV4pWuK {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-u3HsV4pWuK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3HsV4pWuK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3HsV4pWuK .mbr-section-title {
  color: #7f060f;
  text-align: center;
}
.cid-u3HsV4pWuK .mbr-section-subtitle {
  text-align: center;
}
.cid-u3wKxNSTFZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-u3wKxNSTFZ .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-u3wKxNSTFZ .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-u3wKxNSTFZ .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-u3wKxNSTFZ .card-title {
  color: #7f060f;
  margin: 0;
  text-align: center;
}
.cid-u3wKxNSTFZ .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-u3wKxNSTFZ .card-box {
  padding: 1rem;
}
.cid-u3wKxNSTFZ .mbr-section-title,
.cid-u3wKxNSTFZ .line-wrap {
  text-align: center;
  color: #800d12;
}
.cid-u3wKxNSTFZ .card-box > p,
.cid-u3wKxNSTFZ .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-u3x0dLSH8m {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-u3CWDfiOlU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/img-4280-2000x1333.jpg");
}
.cid-u3CWDfiOlU .title_block {
  margin-bottom: 80px;
}
.cid-u3CWDfiOlU .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #7f060f;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-u3CWDfiOlU .mbr-section-title,
.cid-u3CWDfiOlU .card-title {
  color: #ffa600;
}
.cid-u3CWDfiOlU .card_wrapper {
  height: 100%;
  background: #ffffff;
  padding: 45px 35px;
  box-shadow: 0 20px 60px 0 rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u3CWDfiOlU .card_wrapper:hover {
  transform: translateY(-16px);
}
.cid-u3CWDfiOlU .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(127, 6, 15, 0.07);
}
.cid-u3CWDfiOlU .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #7f060f;
}
.cid-u3CWDfiOlU .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(160, 226, 225, 0.07);
}
.cid-u3CWDfiOlU .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #a0e2e1;
}
.cid-u3CWDfiOlU .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(58, 52, 28, 0.07);
}
.cid-u3CWDfiOlU .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #3a341c;
}
.cid-u3CWDfiOlU .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(50, 7, 7, 0.07);
}
.cid-u3CWDfiOlU .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #320707;
}
.cid-u3CWDfiOlU .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-u3CWDfiOlU .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-u3CWDfiOlU .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-u3CWDfiOlU .card-title {
  margin-bottom: 20px;
}
.cid-u3CWDfiOlU .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-u3CWDfiOlU .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-u3CWDfiOlU .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u3CWDfiOlU .btn_link:hover {
  cursor: pointer;
}
.cid-u3CWDfiOlU .btn_link:hover a {
  color: #7f060f !important;
}
.cid-u3CWDfiOlU .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-u3CWDfiOlU .title_block {
    margin-bottom: 40px;
  }
  .cid-u3CWDfiOlU .card {
    text-align: center;
  }
  .cid-u3CWDfiOlU .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-u3CWDfiOlU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3CWDfiOlU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3CWDfiOlU .card-title,
.cid-u3CWDfiOlU .icon_block {
  text-align: center;
  color: #7f060f;
}
.cid-u3CWDfiOlU .card-text,
.cid-u3CWDfiOlU .btn_link {
  text-align: center;
}
.cid-u3HHiM3rbr {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-u3HHiM3rbr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3HHiM3rbr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3HHiM3rbr .mbr-section-title {
  color: #7f060f;
  text-align: center;
}
.cid-u3HHiM3rbr .mbr-section-subtitle {
  text-align: center;
}
.cid-u3HGJTPGIm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-u3HGJTPGIm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3HGJTPGIm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3HGJTPGIm .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-u3HGJTPGIm .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u3HGJTPGIm .container {
    padding: 0 26px;
  }
}
.cid-u3HGJTPGIm .row {
  justify-content: center;
}
.cid-u3HGJTPGIm .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-u3HGJTPGIm .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-u3HGJTPGIm .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-u3HGJTPGIm .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-u3HGJTPGIm .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-u3HGJTPGIm .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-u3HGJTPGIm .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-u3HGJTPGIm .item .item-wrapper .item-content a .mbr-desc,
.cid-u3HGJTPGIm .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u3HGJTPGIm .item-title {
  color: #7f060f;
  text-align: center;
}
.cid-u3HGJTPGIm .mbr-date {
  color: #cacaca;
}
.cid-u3HGJTPGIm .mbr-desc {
  color: #cacaca;
}
.cid-u3Iy5ssBcw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-u3Iy5ssBcw h6 {
  line-height: 1.2;
}
.cid-u3Iy5ssBcw img,
.cid-u3Iy5ssBcw .item-img {
  width: 100%;
}
.cid-u3Iy5ssBcw .item:focus,
.cid-u3Iy5ssBcw span:focus {
  outline: none;
}
.cid-u3Iy5ssBcw .item {
  cursor: pointer;
}
.cid-u3Iy5ssBcw .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u3Iy5ssBcw .item {
  padding: 0;
  margin: 0;
}
.cid-u3Iy5ssBcw .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u3Iy5ssBcw .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-u3Iy5ssBcw .mbr-section-title {
  color: #7f060f;
}
.cid-u3Iy5ssBcw .mbr-text,
.cid-u3Iy5ssBcw .mbr-section-btn {
  color: #000000;
}
.cid-u3Iy5ssBcw .item-title {
  color: #000000;
  text-align: center;
}
.cid-u3Iy5ssBcw .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u3Iy5ssBcw .item-text {
  color: #000000;
  text-align: center;
}
.cid-u3Iy5ssBcw .content-head {
  max-width: 800px;
}
.cid-u3Iy5ssBcw .item-title,
.cid-u3Iy5ssBcw .mbr-section-btn {
  color: #7f060f;
}
.cid-u3ICK4ZVNC {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-u3Nw6JqI93 {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/suste-9-2000x533.jpg");
}
.cid-u3Nw6JqI93 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u3Nw6JqI93 .mbr-section-title B {
  color: #ffffff;
}
.cid-u3Nw6JqI93 .mbr-section-title {
  text-align: center;
  color: #f6ecde;
}
.cid-u3Nw6JqI93 .mbr-section-title DIV {
  color: #ffffff;
}
.cid-u4i9PNsu5W {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-u4i9PNsu5W .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4i9PNsu5W .row {
  flex-direction: row-reverse;
}
.cid-u4i9PNsu5W img {
  width: 100%;
}
.cid-u3N6s1qj6q {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-u3N6s1qj6q img {
  max-width: 500px;
  width: 100%;
  margin: auto;
}
.cid-u3N6s1qj6q H2 {
  color: #7f060f;
}
.cid-u3N6s1qj6q .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3N6s1qj6q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3N6s1qj6q .mbr-text,
.cid-u3N6s1qj6q .mbr-section-btn {
  color: #000000;
}
.cid-u3N6s1qj6q H1 {
  color: #000000;
}
.cid-u3N6s1qj6q H3 {
  color: #7f060f;
}
.cid-u3NxqcQa47 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-u3NfqVPO7o {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-u3NfqVPO7o .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3NfqVPO7o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3NxKZkpMj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/img-4412-2000x1333.jpg");
}
.cid-u3NxKZkpMj .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u3NxKZkpMj .mbr-section-title B {
  color: #ffffff;
}
.cid-u3NxKZkpMj .mbr-section-title {
  text-align: center;
  color: #f6ecde;
}
.cid-u3NxKZkpMj .mbr-section-title DIV {
  color: #ffffff;
}
.cid-u3w1l6xVMg {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-u3w1l6xVMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3w1l6xVMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-u3w1l6xVMg .row {
    flex-direction: column-reverse;
  }
  .cid-u3w1l6xVMg .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-u3w1l6xVMg .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u3w1l6xVMg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u3w1l6xVMg .media-content,
.cid-u3w1l6xVMg .mbr-figure {
  align-self: center;
}
.cid-u3w1l6xVMg .mbr-figure iframe {
  width: 100%;
}
.cid-u3w1l6xVMg .mbr-text,
.cid-u3w1l6xVMg .mbr-section-btn {
  color: #000000;
}
.cid-u3w1l6xVMg .mbr-section-title {
  color: #7f060f;
}
.cid-u3wHPR9kNY {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/img-4237-2000x1333.jpeg");
}
.cid-u3wHPR9kNY .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u3wHPR9kNY .mbr-section-title B {
  color: #ffffff;
}
.cid-u3wHPR9kNY .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u3wHPR9kNY .mbr-section-title DIV {
  color: #ffffff;
}
.cid-u3w1xroMbm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-u3w1xroMbm img,
.cid-u3w1xroMbm .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u3w1xroMbm .item:focus,
.cid-u3w1xroMbm span:focus {
  outline: none;
}
.cid-u3w1xroMbm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u3w1xroMbm .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u3w1xroMbm .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u3w1xroMbm .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3w1xroMbm .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u3w1xroMbm .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u3w1xroMbm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u3w1xroMbm .mbr-section-title {
  color: #7f060f;
  text-align: center;
}
.cid-u3w1xroMbm .mbr-text,
.cid-u3w1xroMbm .mbr-section-btn {
  text-align: center;
}
.cid-u3w1xroMbm .item-title {
  text-align: center;
  color: #7f060f;
}
.cid-u3w1xroMbm .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-u3w1xroMbm .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u3xyRAxJkB {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-u3xyRAxJkB .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-u3xyRAxJkB img,
.cid-u3xyRAxJkB .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u3xyRAxJkB .item:focus,
.cid-u3xyRAxJkB span:focus {
  outline: none;
}
.cid-u3xyRAxJkB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u3xyRAxJkB .item {
    margin-bottom: 1rem;
  }
}
.cid-u3xyRAxJkB .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u3xyRAxJkB .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-u3xyRAxJkB .item-content .item-footer {
  margin-top: auto;
}
.cid-u3xyRAxJkB .mbr-section-title {
  color: #7f060f;
  text-align: center;
}
.cid-u3xyRAxJkB .mbr-text,
.cid-u3xyRAxJkB .mbr-section-btn {
  color: #000000;
}
.cid-u3xyRAxJkB .item-title {
  color: #000000;
}
.cid-u3xyRAxJkB .content-head {
  max-width: 800px;
}
.cid-u3OcpzSN14 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-u3OcpzSN14 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OcpzSN14 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OcpzSN14 .mbr-section-title {
  color: #7f060f;
}
.cid-u3Ocg1tIs7 {
  background-color: #f7f7f7;
}
.cid-u3Ocg1tIs7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3Ocg1tIs7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3Ocg1tIs7 .row {
    padding: 0;
  }
  .cid-u3Ocg1tIs7 .container-fluid {
    padding: 0;
  }
}
.cid-u3Ocg1tIs7 .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  column-gap: 10px;
  max-height: 1000px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-u3Ocg1tIs7 .items {
    grid-template-columns: 1fr 1fr;
    max-height: 1500px;
  }
}
@media (max-width: 425px) {
  .cid-u3Ocg1tIs7 .items {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 992px) {
  .cid-u3Ocg1tIs7 .items-card {
    padding-top: 100px;
  }
}
.cid-u3Ocg1tIs7 .items-card .item {
  margin-bottom: 14px;
  height: 380px;
}
@media (max-width: 768px) {
  .cid-u3Ocg1tIs7 .items-card .item {
    margin-bottom: 5px;
  }
}
.cid-u3Ocg1tIs7 .items-card .item .item-wrapper {
  height: 100%;
  border-radius: 20px;
}
.cid-u3Ocg1tIs7 .items-card .item .item-wrapper .item-img {
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.cid-u3Ocg1tIs7 .items-card .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u3Ocg1tIs7 .items-card:nth-child(2n) {
  padding-top: 0;
}
.cid-u3JgcQS6Wf {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/img-4218-2000x1333.jpeg");
}
.cid-u3JgcQS6Wf .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u3JgcQS6Wf .mbr-section-title B {
  color: #ffffff;
}
.cid-u3JgcQS6Wf .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u3JgcQS6Wf .mbr-section-title DIV {
  color: #ffffff;
}
.cid-uk7mA0Fdgk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uk7mA0Fdgk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk7mA0Fdgk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk7mA0Fdgk .mbr-section-title {
  color: #ffffff;
}
.cid-u3JeAMzVV1 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-u3JeAMzVV1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3JeAMzVV1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u3JeAMzVV1 .container {
    padding: 0 26px;
  }
}
.cid-u3JeAMzVV1 .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-u3JeAMzVV1 .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-u3JeAMzVV1 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-u3JeAMzVV1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u3JeAMzVV1 .contacts-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-u3JeAMzVV1 .contacts-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-u3JeAMzVV1 .contacts-wrapper .contacts-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-u3JeAMzVV1 .contacts-wrapper .contacts-wrap {
    display: block;
  }
}
.cid-u3JeAMzVV1 .contacts-wrapper .contacts-wrap .contact-card:first-child {
  margin-right: 80px;
}
@media (max-width: 768px) {
  .cid-u3JeAMzVV1 .contacts-wrapper .contacts-wrap .contact-card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-u3JeAMzVV1 .contacts-wrapper .contacts-wrap .contact-card .mbr-contact {
  margin-bottom: 18px;
}
.cid-u3JeAMzVV1 .contacts-wrapper .contacts-wrap .contact-card a {
  display: block;
}
.cid-u3JeAMzVV1 .contacts-wrapper .contacts-wrap .contact-card a:hover .mbr-desc {
  opacity: .5;
}
.cid-u3JeAMzVV1 .contacts-wrapper .contacts-wrap .contact-card a .mbr-desc {
  margin-bottom: 0;
}
.cid-u3JeAMzVV1 .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-u3JeAMzVV1 .dragArea.row .form-group .form-control {
  padding: 10px 14px;
  background-color: transparent;
  border: 1px solid #7f060f !important;
  border-radius: 0;
  color: #7f060f;
}
.cid-u3JeAMzVV1 .dragArea.row .form-group .form-control::placeholder {
  color: #7f060f;
  font-family: "Golos Text", sans-serif;
}
.cid-u3JeAMzVV1 .dragArea.row .form-group textarea {
  min-height: 260px;
}
.cid-u3JeAMzVV1 .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-u3JeAMzVV1 .mbr-section-title {
  color: #7f060f;
}
.cid-u3JeAMzVV1 .mbr-section-subtitle {
  color: #232323;
}
.cid-u3JeAMzVV1 .mbr-contact {
  color: #ffffff;
}
.cid-u3JeAMzVV1 .mbr-desc {
  color: #000000;
}
.cid-u3JeAMzVV1 .mbr-contact,
.cid-u3JeAMzVV1 .contacts-wrapper {
  color: #7f060f;
}
.cid-u4s1KfXMEq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img-4287-2000x1333.jpg");
}
.cid-u4s1KfXMEq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4s1KfXMEq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4s1KfXMEq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .container {
    padding: 0 15px;
  }
}
.cid-u4s1KfXMEq .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .title-wrapper {
    text-align: center;
  }
}
.cid-u4s1KfXMEq .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u4s1KfXMEq .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-u4s1KfXMEq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u4s1KfXMEq .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .list {
    justify-content: center;
  }
}
.cid-u4s1KfXMEq .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u4s1KfXMEq .list .item-wrap:hover,
.cid-u4s1KfXMEq .list .item-wrap:focus {
  color: #ffffff;
  text-shadow: 2px 2px 4px #ffffff;
}
.cid-u4s1KfXMEq .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-u4s1KfXMEq .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #ffffff 0, transparent 100%);
}
.cid-u4s1KfXMEq .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .copy-wrapper {
    height: auto;
  }
}
.cid-u4s1KfXMEq .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-u4s1KfXMEq .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .social-wrapper {
    text-align: center;
  }
}
.cid-u4s1KfXMEq .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u4s1KfXMEq .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-u4s1KfXMEq .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-u4s1KfXMEq .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-u4s1KfXMEq .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ffffff;
  background-color: #232323;
}
.cid-u4s1KfXMEq .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232323;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4s1KfXMEq .mbr-section-title {
  color: #f2ac2b;
}
.cid-u4s1KfXMEq .mbr-copy {
  color: #d2d2df;
}
.cid-u4s1KfXMEq .mbr-section-title,
.cid-u4s1KfXMEq .title-wrapper {
  color: #ffffff;
}
.cid-u4s1KfXMEq .list,
.cid-u4s1KfXMEq .item-wrap {
  text-align: right;
}
.cid-u4s1KfXMEq .mbr-copy,
.cid-u4s1KfXMEq .social-wrapper {
  color: #ffffff;
}
.cid-u3NLaf0B3f .navbar {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
  background: none;
}
@media (min-width: 1200px) {
  .cid-u3NLaf0B3f .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-u3NLaf0B3f .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-u3NLaf0B3f .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-u3NLaf0B3f .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-u3NLaf0B3f .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-u3NLaf0B3f .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u3NLaf0B3f .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-u3NLaf0B3f .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-u3NLaf0B3f .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-u3NLaf0B3f .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-u3NLaf0B3f .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #232323 !important;
}
.cid-u3NLaf0B3f .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-u3NLaf0B3f .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-u3NLaf0B3f .navbar-fixed-top.opened {
  position: relative;
}
.cid-u3NLaf0B3f a {
  font-style: normal;
}
.cid-u3NLaf0B3f .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-u3NLaf0B3f .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-u3NLaf0B3f .nav-item .nav-link {
  color: #ffffff;
}
.cid-u3NLaf0B3f .nav-item .nav-link.display-4 {
  font-size: 15px;
}
.cid-u3NLaf0B3f .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #4f87fb;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: bold;
}
.cid-u3NLaf0B3f .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-u3NLaf0B3f .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-u3NLaf0B3f .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u3NLaf0B3f .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-u3NLaf0B3f .menu-content-right {
    display: none;
  }
}
.cid-u3NLaf0B3f .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-u3NLaf0B3f .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-u3NLaf0B3f .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-u3NLaf0B3f .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-u3NLaf0B3f .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #3a341c;
}
.cid-u3NLaf0B3f .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-u3NLaf0B3f .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-u3NLaf0B3f .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-u3NLaf0B3f .right-box {
    display: none;
  }
}
.cid-u3NLaf0B3f .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u3NLaf0B3f .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-u3NLaf0B3f .content-text {
  margin-bottom: 0;
}
.cid-u3NLaf0B3f .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-u3NLaf0B3f .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #7f060f;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-u3NLaf0B3f .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-u3NLaf0B3f .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-u3NLaf0B3f .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-u3NLaf0B3f .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-u3NLaf0B3f .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-u3NLaf0B3f .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u3NLaf0B3f .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u3NLaf0B3f .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-u3NLaf0B3f .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-u3NLaf0B3f .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u3NLaf0B3f .nav-dropdown .link {
  font-weight: 600;
}
.cid-u3NLaf0B3f .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u3NLaf0B3f .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-u3NLaf0B3f .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-u3NLaf0B3f .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-u3NLaf0B3f .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-u3NLaf0B3f .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-u3NLaf0B3f .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u3NLaf0B3f .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-u3NLaf0B3f .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-u3NLaf0B3f .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-u3NLaf0B3f .menu-content-bottom {
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .cid-u3NLaf0B3f .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-u3NLaf0B3f .menu-content-top.show {
  display: block;
}
.cid-u3NLaf0B3f .pre-header-right {
  align-self: center;
}
.cid-u3NLaf0B3f .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-u3NLaf0B3f .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #f4f8fa;
}
.cid-u3NLaf0B3f .pre-header-right .content-right-side .content-link:hover span {
  color: #000000;
}
.cid-u3NLaf0B3f .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-u3NLaf0B3f .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-u3NLaf0B3f .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-u3NLaf0B3f .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-u3NLaf0B3f .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-u3NLaf0B3f .navbar .menu-content-top {
    display: none;
  }
  .cid-u3NLaf0B3f .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-u3NLaf0B3f .dropdown-item:before {
    display: none;
  }
  .cid-u3NLaf0B3f .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-u3NLaf0B3f img {
    height: 3.8rem !important;
  }
  .cid-u3NLaf0B3f .btn {
    display: flex;
  }
  .cid-u3NLaf0B3f button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-u3NLaf0B3f .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u3NLaf0B3f .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-u3NLaf0B3f .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u3NLaf0B3f .navbar-collapse.collapsing,
  .cid-u3NLaf0B3f .navbar-collapse.show {
    display: block !important;
  }
  .cid-u3NLaf0B3f .navbar-collapse.collapsing .navbar-nav,
  .cid-u3NLaf0B3f .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-u3NLaf0B3f .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u3NLaf0B3f .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-u3NLaf0B3f .navbar-collapse.collapsing .navbar-buttons,
  .cid-u3NLaf0B3f .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-u3NLaf0B3f .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u3NLaf0B3f .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u3NLaf0B3f .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-u3NLaf0B3f .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u3NLaf0B3f .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u3NLaf0B3f .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-u3NLaf0B3f .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-u3NLaf0B3f .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-u3NLaf0B3f .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-u3NLaf0B3f .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-u3NLaf0B3f .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-u3NLaf0B3f .navbar {
    display: block;
    padding: 0;
  }
  .cid-u3NLaf0B3f .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-u3NLaf0B3f .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-u3NLaf0B3f .navbar-toggler {
    display: none;
  }
}
.cid-u3NLaf0B3f .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-u3NLaf0B3f .menu-area-wrapper .menu-area {
  background-color: #7f060f;
  position: relative;
  z-index: 9;
  border-radius: 5px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-u3NLaf0B3f .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-u3NLaf0B3f .menu-area-wrapper {
    height: 100%;
  }
}
.cid-u3NLaf0B3f .navbar-short {
  background: transparent;
}
.cid-u3NLaf0B3f .navbar-short .menu-content-top,
.cid-u3NLaf0B3f .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-u3NLaf0B3f .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-u3NLaf0B3f .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-u3NLaf0B3f .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u3NLaf0B3f .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-u3NLaf0B3f .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-u3NLaf0B3f .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-u3NLaf0B3f .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u3NLaf0B3f .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u3NLaf0B3f .dropdown {
  color: #3a341c !important;
}
.cid-u3NLaf0B3f .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #7f060f;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #3a341c !important;
}
@media (max-width: 1200px) {
  .cid-u3NLaf0B3f .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-u3NLaf0B3f .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-u3NLaf0B3f .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-u3NLaf0B3f .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #7f060f;
  color: #ffffff;
}
.cid-u3NLaf0B3f .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-u3NLaf0B3f .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-u3NLaf0B3f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u3NLaf0B3f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u3NLaf0B3f .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u3NLaf0B3f .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3NLaf0B3f .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-u3NLaf0B3f .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-u3NLaf0B3f .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-u3NLaf0B3f .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u3NLaf0B3f .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u3NLaf0B3f .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u3NLaf0B3f button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-u3NLaf0B3f button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-u3NLaf0B3f button.navbar-toggler:focus {
  outline: none;
}
.cid-u3NLaf0B3f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #f4f8fa;
}
.cid-u3NLaf0B3f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-u3NLaf0B3f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-u3NLaf0B3f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-u3NLaf0B3f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-u3NLaf0B3f nav.opened .hamburger span {
  height: 4px;
  background-color: #000000;
}
.cid-u3NLaf0B3f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-u3NLaf0B3f nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-u3NLaf0B3f nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-u3NLaf0B3f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-u3NLaf0B3f .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-u3NLaf0B3f .collapsed .menu-logo {
  margin-right: 0;
}
.cid-u3NLaf0B3f .collapsed .btn {
  display: flex;
}
.cid-u3NLaf0B3f .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u3NLaf0B3f .collapsed .navbar-collapse.collapsing,
.cid-u3NLaf0B3f .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-u3NLaf0B3f .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u3NLaf0B3f .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-u3NLaf0B3f .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u3NLaf0B3f .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u3NLaf0B3f .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u3NLaf0B3f .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-u3NLaf0B3f .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u3NLaf0B3f .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-u3NLaf0B3f .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem  - 1rem);
  }
  .cid-u3NLaf0B3f .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u3NLaf0B3f .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u3NLaf0B3f .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u3NLaf0B3f .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-u3NLaf0B3f .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-u3NLaf0B3f .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u3NLaf0B3f .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u3NLaf0B3f .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-u3NLaf0B3f .collapsed .dropdown-item:before {
  display: none;
}
.cid-u3NLaf0B3f .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-u3NLaf0B3f .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-u3NLaf0B3f .nav-link:focus {
  outline: none;
}
.cid-u3NLaf0B3f .navbar-toggler {
  position: relative;
}
.cid-u3NLaf0B3f .dropdown-item.active,
.cid-u3NLaf0B3f .dropdown-item:active {
  color: auto;
}
.cid-u3NLaf0B3f .dropdown-item:hover {
  color: #7f060f;
}
.cid-u3NLaf0B3f .widget-title,
.cid-u3NLaf0B3f .widget-icon {
  color: #ffffff;
}
.cid-u3NLaf0B3f .widget-text {
  color: #ffffff;
}
.cid-u3NLafHM7s {
  display: flex;
  padding-top: 180px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/wes-4667-2000x3000.jpeg");
}
.cid-u3NLafHM7s .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-u3NLafHM7s .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-u3NLafHM7s .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-u3NLafHM7s {
    align-items: center;
  }
  .cid-u3NLafHM7s .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u3NLafHM7s .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u3NLafHM7s {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u3NLafHM7s .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u3NLafHM7s .content-wrap {
    width: 100%;
  }
}
.cid-u3NLafHM7s .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u3NLafHM7s .mbr-text,
.cid-u3NLafHM7s .mbr-section-btn {
  text-align: left;
}
.cid-u3NLagaVNu {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffa600;
}
.cid-u3NLagaVNu .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u3NLagaVNu .mbr-section-title B {
  color: #ffffff;
}
.cid-u3NLagaVNu .mbr-section-title {
  text-align: center;
  color: #f6ecde;
}
.cid-u3NLagaVNu .mbr-section-title DIV {
  color: #ffffff;
}
.cid-ujWy6HtFxE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/img-4288-2000x1333.jpeg");
}
.cid-ujWy6HtFxE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujWy6HtFxE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujWy6HtFxE .mbr-section-title {
  color: #ffffff;
}
.cid-u3NLajZ6Dv {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-u3NLajZ6Dv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3NLajZ6Dv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3NLajZ6Dv .mbr-section-title {
  color: #7f060f;
  text-align: center;
}
.cid-u3NLajZ6Dv .mbr-section-subtitle {
  text-align: center;
}
.cid-u3NLanUuRk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-u3NLanUuRk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3NLanUuRk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3NLanUuRk .mbr-section-title DIV {
  text-align: left;
}
.cid-u3NLanUuRk .mbr-section-title {
  text-align: left;
}
.cid-ubm3dRhC5c {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-ubm3dRhC5c .mbr-text {
  position: relative;
  color: #ffffff;
}
.cid-ubm3dRhC5c .mbr-text:before {
  color: #f6ecde;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-ubm3dRhC5c img {
  object-fit: contain;
}
.cid-ubm3dRhC5c .mbr-text:after {
  color: #f6ecde;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-ubm3dRhC5c .mbr-text:after,
  .cid-ubm3dRhC5c .mbr-text:before {
    display: none;
  }
}
.cid-ubm3dRhC5c .mbr-section-title,
.cid-ubm3dRhC5c .logo {
  color: #ffffff;
}
.cid-ubm3fiRAYW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-ubm3fiRAYW .mbr-text {
  position: relative;
  color: #ffffff;
}
.cid-ubm3fiRAYW .mbr-text:before {
  color: #f6ecde;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-ubm3fiRAYW img {
  object-fit: contain;
}
.cid-ubm3fiRAYW .mbr-text:after {
  color: #f6ecde;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-ubm3fiRAYW .mbr-text:after,
  .cid-ubm3fiRAYW .mbr-text:before {
    display: none;
  }
}
.cid-ubm3fiRAYW .mbr-section-title,
.cid-ubm3fiRAYW .logo {
  color: #ffffff;
}
.cid-ubm3fMXmtK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-ubm3fMXmtK .mbr-text {
  position: relative;
  color: #ffffff;
}
.cid-ubm3fMXmtK .mbr-text:before {
  color: #f6ecde;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-ubm3fMXmtK img {
  object-fit: contain;
}
.cid-ubm3fMXmtK .mbr-text:after {
  color: #f6ecde;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-ubm3fMXmtK .mbr-text:after,
  .cid-ubm3fMXmtK .mbr-text:before {
    display: none;
  }
}
.cid-ubm3fMXmtK .mbr-section-title,
.cid-ubm3fMXmtK .logo {
  color: #ffffff;
}
.cid-u3NLatzLMN {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1445.jpg");
}
.cid-u3NLatzLMN .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u3NLatzLMN .mbr-section-title B {
  color: #ffffff;
}
.cid-u3NLatzLMN .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u3NLatzLMN .mbr-section-title DIV {
  color: #ffffff;
}
.cid-uk8lSOIGcs {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-uk8lSOIGcs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk8lSOIGcs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uk8lSOIGcs .container {
    padding: 0 26px;
  }
}
.cid-uk8lSOIGcs .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-uk8lSOIGcs .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uk8lSOIGcs .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uk8lSOIGcs .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uk8lSOIGcs .contacts-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-uk8lSOIGcs .contacts-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uk8lSOIGcs .contacts-wrapper .contacts-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uk8lSOIGcs .contacts-wrapper .contacts-wrap {
    display: block;
  }
}
.cid-uk8lSOIGcs .contacts-wrapper .contacts-wrap .contact-card:first-child {
  margin-right: 80px;
}
@media (max-width: 768px) {
  .cid-uk8lSOIGcs .contacts-wrapper .contacts-wrap .contact-card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-uk8lSOIGcs .contacts-wrapper .contacts-wrap .contact-card .mbr-contact {
  margin-bottom: 18px;
}
.cid-uk8lSOIGcs .contacts-wrapper .contacts-wrap .contact-card a {
  display: block;
}
.cid-uk8lSOIGcs .contacts-wrapper .contacts-wrap .contact-card a:hover .mbr-desc {
  opacity: .5;
}
.cid-uk8lSOIGcs .contacts-wrapper .contacts-wrap .contact-card a .mbr-desc {
  margin-bottom: 0;
}
.cid-uk8lSOIGcs .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uk8lSOIGcs .dragArea.row .form-group .form-control {
  padding: 10px 14px;
  background-color: transparent;
  border: 1px solid #7f060f !important;
  border-radius: 0;
  color: #7f060f;
}
.cid-uk8lSOIGcs .dragArea.row .form-group .form-control::placeholder {
  color: #7f060f;
  font-family: "Golos Text", sans-serif;
}
.cid-uk8lSOIGcs .dragArea.row .form-group textarea {
  min-height: 260px;
}
.cid-uk8lSOIGcs .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uk8lSOIGcs .mbr-section-title {
  color: #7f060f;
}
.cid-uk8lSOIGcs .mbr-section-subtitle {
  color: #232323;
}
.cid-uk8lSOIGcs .mbr-contact {
  color: #ffffff;
}
.cid-uk8lSOIGcs .mbr-desc {
  color: #000000;
}
.cid-uk8lSOIGcs .mbr-contact,
.cid-uk8lSOIGcs .contacts-wrapper {
  color: #7f060f;
}
.cid-u4s1KfXMEq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img-4287-2000x1333.jpg");
}
.cid-u4s1KfXMEq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4s1KfXMEq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4s1KfXMEq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .container {
    padding: 0 15px;
  }
}
.cid-u4s1KfXMEq .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .title-wrapper {
    text-align: center;
  }
}
.cid-u4s1KfXMEq .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u4s1KfXMEq .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-u4s1KfXMEq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u4s1KfXMEq .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .list {
    justify-content: center;
  }
}
.cid-u4s1KfXMEq .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u4s1KfXMEq .list .item-wrap:hover,
.cid-u4s1KfXMEq .list .item-wrap:focus {
  color: #ffffff;
  text-shadow: 2px 2px 4px #ffffff;
}
.cid-u4s1KfXMEq .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-u4s1KfXMEq .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #ffffff 0, transparent 100%);
}
.cid-u4s1KfXMEq .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .copy-wrapper {
    height: auto;
  }
}
.cid-u4s1KfXMEq .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-u4s1KfXMEq .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .social-wrapper {
    text-align: center;
  }
}
.cid-u4s1KfXMEq .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u4s1KfXMEq .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-u4s1KfXMEq .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-u4s1KfXMEq .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-u4s1KfXMEq .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ffffff;
  background-color: #232323;
}
.cid-u4s1KfXMEq .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232323;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4s1KfXMEq .mbr-section-title {
  color: #f2ac2b;
}
.cid-u4s1KfXMEq .mbr-copy {
  color: #d2d2df;
}
.cid-u4s1KfXMEq .mbr-section-title,
.cid-u4s1KfXMEq .title-wrapper {
  color: #ffffff;
}
.cid-u4s1KfXMEq .list,
.cid-u4s1KfXMEq .item-wrap {
  text-align: right;
}
.cid-u4s1KfXMEq .mbr-copy,
.cid-u4s1KfXMEq .social-wrapper {
  color: #ffffff;
}
.cid-u3OPYyqWE1 .navbar {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
  background: none;
}
@media (min-width: 1200px) {
  .cid-u3OPYyqWE1 .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-u3OPYyqWE1 .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-u3OPYyqWE1 .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-u3OPYyqWE1 .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-u3OPYyqWE1 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-u3OPYyqWE1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u3OPYyqWE1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-u3OPYyqWE1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-u3OPYyqWE1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-u3OPYyqWE1 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-u3OPYyqWE1 .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #232323 !important;
}
.cid-u3OPYyqWE1 .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-u3OPYyqWE1 .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-u3OPYyqWE1 .navbar-fixed-top.opened {
  position: relative;
}
.cid-u3OPYyqWE1 a {
  font-style: normal;
}
.cid-u3OPYyqWE1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-u3OPYyqWE1 .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-u3OPYyqWE1 .nav-item .nav-link {
  color: #ffffff;
}
.cid-u3OPYyqWE1 .nav-item .nav-link.display-4 {
  font-size: 15px;
}
.cid-u3OPYyqWE1 .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #4f87fb;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: bold;
}
.cid-u3OPYyqWE1 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-u3OPYyqWE1 .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-u3OPYyqWE1 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u3OPYyqWE1 .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-u3OPYyqWE1 .menu-content-right {
    display: none;
  }
}
.cid-u3OPYyqWE1 .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-u3OPYyqWE1 .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-u3OPYyqWE1 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-u3OPYyqWE1 .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-u3OPYyqWE1 .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #3a341c;
}
.cid-u3OPYyqWE1 .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-u3OPYyqWE1 .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-u3OPYyqWE1 .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-u3OPYyqWE1 .right-box {
    display: none;
  }
}
.cid-u3OPYyqWE1 .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u3OPYyqWE1 .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-u3OPYyqWE1 .content-text {
  margin-bottom: 0;
}
.cid-u3OPYyqWE1 .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-u3OPYyqWE1 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #7f060f;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-u3OPYyqWE1 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-u3OPYyqWE1 .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-u3OPYyqWE1 .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-u3OPYyqWE1 .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-u3OPYyqWE1 .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-u3OPYyqWE1 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u3OPYyqWE1 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u3OPYyqWE1 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-u3OPYyqWE1 .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-u3OPYyqWE1 .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u3OPYyqWE1 .nav-dropdown .link {
  font-weight: 600;
}
.cid-u3OPYyqWE1 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u3OPYyqWE1 .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-u3OPYyqWE1 .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-u3OPYyqWE1 .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-u3OPYyqWE1 .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-u3OPYyqWE1 .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-u3OPYyqWE1 .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u3OPYyqWE1 .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-u3OPYyqWE1 .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-u3OPYyqWE1 .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-u3OPYyqWE1 .menu-content-bottom {
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .cid-u3OPYyqWE1 .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-u3OPYyqWE1 .menu-content-top.show {
  display: block;
}
.cid-u3OPYyqWE1 .pre-header-right {
  align-self: center;
}
.cid-u3OPYyqWE1 .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-u3OPYyqWE1 .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #f4f8fa;
}
.cid-u3OPYyqWE1 .pre-header-right .content-right-side .content-link:hover span {
  color: #000000;
}
.cid-u3OPYyqWE1 .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-u3OPYyqWE1 .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-u3OPYyqWE1 .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-u3OPYyqWE1 .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-u3OPYyqWE1 .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-u3OPYyqWE1 .navbar .menu-content-top {
    display: none;
  }
  .cid-u3OPYyqWE1 .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-u3OPYyqWE1 .dropdown-item:before {
    display: none;
  }
  .cid-u3OPYyqWE1 .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-u3OPYyqWE1 img {
    height: 3.8rem !important;
  }
  .cid-u3OPYyqWE1 .btn {
    display: flex;
  }
  .cid-u3OPYyqWE1 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-u3OPYyqWE1 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u3OPYyqWE1 .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-u3OPYyqWE1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u3OPYyqWE1 .navbar-collapse.collapsing,
  .cid-u3OPYyqWE1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-u3OPYyqWE1 .navbar-collapse.collapsing .navbar-nav,
  .cid-u3OPYyqWE1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-u3OPYyqWE1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u3OPYyqWE1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-u3OPYyqWE1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-u3OPYyqWE1 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-u3OPYyqWE1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u3OPYyqWE1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u3OPYyqWE1 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-u3OPYyqWE1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u3OPYyqWE1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u3OPYyqWE1 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-u3OPYyqWE1 .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-u3OPYyqWE1 .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-u3OPYyqWE1 .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-u3OPYyqWE1 .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-u3OPYyqWE1 .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-u3OPYyqWE1 .navbar {
    display: block;
    padding: 0;
  }
  .cid-u3OPYyqWE1 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-u3OPYyqWE1 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-u3OPYyqWE1 .navbar-toggler {
    display: none;
  }
}
.cid-u3OPYyqWE1 .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-u3OPYyqWE1 .menu-area-wrapper .menu-area {
  background-color: #7f060f;
  position: relative;
  z-index: 9;
  border-radius: 5px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-u3OPYyqWE1 .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-u3OPYyqWE1 .menu-area-wrapper {
    height: 100%;
  }
}
.cid-u3OPYyqWE1 .navbar-short {
  background: transparent;
}
.cid-u3OPYyqWE1 .navbar-short .menu-content-top,
.cid-u3OPYyqWE1 .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-u3OPYyqWE1 .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-u3OPYyqWE1 .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-u3OPYyqWE1 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u3OPYyqWE1 .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-u3OPYyqWE1 .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-u3OPYyqWE1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-u3OPYyqWE1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u3OPYyqWE1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u3OPYyqWE1 .dropdown {
  color: #3a341c !important;
}
.cid-u3OPYyqWE1 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #7f060f;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #3a341c !important;
}
@media (max-width: 1200px) {
  .cid-u3OPYyqWE1 .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-u3OPYyqWE1 .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-u3OPYyqWE1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-u3OPYyqWE1 .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #7f060f;
  color: #ffffff;
}
.cid-u3OPYyqWE1 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-u3OPYyqWE1 .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-u3OPYyqWE1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u3OPYyqWE1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u3OPYyqWE1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u3OPYyqWE1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3OPYyqWE1 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-u3OPYyqWE1 .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-u3OPYyqWE1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-u3OPYyqWE1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u3OPYyqWE1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u3OPYyqWE1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u3OPYyqWE1 button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-u3OPYyqWE1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-u3OPYyqWE1 button.navbar-toggler:focus {
  outline: none;
}
.cid-u3OPYyqWE1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #f4f8fa;
}
.cid-u3OPYyqWE1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-u3OPYyqWE1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-u3OPYyqWE1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-u3OPYyqWE1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-u3OPYyqWE1 nav.opened .hamburger span {
  height: 4px;
  background-color: #000000;
}
.cid-u3OPYyqWE1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-u3OPYyqWE1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-u3OPYyqWE1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-u3OPYyqWE1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-u3OPYyqWE1 .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-u3OPYyqWE1 .collapsed .menu-logo {
  margin-right: 0;
}
.cid-u3OPYyqWE1 .collapsed .btn {
  display: flex;
}
.cid-u3OPYyqWE1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u3OPYyqWE1 .collapsed .navbar-collapse.collapsing,
.cid-u3OPYyqWE1 .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-u3OPYyqWE1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u3OPYyqWE1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-u3OPYyqWE1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u3OPYyqWE1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u3OPYyqWE1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u3OPYyqWE1 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-u3OPYyqWE1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u3OPYyqWE1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-u3OPYyqWE1 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem  - 1rem);
  }
  .cid-u3OPYyqWE1 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u3OPYyqWE1 .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u3OPYyqWE1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u3OPYyqWE1 .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-u3OPYyqWE1 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-u3OPYyqWE1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u3OPYyqWE1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u3OPYyqWE1 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-u3OPYyqWE1 .collapsed .dropdown-item:before {
  display: none;
}
.cid-u3OPYyqWE1 .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-u3OPYyqWE1 .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-u3OPYyqWE1 .nav-link:focus {
  outline: none;
}
.cid-u3OPYyqWE1 .navbar-toggler {
  position: relative;
}
.cid-u3OPYyqWE1 .dropdown-item.active,
.cid-u3OPYyqWE1 .dropdown-item:active {
  color: auto;
}
.cid-u3OPYyqWE1 .dropdown-item:hover {
  color: #7f060f;
}
.cid-u3OPYyqWE1 .widget-title,
.cid-u3OPYyqWE1 .widget-icon {
  color: #ffffff;
}
.cid-u3OPYyqWE1 .widget-text {
  color: #ffffff;
}
.cid-u3OPYyWtSQ {
  display: flex;
  padding-top: 180px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/wes-4601-2000x3000.jpeg");
}
.cid-u3OPYyWtSQ .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-u3OPYyWtSQ .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-u3OPYyWtSQ .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-u3OPYyWtSQ {
    align-items: center;
  }
  .cid-u3OPYyWtSQ .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u3OPYyWtSQ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u3OPYyWtSQ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u3OPYyWtSQ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u3OPYyWtSQ .content-wrap {
    width: 100%;
  }
}
.cid-u3OPYyWtSQ .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u3OPYyWtSQ .mbr-text,
.cid-u3OPYyWtSQ .mbr-section-btn {
  text-align: left;
}
.cid-u3OPYzoPko {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffa600;
}
.cid-u3OPYzoPko .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u3OPYzoPko .mbr-section-title B {
  color: #ffffff;
}
.cid-u3OPYzoPko .mbr-section-title {
  text-align: center;
  color: #f6ecde;
}
.cid-u3OPYzoPko .mbr-section-title DIV {
  color: #ffffff;
}
.cid-ujWyz8QJ2T {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/img-4288-2000x1333.jpeg");
}
.cid-ujWyz8QJ2T .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujWyz8QJ2T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujWyz8QJ2T .mbr-section-title {
  color: #ffffff;
}
.cid-u4LuLKmDgm {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-u4LuLKmDgm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u4LuLKmDgm .mbr-text {
  color: #ffffff;
}
.cid-u3OQRNcrBL {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-u3OQRNcrBL .title-align {
  width: 100%;
}
.cid-u3OQRNcrBL .pricetitle {
  margin: 0;
  text-align: left;
}
.cid-u3OQRNcrBL .img-col {
  position: relative;
  padding-top: 2rem;
}
.cid-u3OQRNcrBL .img-col img {
  z-index: 2;
  position: relative;
}
.cid-u3OQRNcrBL .pricebox {
  position: absolute;
  z-index: 1;
  top: -5rem;
  left: 2rem;
  width: 180px;
  height: 180px;
  background: #fbbe36;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u3OQRNcrBL H2 {
  color: #e7272d;
  position: relative;
  display: inline-block;
  width: fit-content;
  text-align: left;
}
.cid-u3OQRNcrBL H2:before {
  position: absolute;
  content: '';
  right: -120px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
}
.cid-u3OQRNcrBL img {
  max-width: 500px;
  margin: auto;
}
.cid-u3OQRNcrBL .mbr-section-subtitle,
.cid-u3OQRNcrBL .title-align {
  color: #ffa600;
}
.cid-u3OQRNcrBL .price {
  color: #e7272d;
}
@media (max-width: 992px) {
  .cid-u3OQRNcrBL .pricebox {
    top: -2rem;
    right: 2rem;
    left: auto;
  }
}
@media (max-width: 767px) {
  .cid-u3OQRNcrBL .pricebox {
    width: 100px;
    height: 100px;
    top: 0rem;
    right: 2rem;
    left: auto;
  }
  .cid-u3OQRNcrBL H2:before {
    width: 70px;
    right: -90px;
  }
  .cid-u3OQRNcrBL .img-col {
    padding-top: 4rem;
  }
}
.cid-u3OQRNcrBL .mbr-text,
.cid-u3OQRNcrBL .mbr-section-btn {
  color: #000000;
}
.cid-u3OQRNcrBL H1 {
  color: #ffa600;
}
.cid-u4LuWlSjCr {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/espacador-textos-vinho-1980x800.jpg");
}
.cid-u4LuWlSjCr .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u4LuWlSjCr .mbr-section-title B {
  color: #ffffff;
}
.cid-u4LuWlSjCr .mbr-section-title {
  text-align: center;
  color: #f4f8fa;
}
.cid-u4LuWlSjCr .mbr-section-title DIV {
  color: #ffffff;
}
.cid-u3ORRKX4Go {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-u3ORRKX4Go .title-align {
  width: 100%;
}
.cid-u3ORRKX4Go .pricetitle {
  margin: 0;
  text-align: left;
}
.cid-u3ORRKX4Go .img-col {
  position: relative;
  padding-top: 2rem;
}
.cid-u3ORRKX4Go .img-col img {
  z-index: 2;
  position: relative;
}
.cid-u3ORRKX4Go .pricebox {
  position: absolute;
  z-index: 1;
  top: -5rem;
  left: 2rem;
  width: 180px;
  height: 180px;
  background: #fbbe36;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u3ORRKX4Go H2 {
  color: #e7272d;
  position: relative;
  display: inline-block;
  width: fit-content;
  text-align: left;
}
.cid-u3ORRKX4Go H2:before {
  position: absolute;
  content: '';
  right: -120px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
}
.cid-u3ORRKX4Go img {
  max-width: 500px;
  margin: auto;
}
.cid-u3ORRKX4Go .mbr-section-subtitle,
.cid-u3ORRKX4Go .title-align {
  color: #651b28;
}
.cid-u3ORRKX4Go .price {
  color: #e7272d;
}
@media (max-width: 992px) {
  .cid-u3ORRKX4Go .pricebox {
    top: -2rem;
    right: 2rem;
    left: auto;
  }
}
@media (max-width: 767px) {
  .cid-u3ORRKX4Go .pricebox {
    width: 100px;
    height: 100px;
    top: 0rem;
    right: 2rem;
    left: auto;
  }
  .cid-u3ORRKX4Go H2:before {
    width: 70px;
    right: -90px;
  }
  .cid-u3ORRKX4Go .img-col {
    padding-top: 4rem;
  }
}
.cid-u3ORRKX4Go .mbr-text,
.cid-u3ORRKX4Go .mbr-section-btn {
  color: #000000;
}
.cid-u3ORRKX4Go H1 {
  color: #651b28;
}
.cid-u4LuWZ2fGX {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bg-page-weiss2-2-1920x1080.jpg");
}
.cid-u4LuWZ2fGX .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u4LuWZ2fGX .mbr-section-title B {
  color: #ffffff;
}
.cid-u4LuWZ2fGX .mbr-section-title {
  text-align: center;
  color: #f4f8fa;
}
.cid-u4LuWZ2fGX .mbr-section-title DIV {
  color: #ffffff;
}
.cid-u3ORSBRZI6 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-u3ORSBRZI6 .title-align {
  width: 100%;
}
.cid-u3ORSBRZI6 .pricetitle {
  margin: 0;
  text-align: left;
}
.cid-u3ORSBRZI6 .img-col {
  position: relative;
  padding-top: 2rem;
}
.cid-u3ORSBRZI6 .img-col img {
  z-index: 2;
  position: relative;
}
.cid-u3ORSBRZI6 .pricebox {
  position: absolute;
  z-index: 1;
  top: -5rem;
  left: 2rem;
  width: 180px;
  height: 180px;
  background: #fbbe36;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u3ORSBRZI6 H2 {
  color: #e7272d;
  position: relative;
  display: inline-block;
  width: fit-content;
  text-align: left;
}
.cid-u3ORSBRZI6 H2:before {
  position: absolute;
  content: '';
  right: -120px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
}
.cid-u3ORSBRZI6 img {
  max-width: 500px;
  margin: auto;
}
.cid-u3ORSBRZI6 .mbr-section-subtitle,
.cid-u3ORSBRZI6 .title-align {
  color: #170d0b;
}
.cid-u3ORSBRZI6 .price {
  color: #e7272d;
}
@media (max-width: 992px) {
  .cid-u3ORSBRZI6 .pricebox {
    top: -2rem;
    right: 2rem;
    left: auto;
  }
}
@media (max-width: 767px) {
  .cid-u3ORSBRZI6 .pricebox {
    width: 100px;
    height: 100px;
    top: 0rem;
    right: 2rem;
    left: auto;
  }
  .cid-u3ORSBRZI6 H2:before {
    width: 70px;
    right: -90px;
  }
  .cid-u3ORSBRZI6 .img-col {
    padding-top: 4rem;
  }
}
.cid-u3ORSBRZI6 .mbr-text,
.cid-u3ORSBRZI6 .mbr-section-btn {
  color: #000000;
}
.cid-u3ORSBRZI6 H1 {
  color: #170d0b;
}
.cid-u4Lu2njzBk {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fundo-sites-2000x1124.jpg");
}
.cid-u4Lu2njzBk .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u4Lu2njzBk .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-u3ORSfgN0k {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f7f7f7;
}
.cid-u3ORSfgN0k .title-align {
  width: 100%;
}
.cid-u3ORSfgN0k .pricetitle {
  margin: 0;
  text-align: left;
}
.cid-u3ORSfgN0k .img-col {
  position: relative;
  padding-top: 2rem;
}
.cid-u3ORSfgN0k .img-col img {
  z-index: 2;
  position: relative;
}
.cid-u3ORSfgN0k .pricebox {
  position: absolute;
  z-index: 1;
  top: -5rem;
  left: 2rem;
  width: 180px;
  height: 180px;
  background: #fbbe36;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u3ORSfgN0k H2 {
  color: #e7272d;
  position: relative;
  display: inline-block;
  width: fit-content;
  text-align: left;
}
.cid-u3ORSfgN0k H2:before {
  position: absolute;
  content: '';
  right: -120px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
}
.cid-u3ORSfgN0k img {
  max-width: 500px;
  margin: auto;
}
.cid-u3ORSfgN0k .mbr-section-subtitle,
.cid-u3ORSfgN0k .title-align {
  color: #ffa600;
}
.cid-u3ORSfgN0k .price {
  color: #e7272d;
}
@media (max-width: 992px) {
  .cid-u3ORSfgN0k .pricebox {
    top: -2rem;
    right: 2rem;
    left: auto;
  }
}
@media (max-width: 767px) {
  .cid-u3ORSfgN0k .pricebox {
    width: 100px;
    height: 100px;
    top: 0rem;
    right: 2rem;
    left: auto;
  }
  .cid-u3ORSfgN0k H2:before {
    width: 70px;
    right: -90px;
  }
  .cid-u3ORSfgN0k .img-col {
    padding-top: 4rem;
  }
}
.cid-u3ORSfgN0k .mbr-text,
.cid-u3ORSfgN0k .mbr-section-btn {
  color: #000000;
}
.cid-u3ORSfgN0k H1 {
  color: #ffa600;
}
.cid-u4LuXFX4Ws {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bg-page-weiss2-2-1920x1080.jpg");
}
.cid-u4LuXFX4Ws .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u4LuXFX4Ws .mbr-section-title B {
  color: #ffffff;
}
.cid-u4LuXFX4Ws .mbr-section-title {
  text-align: center;
  color: #f4f8fa;
}
.cid-u4LuXFX4Ws .mbr-section-title DIV {
  color: #ffffff;
}
.cid-u3ORT1KRLA {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-u3ORT1KRLA .title-align {
  width: 100%;
}
.cid-u3ORT1KRLA .pricetitle {
  margin: 0;
  text-align: left;
}
.cid-u3ORT1KRLA .img-col {
  position: relative;
  padding-top: 2rem;
}
.cid-u3ORT1KRLA .img-col img {
  z-index: 2;
  position: relative;
}
.cid-u3ORT1KRLA .pricebox {
  position: absolute;
  z-index: 1;
  top: -5rem;
  left: 2rem;
  width: 180px;
  height: 180px;
  background: #fbbe36;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u3ORT1KRLA H2 {
  color: #e7272d;
  position: relative;
  display: inline-block;
  width: fit-content;
  text-align: left;
}
.cid-u3ORT1KRLA H2:before {
  position: absolute;
  content: '';
  right: -120px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
}
.cid-u3ORT1KRLA img {
  max-width: 500px;
  margin: auto;
}
.cid-u3ORT1KRLA .mbr-section-subtitle,
.cid-u3ORT1KRLA .title-align {
  color: #000000;
}
.cid-u3ORT1KRLA .price {
  color: #e7272d;
}
@media (max-width: 992px) {
  .cid-u3ORT1KRLA .pricebox {
    top: -2rem;
    right: 2rem;
    left: auto;
  }
}
@media (max-width: 767px) {
  .cid-u3ORT1KRLA .pricebox {
    width: 100px;
    height: 100px;
    top: 0rem;
    right: 2rem;
    left: auto;
  }
  .cid-u3ORT1KRLA H2:before {
    width: 70px;
    right: -90px;
  }
  .cid-u3ORT1KRLA .img-col {
    padding-top: 4rem;
  }
}
.cid-u3ORT1KRLA .mbr-text,
.cid-u3ORT1KRLA .mbr-section-btn {
  color: #000000;
}
.cid-u3ORT1KRLA H1 {
  color: #000000;
}
.cid-u4LuYiCfJ1 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bg-page-weiss2-2-1920x1080.jpg");
}
.cid-u4LuYiCfJ1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u4LuYiCfJ1 .mbr-section-title B {
  color: #ffffff;
}
.cid-u4LuYiCfJ1 .mbr-section-title {
  text-align: center;
  color: #f4f8fa;
}
.cid-u4LuYiCfJ1 .mbr-section-title DIV {
  color: #ffffff;
}
.cid-u3ORTpkq94 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}
.cid-u3ORTpkq94 .title-align {
  width: 100%;
}
.cid-u3ORTpkq94 .pricetitle {
  margin: 0;
  text-align: left;
}
.cid-u3ORTpkq94 .img-col {
  position: relative;
  padding-top: 2rem;
}
.cid-u3ORTpkq94 .img-col img {
  z-index: 2;
  position: relative;
}
.cid-u3ORTpkq94 .pricebox {
  position: absolute;
  z-index: 1;
  top: -5rem;
  left: 2rem;
  width: 180px;
  height: 180px;
  background: #fbbe36;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u3ORTpkq94 H2 {
  color: #e7272d;
  position: relative;
  display: inline-block;
  width: fit-content;
  text-align: left;
}
.cid-u3ORTpkq94 H2:before {
  position: absolute;
  content: '';
  right: -120px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
}
.cid-u3ORTpkq94 img {
  max-width: 500px;
  margin: auto;
}
.cid-u3ORTpkq94 .mbr-section-subtitle,
.cid-u3ORTpkq94 .title-align {
  color: #2e481a;
}
.cid-u3ORTpkq94 .price {
  color: #e7272d;
}
@media (max-width: 992px) {
  .cid-u3ORTpkq94 .pricebox {
    top: -2rem;
    right: 2rem;
    left: auto;
  }
}
@media (max-width: 767px) {
  .cid-u3ORTpkq94 .pricebox {
    width: 100px;
    height: 100px;
    top: 0rem;
    right: 2rem;
    left: auto;
  }
  .cid-u3ORTpkq94 H2:before {
    width: 70px;
    right: -90px;
  }
  .cid-u3ORTpkq94 .img-col {
    padding-top: 4rem;
  }
}
.cid-u3ORTpkq94 .mbr-text,
.cid-u3ORTpkq94 .mbr-section-btn {
  color: #000000;
}
.cid-u3ORTpkq94 H1 {
  color: #2e481a;
}
.cid-u4Lu4kbPl1 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #451a02;
}
.cid-u4Lu4kbPl1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u4Lu4kbPl1 .mbr-text {
  color: #ffffff;
}
.cid-u3ORTMiGH3 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-u3ORTMiGH3 .title-align {
  width: 100%;
}
.cid-u3ORTMiGH3 .pricetitle {
  margin: 0;
  text-align: left;
}
.cid-u3ORTMiGH3 .img-col {
  position: relative;
  padding-top: 2rem;
}
.cid-u3ORTMiGH3 .img-col img {
  z-index: 2;
  position: relative;
}
.cid-u3ORTMiGH3 .pricebox {
  position: absolute;
  z-index: 1;
  top: -5rem;
  left: 2rem;
  width: 180px;
  height: 180px;
  background: #fbbe36;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u3ORTMiGH3 H2 {
  color: #e7272d;
  position: relative;
  display: inline-block;
  width: fit-content;
  text-align: left;
}
.cid-u3ORTMiGH3 H2:before {
  position: absolute;
  content: '';
  right: -120px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
}
.cid-u3ORTMiGH3 img {
  max-width: 500px;
  margin: auto;
}
.cid-u3ORTMiGH3 .mbr-section-subtitle,
.cid-u3ORTMiGH3 .title-align {
  color: #ab3021;
}
.cid-u3ORTMiGH3 .price {
  color: #e7272d;
}
@media (max-width: 992px) {
  .cid-u3ORTMiGH3 .pricebox {
    top: -2rem;
    right: 2rem;
    left: auto;
  }
}
@media (max-width: 767px) {
  .cid-u3ORTMiGH3 .pricebox {
    width: 100px;
    height: 100px;
    top: 0rem;
    right: 2rem;
    left: auto;
  }
  .cid-u3ORTMiGH3 H2:before {
    width: 70px;
    right: -90px;
  }
  .cid-u3ORTMiGH3 .img-col {
    padding-top: 4rem;
  }
}
.cid-u3ORTMiGH3 .mbr-text,
.cid-u3ORTMiGH3 .mbr-section-btn {
  color: #000000;
}
.cid-u3ORTMiGH3 H1 {
  color: #ab3021;
}
.cid-u4Lv3Z0N5R {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bg-page-amber3-1920x1080.jpg");
}
.cid-u4Lv3Z0N5R .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u4Lv3Z0N5R .mbr-section-title B {
  color: #ffffff;
}
.cid-u4Lv3Z0N5R .mbr-section-title {
  text-align: center;
  color: #f4f8fa;
}
.cid-u4Lv3Z0N5R .mbr-section-title DIV {
  color: #ffffff;
}
.cid-u3ORUboBlN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f7f7f7;
}
.cid-u3ORUboBlN .title-align {
  width: 100%;
}
.cid-u3ORUboBlN .pricetitle {
  margin: 0;
  text-align: left;
}
.cid-u3ORUboBlN .img-col {
  position: relative;
  padding-top: 2rem;
}
.cid-u3ORUboBlN .img-col img {
  z-index: 2;
  position: relative;
}
.cid-u3ORUboBlN .pricebox {
  position: absolute;
  z-index: 1;
  top: -5rem;
  left: 2rem;
  width: 180px;
  height: 180px;
  background: #fbbe36;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u3ORUboBlN H2 {
  color: #e7272d;
  position: relative;
  display: inline-block;
  width: fit-content;
  text-align: left;
}
.cid-u3ORUboBlN H2:before {
  position: absolute;
  content: '';
  right: -120px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
}
.cid-u3ORUboBlN img {
  max-width: 500px;
  margin: auto;
}
.cid-u3ORUboBlN .mbr-section-subtitle,
.cid-u3ORUboBlN .title-align {
  color: #163300;
}
.cid-u3ORUboBlN .price {
  color: #e7272d;
}
@media (max-width: 992px) {
  .cid-u3ORUboBlN .pricebox {
    top: -2rem;
    right: 2rem;
    left: auto;
  }
}
@media (max-width: 767px) {
  .cid-u3ORUboBlN .pricebox {
    width: 100px;
    height: 100px;
    top: 0rem;
    right: 2rem;
    left: auto;
  }
  .cid-u3ORUboBlN H2:before {
    width: 70px;
    right: -90px;
  }
  .cid-u3ORUboBlN .img-col {
    padding-top: 4rem;
  }
}
.cid-u3ORUboBlN .mbr-text,
.cid-u3ORUboBlN .mbr-section-btn {
  color: #000000;
}
.cid-u3ORUboBlN H1 {
  color: #163300;
}
.cid-u4LubqXDxF {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bg-page-americanipa-1-1920x1080.jpg");
}
.cid-u4LubqXDxF .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u4LubqXDxF .mbr-section-title B {
  color: #ffffff;
}
.cid-u4LubqXDxF .mbr-section-title {
  text-align: center;
  color: #f4f8fa;
}
.cid-u4LubqXDxF .mbr-section-title DIV {
  color: #ffffff;
}
.cid-u3ORVB8R8J {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-u3ORVB8R8J .title-align {
  width: 100%;
}
.cid-u3ORVB8R8J .pricetitle {
  margin: 0;
  text-align: left;
}
.cid-u3ORVB8R8J .img-col {
  position: relative;
  padding-top: 2rem;
}
.cid-u3ORVB8R8J .img-col img {
  z-index: 2;
  position: relative;
}
.cid-u3ORVB8R8J .pricebox {
  position: absolute;
  z-index: 1;
  top: -5rem;
  left: 2rem;
  width: 180px;
  height: 180px;
  background: #fbbe36;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u3ORVB8R8J H2 {
  color: #e7272d;
  position: relative;
  display: inline-block;
  width: fit-content;
  text-align: left;
}
.cid-u3ORVB8R8J H2:before {
  position: absolute;
  content: '';
  right: -120px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
}
.cid-u3ORVB8R8J img {
  max-width: 500px;
  margin: auto;
}
.cid-u3ORVB8R8J .mbr-section-subtitle,
.cid-u3ORVB8R8J .title-align {
  color: #26749a;
}
.cid-u3ORVB8R8J .price {
  color: #e7272d;
}
@media (max-width: 992px) {
  .cid-u3ORVB8R8J .pricebox {
    top: -2rem;
    right: 2rem;
    left: auto;
  }
}
@media (max-width: 767px) {
  .cid-u3ORVB8R8J .pricebox {
    width: 100px;
    height: 100px;
    top: 0rem;
    right: 2rem;
    left: auto;
  }
  .cid-u3ORVB8R8J H2:before {
    width: 70px;
    right: -90px;
  }
  .cid-u3ORVB8R8J .img-col {
    padding-top: 4rem;
  }
}
.cid-u3ORVB8R8J .mbr-text,
.cid-u3ORVB8R8J .mbr-section-btn {
  color: #000000;
}
.cid-u3ORVB8R8J H1 {
  color: #26749a;
}
.cid-u4LuRs0Dud {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bg-page-munich2-1-1920x1080.jpg");
}
.cid-u4LuRs0Dud .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u4LuRs0Dud .mbr-section-title B {
  color: #ffffff;
}
.cid-u4LuRs0Dud .mbr-section-title {
  text-align: center;
  color: #f4f8fa;
}
.cid-u4LuRs0Dud .mbr-section-title DIV {
  color: #ffffff;
}
.cid-u3ORVcyoXC {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-u3ORVcyoXC .title-align {
  width: 100%;
}
.cid-u3ORVcyoXC .pricetitle {
  margin: 0;
  text-align: left;
}
.cid-u3ORVcyoXC .img-col {
  position: relative;
  padding-top: 2rem;
}
.cid-u3ORVcyoXC .img-col img {
  z-index: 2;
  position: relative;
}
.cid-u3ORVcyoXC .pricebox {
  position: absolute;
  z-index: 1;
  top: -5rem;
  left: 2rem;
  width: 180px;
  height: 180px;
  background: #fbbe36;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u3ORVcyoXC H2 {
  color: #e7272d;
  position: relative;
  display: inline-block;
  width: fit-content;
  text-align: left;
}
.cid-u3ORVcyoXC H2:before {
  position: absolute;
  content: '';
  right: -120px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
}
.cid-u3ORVcyoXC img {
  max-width: 500px;
  margin: auto;
}
.cid-u3ORVcyoXC .mbr-section-subtitle,
.cid-u3ORVcyoXC .title-align {
  color: #135588;
}
.cid-u3ORVcyoXC .price {
  color: #e7272d;
}
@media (max-width: 992px) {
  .cid-u3ORVcyoXC .pricebox {
    top: -2rem;
    right: 2rem;
    left: auto;
  }
}
@media (max-width: 767px) {
  .cid-u3ORVcyoXC .pricebox {
    width: 100px;
    height: 100px;
    top: 0rem;
    right: 2rem;
    left: auto;
  }
  .cid-u3ORVcyoXC H2:before {
    width: 70px;
    right: -90px;
  }
  .cid-u3ORVcyoXC .img-col {
    padding-top: 4rem;
  }
}
.cid-u3ORVcyoXC .mbr-text,
.cid-u3ORVcyoXC .mbr-section-btn {
  color: #000000;
}
.cid-u3ORVcyoXC H1 {
  color: #135588;
}
.cid-u4Lv4Hc9Y7 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bg-page-weiss2-2-1920x1080.jpg");
}
.cid-u4Lv4Hc9Y7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u4Lv4Hc9Y7 .mbr-section-title B {
  color: #ffffff;
}
.cid-u4Lv4Hc9Y7 .mbr-section-title {
  text-align: center;
  color: #f4f8fa;
}
.cid-u4Lv4Hc9Y7 .mbr-section-title DIV {
  color: #ffffff;
}
.cid-u3ORW18UNk {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-u3ORW18UNk .title-align {
  width: 100%;
}
.cid-u3ORW18UNk .pricetitle {
  margin: 0;
  text-align: left;
}
.cid-u3ORW18UNk .img-col {
  position: relative;
  padding-top: 2rem;
}
.cid-u3ORW18UNk .img-col img {
  z-index: 2;
  position: relative;
}
.cid-u3ORW18UNk .pricebox {
  position: absolute;
  z-index: 1;
  top: -5rem;
  left: 2rem;
  width: 180px;
  height: 180px;
  background: #fbbe36;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u3ORW18UNk H2 {
  color: #e7272d;
  position: relative;
  display: inline-block;
  width: fit-content;
  text-align: left;
}
.cid-u3ORW18UNk H2:before {
  position: absolute;
  content: '';
  right: -120px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
}
.cid-u3ORW18UNk img {
  max-width: 500px;
  margin: auto;
}
.cid-u3ORW18UNk .mbr-section-subtitle,
.cid-u3ORW18UNk .title-align {
  color: #683a24;
}
.cid-u3ORW18UNk .price {
  color: #e7272d;
}
@media (max-width: 992px) {
  .cid-u3ORW18UNk .pricebox {
    top: -2rem;
    right: 2rem;
    left: auto;
  }
}
@media (max-width: 767px) {
  .cid-u3ORW18UNk .pricebox {
    width: 100px;
    height: 100px;
    top: 0rem;
    right: 2rem;
    left: auto;
  }
  .cid-u3ORW18UNk H2:before {
    width: 70px;
    right: -90px;
  }
  .cid-u3ORW18UNk .img-col {
    padding-top: 4rem;
  }
}
.cid-u3ORW18UNk .mbr-text,
.cid-u3ORW18UNk .mbr-section-btn {
  color: #000000;
}
.cid-u3ORW18UNk H1 {
  color: #683a24;
}
.cid-u4Lv5sXSd4 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/fundos-site-prancheta-1-copia-2-1241x532.jpg");
}
.cid-u4Lv5sXSd4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u4Lv5sXSd4 .mbr-section-title B {
  color: #ffffff;
}
.cid-u4Lv5sXSd4 .mbr-section-title {
  text-align: center;
  color: #f4f8fa;
}
.cid-u4Lv5sXSd4 .mbr-section-title DIV {
  color: #ffffff;
}
.cid-u4LuQ79ZOO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4LuQ79ZOO h6 {
  line-height: 1.2;
}
.cid-u4LuQ79ZOO img,
.cid-u4LuQ79ZOO .item-img {
  width: 100%;
}
.cid-u4LuQ79ZOO .item:focus,
.cid-u4LuQ79ZOO span:focus {
  outline: none;
}
.cid-u4LuQ79ZOO .item {
  cursor: pointer;
}
.cid-u4LuQ79ZOO .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u4LuQ79ZOO .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-u4LuQ79ZOO .mbr-section-title {
  color: #000000;
}
.cid-u4LuQ79ZOO .mbr-text,
.cid-u4LuQ79ZOO .mbr-section-btn {
  color: #000000;
}
.cid-u4LuQ79ZOO .item-title {
  color: #000000;
  text-align: center;
}
.cid-u4LuQ79ZOO .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u4LuQ79ZOO .item-text {
  color: #000000;
  text-align: center;
}
.cid-u4LuQ79ZOO .content-head {
  max-width: 800px;
}
.cid-u4LuhpB84e {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4LuhpB84e h6 {
  line-height: 1.2;
}
.cid-u4LuhpB84e img,
.cid-u4LuhpB84e .item-img {
  width: 100%;
}
.cid-u4LuhpB84e .item:focus,
.cid-u4LuhpB84e span:focus {
  outline: none;
}
.cid-u4LuhpB84e .item {
  cursor: pointer;
}
.cid-u4LuhpB84e .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u4LuhpB84e .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-u4LuhpB84e .mbr-section-title {
  color: #000000;
}
.cid-u4LuhpB84e .mbr-text,
.cid-u4LuhpB84e .mbr-section-btn {
  color: #000000;
}
.cid-u4LuhpB84e .item-title {
  color: #000000;
  text-align: center;
}
.cid-u4LuhpB84e .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u4LuhpB84e .item-text {
  color: #000000;
  text-align: center;
}
.cid-u4LuhpB84e .content-head {
  max-width: 800px;
}
.cid-u3OPYAIovO {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1445.jpg");
}
.cid-u3OPYAIovO .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u3OPYAIovO .mbr-section-title B {
  color: #ffffff;
}
.cid-u3OPYAIovO .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u3OPYAIovO .mbr-section-title DIV {
  color: #ffffff;
}
.cid-uk8lWrZ0OK {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-uk8lWrZ0OK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk8lWrZ0OK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uk8lWrZ0OK .container {
    padding: 0 26px;
  }
}
.cid-uk8lWrZ0OK .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-uk8lWrZ0OK .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uk8lWrZ0OK .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uk8lWrZ0OK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uk8lWrZ0OK .contacts-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-uk8lWrZ0OK .contacts-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uk8lWrZ0OK .contacts-wrapper .contacts-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uk8lWrZ0OK .contacts-wrapper .contacts-wrap {
    display: block;
  }
}
.cid-uk8lWrZ0OK .contacts-wrapper .contacts-wrap .contact-card:first-child {
  margin-right: 80px;
}
@media (max-width: 768px) {
  .cid-uk8lWrZ0OK .contacts-wrapper .contacts-wrap .contact-card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-uk8lWrZ0OK .contacts-wrapper .contacts-wrap .contact-card .mbr-contact {
  margin-bottom: 18px;
}
.cid-uk8lWrZ0OK .contacts-wrapper .contacts-wrap .contact-card a {
  display: block;
}
.cid-uk8lWrZ0OK .contacts-wrapper .contacts-wrap .contact-card a:hover .mbr-desc {
  opacity: .5;
}
.cid-uk8lWrZ0OK .contacts-wrapper .contacts-wrap .contact-card a .mbr-desc {
  margin-bottom: 0;
}
.cid-uk8lWrZ0OK .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uk8lWrZ0OK .dragArea.row .form-group .form-control {
  padding: 10px 14px;
  background-color: transparent;
  border: 1px solid #7f060f !important;
  border-radius: 0;
  color: #7f060f;
}
.cid-uk8lWrZ0OK .dragArea.row .form-group .form-control::placeholder {
  color: #7f060f;
  font-family: "Golos Text", sans-serif;
}
.cid-uk8lWrZ0OK .dragArea.row .form-group textarea {
  min-height: 260px;
}
.cid-uk8lWrZ0OK .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uk8lWrZ0OK .mbr-section-title {
  color: #7f060f;
}
.cid-uk8lWrZ0OK .mbr-section-subtitle {
  color: #232323;
}
.cid-uk8lWrZ0OK .mbr-contact {
  color: #ffffff;
}
.cid-uk8lWrZ0OK .mbr-desc {
  color: #000000;
}
.cid-uk8lWrZ0OK .mbr-contact,
.cid-uk8lWrZ0OK .contacts-wrapper {
  color: #7f060f;
}
.cid-u4s1KfXMEq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img-4287-2000x1333.jpg");
}
.cid-u4s1KfXMEq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4s1KfXMEq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4s1KfXMEq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .container {
    padding: 0 15px;
  }
}
.cid-u4s1KfXMEq .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .title-wrapper {
    text-align: center;
  }
}
.cid-u4s1KfXMEq .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u4s1KfXMEq .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-u4s1KfXMEq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u4s1KfXMEq .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .list {
    justify-content: center;
  }
}
.cid-u4s1KfXMEq .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u4s1KfXMEq .list .item-wrap:hover,
.cid-u4s1KfXMEq .list .item-wrap:focus {
  color: #ffffff;
  text-shadow: 2px 2px 4px #ffffff;
}
.cid-u4s1KfXMEq .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-u4s1KfXMEq .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #ffffff 0, transparent 100%);
}
.cid-u4s1KfXMEq .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .copy-wrapper {
    height: auto;
  }
}
.cid-u4s1KfXMEq .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-u4s1KfXMEq .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .social-wrapper {
    text-align: center;
  }
}
.cid-u4s1KfXMEq .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u4s1KfXMEq .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-u4s1KfXMEq .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-u4s1KfXMEq .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-u4s1KfXMEq .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ffffff;
  background-color: #232323;
}
.cid-u4s1KfXMEq .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232323;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4s1KfXMEq .mbr-section-title {
  color: #f2ac2b;
}
.cid-u4s1KfXMEq .mbr-copy {
  color: #d2d2df;
}
.cid-u4s1KfXMEq .mbr-section-title,
.cid-u4s1KfXMEq .title-wrapper {
  color: #ffffff;
}
.cid-u4s1KfXMEq .list,
.cid-u4s1KfXMEq .item-wrap {
  text-align: right;
}
.cid-u4s1KfXMEq .mbr-copy,
.cid-u4s1KfXMEq .social-wrapper {
  color: #ffffff;
}
.cid-u4hqoPRVcx .navbar {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
  background: none;
}
@media (min-width: 1200px) {
  .cid-u4hqoPRVcx .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-u4hqoPRVcx .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-u4hqoPRVcx .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-u4hqoPRVcx .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-u4hqoPRVcx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-u4hqoPRVcx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u4hqoPRVcx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-u4hqoPRVcx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-u4hqoPRVcx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-u4hqoPRVcx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-u4hqoPRVcx .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #232323 !important;
}
.cid-u4hqoPRVcx .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-u4hqoPRVcx .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-u4hqoPRVcx .navbar-fixed-top.opened {
  position: relative;
}
.cid-u4hqoPRVcx a {
  font-style: normal;
}
.cid-u4hqoPRVcx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-u4hqoPRVcx .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-u4hqoPRVcx .nav-item .nav-link {
  color: #ffffff;
}
.cid-u4hqoPRVcx .nav-item .nav-link.display-4 {
  font-size: 15px;
}
.cid-u4hqoPRVcx .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #4f87fb;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: bold;
}
.cid-u4hqoPRVcx .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-u4hqoPRVcx .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-u4hqoPRVcx .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u4hqoPRVcx .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-u4hqoPRVcx .menu-content-right {
    display: none;
  }
}
.cid-u4hqoPRVcx .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-u4hqoPRVcx .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-u4hqoPRVcx .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-u4hqoPRVcx .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-u4hqoPRVcx .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #3a341c;
}
.cid-u4hqoPRVcx .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-u4hqoPRVcx .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-u4hqoPRVcx .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-u4hqoPRVcx .right-box {
    display: none;
  }
}
.cid-u4hqoPRVcx .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u4hqoPRVcx .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-u4hqoPRVcx .content-text {
  margin-bottom: 0;
}
.cid-u4hqoPRVcx .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-u4hqoPRVcx .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #7f060f;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-u4hqoPRVcx .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-u4hqoPRVcx .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-u4hqoPRVcx .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-u4hqoPRVcx .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-u4hqoPRVcx .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-u4hqoPRVcx .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u4hqoPRVcx .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u4hqoPRVcx .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-u4hqoPRVcx .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-u4hqoPRVcx .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u4hqoPRVcx .nav-dropdown .link {
  font-weight: 600;
}
.cid-u4hqoPRVcx .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u4hqoPRVcx .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-u4hqoPRVcx .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-u4hqoPRVcx .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-u4hqoPRVcx .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-u4hqoPRVcx .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-u4hqoPRVcx .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u4hqoPRVcx .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-u4hqoPRVcx .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-u4hqoPRVcx .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-u4hqoPRVcx .menu-content-bottom {
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .cid-u4hqoPRVcx .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-u4hqoPRVcx .menu-content-top.show {
  display: block;
}
.cid-u4hqoPRVcx .pre-header-right {
  align-self: center;
}
.cid-u4hqoPRVcx .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-u4hqoPRVcx .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #f4f8fa;
}
.cid-u4hqoPRVcx .pre-header-right .content-right-side .content-link:hover span {
  color: #000000;
}
.cid-u4hqoPRVcx .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-u4hqoPRVcx .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-u4hqoPRVcx .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-u4hqoPRVcx .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-u4hqoPRVcx .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-u4hqoPRVcx .navbar .menu-content-top {
    display: none;
  }
  .cid-u4hqoPRVcx .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-u4hqoPRVcx .dropdown-item:before {
    display: none;
  }
  .cid-u4hqoPRVcx .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-u4hqoPRVcx img {
    height: 3.8rem !important;
  }
  .cid-u4hqoPRVcx .btn {
    display: flex;
  }
  .cid-u4hqoPRVcx button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-u4hqoPRVcx .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u4hqoPRVcx .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-u4hqoPRVcx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u4hqoPRVcx .navbar-collapse.collapsing,
  .cid-u4hqoPRVcx .navbar-collapse.show {
    display: block !important;
  }
  .cid-u4hqoPRVcx .navbar-collapse.collapsing .navbar-nav,
  .cid-u4hqoPRVcx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-u4hqoPRVcx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u4hqoPRVcx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-u4hqoPRVcx .navbar-collapse.collapsing .navbar-buttons,
  .cid-u4hqoPRVcx .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-u4hqoPRVcx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u4hqoPRVcx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u4hqoPRVcx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-u4hqoPRVcx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u4hqoPRVcx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u4hqoPRVcx .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-u4hqoPRVcx .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-u4hqoPRVcx .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-u4hqoPRVcx .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-u4hqoPRVcx .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-u4hqoPRVcx .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-u4hqoPRVcx .navbar {
    display: block;
    padding: 0;
  }
  .cid-u4hqoPRVcx .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-u4hqoPRVcx .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-u4hqoPRVcx .navbar-toggler {
    display: none;
  }
}
.cid-u4hqoPRVcx .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-u4hqoPRVcx .menu-area-wrapper .menu-area {
  background-color: #7f060f;
  position: relative;
  z-index: 9;
  border-radius: 5px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-u4hqoPRVcx .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-u4hqoPRVcx .menu-area-wrapper {
    height: 100%;
  }
}
.cid-u4hqoPRVcx .navbar-short {
  background: transparent;
}
.cid-u4hqoPRVcx .navbar-short .menu-content-top,
.cid-u4hqoPRVcx .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-u4hqoPRVcx .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-u4hqoPRVcx .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-u4hqoPRVcx .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u4hqoPRVcx .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-u4hqoPRVcx .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-u4hqoPRVcx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-u4hqoPRVcx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u4hqoPRVcx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u4hqoPRVcx .dropdown {
  color: #3a341c !important;
}
.cid-u4hqoPRVcx .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #7f060f;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #3a341c !important;
}
@media (max-width: 1200px) {
  .cid-u4hqoPRVcx .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-u4hqoPRVcx .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-u4hqoPRVcx .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-u4hqoPRVcx .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #7f060f;
  color: #ffffff;
}
.cid-u4hqoPRVcx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-u4hqoPRVcx .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-u4hqoPRVcx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u4hqoPRVcx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u4hqoPRVcx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u4hqoPRVcx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4hqoPRVcx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-u4hqoPRVcx .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-u4hqoPRVcx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-u4hqoPRVcx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u4hqoPRVcx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u4hqoPRVcx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u4hqoPRVcx button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-u4hqoPRVcx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-u4hqoPRVcx button.navbar-toggler:focus {
  outline: none;
}
.cid-u4hqoPRVcx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #f4f8fa;
}
.cid-u4hqoPRVcx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-u4hqoPRVcx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-u4hqoPRVcx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-u4hqoPRVcx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-u4hqoPRVcx nav.opened .hamburger span {
  height: 4px;
  background-color: #000000;
}
.cid-u4hqoPRVcx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-u4hqoPRVcx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-u4hqoPRVcx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-u4hqoPRVcx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-u4hqoPRVcx .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-u4hqoPRVcx .collapsed .menu-logo {
  margin-right: 0;
}
.cid-u4hqoPRVcx .collapsed .btn {
  display: flex;
}
.cid-u4hqoPRVcx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u4hqoPRVcx .collapsed .navbar-collapse.collapsing,
.cid-u4hqoPRVcx .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-u4hqoPRVcx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u4hqoPRVcx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-u4hqoPRVcx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u4hqoPRVcx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u4hqoPRVcx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u4hqoPRVcx .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-u4hqoPRVcx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u4hqoPRVcx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-u4hqoPRVcx .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem  - 1rem);
  }
  .cid-u4hqoPRVcx .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u4hqoPRVcx .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u4hqoPRVcx .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u4hqoPRVcx .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-u4hqoPRVcx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-u4hqoPRVcx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u4hqoPRVcx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u4hqoPRVcx .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-u4hqoPRVcx .collapsed .dropdown-item:before {
  display: none;
}
.cid-u4hqoPRVcx .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-u4hqoPRVcx .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-u4hqoPRVcx .nav-link:focus {
  outline: none;
}
.cid-u4hqoPRVcx .navbar-toggler {
  position: relative;
}
.cid-u4hqoPRVcx .dropdown-item.active,
.cid-u4hqoPRVcx .dropdown-item:active {
  color: auto;
}
.cid-u4hqoPRVcx .dropdown-item:hover {
  color: #7f060f;
}
.cid-u4hqoPRVcx .widget-title,
.cid-u4hqoPRVcx .widget-icon {
  color: #ffffff;
}
.cid-u4hqoPRVcx .widget-text {
  color: #ffffff;
}
.cid-u4hs6bigP5 {
  overflow-x: hidden !important;
}
.cid-u4hs6bigP5,
.cid-u4hs6bigP5 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-u4hs6bigP5 .mbr-section-title {
  color: #ffffff;
}
.cid-u4hs6bigP5 .mbr-section-title span {
  color: #7f060f;
}
.cid-u4hs6bigP5 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-u4hs6bigP5 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 53s !important;
  animation-duration: 53s;
  background-image: url("../../../assets/images/a263bc9a-1e77-4ec9-b1e6-b338b89cd384-1280x400.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-u4hs6bigP5 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-u4hs6bigP5 .mbr-overlay {
  z-index: 1;
}
.cid-u4hs6bigP5 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-u4hqoQwGiw {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffa600;
}
.cid-u4hqoQwGiw .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u4hqoQwGiw .mbr-section-title B {
  color: #ffffff;
}
.cid-u4hqoQwGiw .mbr-section-title {
  text-align: center;
  color: #f6ecde;
}
.cid-u4hqoQwGiw .mbr-section-title DIV {
  color: #ffffff;
}
.cid-ujWyrYl3PK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/img-4288-2000x1333.jpeg");
}
.cid-ujWyrYl3PK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujWyrYl3PK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujWyrYl3PK .mbr-section-title {
  color: #ffffff;
}
.cid-u4hqoR1NZ9 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4hqoR1NZ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4hqoR1NZ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4hqoR1NZ9 .mbr-section-title {
  color: #7f060f;
  text-align: center;
}
.cid-u4hqoR1NZ9 .mbr-section-subtitle {
  text-align: center;
}
.cid-u4hroGGnZM {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u4hroGGnZM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4hroGGnZM .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-u4hroGGnZM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4hroGGnZM .row {
  flex-direction: row-reverse;
}
.cid-u4hroGGnZM img {
  width: 100%;
}
.cid-u4hrmxrIQe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-u4hrmxrIQe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4hrmxrIQe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4hrmxrIQe .mbr-section-title {
  color: #7f060f;
}
.cid-u4hsxCvnjf {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f7f7f7;
}
.cid-u4hsxCvnjf .mbr-iconfont {
  font-size: 34px;
  width: 5.125rem;
  transition: color .3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%;
}
.cid-u4hsxCvnjf .mbr-section-title {
  margin: 0;
  color: #800d12;
}
.cid-u4hsxCvnjf .mbr-section-subtitle {
  color: #000000;
}
.cid-u4hsxCvnjf .card-img {
  text-align: inherit;
}
.cid-u4hsxCvnjf .card-img span {
  background: linear-gradient(90deg, #800d12, #800d12);
}
.cid-u4hsxCvnjf .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u4hsxCvnjf .wrapper {
  border-radius: .25rem;
  padding: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 991px) {
  .cid-u4hsxCvnjf .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-u4hsxCvnjf .mbr-card-title {
  text-align: center;
  color: #7f060f;
}
.cid-u4m4ShlBiz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-u4m4ShlBiz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4m4ShlBiz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4m4ShlBiz .content-text {
  max-width: 800px;
}
.cid-u4hrkcmMWv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-u4hrkcmMWv img,
.cid-u4hrkcmMWv .item-img {
  width: 100%;
}
.cid-u4hrkcmMWv .item:focus,
.cid-u4hrkcmMWv span:focus {
  outline: none;
}
.cid-u4hrkcmMWv .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u4hrkcmMWv .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u4hrkcmMWv .item {
  padding: 0;
  margin: 0;
}
.cid-u4hrkcmMWv .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u4hrkcmMWv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4hrkcmMWv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u4hrkcmMWv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u4hrkcmMWv .mbr-section-title {
  color: #232323;
}
.cid-u4hszndmK4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-u4hszndmK4 .mbr-iconfont {
  font-size: 34px;
  width: 5.125rem;
  transition: color .3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%;
}
.cid-u4hszndmK4 .mbr-section-title {
  margin: 0;
  color: #800d12;
  text-align: left;
}
.cid-u4hszndmK4 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-u4hszndmK4 .card-img {
  text-align: inherit;
}
.cid-u4hszndmK4 .card-img span {
  background: linear-gradient(90deg, #800d12, #800d12);
}
.cid-u4hszndmK4 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u4hszndmK4 .wrapper {
  border-radius: .25rem;
  padding: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 991px) {
  .cid-u4hszndmK4 .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-u4hszndmK4 .mbr-card-title {
  text-align: center;
  color: #7f060f;
}
.cid-u4hrlHD0lc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-u4hrlcLNNH {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/a263bc9a-1e77-4ec9-b1e6-b338b89cd384.jpg");
}
.cid-u4hrlcLNNH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u4hrlcLNNH .mbr-section-title B {
  color: #ffffff;
}
.cid-u4hrlcLNNH .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u4hrlcLNNH .mbr-section-title DIV {
  color: #ffffff;
}
.cid-u4hrAc0GN9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #7f060f;
}
.cid-u4hrAc0GN9 .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-u4hrAc0GN9 .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u4hrAc0GN9 .img1 {
  background: #7f060f;
}
.cid-u4hrAc0GN9 .img2 {
  background: #7f060f;
}
.cid-u4hrAc0GN9 .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u4hrAc0GN9 .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-u4hrAc0GN9 .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u4hrAc0GN9 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u4hrAc0GN9 .card-wrapper {
    flex-direction: column;
  }
  .cid-u4hrAc0GN9 .card-box {
    padding: 1rem;
  }
  .cid-u4hrAc0GN9 .card-box,
  .cid-u4hrAc0GN9 .img-wrapper {
    width: 100%;
  }
  .cid-u4hrAc0GN9 .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-u4hrAc0GN9 .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-u4hrAc0GN9 .card-subtitle {
  color: #0077ff;
}
.cid-u4hrAc0GN9 .mbr-text,
.cid-u4hrAc0GN9 .link-wrap {
  color: #555555;
}
.cid-u4hrAc0GN9 .card-title,
.cid-u4hrAc0GN9 .card-box {
  color: #7f060f;
  text-align: center;
}
.cid-u4hrnkfog5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #7f060f;
}
.cid-u4hrnkfog5 img,
.cid-u4hrnkfog5 .item-img {
  width: 100%;
}
.cid-u4hrnkfog5 .item:focus,
.cid-u4hrnkfog5 span:focus {
  outline: none;
}
.cid-u4hrnkfog5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u4hrnkfog5 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u4hrnkfog5 .item {
  padding: 0;
  margin: 0;
}
.cid-u4hrnkfog5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u4hrnkfog5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4hrnkfog5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u4hrnkfog5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u4hrnkfog5 .mbr-section-title {
  color: #232323;
}
.cid-u4hrnkfog5 .mbr-text,
.cid-u4hrnkfog5 .mbr-section-btn {
  text-align: left;
}
.cid-u4hrnkfog5 .item-title {
  text-align: left;
}
.cid-u4hrnkfog5 .item-subtitle {
  text-align: center;
}
.cid-u4hqoRBGD2 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1445.jpg");
}
.cid-u4hqoRBGD2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u4hqoRBGD2 .mbr-section-title B {
  color: #ffffff;
}
.cid-u4hqoRBGD2 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u4hqoRBGD2 .mbr-section-title DIV {
  color: #ffffff;
}
.cid-uk8lZVfE52 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-uk8lZVfE52 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk8lZVfE52 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uk8lZVfE52 .container {
    padding: 0 26px;
  }
}
.cid-uk8lZVfE52 .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-uk8lZVfE52 .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uk8lZVfE52 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uk8lZVfE52 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uk8lZVfE52 .contacts-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-uk8lZVfE52 .contacts-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uk8lZVfE52 .contacts-wrapper .contacts-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uk8lZVfE52 .contacts-wrapper .contacts-wrap {
    display: block;
  }
}
.cid-uk8lZVfE52 .contacts-wrapper .contacts-wrap .contact-card:first-child {
  margin-right: 80px;
}
@media (max-width: 768px) {
  .cid-uk8lZVfE52 .contacts-wrapper .contacts-wrap .contact-card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-uk8lZVfE52 .contacts-wrapper .contacts-wrap .contact-card .mbr-contact {
  margin-bottom: 18px;
}
.cid-uk8lZVfE52 .contacts-wrapper .contacts-wrap .contact-card a {
  display: block;
}
.cid-uk8lZVfE52 .contacts-wrapper .contacts-wrap .contact-card a:hover .mbr-desc {
  opacity: .5;
}
.cid-uk8lZVfE52 .contacts-wrapper .contacts-wrap .contact-card a .mbr-desc {
  margin-bottom: 0;
}
.cid-uk8lZVfE52 .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uk8lZVfE52 .dragArea.row .form-group .form-control {
  padding: 10px 14px;
  background-color: transparent;
  border: 1px solid #7f060f !important;
  border-radius: 0;
  color: #7f060f;
}
.cid-uk8lZVfE52 .dragArea.row .form-group .form-control::placeholder {
  color: #7f060f;
  font-family: "Golos Text", sans-serif;
}
.cid-uk8lZVfE52 .dragArea.row .form-group textarea {
  min-height: 260px;
}
.cid-uk8lZVfE52 .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uk8lZVfE52 .mbr-section-title {
  color: #7f060f;
}
.cid-uk8lZVfE52 .mbr-section-subtitle {
  color: #232323;
}
.cid-uk8lZVfE52 .mbr-contact {
  color: #ffffff;
}
.cid-uk8lZVfE52 .mbr-desc {
  color: #000000;
}
.cid-uk8lZVfE52 .mbr-contact,
.cid-uk8lZVfE52 .contacts-wrapper {
  color: #7f060f;
}
.cid-u4s1KfXMEq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img-4287-2000x1333.jpg");
}
.cid-u4s1KfXMEq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4s1KfXMEq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4s1KfXMEq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .container {
    padding: 0 15px;
  }
}
.cid-u4s1KfXMEq .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .title-wrapper {
    text-align: center;
  }
}
.cid-u4s1KfXMEq .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u4s1KfXMEq .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-u4s1KfXMEq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u4s1KfXMEq .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .list {
    justify-content: center;
  }
}
.cid-u4s1KfXMEq .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u4s1KfXMEq .list .item-wrap:hover,
.cid-u4s1KfXMEq .list .item-wrap:focus {
  color: #ffffff;
  text-shadow: 2px 2px 4px #ffffff;
}
.cid-u4s1KfXMEq .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-u4s1KfXMEq .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #ffffff 0, transparent 100%);
}
.cid-u4s1KfXMEq .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .copy-wrapper {
    height: auto;
  }
}
.cid-u4s1KfXMEq .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-u4s1KfXMEq .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .social-wrapper {
    text-align: center;
  }
}
.cid-u4s1KfXMEq .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u4s1KfXMEq .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-u4s1KfXMEq .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-u4s1KfXMEq .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-u4s1KfXMEq .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ffffff;
  background-color: #232323;
}
.cid-u4s1KfXMEq .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232323;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4s1KfXMEq .mbr-section-title {
  color: #f2ac2b;
}
.cid-u4s1KfXMEq .mbr-copy {
  color: #d2d2df;
}
.cid-u4s1KfXMEq .mbr-section-title,
.cid-u4s1KfXMEq .title-wrapper {
  color: #ffffff;
}
.cid-u4s1KfXMEq .list,
.cid-u4s1KfXMEq .item-wrap {
  text-align: right;
}
.cid-u4s1KfXMEq .mbr-copy,
.cid-u4s1KfXMEq .social-wrapper {
  color: #ffffff;
}
.cid-u4hDpXkhaL .navbar {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
  background: none;
}
@media (min-width: 1200px) {
  .cid-u4hDpXkhaL .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-u4hDpXkhaL .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-u4hDpXkhaL .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-u4hDpXkhaL .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-u4hDpXkhaL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-u4hDpXkhaL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u4hDpXkhaL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-u4hDpXkhaL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-u4hDpXkhaL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-u4hDpXkhaL .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-u4hDpXkhaL .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #232323 !important;
}
.cid-u4hDpXkhaL .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-u4hDpXkhaL .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-u4hDpXkhaL .navbar-fixed-top.opened {
  position: relative;
}
.cid-u4hDpXkhaL a {
  font-style: normal;
}
.cid-u4hDpXkhaL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-u4hDpXkhaL .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-u4hDpXkhaL .nav-item .nav-link {
  color: #ffffff;
}
.cid-u4hDpXkhaL .nav-item .nav-link.display-4 {
  font-size: 15px;
}
.cid-u4hDpXkhaL .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #4f87fb;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: bold;
}
.cid-u4hDpXkhaL .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-u4hDpXkhaL .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-u4hDpXkhaL .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u4hDpXkhaL .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-u4hDpXkhaL .menu-content-right {
    display: none;
  }
}
.cid-u4hDpXkhaL .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-u4hDpXkhaL .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-u4hDpXkhaL .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-u4hDpXkhaL .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-u4hDpXkhaL .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #3a341c;
}
.cid-u4hDpXkhaL .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-u4hDpXkhaL .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-u4hDpXkhaL .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-u4hDpXkhaL .right-box {
    display: none;
  }
}
.cid-u4hDpXkhaL .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u4hDpXkhaL .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-u4hDpXkhaL .content-text {
  margin-bottom: 0;
}
.cid-u4hDpXkhaL .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-u4hDpXkhaL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #7f060f;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-u4hDpXkhaL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-u4hDpXkhaL .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-u4hDpXkhaL .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-u4hDpXkhaL .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-u4hDpXkhaL .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-u4hDpXkhaL .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u4hDpXkhaL .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u4hDpXkhaL .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-u4hDpXkhaL .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-u4hDpXkhaL .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u4hDpXkhaL .nav-dropdown .link {
  font-weight: 600;
}
.cid-u4hDpXkhaL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u4hDpXkhaL .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-u4hDpXkhaL .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-u4hDpXkhaL .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-u4hDpXkhaL .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-u4hDpXkhaL .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-u4hDpXkhaL .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u4hDpXkhaL .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-u4hDpXkhaL .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-u4hDpXkhaL .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-u4hDpXkhaL .menu-content-bottom {
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .cid-u4hDpXkhaL .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-u4hDpXkhaL .menu-content-top.show {
  display: block;
}
.cid-u4hDpXkhaL .pre-header-right {
  align-self: center;
}
.cid-u4hDpXkhaL .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-u4hDpXkhaL .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #f4f8fa;
}
.cid-u4hDpXkhaL .pre-header-right .content-right-side .content-link:hover span {
  color: #000000;
}
.cid-u4hDpXkhaL .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-u4hDpXkhaL .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-u4hDpXkhaL .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-u4hDpXkhaL .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-u4hDpXkhaL .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-u4hDpXkhaL .navbar .menu-content-top {
    display: none;
  }
  .cid-u4hDpXkhaL .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-u4hDpXkhaL .dropdown-item:before {
    display: none;
  }
  .cid-u4hDpXkhaL .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-u4hDpXkhaL img {
    height: 3.8rem !important;
  }
  .cid-u4hDpXkhaL .btn {
    display: flex;
  }
  .cid-u4hDpXkhaL button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-u4hDpXkhaL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u4hDpXkhaL .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-u4hDpXkhaL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u4hDpXkhaL .navbar-collapse.collapsing,
  .cid-u4hDpXkhaL .navbar-collapse.show {
    display: block !important;
  }
  .cid-u4hDpXkhaL .navbar-collapse.collapsing .navbar-nav,
  .cid-u4hDpXkhaL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-u4hDpXkhaL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u4hDpXkhaL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-u4hDpXkhaL .navbar-collapse.collapsing .navbar-buttons,
  .cid-u4hDpXkhaL .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-u4hDpXkhaL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u4hDpXkhaL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u4hDpXkhaL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-u4hDpXkhaL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u4hDpXkhaL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u4hDpXkhaL .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-u4hDpXkhaL .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-u4hDpXkhaL .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-u4hDpXkhaL .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-u4hDpXkhaL .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-u4hDpXkhaL .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-u4hDpXkhaL .navbar {
    display: block;
    padding: 0;
  }
  .cid-u4hDpXkhaL .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-u4hDpXkhaL .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-u4hDpXkhaL .navbar-toggler {
    display: none;
  }
}
.cid-u4hDpXkhaL .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-u4hDpXkhaL .menu-area-wrapper .menu-area {
  background-color: #7f060f;
  position: relative;
  z-index: 9;
  border-radius: 5px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-u4hDpXkhaL .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-u4hDpXkhaL .menu-area-wrapper {
    height: 100%;
  }
}
.cid-u4hDpXkhaL .navbar-short {
  background: transparent;
}
.cid-u4hDpXkhaL .navbar-short .menu-content-top,
.cid-u4hDpXkhaL .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-u4hDpXkhaL .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-u4hDpXkhaL .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-u4hDpXkhaL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u4hDpXkhaL .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-u4hDpXkhaL .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-u4hDpXkhaL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-u4hDpXkhaL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u4hDpXkhaL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u4hDpXkhaL .dropdown {
  color: #3a341c !important;
}
.cid-u4hDpXkhaL .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #7f060f;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #3a341c !important;
}
@media (max-width: 1200px) {
  .cid-u4hDpXkhaL .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-u4hDpXkhaL .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-u4hDpXkhaL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-u4hDpXkhaL .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #7f060f;
  color: #ffffff;
}
.cid-u4hDpXkhaL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-u4hDpXkhaL .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-u4hDpXkhaL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u4hDpXkhaL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u4hDpXkhaL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u4hDpXkhaL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4hDpXkhaL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-u4hDpXkhaL .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-u4hDpXkhaL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-u4hDpXkhaL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u4hDpXkhaL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u4hDpXkhaL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u4hDpXkhaL button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-u4hDpXkhaL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-u4hDpXkhaL button.navbar-toggler:focus {
  outline: none;
}
.cid-u4hDpXkhaL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #f4f8fa;
}
.cid-u4hDpXkhaL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-u4hDpXkhaL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-u4hDpXkhaL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-u4hDpXkhaL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-u4hDpXkhaL nav.opened .hamburger span {
  height: 4px;
  background-color: #000000;
}
.cid-u4hDpXkhaL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-u4hDpXkhaL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-u4hDpXkhaL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-u4hDpXkhaL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-u4hDpXkhaL .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-u4hDpXkhaL .collapsed .menu-logo {
  margin-right: 0;
}
.cid-u4hDpXkhaL .collapsed .btn {
  display: flex;
}
.cid-u4hDpXkhaL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u4hDpXkhaL .collapsed .navbar-collapse.collapsing,
.cid-u4hDpXkhaL .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-u4hDpXkhaL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u4hDpXkhaL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-u4hDpXkhaL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u4hDpXkhaL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u4hDpXkhaL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u4hDpXkhaL .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-u4hDpXkhaL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u4hDpXkhaL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-u4hDpXkhaL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem  - 1rem);
  }
  .cid-u4hDpXkhaL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u4hDpXkhaL .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u4hDpXkhaL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u4hDpXkhaL .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-u4hDpXkhaL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-u4hDpXkhaL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u4hDpXkhaL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u4hDpXkhaL .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-u4hDpXkhaL .collapsed .dropdown-item:before {
  display: none;
}
.cid-u4hDpXkhaL .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-u4hDpXkhaL .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-u4hDpXkhaL .nav-link:focus {
  outline: none;
}
.cid-u4hDpXkhaL .navbar-toggler {
  position: relative;
}
.cid-u4hDpXkhaL .dropdown-item.active,
.cid-u4hDpXkhaL .dropdown-item:active {
  color: auto;
}
.cid-u4hDpXkhaL .dropdown-item:hover {
  color: #7f060f;
}
.cid-u4hDpXkhaL .widget-title,
.cid-u4hDpXkhaL .widget-icon {
  color: #ffffff;
}
.cid-u4hDpXkhaL .widget-text {
  color: #ffffff;
}
.cid-u4hDpXKiXY {
  display: flex;
  padding-top: 180px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/wes-4620-2000x3000.jpeg");
}
.cid-u4hDpXKiXY .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-u4hDpXKiXY .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-u4hDpXKiXY .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-u4hDpXKiXY {
    align-items: center;
  }
  .cid-u4hDpXKiXY .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u4hDpXKiXY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u4hDpXKiXY {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u4hDpXKiXY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u4hDpXKiXY .content-wrap {
    width: 100%;
  }
}
.cid-u4hDpXKiXY .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u4hDpXKiXY .mbr-text,
.cid-u4hDpXKiXY .mbr-section-btn {
  text-align: left;
}
.cid-u4hDpY1io0 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffa600;
}
.cid-u4hDpY1io0 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u4hDpY1io0 .mbr-section-title B {
  color: #ffffff;
}
.cid-u4hDpY1io0 .mbr-section-title {
  text-align: center;
  color: #f6ecde;
}
.cid-u4hDpY1io0 .mbr-section-title DIV {
  color: #ffffff;
}
.cid-ujWyGsVqh2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/img-4288-2000x1333.jpeg");
}
.cid-ujWyGsVqh2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujWyGsVqh2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujWyGsVqh2 .mbr-section-title {
  color: #ffffff;
}
.cid-u4i88jcbcG {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-u4i88jcbcG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4i88jcbcG .row {
  flex-direction: row-reverse;
}
.cid-u4i88jcbcG img {
  width: 100%;
}
.cid-u4hDpYAccx {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-u4hDpYAccx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4hDpYAccx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4hDpYAccx .mbr-section-title {
  color: #7f060f;
  text-align: center;
}
.cid-u4hDpYAccx .mbr-section-subtitle {
  text-align: center;
}
.cid-u4hEl0SyRG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-u4hEl0SyRG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4hEl0SyRG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4hEl0SyRG .mbr-section-title {
  color: #ffffff;
}
.cid-u4hEl0SyRG .mbr-section-subtitle {
  color: #000000;
}
.cid-u4hEhMTuiG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-u4hEhMTuiG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4hEhMTuiG .row {
  flex-direction: row-reverse;
}
.cid-u4hEhMTuiG img {
  width: 100%;
}
.cid-u4hEgYAStP {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #7f060f;
}
.cid-u4hEgYAStP .mbr-section-title {
  color: #ffffff;
}
.cid-u4hEgYAStP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u4hEiehpwV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #7f060f;
}
.cid-u4hEiehpwV .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-u4hEiehpwV .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u4hEiehpwV .img1 {
  background: #7f060f;
}
.cid-u4hEiehpwV .img2 {
  background: #7f060f;
}
.cid-u4hEiehpwV .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u4hEiehpwV .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-u4hEiehpwV .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u4hEiehpwV .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u4hEiehpwV .card-wrapper {
    flex-direction: column;
  }
  .cid-u4hEiehpwV .card-box {
    padding: 1rem;
  }
  .cid-u4hEiehpwV .card-box,
  .cid-u4hEiehpwV .img-wrapper {
    width: 100%;
  }
  .cid-u4hEiehpwV .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-u4hEiehpwV .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-u4hEiehpwV .card-subtitle {
  color: #0077ff;
}
.cid-u4hEiehpwV .mbr-text,
.cid-u4hEiehpwV .link-wrap {
  color: #555555;
}
.cid-u4hEiehpwV .card-title,
.cid-u4hEiehpwV .card-box {
  color: #7f060f;
  text-align: center;
}
.cid-u4hEiAKKG3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-u4hEiAKKG3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4hEiAKKG3 .row {
  flex-direction: row-reverse;
}
.cid-u4hEiAKKG3 img {
  width: 100%;
}
.cid-u4hEjgJdr8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-u4hEjgJdr8 .line {
  background-color: #7f060f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u4hDpZam90 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1445.jpg");
}
.cid-u4hDpZam90 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u4hDpZam90 .mbr-section-title B {
  color: #ffffff;
}
.cid-u4hDpZam90 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u4hDpZam90 .mbr-section-title DIV {
  color: #ffffff;
}
.cid-uk8m2OOEgM {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-uk8m2OOEgM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk8m2OOEgM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uk8m2OOEgM .container {
    padding: 0 26px;
  }
}
.cid-uk8m2OOEgM .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-uk8m2OOEgM .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uk8m2OOEgM .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uk8m2OOEgM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uk8m2OOEgM .contacts-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-uk8m2OOEgM .contacts-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uk8m2OOEgM .contacts-wrapper .contacts-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uk8m2OOEgM .contacts-wrapper .contacts-wrap {
    display: block;
  }
}
.cid-uk8m2OOEgM .contacts-wrapper .contacts-wrap .contact-card:first-child {
  margin-right: 80px;
}
@media (max-width: 768px) {
  .cid-uk8m2OOEgM .contacts-wrapper .contacts-wrap .contact-card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-uk8m2OOEgM .contacts-wrapper .contacts-wrap .contact-card .mbr-contact {
  margin-bottom: 18px;
}
.cid-uk8m2OOEgM .contacts-wrapper .contacts-wrap .contact-card a {
  display: block;
}
.cid-uk8m2OOEgM .contacts-wrapper .contacts-wrap .contact-card a:hover .mbr-desc {
  opacity: .5;
}
.cid-uk8m2OOEgM .contacts-wrapper .contacts-wrap .contact-card a .mbr-desc {
  margin-bottom: 0;
}
.cid-uk8m2OOEgM .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uk8m2OOEgM .dragArea.row .form-group .form-control {
  padding: 10px 14px;
  background-color: transparent;
  border: 1px solid #7f060f !important;
  border-radius: 0;
  color: #7f060f;
}
.cid-uk8m2OOEgM .dragArea.row .form-group .form-control::placeholder {
  color: #7f060f;
  font-family: "Golos Text", sans-serif;
}
.cid-uk8m2OOEgM .dragArea.row .form-group textarea {
  min-height: 260px;
}
.cid-uk8m2OOEgM .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uk8m2OOEgM .mbr-section-title {
  color: #7f060f;
}
.cid-uk8m2OOEgM .mbr-section-subtitle {
  color: #232323;
}
.cid-uk8m2OOEgM .mbr-contact {
  color: #ffffff;
}
.cid-uk8m2OOEgM .mbr-desc {
  color: #000000;
}
.cid-uk8m2OOEgM .mbr-contact,
.cid-uk8m2OOEgM .contacts-wrapper {
  color: #7f060f;
}
.cid-u4s1KfXMEq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img-4287-2000x1333.jpg");
}
.cid-u4s1KfXMEq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4s1KfXMEq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4s1KfXMEq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .container {
    padding: 0 15px;
  }
}
.cid-u4s1KfXMEq .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .title-wrapper {
    text-align: center;
  }
}
.cid-u4s1KfXMEq .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u4s1KfXMEq .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-u4s1KfXMEq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u4s1KfXMEq .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .list {
    justify-content: center;
  }
}
.cid-u4s1KfXMEq .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u4s1KfXMEq .list .item-wrap:hover,
.cid-u4s1KfXMEq .list .item-wrap:focus {
  color: #ffffff;
  text-shadow: 2px 2px 4px #ffffff;
}
.cid-u4s1KfXMEq .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-u4s1KfXMEq .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #ffffff 0, transparent 100%);
}
.cid-u4s1KfXMEq .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .copy-wrapper {
    height: auto;
  }
}
.cid-u4s1KfXMEq .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-u4s1KfXMEq .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .social-wrapper {
    text-align: center;
  }
}
.cid-u4s1KfXMEq .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u4s1KfXMEq .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-u4s1KfXMEq .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-u4s1KfXMEq .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-u4s1KfXMEq .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ffffff;
  background-color: #232323;
}
.cid-u4s1KfXMEq .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232323;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4s1KfXMEq .mbr-section-title {
  color: #f2ac2b;
}
.cid-u4s1KfXMEq .mbr-copy {
  color: #d2d2df;
}
.cid-u4s1KfXMEq .mbr-section-title,
.cid-u4s1KfXMEq .title-wrapper {
  color: #ffffff;
}
.cid-u4s1KfXMEq .list,
.cid-u4s1KfXMEq .item-wrap {
  text-align: right;
}
.cid-u4s1KfXMEq .mbr-copy,
.cid-u4s1KfXMEq .social-wrapper {
  color: #ffffff;
}
.cid-u4hG2r4tbr .navbar {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
  background: none;
}
@media (min-width: 1200px) {
  .cid-u4hG2r4tbr .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-u4hG2r4tbr .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-u4hG2r4tbr .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-u4hG2r4tbr .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-u4hG2r4tbr .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-u4hG2r4tbr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u4hG2r4tbr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-u4hG2r4tbr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-u4hG2r4tbr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-u4hG2r4tbr .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-u4hG2r4tbr .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #232323 !important;
}
.cid-u4hG2r4tbr .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-u4hG2r4tbr .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-u4hG2r4tbr .navbar-fixed-top.opened {
  position: relative;
}
.cid-u4hG2r4tbr a {
  font-style: normal;
}
.cid-u4hG2r4tbr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-u4hG2r4tbr .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-u4hG2r4tbr .nav-item .nav-link {
  color: #ffffff;
}
.cid-u4hG2r4tbr .nav-item .nav-link.display-4 {
  font-size: 15px;
}
.cid-u4hG2r4tbr .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #4f87fb;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: bold;
}
.cid-u4hG2r4tbr .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-u4hG2r4tbr .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-u4hG2r4tbr .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u4hG2r4tbr .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-u4hG2r4tbr .menu-content-right {
    display: none;
  }
}
.cid-u4hG2r4tbr .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-u4hG2r4tbr .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-u4hG2r4tbr .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-u4hG2r4tbr .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-u4hG2r4tbr .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #3a341c;
}
.cid-u4hG2r4tbr .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-u4hG2r4tbr .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-u4hG2r4tbr .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-u4hG2r4tbr .right-box {
    display: none;
  }
}
.cid-u4hG2r4tbr .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u4hG2r4tbr .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-u4hG2r4tbr .content-text {
  margin-bottom: 0;
}
.cid-u4hG2r4tbr .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-u4hG2r4tbr .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #7f060f;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-u4hG2r4tbr .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-u4hG2r4tbr .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-u4hG2r4tbr .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-u4hG2r4tbr .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-u4hG2r4tbr .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-u4hG2r4tbr .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u4hG2r4tbr .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u4hG2r4tbr .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-u4hG2r4tbr .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-u4hG2r4tbr .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u4hG2r4tbr .nav-dropdown .link {
  font-weight: 600;
}
.cid-u4hG2r4tbr .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u4hG2r4tbr .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-u4hG2r4tbr .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-u4hG2r4tbr .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-u4hG2r4tbr .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-u4hG2r4tbr .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-u4hG2r4tbr .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u4hG2r4tbr .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-u4hG2r4tbr .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-u4hG2r4tbr .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-u4hG2r4tbr .menu-content-bottom {
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .cid-u4hG2r4tbr .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-u4hG2r4tbr .menu-content-top.show {
  display: block;
}
.cid-u4hG2r4tbr .pre-header-right {
  align-self: center;
}
.cid-u4hG2r4tbr .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-u4hG2r4tbr .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #f4f8fa;
}
.cid-u4hG2r4tbr .pre-header-right .content-right-side .content-link:hover span {
  color: #000000;
}
.cid-u4hG2r4tbr .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-u4hG2r4tbr .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-u4hG2r4tbr .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-u4hG2r4tbr .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-u4hG2r4tbr .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-u4hG2r4tbr .navbar .menu-content-top {
    display: none;
  }
  .cid-u4hG2r4tbr .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-u4hG2r4tbr .dropdown-item:before {
    display: none;
  }
  .cid-u4hG2r4tbr .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-u4hG2r4tbr img {
    height: 3.8rem !important;
  }
  .cid-u4hG2r4tbr .btn {
    display: flex;
  }
  .cid-u4hG2r4tbr button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-u4hG2r4tbr .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u4hG2r4tbr .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-u4hG2r4tbr .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u4hG2r4tbr .navbar-collapse.collapsing,
  .cid-u4hG2r4tbr .navbar-collapse.show {
    display: block !important;
  }
  .cid-u4hG2r4tbr .navbar-collapse.collapsing .navbar-nav,
  .cid-u4hG2r4tbr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-u4hG2r4tbr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u4hG2r4tbr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-u4hG2r4tbr .navbar-collapse.collapsing .navbar-buttons,
  .cid-u4hG2r4tbr .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-u4hG2r4tbr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u4hG2r4tbr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u4hG2r4tbr .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-u4hG2r4tbr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u4hG2r4tbr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u4hG2r4tbr .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-u4hG2r4tbr .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-u4hG2r4tbr .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-u4hG2r4tbr .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-u4hG2r4tbr .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-u4hG2r4tbr .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-u4hG2r4tbr .navbar {
    display: block;
    padding: 0;
  }
  .cid-u4hG2r4tbr .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-u4hG2r4tbr .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-u4hG2r4tbr .navbar-toggler {
    display: none;
  }
}
.cid-u4hG2r4tbr .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-u4hG2r4tbr .menu-area-wrapper .menu-area {
  background-color: #7f060f;
  position: relative;
  z-index: 9;
  border-radius: 5px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-u4hG2r4tbr .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-u4hG2r4tbr .menu-area-wrapper {
    height: 100%;
  }
}
.cid-u4hG2r4tbr .navbar-short {
  background: transparent;
}
.cid-u4hG2r4tbr .navbar-short .menu-content-top,
.cid-u4hG2r4tbr .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-u4hG2r4tbr .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-u4hG2r4tbr .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-u4hG2r4tbr .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u4hG2r4tbr .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-u4hG2r4tbr .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-u4hG2r4tbr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-u4hG2r4tbr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u4hG2r4tbr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u4hG2r4tbr .dropdown {
  color: #3a341c !important;
}
.cid-u4hG2r4tbr .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #7f060f;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #3a341c !important;
}
@media (max-width: 1200px) {
  .cid-u4hG2r4tbr .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-u4hG2r4tbr .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-u4hG2r4tbr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-u4hG2r4tbr .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #7f060f;
  color: #ffffff;
}
.cid-u4hG2r4tbr .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-u4hG2r4tbr .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-u4hG2r4tbr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u4hG2r4tbr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u4hG2r4tbr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u4hG2r4tbr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4hG2r4tbr .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-u4hG2r4tbr .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-u4hG2r4tbr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-u4hG2r4tbr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u4hG2r4tbr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u4hG2r4tbr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u4hG2r4tbr button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-u4hG2r4tbr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-u4hG2r4tbr button.navbar-toggler:focus {
  outline: none;
}
.cid-u4hG2r4tbr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #f4f8fa;
}
.cid-u4hG2r4tbr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-u4hG2r4tbr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-u4hG2r4tbr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-u4hG2r4tbr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-u4hG2r4tbr nav.opened .hamburger span {
  height: 4px;
  background-color: #000000;
}
.cid-u4hG2r4tbr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-u4hG2r4tbr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-u4hG2r4tbr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-u4hG2r4tbr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-u4hG2r4tbr .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-u4hG2r4tbr .collapsed .menu-logo {
  margin-right: 0;
}
.cid-u4hG2r4tbr .collapsed .btn {
  display: flex;
}
.cid-u4hG2r4tbr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u4hG2r4tbr .collapsed .navbar-collapse.collapsing,
.cid-u4hG2r4tbr .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-u4hG2r4tbr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u4hG2r4tbr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-u4hG2r4tbr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u4hG2r4tbr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u4hG2r4tbr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u4hG2r4tbr .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-u4hG2r4tbr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u4hG2r4tbr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-u4hG2r4tbr .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem  - 1rem);
  }
  .cid-u4hG2r4tbr .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u4hG2r4tbr .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u4hG2r4tbr .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u4hG2r4tbr .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-u4hG2r4tbr .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-u4hG2r4tbr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u4hG2r4tbr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u4hG2r4tbr .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-u4hG2r4tbr .collapsed .dropdown-item:before {
  display: none;
}
.cid-u4hG2r4tbr .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-u4hG2r4tbr .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-u4hG2r4tbr .nav-link:focus {
  outline: none;
}
.cid-u4hG2r4tbr .navbar-toggler {
  position: relative;
}
.cid-u4hG2r4tbr .dropdown-item.active,
.cid-u4hG2r4tbr .dropdown-item:active {
  color: auto;
}
.cid-u4hG2r4tbr .dropdown-item:hover {
  color: #7f060f;
}
.cid-u4hG2r4tbr .widget-title,
.cid-u4hG2r4tbr .widget-icon {
  color: #ffffff;
}
.cid-u4hG2r4tbr .widget-text {
  color: #ffffff;
}
.cid-u4hG2ryblk {
  display: flex;
  padding-top: 180px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/banner-copo-400-biodegradavel-recuperado-2-2000x2000.jpeg");
}
.cid-u4hG2ryblk .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-u4hG2ryblk .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-u4hG2ryblk .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-u4hG2ryblk {
    align-items: center;
  }
  .cid-u4hG2ryblk .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u4hG2ryblk .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u4hG2ryblk {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u4hG2ryblk .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u4hG2ryblk .content-wrap {
    width: 100%;
  }
}
.cid-u4hG2ryblk .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u4hG2ryblk .mbr-text,
.cid-u4hG2ryblk .mbr-section-btn {
  text-align: left;
}
.cid-u4hG2rSiAb {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffa600;
}
.cid-u4hG2rSiAb .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u4hG2rSiAb .mbr-section-title B {
  color: #ffffff;
}
.cid-u4hG2rSiAb .mbr-section-title {
  text-align: center;
  color: #f6ecde;
}
.cid-u4hG2rSiAb .mbr-section-title DIV {
  color: #ffffff;
}
.cid-ujWyM0POjN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/img-4288-2000x1333.jpeg");
}
.cid-ujWyM0POjN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujWyM0POjN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujWyM0POjN .mbr-section-title {
  color: #ffffff;
}
.cid-u4hHbZh5jN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-page-biodegradaveis-min-703x1920.jpg");
}
.cid-u4hHbZh5jN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4hHbZh5jN .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-u4hHbZh5jN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4hHbZh5jN .row {
  flex-direction: row-reverse;
}
.cid-u4hHbZh5jN img {
  width: 100%;
}
.cid-u4hHfBSnqU {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background-page-biodegradaveis-min-703x1920.jpg");
}
.cid-u4hHfBSnqU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4hHfBSnqU .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-u4hHfBSnqU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4hHfBSnqU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u4hHfBSnqU .text-wrapper {
    padding: 2rem;
  }
}
.cid-u4hHfBSnqU .mbr-section-title {
  text-align: left;
  color: #7f060f;
}
.cid-u4hHgBgmou {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-page-biodegradaveis-min-703x1920.jpg");
}
.cid-u4hHgBgmou .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4hHgBgmou .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-u4hHgBgmou .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4hHgBgmou .row {
  flex-direction: row-reverse;
}
.cid-u4hHgBgmou img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u4hHgBgmou .text-wrapper {
    padding: 2rem;
  }
}
.cid-u4hHgBgmou .mbr-section-title {
  color: #7f060f;
}
.cid-u4hHhtF7Hl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #7f060f;
}
.cid-u4hHhtF7Hl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4hHhtF7Hl .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-u4hHhtF7Hl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4hHhtF7Hl .row {
  flex-direction: row-reverse;
}
.cid-u4hHhtF7Hl img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u4hHhtF7Hl .text-wrapper {
    padding: 2rem;
  }
}
.cid-u4hHhtF7Hl .mbr-section-title {
  color: #ffffff;
}
.cid-u4hHiBeZ9F {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-page-biodegradaveis-min-703x1920.jpg");
}
.cid-u4hHiBeZ9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4hHiBeZ9F .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-u4hHiBeZ9F .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4hHiBeZ9F .row {
  flex-direction: row-reverse;
}
.cid-u4hHiBeZ9F img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u4hHiBeZ9F .text-wrapper {
    padding: 2rem;
  }
}
.cid-u4hHiBeZ9F .mbr-section-title {
  color: #7f060f;
}
.cid-u4hHkg2eJT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-page-biodegradaveis-min-703x1920.jpg");
}
.cid-u4hHkg2eJT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4hHkg2eJT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4hHkg2eJT .mbr-section-title {
  color: #7f060f;
}
.cid-uk8m5rtbbB {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-uk8m5rtbbB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk8m5rtbbB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uk8m5rtbbB .container {
    padding: 0 26px;
  }
}
.cid-uk8m5rtbbB .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-uk8m5rtbbB .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uk8m5rtbbB .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uk8m5rtbbB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uk8m5rtbbB .contacts-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-uk8m5rtbbB .contacts-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uk8m5rtbbB .contacts-wrapper .contacts-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uk8m5rtbbB .contacts-wrapper .contacts-wrap {
    display: block;
  }
}
.cid-uk8m5rtbbB .contacts-wrapper .contacts-wrap .contact-card:first-child {
  margin-right: 80px;
}
@media (max-width: 768px) {
  .cid-uk8m5rtbbB .contacts-wrapper .contacts-wrap .contact-card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-uk8m5rtbbB .contacts-wrapper .contacts-wrap .contact-card .mbr-contact {
  margin-bottom: 18px;
}
.cid-uk8m5rtbbB .contacts-wrapper .contacts-wrap .contact-card a {
  display: block;
}
.cid-uk8m5rtbbB .contacts-wrapper .contacts-wrap .contact-card a:hover .mbr-desc {
  opacity: .5;
}
.cid-uk8m5rtbbB .contacts-wrapper .contacts-wrap .contact-card a .mbr-desc {
  margin-bottom: 0;
}
.cid-uk8m5rtbbB .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uk8m5rtbbB .dragArea.row .form-group .form-control {
  padding: 10px 14px;
  background-color: transparent;
  border: 1px solid #7f060f !important;
  border-radius: 0;
  color: #7f060f;
}
.cid-uk8m5rtbbB .dragArea.row .form-group .form-control::placeholder {
  color: #7f060f;
  font-family: "Golos Text", sans-serif;
}
.cid-uk8m5rtbbB .dragArea.row .form-group textarea {
  min-height: 260px;
}
.cid-uk8m5rtbbB .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uk8m5rtbbB .mbr-section-title {
  color: #7f060f;
}
.cid-uk8m5rtbbB .mbr-section-subtitle {
  color: #232323;
}
.cid-uk8m5rtbbB .mbr-contact {
  color: #ffffff;
}
.cid-uk8m5rtbbB .mbr-desc {
  color: #000000;
}
.cid-uk8m5rtbbB .mbr-contact,
.cid-uk8m5rtbbB .contacts-wrapper {
  color: #7f060f;
}
.cid-u4s1KfXMEq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img-4287-2000x1333.jpg");
}
.cid-u4s1KfXMEq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4s1KfXMEq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4s1KfXMEq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .container {
    padding: 0 15px;
  }
}
.cid-u4s1KfXMEq .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .title-wrapper {
    text-align: center;
  }
}
.cid-u4s1KfXMEq .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u4s1KfXMEq .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-u4s1KfXMEq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u4s1KfXMEq .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .list {
    justify-content: center;
  }
}
.cid-u4s1KfXMEq .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u4s1KfXMEq .list .item-wrap:hover,
.cid-u4s1KfXMEq .list .item-wrap:focus {
  color: #ffffff;
  text-shadow: 2px 2px 4px #ffffff;
}
.cid-u4s1KfXMEq .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-u4s1KfXMEq .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #ffffff 0, transparent 100%);
}
.cid-u4s1KfXMEq .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .copy-wrapper {
    height: auto;
  }
}
.cid-u4s1KfXMEq .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-u4s1KfXMEq .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u4s1KfXMEq .social-wrapper {
    text-align: center;
  }
}
.cid-u4s1KfXMEq .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u4s1KfXMEq .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-u4s1KfXMEq .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-u4s1KfXMEq .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-u4s1KfXMEq .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ffffff;
  background-color: #232323;
}
.cid-u4s1KfXMEq .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232323;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4s1KfXMEq .mbr-section-title {
  color: #f2ac2b;
}
.cid-u4s1KfXMEq .mbr-copy {
  color: #d2d2df;
}
.cid-u4s1KfXMEq .mbr-section-title,
.cid-u4s1KfXMEq .title-wrapper {
  color: #ffffff;
}
.cid-u4s1KfXMEq .list,
.cid-u4s1KfXMEq .item-wrap {
  text-align: right;
}
.cid-u4s1KfXMEq .mbr-copy,
.cid-u4s1KfXMEq .social-wrapper {
  color: #ffffff;
}
