.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Unbounded;
}
.display-1 {
  font-family: 'Unbounded', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Unbounded', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Archivo', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Archivo', sans-serif;
  font-size: 2rem;
  line-height: 1.16em;
  letter-spacing: -0.015em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Archivo', sans-serif;
  font-size: 1.2rem;
  line-height: 1.25em;
  letter-spacing: -0.015em;
}
.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.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 0;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #f0f0f0 !important;
}
.bg-warning {
  background-color: #569071 !important;
}
.bg-danger {
  background-color: #fed630 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b15e00 !important;
  border-color: #b15e00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e47900 !important;
  border-color: #e47900 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e47900 !important;
  border-color: #e47900 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f0f0f0 !important;
  border-color: #f0f0f0 !important;
  color: #717171 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #717171 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #569071 !important;
  border-color: #569071 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #70a98b !important;
  border-color: #70a98b !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #70a98b !important;
  border-color: #70a98b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fed630 !important;
  border-color: #fed630 !important;
  color: #2f2600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fee063 !important;
  border-color: #fee063 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #2f2600 !important;
  background-color: #fee063 !important;
  border-color: #fee063 !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #b15e00;
  color: #b15e00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #5a3000 !important;
  background-color: transparent !important;
  border-color: #5a3000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b15e00 !important;
  border-color: #b15e00 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f0f0f0;
  color: #f0f0f0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c5c5c5 !important;
  background-color: transparent !important;
  border-color: #c5c5c5 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #717171 !important;
  background-color: #f0f0f0 !important;
  border-color: #f0f0f0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.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: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #569071;
  color: #569071;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #365a46 !important;
  background-color: transparent !important;
  border-color: #365a46 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #569071 !important;
  border-color: #569071 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fed630;
  color: #fed630;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d6ad01 !important;
  background-color: transparent !important;
  border-color: #d6ad01 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #2f2600 !important;
  background-color: #fed630 !important;
  border-color: #fed630 !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: #000000 !important;
}
.text-secondary {
  color: #b15e00 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #f0f0f0 !important;
}
.text-warning {
  color: #569071 !important;
}
.text-danger {
  color: #fed630 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4b2800 !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: #bdbdbd !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #30503f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c7a101 !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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f0f0f0;
}
.alert-warning {
  background-color: #569071;
}
.alert-danger {
  background-color: #fed630;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a0c6b1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffefb;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Archivo', sans-serif;
  font-size: 1.2rem;
  line-height: 1.25em;
  letter-spacing: -0.015em;
  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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Archivo', sans-serif;
  font-size: 1.2rem;
  line-height: 1.25em;
  letter-spacing: -0.015em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #b15e00 !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='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 20px 40px;
  border: none !important;
  transition: all 0.5s ease-in-out;
  border-radius: 0 !important;
  max-width: 300px !important;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  box-shadow: inset 300px 0 0 0 #f0f0f0;
  color: #000000 !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  box-shadow: inset 300px 0 0 0 #000000;
  color: #b15e00 !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  box-shadow: inset 300px 0 0 0 #b15e00;
  color: #000000 !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  box-shadow: inset 300px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  box-shadow: inset 300px 0 0 0 #fed630;
  color: #569071 !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  box-shadow: inset 300px 0 0 0 #569071;
  color: #fed630 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  box-shadow: inset 300px 0 0 0 #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  box-shadow: inset 300px 0 0 0 #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 0 !important;
}
.cid-v6cbv5gNgs .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-v6cbv5gNgs .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v6cbv5gNgs a {
  font-style: normal;
}
.cid-v6cbv5gNgs .show {
  overflow: visible;
}
.cid-v6cbv5gNgs .dropdown-menu {
  max-height: 400px;
}
.cid-v6cbv5gNgs .dropdown-item:active {
  background-color: transparent;
}
.cid-v6cbv5gNgs .nav-link {
  font-weight: 600 !important;
}
.cid-v6cbv5gNgs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v6cbv5gNgs .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-v6cbv5gNgs .nav-item:focus,
.cid-v6cbv5gNgs .nav-link:focus {
  outline: none;
}
.cid-v6cbv5gNgs .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v6cbv5gNgs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v6cbv5gNgs .menu-logo {
  margin-right: auto;
}
.cid-v6cbv5gNgs .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v6cbv5gNgs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v6cbv5gNgs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-v6cbv5gNgs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v6cbv5gNgs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v6cbv5gNgs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v6cbv5gNgs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v6cbv5gNgs .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-v6cbv5gNgs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v6cbv5gNgs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v6cbv5gNgs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v6cbv5gNgs .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v6cbv5gNgs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-v6cbv5gNgs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6cbv5gNgs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v6cbv5gNgs .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6cbv5gNgs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-v6cbv5gNgs .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-v6cbv5gNgs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v6cbv5gNgs .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v6cbv5gNgs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v6cbv5gNgs .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v6cbv5gNgs .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v6cbv5gNgs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v6cbv5gNgs button.navbar-toggler:focus {
  outline: none;
}
.cid-v6cbv5gNgs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-v6cbv5gNgs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6cbv5gNgs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6cbv5gNgs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6cbv5gNgs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6cbv5gNgs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6cbv5gNgs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6cbv5gNgs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6cbv5gNgs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6cbv5gNgs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v6cbv5gNgs .collapsed .btn {
  display: -webkit-flex;
}
.cid-v6cbv5gNgs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v6cbv5gNgs .collapsed .navbar-collapse.collapsing,
.cid-v6cbv5gNgs .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-v6cbv5gNgs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v6cbv5gNgs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v6cbv5gNgs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v6cbv5gNgs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v6cbv5gNgs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v6cbv5gNgs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v6cbv5gNgs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v6cbv5gNgs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v6cbv5gNgs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-v6cbv5gNgs .collapsed button.navbar-toggler {
  display: block;
}
.cid-v6cbv5gNgs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v6cbv5gNgs .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v6cbv5gNgs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v6cbv5gNgs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v6cbv5gNgs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v6cbv5gNgs .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;
}
@media (max-width: 991px) {
  .cid-v6cbv5gNgs.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v6cbv5gNgs img {
    height: 3.8rem !important;
  }
  .cid-v6cbv5gNgs .btn {
    display: -webkit-flex;
  }
  .cid-v6cbv5gNgs button.navbar-toggler {
    display: block;
  }
  .cid-v6cbv5gNgs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v6cbv5gNgs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v6cbv5gNgs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v6cbv5gNgs .navbar-collapse.collapsing,
  .cid-v6cbv5gNgs .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-v6cbv5gNgs .navbar-collapse.collapsing .navbar-nav,
  .cid-v6cbv5gNgs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v6cbv5gNgs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v6cbv5gNgs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v6cbv5gNgs .navbar-collapse.collapsing .navbar-buttons,
  .cid-v6cbv5gNgs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v6cbv5gNgs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v6cbv5gNgs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v6cbv5gNgs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v6cbv5gNgs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v6cbv5gNgs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v6cbv5gNgs .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;
  }
}
@media (max-width: 767px) {
  .cid-v6cbv5gNgs .nav-link {
    justify-content: start !important;
  }
  .cid-v6cbv5gNgs .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-v6cbv5gNgs .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-v6cbv5gNgs .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 767px) {
  .cid-v6cbv5gNgs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-v6cbv5gNgs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v6cbv5gNgs .nav-link:hover,
.cid-v6cbv5gNgs .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-v6cbv5gNgs .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-v6cbv5gNgs .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
#home_header {
  /* Container for video + overlay */
  /* Video itself */
  /* Text overlay on top of video */
  /* Heading size */
  /* Paragraph size */
  /* Dark overlay for readability */
}
#home_header .video-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#home_header .video-hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#home_header .video-overlay {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 20px;
}
#home_header .video-overlay h1 {
  font-size: clamp(32px, 8vw, 80px);
  /* Scales between 32px and 80px depending on screen width */
  line-height: 1.2;
  margin: 0 0 20px 0;
}
#home_header .video-overlay p {
  font-size: 20px;
}
#home_header .video-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.cid-v6cC8ViKzR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v6cC8ViKzR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6cC8ViKzR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6cC8ViKzR .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v6cC8ViKzR .card {
    margin-bottom: 40px;
  }
}
.cid-v6cC8ViKzR .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v6cC8ViKzR .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v6cC8ViKzR .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6cC8ViKzR .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v6cC8ViKzR .mbr-label {
  color: #be0000;
}
.cid-v6cC8ViKzR .mbr-section-title {
  color: #000000;
}
.cid-v6cC8ViKzR .mbr-text {
  color: #000000;
}
.cid-v9uUxZhliG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v9uUxZhliG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9uUxZhliG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9uUxZhliG .mbr-section-head {
  margin-bottom: 2rem;
  width: 100%;
}
.cid-v9uUxZhliG .mbr-section-title {
  color: #181817;
}
.cid-v9uUxZhliG .mbr-section-subtitle {
  color: #181817;
  margin-top: 1rem;
}
.cid-v9uUxZhliG .card-row {
  align-items: stretch;
}
.cid-v9uUxZhliG .item {
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-v9uUxZhliG .item {
    width: 50% !important;
  }
}
@media (min-width: 768px) {
  .cid-v9uUxZhliG .item {
    width: 50% !important;
  }
}
.cid-v9uUxZhliG .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
  padding-top: 20px;
  min-height: 470px;
}
@media (max-width: 991px) {
  .cid-v9uUxZhliG .item-wrapper {
    min-height: 360px;
  }
}
.cid-v9uUxZhliG .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cid-v9uUxZhliG .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v9uUxZhliG .card-box {
  position: relative;
  z-index: 3;
  padding: 8rem 1.5rem 1.5rem;
  background-image: linear-gradient(180deg, rgba(24, 24, 23, 0), rgba(24, 24, 23, 0.9) 65%);
  transition: 0.4s all;
  opacity: 1;
}
.cid-v9uUxZhliG .card-title {
  color: #f6f6ef;
  margin-bottom: 0.6rem;
}
.cid-v9uUxZhliG .card-subtitle {
  color: #f6f6ef;
  margin-bottom: 1rem;
  margin-top: 0 !important;
}
.cid-v9uUxZhliG .card-text {
  color: #f6f6ef;
  margin-bottom: 0;
}
.cid-v9uUxZhliG .card-text-container {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
}
.cid-v9uUxZhliG .iconfont-wrapper {
  margin-right: 18px;
}
.cid-v9uUxZhliG .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #f6f6ef;
  width: fit-content;
}
.cid-v9uUxZhliG .bg-overlay {
  display: none;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.cid-v9uUxZhliG .bg-overlay-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #181817;
  opacity: 0;
  z-index: 5;
  transition: 0.4s all;
}
.cid-v9uUxZhliG .mbr-section-btn {
  position: relative;
  z-index: 6;
  transform: translateY(2rem);
  transition: 0.4s all;
  opacity: 0;
  padding: 0 1rem;
}
.cid-v9uUxZhliG .mbr-section-btn .btn {
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-v9uUxZhliG .mbr-section-btn {
    width: auto;
  }
  .cid-v9uUxZhliG .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-vb1G4xDDVv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vb1G4xDDVv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1G4xDDVv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb1G4xDDVv .container-fluid {
  max-width: 100%;
}
.cid-vb1G4xDDVv .row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.cid-vb1G4xDDVv .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cid-vb1G4xDDVv .col-img {
    order: 2;
  }
}
.cid-vb1G4xDDVv .item-img {
  height: 100%;
  width: 100%;
}
.cid-vb1G4xDDVv .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vb1G4xDDVv .content-wrap {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 75px 100px 130px 80px;
  padding: 65px 60px 100px 40px;
}
@media (max-width: 1439px) {
  .cid-vb1G4xDDVv .content-wrap {
    padding: 55px 50px 100px 50px;
    padding: 35px 40px 70px 30px;
  }
}
@media (max-width: 991px) {
  .cid-vb1G4xDDVv .content-wrap {
    padding: 75px 80px 70px 80px;
    padding: 65px 40px 50px 40px;
  }
}
@media (max-width: 767px) {
  .cid-vb1G4xDDVv .content-wrap {
    padding: 70px 25px 70px 25px;
    padding: 60px 2px 50px 2px;
  }
}
.cid-vb1G4xDDVv .icon-wrap {
  margin-right: 15px;
}
.cid-vb1G4xDDVv .icon-wrap .mbr-iconfont {
  font-size: 32px;
  color: #303030;
}
.cid-vb1G4xDDVv .tabs-wrap {
  flex-grow: 1;
}
.cid-vb1G4xDDVv .mbr-text {
  margin-bottom: 30px;
  color: #b15e00;
}
.cid-vb1G4xDDVv .tabs-prof {
  color: #303030;
  text-decoration: underline;
}
.cid-vb1G4xDDVv .tabs-name {
  margin-top: 6px;
  color: #303030;
}
.cid-vb1G4xDDVv .nav-tabs .nav-item.open .nav-link:focus,
.cid-vb1G4xDDVv .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vb1G4xDDVv .nav-tabs {
  flex-wrap: wrap;
  margin-top: 40px;
  border: none !important;
}
.cid-vb1G4xDDVv .nav-item {
  margin-right: 25px;
}
.cid-vb1G4xDDVv .nav-link {
  position: relative;
  padding: 0;
  margin-bottom: 20px;
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
}
.cid-vb1G4xDDVv .nav-link:not(.active) {
  color: #303030;
}
.cid-vb1G4xDDVv .nav-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-vb1G4xDDVv .nav-link:hover:before {
  transform: scaleX(1);
}
.cid-vb1G4xDDVv .nav-tabs .nav-link.active {
  color: #303030;
  background-color: transparent !important;
}
.cid-vb1G4xDDVv .nav-tabs .nav-link.active:before {
  transform: scaleX(1);
}
.cid-vb1JSoVDf6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
}
.cid-vb1JSoVDf6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1JSoVDf6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb1JSoVDf6 .container-fluid {
  max-width: 100%;
}
.cid-vb1JSoVDf6 .row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.cid-vb1JSoVDf6 .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-vb1JSoVDf6 .main-row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vb1JSoVDf6 .col-img {
    order: 2;
  }
}
.cid-vb1JSoVDf6 .item-img {
  height: 100%;
  width: 100%;
}
.cid-vb1JSoVDf6 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vb1JSoVDf6 .content-wrap {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 75px 100px 130px 80px;
  padding: 65px 60px 100px 40px;
}
@media (max-width: 1439px) {
  .cid-vb1JSoVDf6 .content-wrap {
    padding: 55px 50px 100px 50px;
    padding: 35px 40px 70px 30px;
  }
}
@media (max-width: 991px) {
  .cid-vb1JSoVDf6 .content-wrap {
    padding: 75px 80px 70px 80px;
    padding: 65px 40px 50px 40px;
  }
}
@media (max-width: 767px) {
  .cid-vb1JSoVDf6 .content-wrap {
    padding: 70px 25px 70px 25px;
    padding: 60px 2px 50px 2px;
  }
}
.cid-vb1JSoVDf6 .icon-wrap {
  margin-right: 15px;
}
.cid-vb1JSoVDf6 .icon-wrap .mbr-iconfont {
  font-size: 32px;
  color: #303030;
}
.cid-vb1JSoVDf6 .tabs-wrap {
  flex-grow: 1;
}
.cid-vb1JSoVDf6 .mbr-text {
  margin-bottom: 30px;
  color: #b15e00;
}
.cid-vb1JSoVDf6 .tabs-prof {
  color: #303030;
  text-decoration: underline;
}
.cid-vb1JSoVDf6 .tabs-name {
  margin-top: 6px;
  color: #303030;
}
.cid-vb1JSoVDf6 .nav-tabs .nav-item.open .nav-link:focus,
.cid-vb1JSoVDf6 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vb1JSoVDf6 .nav-tabs {
  flex-wrap: wrap;
  margin-top: 40px;
  border: none !important;
}
.cid-vb1JSoVDf6 .nav-item {
  margin-right: 25px;
}
.cid-vb1JSoVDf6 .nav-link {
  position: relative;
  padding: 0;
  margin-bottom: 20px;
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
}
.cid-vb1JSoVDf6 .nav-link:not(.active) {
  color: #303030;
}
.cid-vb1JSoVDf6 .nav-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-vb1JSoVDf6 .nav-link:hover:before {
  transform: scaleX(1);
}
.cid-vb1JSoVDf6 .nav-tabs .nav-link.active {
  color: #303030;
  background-color: transparent !important;
}
.cid-vb1JSoVDf6 .nav-tabs .nav-link.active:before {
  transform: scaleX(1);
}
.cid-vb6nGOgXZB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vb6nGOgXZB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb6nGOgXZB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vb6nGOgXZB .container {
    padding: 0 25px;
  }
}
.cid-vb6nGOgXZB .row {
  justify-content: center;
  margin: 0;
}
.cid-vb6nGOgXZB .row .card {
  padding: 0;
}
.cid-vb6nGOgXZB .title-wrapper {
  margin-bottom: 50px;
}
.cid-vb6nGOgXZB .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-vb6nGOgXZB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vb6nGOgXZB .item {
  padding: 0;
}
.cid-vb6nGOgXZB .item:nth-child(3n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-vb6nGOgXZB .item:nth-child(4n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-vb6nGOgXZB .item .item-wrapper {
  display: flex;
  border-radius: 0 !important;
}
.cid-vb6nGOgXZB .item .item-wrapper:hover .item-img img,
.cid-vb6nGOgXZB .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-vb6nGOgXZB .item .item-wrapper {
    display: block;
  }
}
.cid-vb6nGOgXZB .item .item-wrapper .item-img {
  position: relative;
  overflow: hidden;
  width: 50%;
  display: block;
}
@media (max-width: 992px) {
  .cid-vb6nGOgXZB .item .item-wrapper .item-img {
    width: 100%;
    height: 350px;
  }
}
.cid-vb6nGOgXZB .item .item-wrapper .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
.cid-vb6nGOgXZB .item .item-wrapper .item-content {
  width: 50%;
  padding: 30px;
  background-color: #f7f7f7;
  min-height: 365px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vb6nGOgXZB .item .item-wrapper .item-content {
    min-height: auto;
    width: 100%;
  }
}
.cid-vb6nGOgXZB .item .item-wrapper .item-content .desc-wrap {
  display: block;
  margin-bottom: 50px;
}
.cid-vb6nGOgXZB .item .item-wrapper .item-content .desc-wrap:hover .item-desc,
.cid-vb6nGOgXZB .item .item-wrapper .item-content .desc-wrap:focus .item-desc {
  background-color: #000000;
  color: #ffffff;
}
.cid-vb6nGOgXZB .item .item-wrapper .item-content .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #000000;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-vb6nGOgXZB .item .item-wrapper .item-content .title-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-vb6nGOgXZB .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 20px;
  cursor: pointer;
}
.cid-vb6nGOgXZB .item .item-wrapper .item-content .title-wrap .item-price {
  margin: 0;
}
.cid-vb6nGOgXZB .mbr-section-btn {
  margin-top: 60px;
}
.cid-vb6nGOgXZB .mbr-section-title {
  color: #000000;
}
.cid-vb6nGOgXZB .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vb6nGOgXZB .item-title {
  color: #000000;
}
.cid-vb6nGOgXZB .item-desc {
  color: #ffffff;
}
.cid-vb6nGOgXZB .item-subtitle {
  color: #b15e00;
}
.cid-vb6nGOgXZB .item-price {
  color: #b15e00;
}
.cid-vb6nGOgXZB .mbr-section-title,
.cid-vb6nGOgXZB .mbr-section-btn {
  text-align: center;
}
.cid-vb1Zpvcp58 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vb1Zpvcp58 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1Zpvcp58 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vb1Zpvcp58 .container {
    padding: 0 25px;
  }
}
.cid-vb1Zpvcp58 .row {
  justify-content: center;
}
.cid-vb1Zpvcp58 .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vb1Zpvcp58 .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vb1Zpvcp58 .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vb1Zpvcp58 .image-wrapper img {
    height: 350px;
  }
}
.cid-vb1Zpvcp58 .form-wrapper {
  padding-left: 54px;
}
@media (max-width: 992px) {
  .cid-vb1Zpvcp58 .form-wrapper {
    padding: 0 12px;
  }
}
.cid-vb1Zpvcp58 .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-vb1Zpvcp58 .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-vb1Zpvcp58 .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-vb1Zpvcp58 .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vb1Zpvcp58 .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 12px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #e1e1e1 !important;
  border-radius: 0 !important;
}
.cid-vb1Zpvcp58 .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #e1e1e1;
}
.cid-vb1Zpvcp58 .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vb1Zpvcp58 .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #e1e1e1 !important;
}
.cid-vb1Zpvcp58 .form-wrapper .dragArea.row .form-group textarea {
  min-height: 124px;
}
.cid-vb1Zpvcp58 .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vb1Zpvcp58 .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
.cid-vb1Zpvcp58 .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vb1Zpvcp58 .mbr-section-title {
  color: #000000;
}
.cid-vb1Zpvcp58 .mbr-text {
  color: #000000;
}
.cid-vb1Zpvcp58 label {
  color: #000000;
}
.cid-vb1UBiFb3G {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #060606;
}
.cid-vb1UBiFb3G img {
  width: 120px;
  margin: auto;
}
.cid-vb1UBiFb3G .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vb1UBiFb3G .card {
    max-width: 12.5%;
  }
}
.cid-vb1QoqN6l0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-vb1QoqN6l0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1QoqN6l0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-vb1QoqN6l0 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-vb1QoqN6l0 .items-wrapper .card {
  padding: 0 32px;
}
.cid-vb1QoqN6l0 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:hover,
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vb1QoqN6l0 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vb1QoqN6l0 .mbr-desc {
  color: #b15e00;
}
.cid-vb1QoqN6l0 .mbr-text,
.cid-vb1QoqN6l0 .text-wrapper {
  color: #9aa0a6;
}
.cid-vb1QoqN6l0 .list {
  color: #9aa0a6;
}
.cid-vb1QoqN6l0 .mbr-text,
.cid-vb1QoqN6l0 .mbr-section-btn {
  color: #ffffff;
}
.cid-v9vrgWfwxx .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-v9vrgWfwxx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v9vrgWfwxx a {
  font-style: normal;
}
.cid-v9vrgWfwxx .show {
  overflow: visible;
}
.cid-v9vrgWfwxx .dropdown-menu {
  max-height: 400px;
}
.cid-v9vrgWfwxx .dropdown-item:active {
  background-color: transparent;
}
.cid-v9vrgWfwxx .nav-link {
  font-weight: 600 !important;
}
.cid-v9vrgWfwxx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v9vrgWfwxx .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-v9vrgWfwxx .nav-item:focus,
.cid-v9vrgWfwxx .nav-link:focus {
  outline: none;
}
.cid-v9vrgWfwxx .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v9vrgWfwxx .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v9vrgWfwxx .menu-logo {
  margin-right: auto;
}
.cid-v9vrgWfwxx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v9vrgWfwxx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v9vrgWfwxx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-v9vrgWfwxx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v9vrgWfwxx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v9vrgWfwxx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v9vrgWfwxx .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v9vrgWfwxx .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-v9vrgWfwxx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v9vrgWfwxx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v9vrgWfwxx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v9vrgWfwxx .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v9vrgWfwxx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-v9vrgWfwxx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9vrgWfwxx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v9vrgWfwxx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9vrgWfwxx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-v9vrgWfwxx .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-v9vrgWfwxx .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v9vrgWfwxx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v9vrgWfwxx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v9vrgWfwxx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v9vrgWfwxx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v9vrgWfwxx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v9vrgWfwxx button.navbar-toggler:focus {
  outline: none;
}
.cid-v9vrgWfwxx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-v9vrgWfwxx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9vrgWfwxx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9vrgWfwxx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9vrgWfwxx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9vrgWfwxx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9vrgWfwxx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9vrgWfwxx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9vrgWfwxx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9vrgWfwxx .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v9vrgWfwxx .collapsed .btn {
  display: -webkit-flex;
}
.cid-v9vrgWfwxx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v9vrgWfwxx .collapsed .navbar-collapse.collapsing,
.cid-v9vrgWfwxx .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-v9vrgWfwxx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v9vrgWfwxx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v9vrgWfwxx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v9vrgWfwxx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v9vrgWfwxx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v9vrgWfwxx .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v9vrgWfwxx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v9vrgWfwxx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v9vrgWfwxx .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-v9vrgWfwxx .collapsed button.navbar-toggler {
  display: block;
}
.cid-v9vrgWfwxx .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v9vrgWfwxx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v9vrgWfwxx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v9vrgWfwxx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v9vrgWfwxx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v9vrgWfwxx .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;
}
@media (max-width: 991px) {
  .cid-v9vrgWfwxx.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v9vrgWfwxx img {
    height: 3.8rem !important;
  }
  .cid-v9vrgWfwxx .btn {
    display: -webkit-flex;
  }
  .cid-v9vrgWfwxx button.navbar-toggler {
    display: block;
  }
  .cid-v9vrgWfwxx .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v9vrgWfwxx .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v9vrgWfwxx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v9vrgWfwxx .navbar-collapse.collapsing,
  .cid-v9vrgWfwxx .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-v9vrgWfwxx .navbar-collapse.collapsing .navbar-nav,
  .cid-v9vrgWfwxx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v9vrgWfwxx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v9vrgWfwxx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v9vrgWfwxx .navbar-collapse.collapsing .navbar-buttons,
  .cid-v9vrgWfwxx .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v9vrgWfwxx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v9vrgWfwxx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v9vrgWfwxx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v9vrgWfwxx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v9vrgWfwxx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v9vrgWfwxx .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;
  }
}
@media (max-width: 767px) {
  .cid-v9vrgWfwxx .nav-link {
    justify-content: start !important;
  }
  .cid-v9vrgWfwxx .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-v9vrgWfwxx .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-v9vrgWfwxx .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 767px) {
  .cid-v9vrgWfwxx .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-v9vrgWfwxx .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v9vrgWfwxx .nav-link:hover,
.cid-v9vrgWfwxx .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-v9vrgWfwxx .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-v9vrgWfwxx .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
#header_orca {
  /* Container for video + overlay */
  /* Video itself */
  /* Text overlay on top of video */
  /* Heading size */
  /* Paragraph size */
  /* Dark overlay for readability */
}
#header_orca .video-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#header_orca .video-hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 0;
}
#header_orca .video-overlay {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 24px;
}
#header_orca .video-overlay h1 {
  font-size: clamp(32px, 8vw, 60px);
  /* Scales between 32px and 80px depending on screen width */
  line-height: 1.2;
  margin: 0 0 20px 0;
}
#header_orca .video-overlay p {
  font-size: 30px;
}
#header_orca .video-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.cid-vb7y0Xl3HX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-vb7y0Xl3HX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb7y0Xl3HX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb7y0Xl3HX .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vb7y0Xl3HX .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vb7y0Xl3HX .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-vb7y0Xl3HX .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vb7y0Xl3HX .container {
    padding: 0 12px;
  }
}
.cid-vb7y0Xl3HX .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vb7y0Xl3HX .content-wrapper {
    padding: 0 24px;
  }
}
.cid-vb7y0Xl3HX .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vb7y0Xl3HX .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-vb7y0Xl3HX .mbr-section-title {
  color: #1D1D1F;
}
.cid-vb7y0Xl3HX .mbr-text {
  color: #3d3d3d;
  text-align: center;
}
.cid-vb7y0Xl3HX .mbr-section-title,
.cid-vb7y0Xl3HX .mbr-section-btn {
  text-align: center;
}
.cid-vb7xYuDkVa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-vb7xYuDkVa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb7xYuDkVa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb7xYuDkVa .content-wrap {
  margin: 0 -50px;
}
.cid-vb7xYuDkVa .content-wrap .card {
  padding: 0 50px;
}
.cid-vb7xYuDkVa .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-vb7xYuDkVa .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-vb7xYuDkVa .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-vb7xYuDkVa .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vb7xYuDkVa .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vb7xYuDkVa .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-vb7xYuDkVa .panel-group .card {
  position: relative;
  background-color: transparent;
  border-bottom: 1px solid #c6c6c6;
  border-radius: 0 !important;
  padding: 30px 0;
}
@media (max-width: 992px) {
  .cid-vb7xYuDkVa .panel-group .card {
    padding: 20px 0;
  }
}
.cid-vb7xYuDkVa .panel-group .card:first-child {
  border-top: 1px solid #c6c6c6;
}
.cid-vb7xYuDkVa .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vb7xYuDkVa .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
}
.cid-vb7xYuDkVa .panel-group .card .card-header .panel-title .title-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vb7xYuDkVa .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-vb7xYuDkVa .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  margin-bottom: 0;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-vb7xYuDkVa .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    margin-bottom: 20px;
    width: 0;
  }
}
.cid-vb7xYuDkVa .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-vb7xYuDkVa .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  background-color: #b15e00;
}
.cid-vb7xYuDkVa .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vb7xYuDkVa .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #c6c6c6;
}
.cid-vb7xYuDkVa .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #1f1f1f;
}
.cid-vb7xYuDkVa .panel-group .card .panel-collapse .panel-body {
  padding: 20px 44px 0 44px;
}
@media (max-width: 992px) {
  .cid-vb7xYuDkVa .panel-group .card .panel-collapse .panel-body {
    padding: 20px 0 0 0;
  }
}
.cid-vb7xYuDkVa .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vb7xYuDkVa .mbr-label {
  color: #1f1f1f;
}
.cid-vb7xYuDkVa .mbr-section-title {
  color: #1f1f1f;
}
.cid-vb7xYuDkVa .panel-number {
  color: #b15e00;
}
.cid-vb7xYuDkVa .panel-title-edit {
  color: #1f1f1f;
}
.cid-vb7xYuDkVa .item-text {
  color: #5a5a5a;
}
.cid-v9wm7Q45t5 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/barco-grande-1-1920x1065.jpeg");
}
.cid-v9wm7Q45t5 .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-v9wm7Q45t5 .row {
    padding: 0 12px;
  }
}
.cid-v9wm7Q45t5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9wm7Q45t5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9wm7Q45t5 .title-container {
  display: flex;
  justify-content: center;
}
.cid-v9wm7Q45t5 .title-container .title-wrapper {
  max-width: 750px;
  padding: 40px 35px;
  background-color: #ffffff;
}
.cid-v9wm7Q45t5 .title-container .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9wm7Q45t5 .title-container .title-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
.cid-v9wm7Q45t5 .mbr-section-title {
  color: #ee2947;
  text-align: center;
}
.cid-v9wm7Q45t5 .mbr-section-subtitle {
  color: #171717;
  text-align: center;
}
.cid-v9w0lfN3yK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v9w0lfN3yK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9w0lfN3yK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9w0lfN3yK .row {
  margin: 0 -15px;
}
.cid-v9w0lfN3yK .row .card {
  padding: 0 15px;
}
.cid-v9w0lfN3yK .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-v9w0lfN3yK .title-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-v9w0lfN3yK .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9w0lfN3yK .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v9w0lfN3yK .items-wrapper .item {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v9w0lfN3yK .items-wrapper .item {
    margin-bottom: 40px;
  }
}
.cid-v9w0lfN3yK .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-v9w0lfN3yK .items-wrapper .item .item-wrapper .item-number {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #b15e00;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9w0lfN3yK .items-wrapper .item .item-wrapper .item-number {
    margin-bottom: 20px;
  }
}
.cid-v9w0lfN3yK .items-wrapper .item .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9w0lfN3yK .items-wrapper .item .item-title {
    margin-bottom: 20px;
  }
}
.cid-v9w0lfN3yK .items-wrapper .item .item-text {
  margin-bottom: 20px;
}
.cid-v9w0lfN3yK .items-wrapper .item .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v9w0lfN3yK .mbr-section-title {
  color: #fefff5;
}
.cid-v9w0lfN3yK .mbr-section-subtitle {
  color: #171717;
}
.cid-v9w0lfN3yK .item-number {
  color: #fefff5;
}
.cid-v9w0lfN3yK .item-title {
  color: #b15e00;
}
.cid-v9w0lfN3yK .item-text {
  color: #171717;
}
.cid-v9w0lfN3yK .item-number,
.cid-v9w0lfN3yK .number-wrapper {
  color: #171717;
}
.cid-vb6u9nCfik {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vb6u9nCfik .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb6u9nCfik .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb6u9nCfik .items-wrapper {
  justify-content: center;
}
.cid-vb6u9nCfik .item {
  margin-bottom: 20px;
}
.cid-vb6u9nCfik .item .item-wrapper .item-img img {
  height: 50px;
  object-fit: cover;
}
.cid-vb6u9nCfik .btn-wrapper {
  margin-top: 20%;
}
.cid-vb6SMVUmqC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vb6SMVUmqC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb6SMVUmqC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vb6SMVUmqC .container {
    padding: 0 25px;
  }
}
.cid-vb6SMVUmqC .row {
  justify-content: center;
}
.cid-vb6SMVUmqC .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vb6SMVUmqC .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vb6SMVUmqC .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vb6SMVUmqC .image-wrapper img {
    height: 350px;
  }
}
.cid-vb6SMVUmqC .form-wrapper {
  padding-left: 54px;
}
@media (max-width: 992px) {
  .cid-vb6SMVUmqC .form-wrapper {
    padding: 0 12px;
  }
}
.cid-vb6SMVUmqC .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-vb6SMVUmqC .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-vb6SMVUmqC .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-vb6SMVUmqC .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vb6SMVUmqC .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 12px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #e1e1e1 !important;
  border-radius: 0 !important;
}
.cid-vb6SMVUmqC .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #e1e1e1;
}
.cid-vb6SMVUmqC .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vb6SMVUmqC .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #e1e1e1 !important;
}
.cid-vb6SMVUmqC .form-wrapper .dragArea.row .form-group textarea {
  min-height: 124px;
}
.cid-vb6SMVUmqC .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vb6SMVUmqC .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
.cid-vb6SMVUmqC .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vb6SMVUmqC .mbr-section-title {
  color: #000000;
}
.cid-vb6SMVUmqC .mbr-text {
  color: #000000;
}
.cid-vb6SMVUmqC label {
  color: #000000;
}
.cid-vb208kEQAN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #060606;
}
.cid-vb208kEQAN img {
  width: 120px;
  margin: auto;
}
.cid-vb208kEQAN .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vb208kEQAN .card {
    max-width: 12.5%;
  }
}
.cid-vb1QoqN6l0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-vb1QoqN6l0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1QoqN6l0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-vb1QoqN6l0 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-vb1QoqN6l0 .items-wrapper .card {
  padding: 0 32px;
}
.cid-vb1QoqN6l0 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:hover,
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vb1QoqN6l0 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vb1QoqN6l0 .mbr-desc {
  color: #b15e00;
}
.cid-vb1QoqN6l0 .mbr-text,
.cid-vb1QoqN6l0 .text-wrapper {
  color: #9aa0a6;
}
.cid-vb1QoqN6l0 .list {
  color: #9aa0a6;
}
.cid-vb1QoqN6l0 .mbr-text,
.cid-vb1QoqN6l0 .mbr-section-btn {
  color: #ffffff;
}
.cid-v9AVcf55RI .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-v9AVcf55RI .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v9AVcf55RI a {
  font-style: normal;
}
.cid-v9AVcf55RI .show {
  overflow: visible;
}
.cid-v9AVcf55RI .dropdown-menu {
  max-height: 400px;
}
.cid-v9AVcf55RI .dropdown-item:active {
  background-color: transparent;
}
.cid-v9AVcf55RI .nav-link {
  font-weight: 600 !important;
}
.cid-v9AVcf55RI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v9AVcf55RI .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-v9AVcf55RI .nav-item:focus,
.cid-v9AVcf55RI .nav-link:focus {
  outline: none;
}
.cid-v9AVcf55RI .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v9AVcf55RI .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v9AVcf55RI .menu-logo {
  margin-right: auto;
}
.cid-v9AVcf55RI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v9AVcf55RI .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v9AVcf55RI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-v9AVcf55RI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v9AVcf55RI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v9AVcf55RI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v9AVcf55RI .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v9AVcf55RI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-v9AVcf55RI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v9AVcf55RI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v9AVcf55RI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v9AVcf55RI .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v9AVcf55RI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-v9AVcf55RI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9AVcf55RI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v9AVcf55RI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9AVcf55RI .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-v9AVcf55RI .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-v9AVcf55RI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v9AVcf55RI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v9AVcf55RI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v9AVcf55RI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v9AVcf55RI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v9AVcf55RI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v9AVcf55RI button.navbar-toggler:focus {
  outline: none;
}
.cid-v9AVcf55RI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-v9AVcf55RI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9AVcf55RI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9AVcf55RI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9AVcf55RI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9AVcf55RI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9AVcf55RI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9AVcf55RI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9AVcf55RI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9AVcf55RI .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v9AVcf55RI .collapsed .btn {
  display: -webkit-flex;
}
.cid-v9AVcf55RI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v9AVcf55RI .collapsed .navbar-collapse.collapsing,
.cid-v9AVcf55RI .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-v9AVcf55RI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v9AVcf55RI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v9AVcf55RI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v9AVcf55RI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v9AVcf55RI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v9AVcf55RI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v9AVcf55RI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v9AVcf55RI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v9AVcf55RI .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-v9AVcf55RI .collapsed button.navbar-toggler {
  display: block;
}
.cid-v9AVcf55RI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v9AVcf55RI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v9AVcf55RI .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v9AVcf55RI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v9AVcf55RI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v9AVcf55RI .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;
}
@media (max-width: 991px) {
  .cid-v9AVcf55RI.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v9AVcf55RI img {
    height: 3.8rem !important;
  }
  .cid-v9AVcf55RI .btn {
    display: -webkit-flex;
  }
  .cid-v9AVcf55RI button.navbar-toggler {
    display: block;
  }
  .cid-v9AVcf55RI .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v9AVcf55RI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v9AVcf55RI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v9AVcf55RI .navbar-collapse.collapsing,
  .cid-v9AVcf55RI .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-v9AVcf55RI .navbar-collapse.collapsing .navbar-nav,
  .cid-v9AVcf55RI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v9AVcf55RI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v9AVcf55RI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v9AVcf55RI .navbar-collapse.collapsing .navbar-buttons,
  .cid-v9AVcf55RI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v9AVcf55RI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v9AVcf55RI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v9AVcf55RI .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v9AVcf55RI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v9AVcf55RI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v9AVcf55RI .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;
  }
}
@media (max-width: 767px) {
  .cid-v9AVcf55RI .nav-link {
    justify-content: start !important;
  }
  .cid-v9AVcf55RI .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-v9AVcf55RI .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-v9AVcf55RI .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 767px) {
  .cid-v9AVcf55RI .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-v9AVcf55RI .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v9AVcf55RI .nav-link:hover,
.cid-v9AVcf55RI .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-v9AVcf55RI .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-v9AVcf55RI .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
#header_komin {
  /* Container for video + overlay */
  /* Video itself */
  /* Text overlay on top of video */
  /* Heading size */
  /* Paragraph size */
  /* Dark overlay for readability */
}
#header_komin .video-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#header_komin .video-hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#header_komin .video-overlay {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 20px;
}
#header_komin .video-overlay h1 {
  font-size: clamp(32px, 8vw, 60px);
  /* Scales between 32px and 80px depending on screen width */
  line-height: 1.2;
  margin: 0 0 20px 0;
}
#header_komin .video-overlay p {
  font-size: 30px;
}
#header_komin .video-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.cid-v9B238XC19 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.cid-v9B238XC19 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9B238XC19 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9B238XC19 .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v9B238XC19 .card-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-v9B238XC19 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v9B238XC19 .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9B238XC19 .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9B238XC19 .card-wrapper .card-wrap .person-wrapper {
  margin-top: 24px;
}
.cid-v9B238XC19 .card-wrapper .card-wrap .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v9B238XC19 .card-wrapper .card-wrap .person-wrapper .person-wrap .image-wrap {
  margin-right: 16px;
}
.cid-v9B238XC19 .card-wrapper .card-wrap .person-wrapper .person-wrap .image-wrap img {
  display: inline-flex;
  width: 45px;
  height: 55px;
  min-width: 45px;
  object-fit: cover;
}
.cid-v9B238XC19 .card-wrapper .card-wrap .person-wrapper .person-wrap .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-v9B238XC19 .card-wrapper .card-wrap .person-wrapper .person-wrap .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-v9B238XC19 .card-wrapper .mbr-section-btn {
  margin-top: 180px;
}
@media (max-width: 992px) {
  .cid-v9B238XC19 .card-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v9B238XC19 {
    display: block;
  }
}
.cid-v9B238XC19 .image-wrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
}
@media (max-width: 992px) {
  .cid-v9B238XC19 .image-wrapper {
    margin-top: 32px;
    width: 100%;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
}
.cid-v9B238XC19 .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-v9B238XC19 .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 -28px 0 #ffffff;
  transform: none;
}
.cid-v9B238XC19 .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-v9B238XC19 .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-v9B238XC19 .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-v9B238XC19 .image-wrapper .image-wrap {
  height: 100%;
}
.cid-v9B238XC19 .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-v9B238XC19 .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v9B238XC19 .mbr-section-title {
  color: #0a0a0a;
}
.cid-v9B238XC19 .mbr-text {
  color: #0a0a0a;
}
.cid-v9B238XC19 .item-name {
  color: #0a0a0a;
}
.cid-v9B238XC19 .item-role {
  color: #909090;
}
.cid-v9B238XC19 .mbr-text,
.cid-v9B238XC19 .text-wrapper {
  text-align: left;
}
.cid-v9BaQuJDYv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.cid-v9BaQuJDYv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9BaQuJDYv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9BaQuJDYv .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v9BaQuJDYv .card-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-v9BaQuJDYv .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v9BaQuJDYv .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9BaQuJDYv .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9BaQuJDYv .card-wrapper .card-wrap .person-wrapper {
  margin-top: 24px;
}
.cid-v9BaQuJDYv .card-wrapper .card-wrap .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v9BaQuJDYv .card-wrapper .card-wrap .person-wrapper .person-wrap .image-wrap {
  margin-right: 16px;
}
.cid-v9BaQuJDYv .card-wrapper .card-wrap .person-wrapper .person-wrap .image-wrap img {
  display: inline-flex;
  width: 45px;
  height: 55px;
  min-width: 45px;
  object-fit: cover;
}
.cid-v9BaQuJDYv .card-wrapper .card-wrap .person-wrapper .person-wrap .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-v9BaQuJDYv .card-wrapper .card-wrap .person-wrapper .person-wrap .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-v9BaQuJDYv .card-wrapper .mbr-section-btn {
  margin-top: 180px;
}
@media (max-width: 992px) {
  .cid-v9BaQuJDYv .card-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v9BaQuJDYv {
    display: block;
  }
}
.cid-v9BaQuJDYv .image-wrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  right: auto;
  left: 0;
}
@media (max-width: 992px) {
  .cid-v9BaQuJDYv .image-wrapper {
    margin-top: 32px;
    width: 100%;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
}
.cid-v9BaQuJDYv .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-v9BaQuJDYv .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 -28px 0 #ffffff;
  transform: none;
}
.cid-v9BaQuJDYv .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-v9BaQuJDYv .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-v9BaQuJDYv .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-v9BaQuJDYv .image-wrapper .image-wrap {
  height: 100%;
}
.cid-v9BaQuJDYv .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-v9BaQuJDYv .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v9BaQuJDYv .mbr-section-title {
  color: #0a0a0a;
}
.cid-v9BaQuJDYv .mbr-text {
  color: #0a0a0a;
}
.cid-v9BaQuJDYv .item-name {
  color: #0a0a0a;
}
.cid-v9BaQuJDYv .item-role {
  color: #909090;
}
.cid-v9BaQuJDYv .mbr-text,
.cid-v9BaQuJDYv .text-wrapper {
  text-align: right;
}
.cid-v9C8gijxod {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.cid-v9C8gijxod .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9C8gijxod .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9C8gijxod .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v9C8gijxod .card-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-v9C8gijxod .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v9C8gijxod .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9C8gijxod .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9C8gijxod .card-wrapper .card-wrap .person-wrapper {
  margin-top: 24px;
}
.cid-v9C8gijxod .card-wrapper .card-wrap .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v9C8gijxod .card-wrapper .card-wrap .person-wrapper .person-wrap .image-wrap {
  margin-right: 16px;
}
.cid-v9C8gijxod .card-wrapper .card-wrap .person-wrapper .person-wrap .image-wrap img {
  display: inline-flex;
  width: 45px;
  height: 55px;
  min-width: 45px;
  object-fit: cover;
}
.cid-v9C8gijxod .card-wrapper .card-wrap .person-wrapper .person-wrap .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-v9C8gijxod .card-wrapper .card-wrap .person-wrapper .person-wrap .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-v9C8gijxod .card-wrapper .mbr-section-btn {
  margin-top: 180px;
}
@media (max-width: 992px) {
  .cid-v9C8gijxod .card-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v9C8gijxod {
    display: block;
  }
}
.cid-v9C8gijxod .image-wrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
}
@media (max-width: 992px) {
  .cid-v9C8gijxod .image-wrapper {
    margin-top: 32px;
    width: 100%;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
}
.cid-v9C8gijxod .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-v9C8gijxod .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 -28px 0 #ffffff;
  transform: none;
}
.cid-v9C8gijxod .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-v9C8gijxod .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-v9C8gijxod .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-v9C8gijxod .image-wrapper .image-wrap {
  height: 100%;
}
.cid-v9C8gijxod .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-v9C8gijxod .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v9C8gijxod .mbr-section-title {
  color: #0a0a0a;
}
.cid-v9C8gijxod .mbr-text {
  color: #0a0a0a;
}
.cid-v9C8gijxod .item-name {
  color: #0a0a0a;
}
.cid-v9C8gijxod .item-role {
  color: #909090;
}
.cid-v9C8gijxod .mbr-text,
.cid-v9C8gijxod .text-wrapper {
  text-align: left;
}
.cid-v9AVch8zpS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v9AVch8zpS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AVch8zpS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AVch8zpS .row {
  margin: 0 -15px;
}
.cid-v9AVch8zpS .row .card {
  padding: 0 15px;
}
.cid-v9AVch8zpS .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-v9AVch8zpS .title-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-v9AVch8zpS .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9AVch8zpS .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v9AVch8zpS .items-wrapper .item {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v9AVch8zpS .items-wrapper .item {
    margin-bottom: 40px;
  }
}
.cid-v9AVch8zpS .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-v9AVch8zpS .items-wrapper .item .item-wrapper .item-number {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #b15e00;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9AVch8zpS .items-wrapper .item .item-wrapper .item-number {
    margin-bottom: 20px;
  }
}
.cid-v9AVch8zpS .items-wrapper .item .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9AVch8zpS .items-wrapper .item .item-title {
    margin-bottom: 20px;
  }
}
.cid-v9AVch8zpS .items-wrapper .item .item-text {
  margin-bottom: 20px;
}
.cid-v9AVch8zpS .items-wrapper .item .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v9AVch8zpS .mbr-section-title {
  color: #fefff5;
}
.cid-v9AVch8zpS .mbr-section-subtitle {
  color: #171717;
}
.cid-v9AVch8zpS .item-number {
  color: #fefff5;
}
.cid-v9AVch8zpS .item-title {
  color: #b15e00;
}
.cid-v9AVch8zpS .item-text {
  color: #171717;
}
.cid-v9AVch8zpS .item-number,
.cid-v9AVch8zpS .number-wrapper {
  color: #171717;
}
.cid-v9B9Hj4ecT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9B9Hj4ecT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9B9Hj4ecT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v9B9Hj4ecT .container {
    padding: 0 30px;
  }
}
.cid-v9B9Hj4ecT .row {
  justify-content: center;
}
.cid-v9B9Hj4ecT .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9B9Hj4ecT .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v9B9Hj4ecT .desc-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v9B9Hj4ecT .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-v9B9Hj4ecT .desc-wrapper .desc-wrap {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v9B9Hj4ecT .desc-wrapper .desc-wrap {
    margin-bottom: 30px;
  }
}
.cid-v9B9Hj4ecT .desc-wrapper .desc-wrap .number-wrap {
  display: inline-flex;
  margin-right: 30px;
  min-width: 85px;
}
.cid-v9B9Hj4ecT .desc-wrapper .desc-wrap .number-wrap .mbr-number {
  margin-bottom: 0;
}
.cid-v9B9Hj4ecT .desc-wrapper .desc-wrap .number-wrap .mbr-iconfont {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin-top: 20px;
}
.cid-v9B9Hj4ecT .desc-wrapper .desc-wrap .mbr-desc {
  opacity: .6;
  margin-bottom: 0;
}
.cid-v9B9Hj4ecT .text-wrapper {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-v9B9Hj4ecT .text-wrapper {
    width: 100%;
  }
}
.cid-v9B9Hj4ecT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9B9Hj4ecT .mbr-section-title {
  color: #b15e00;
}
.cid-v9B9Hj4ecT .mbr-text {
  color: #000000;
}
.cid-v9B9Hj4ecT .mbr-number {
  color: #000000;
}
.cid-v9B9Hj4ecT .mbr-desc {
  color: #000000;
}
.cid-v9BbA2WpxV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-v9BbA2WpxV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9BbA2WpxV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9BbA2WpxV .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v9BbA2WpxV .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v9BbA2WpxV .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-v9BbA2WpxV .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v9BbA2WpxV .container {
    padding: 0 12px;
  }
}
.cid-v9BbA2WpxV .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v9BbA2WpxV .content-wrapper {
    padding: 0 24px;
  }
}
.cid-v9BbA2WpxV .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-v9BbA2WpxV .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v9BbA2WpxV .mbr-section-title {
  color: #1D1D1F;
}
.cid-v9BbA2WpxV .mbr-text {
  color: #3d3d3d;
  text-align: center;
}
.cid-v9BbA2WpxV .mbr-section-title,
.cid-v9BbA2WpxV .mbr-section-btn {
  text-align: center;
}
.cid-vb6zlfOVp7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vb6zlfOVp7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb6zlfOVp7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb6zlfOVp7 .items-wrapper {
  justify-content: center;
}
.cid-vb6zlfOVp7 .item {
  margin-bottom: 20px;
}
.cid-vb6zlfOVp7 .item .item-wrapper .item-img img {
  height: 50px;
  object-fit: cover;
}
.cid-vb6zlfOVp7 .btn-wrapper {
  margin-top: 20%;
}
.cid-vb7joLvdcO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vb7joLvdcO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb7joLvdcO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vb7joLvdcO .container {
    padding: 0 25px;
  }
}
.cid-vb7joLvdcO .row {
  justify-content: center;
}
.cid-vb7joLvdcO .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vb7joLvdcO .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vb7joLvdcO .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vb7joLvdcO .image-wrapper img {
    height: 350px;
  }
}
.cid-vb7joLvdcO .form-wrapper {
  padding-left: 54px;
}
@media (max-width: 992px) {
  .cid-vb7joLvdcO .form-wrapper {
    padding: 0 12px;
  }
}
.cid-vb7joLvdcO .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-vb7joLvdcO .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-vb7joLvdcO .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-vb7joLvdcO .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vb7joLvdcO .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 12px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #e1e1e1 !important;
  border-radius: 0 !important;
}
.cid-vb7joLvdcO .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #e1e1e1;
}
.cid-vb7joLvdcO .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vb7joLvdcO .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #e1e1e1 !important;
}
.cid-vb7joLvdcO .form-wrapper .dragArea.row .form-group textarea {
  min-height: 124px;
}
.cid-vb7joLvdcO .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vb7joLvdcO .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
.cid-vb7joLvdcO .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vb7joLvdcO .mbr-section-title {
  color: #000000;
}
.cid-vb7joLvdcO .mbr-text {
  color: #000000;
}
.cid-vb7joLvdcO label {
  color: #000000;
}
.cid-vb20cA6Co4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #060606;
}
.cid-vb20cA6Co4 img {
  width: 120px;
  margin: auto;
}
.cid-vb20cA6Co4 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vb20cA6Co4 .card {
    max-width: 12.5%;
  }
}
.cid-vb1QoqN6l0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-vb1QoqN6l0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1QoqN6l0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-vb1QoqN6l0 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-vb1QoqN6l0 .items-wrapper .card {
  padding: 0 32px;
}
.cid-vb1QoqN6l0 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:hover,
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vb1QoqN6l0 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vb1QoqN6l0 .mbr-desc {
  color: #b15e00;
}
.cid-vb1QoqN6l0 .mbr-text,
.cid-vb1QoqN6l0 .text-wrapper {
  color: #9aa0a6;
}
.cid-vb1QoqN6l0 .list {
  color: #9aa0a6;
}
.cid-vb1QoqN6l0 .mbr-text,
.cid-vb1QoqN6l0 .mbr-section-btn {
  color: #ffffff;
}
.cid-v9CjB2aWhY .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-v9CjB2aWhY .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v9CjB2aWhY a {
  font-style: normal;
}
.cid-v9CjB2aWhY .show {
  overflow: visible;
}
.cid-v9CjB2aWhY .dropdown-menu {
  max-height: 400px;
}
.cid-v9CjB2aWhY .dropdown-item:active {
  background-color: transparent;
}
.cid-v9CjB2aWhY .nav-link {
  font-weight: 600 !important;
}
.cid-v9CjB2aWhY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v9CjB2aWhY .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-v9CjB2aWhY .nav-item:focus,
.cid-v9CjB2aWhY .nav-link:focus {
  outline: none;
}
.cid-v9CjB2aWhY .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v9CjB2aWhY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v9CjB2aWhY .menu-logo {
  margin-right: auto;
}
.cid-v9CjB2aWhY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v9CjB2aWhY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v9CjB2aWhY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-v9CjB2aWhY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v9CjB2aWhY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v9CjB2aWhY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v9CjB2aWhY .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v9CjB2aWhY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-v9CjB2aWhY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v9CjB2aWhY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v9CjB2aWhY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v9CjB2aWhY .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v9CjB2aWhY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-v9CjB2aWhY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9CjB2aWhY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v9CjB2aWhY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9CjB2aWhY .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-v9CjB2aWhY .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-v9CjB2aWhY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v9CjB2aWhY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v9CjB2aWhY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v9CjB2aWhY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v9CjB2aWhY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v9CjB2aWhY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v9CjB2aWhY button.navbar-toggler:focus {
  outline: none;
}
.cid-v9CjB2aWhY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-v9CjB2aWhY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9CjB2aWhY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9CjB2aWhY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9CjB2aWhY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9CjB2aWhY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9CjB2aWhY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9CjB2aWhY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9CjB2aWhY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9CjB2aWhY .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v9CjB2aWhY .collapsed .btn {
  display: -webkit-flex;
}
.cid-v9CjB2aWhY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v9CjB2aWhY .collapsed .navbar-collapse.collapsing,
.cid-v9CjB2aWhY .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-v9CjB2aWhY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v9CjB2aWhY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v9CjB2aWhY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v9CjB2aWhY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v9CjB2aWhY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v9CjB2aWhY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v9CjB2aWhY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v9CjB2aWhY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v9CjB2aWhY .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-v9CjB2aWhY .collapsed button.navbar-toggler {
  display: block;
}
.cid-v9CjB2aWhY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v9CjB2aWhY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v9CjB2aWhY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v9CjB2aWhY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v9CjB2aWhY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v9CjB2aWhY .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;
}
@media (max-width: 991px) {
  .cid-v9CjB2aWhY.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v9CjB2aWhY img {
    height: 3.8rem !important;
  }
  .cid-v9CjB2aWhY .btn {
    display: -webkit-flex;
  }
  .cid-v9CjB2aWhY button.navbar-toggler {
    display: block;
  }
  .cid-v9CjB2aWhY .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v9CjB2aWhY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v9CjB2aWhY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v9CjB2aWhY .navbar-collapse.collapsing,
  .cid-v9CjB2aWhY .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-v9CjB2aWhY .navbar-collapse.collapsing .navbar-nav,
  .cid-v9CjB2aWhY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v9CjB2aWhY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v9CjB2aWhY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v9CjB2aWhY .navbar-collapse.collapsing .navbar-buttons,
  .cid-v9CjB2aWhY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v9CjB2aWhY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v9CjB2aWhY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v9CjB2aWhY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v9CjB2aWhY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v9CjB2aWhY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v9CjB2aWhY .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;
  }
}
@media (max-width: 767px) {
  .cid-v9CjB2aWhY .nav-link {
    justify-content: start !important;
  }
  .cid-v9CjB2aWhY .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-v9CjB2aWhY .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-v9CjB2aWhY .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 767px) {
  .cid-v9CjB2aWhY .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-v9CjB2aWhY .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v9CjB2aWhY .nav-link:hover,
.cid-v9CjB2aWhY .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-v9CjB2aWhY .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-v9CjB2aWhY .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
#header_inspo {
  /* Container for video + overlay */
  /* Video itself */
  /* Text overlay on top of video */
  /* Heading size */
  /* Paragraph size */
  /* Dark overlay for readability */
}
#header_inspo .video-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#header_inspo .video-hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#header_inspo .video-overlay {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 20px;
}
#header_inspo .video-overlay h1 {
  font-size: clamp(32px, 8vw, 60px);
  /* Scales between 32px and 80px depending on screen width */
  line-height: 1.2;
  margin: 0 0 20px 0;
}
#header_inspo .video-overlay p {
  font-size: 30px;
}
#header_inspo .video-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.cid-va40OkutbH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-va40OkutbH .mbr-fallback-image.disabled {
  display: none;
}
.cid-va40OkutbH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va40OkutbH .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-va40OkutbH .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-va40OkutbH .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-va40OkutbH .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-va40OkutbH .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-va40OkutbH .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-va40OkutbH .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-va40OkutbH .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-va40OkutbH .image-wrapper .image-wrap {
  background-color: #ffffff;
  padding: 24px;
}
.cid-va40OkutbH .image-wrapper .image-wrap img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-va40OkutbH .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-va40OkutbH .mbr-label,
.cid-va40OkutbH .label-wrapper {
  color: #000000;
}
.cid-va40OkutbH .mbr-section-title {
  color: #000000;
}
.cid-va40OkutbH .mbr-text,
.cid-va40OkutbH .text-wrapper {
  color: #3d3d3d;
}
.cid-va42i8JMiB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-va42i8JMiB .mbr-fallback-image.disabled {
  display: none;
}
.cid-va42i8JMiB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va42i8JMiB .content-wrap {
  margin: 0 -50px;
}
.cid-va42i8JMiB .content-wrap .card {
  padding: 0 50px;
}
.cid-va42i8JMiB .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-va42i8JMiB .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-va42i8JMiB .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-va42i8JMiB .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-va42i8JMiB .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-va42i8JMiB .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-va42i8JMiB .panel-group .card {
  position: relative;
  background-color: transparent;
  border-bottom: 1px solid #c6c6c6;
  border-radius: 0 !important;
  padding: 30px 0;
}
@media (max-width: 992px) {
  .cid-va42i8JMiB .panel-group .card {
    padding: 20px 0;
  }
}
.cid-va42i8JMiB .panel-group .card:first-child {
  border-top: 1px solid #c6c6c6;
}
.cid-va42i8JMiB .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-va42i8JMiB .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
}
.cid-va42i8JMiB .panel-group .card .card-header .panel-title .title-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-va42i8JMiB .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-va42i8JMiB .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  margin-bottom: 0;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-va42i8JMiB .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    margin-bottom: 20px;
    width: 0;
  }
}
.cid-va42i8JMiB .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-va42i8JMiB .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  background-color: #b15e00;
}
.cid-va42i8JMiB .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-va42i8JMiB .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #c6c6c6;
}
.cid-va42i8JMiB .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #1f1f1f;
}
.cid-va42i8JMiB .panel-group .card .panel-collapse .panel-body {
  padding: 20px 44px 0 44px;
}
@media (max-width: 992px) {
  .cid-va42i8JMiB .panel-group .card .panel-collapse .panel-body {
    padding: 20px 0 0 0;
  }
}
.cid-va42i8JMiB .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-va42i8JMiB .mbr-label {
  color: #1f1f1f;
}
.cid-va42i8JMiB .mbr-section-title {
  color: #1f1f1f;
}
.cid-va42i8JMiB .panel-number {
  color: #b15e00;
}
.cid-va42i8JMiB .panel-title-edit {
  color: #1f1f1f;
}
.cid-va42i8JMiB .item-text {
  color: #5a5a5a;
}
.cid-vb6zvrQIcT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vb6zvrQIcT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb6zvrQIcT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb6zvrQIcT .items-wrapper {
  justify-content: center;
}
.cid-vb6zvrQIcT .item {
  margin-bottom: 20px;
}
.cid-vb6zvrQIcT .item .item-wrapper .item-img img {
  height: 50px;
  object-fit: cover;
}
.cid-vb6zvrQIcT .btn-wrapper {
  margin-top: 20%;
}
.cid-vb7kCzIxX9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vb7kCzIxX9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb7kCzIxX9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vb7kCzIxX9 .container {
    padding: 0 25px;
  }
}
.cid-vb7kCzIxX9 .row {
  justify-content: center;
}
.cid-vb7kCzIxX9 .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vb7kCzIxX9 .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vb7kCzIxX9 .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vb7kCzIxX9 .image-wrapper img {
    height: 350px;
  }
}
.cid-vb7kCzIxX9 .form-wrapper {
  padding-left: 54px;
}
@media (max-width: 992px) {
  .cid-vb7kCzIxX9 .form-wrapper {
    padding: 0 12px;
  }
}
.cid-vb7kCzIxX9 .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-vb7kCzIxX9 .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-vb7kCzIxX9 .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-vb7kCzIxX9 .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vb7kCzIxX9 .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 12px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #e1e1e1 !important;
  border-radius: 0 !important;
}
.cid-vb7kCzIxX9 .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #e1e1e1;
}
.cid-vb7kCzIxX9 .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vb7kCzIxX9 .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #e1e1e1 !important;
}
.cid-vb7kCzIxX9 .form-wrapper .dragArea.row .form-group textarea {
  min-height: 124px;
}
.cid-vb7kCzIxX9 .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vb7kCzIxX9 .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
.cid-vb7kCzIxX9 .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vb7kCzIxX9 .mbr-section-title {
  color: #000000;
}
.cid-vb7kCzIxX9 .mbr-text {
  color: #000000;
}
.cid-vb7kCzIxX9 label {
  color: #000000;
}
.cid-vb20hB0VPN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #060606;
}
.cid-vb20hB0VPN img {
  width: 120px;
  margin: auto;
}
.cid-vb20hB0VPN .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vb20hB0VPN .card {
    max-width: 12.5%;
  }
}
.cid-vb1QoqN6l0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-vb1QoqN6l0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1QoqN6l0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-vb1QoqN6l0 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-vb1QoqN6l0 .items-wrapper .card {
  padding: 0 32px;
}
.cid-vb1QoqN6l0 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:hover,
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vb1QoqN6l0 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vb1QoqN6l0 .mbr-desc {
  color: #b15e00;
}
.cid-vb1QoqN6l0 .mbr-text,
.cid-vb1QoqN6l0 .text-wrapper {
  color: #9aa0a6;
}
.cid-vb1QoqN6l0 .list {
  color: #9aa0a6;
}
.cid-vb1QoqN6l0 .mbr-text,
.cid-vb1QoqN6l0 .mbr-section-btn {
  color: #ffffff;
}
.cid-va45ql4GxQ .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-va45ql4GxQ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-va45ql4GxQ a {
  font-style: normal;
}
.cid-va45ql4GxQ .show {
  overflow: visible;
}
.cid-va45ql4GxQ .dropdown-menu {
  max-height: 400px;
}
.cid-va45ql4GxQ .dropdown-item:active {
  background-color: transparent;
}
.cid-va45ql4GxQ .nav-link {
  font-weight: 600 !important;
}
.cid-va45ql4GxQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-va45ql4GxQ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-va45ql4GxQ .nav-item:focus,
.cid-va45ql4GxQ .nav-link:focus {
  outline: none;
}
.cid-va45ql4GxQ .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-va45ql4GxQ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-va45ql4GxQ .menu-logo {
  margin-right: auto;
}
.cid-va45ql4GxQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-va45ql4GxQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-va45ql4GxQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-va45ql4GxQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-va45ql4GxQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-va45ql4GxQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-va45ql4GxQ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-va45ql4GxQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-va45ql4GxQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-va45ql4GxQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-va45ql4GxQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-va45ql4GxQ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-va45ql4GxQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-va45ql4GxQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-va45ql4GxQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-va45ql4GxQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-va45ql4GxQ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-va45ql4GxQ .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-va45ql4GxQ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-va45ql4GxQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-va45ql4GxQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-va45ql4GxQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-va45ql4GxQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-va45ql4GxQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-va45ql4GxQ button.navbar-toggler:focus {
  outline: none;
}
.cid-va45ql4GxQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-va45ql4GxQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-va45ql4GxQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-va45ql4GxQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-va45ql4GxQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-va45ql4GxQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va45ql4GxQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-va45ql4GxQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-va45ql4GxQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va45ql4GxQ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-va45ql4GxQ .collapsed .btn {
  display: -webkit-flex;
}
.cid-va45ql4GxQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-va45ql4GxQ .collapsed .navbar-collapse.collapsing,
.cid-va45ql4GxQ .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-va45ql4GxQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-va45ql4GxQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-va45ql4GxQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-va45ql4GxQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-va45ql4GxQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-va45ql4GxQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-va45ql4GxQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-va45ql4GxQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-va45ql4GxQ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-va45ql4GxQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-va45ql4GxQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-va45ql4GxQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-va45ql4GxQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-va45ql4GxQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-va45ql4GxQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-va45ql4GxQ .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;
}
@media (max-width: 991px) {
  .cid-va45ql4GxQ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-va45ql4GxQ img {
    height: 3.8rem !important;
  }
  .cid-va45ql4GxQ .btn {
    display: -webkit-flex;
  }
  .cid-va45ql4GxQ button.navbar-toggler {
    display: block;
  }
  .cid-va45ql4GxQ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-va45ql4GxQ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-va45ql4GxQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-va45ql4GxQ .navbar-collapse.collapsing,
  .cid-va45ql4GxQ .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-va45ql4GxQ .navbar-collapse.collapsing .navbar-nav,
  .cid-va45ql4GxQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-va45ql4GxQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-va45ql4GxQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-va45ql4GxQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-va45ql4GxQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-va45ql4GxQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-va45ql4GxQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-va45ql4GxQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-va45ql4GxQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-va45ql4GxQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-va45ql4GxQ .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;
  }
}
@media (max-width: 767px) {
  .cid-va45ql4GxQ .nav-link {
    justify-content: start !important;
  }
  .cid-va45ql4GxQ .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-va45ql4GxQ .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-va45ql4GxQ .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 767px) {
  .cid-va45ql4GxQ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-va45ql4GxQ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-va45ql4GxQ .nav-link:hover,
.cid-va45ql4GxQ .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-va45ql4GxQ .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-va45ql4GxQ .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
#header_mercury {
  /* Container for video + overlay */
  /* Video itself */
  /* Text overlay on top of video */
  /* Heading size */
  /* Paragraph size */
  /* Dark overlay for readability */
}
#header_mercury .video-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#header_mercury .video-hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 0;
}
#header_mercury .video-overlay {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 20px;
}
#header_mercury .video-overlay h1 {
  font-size: clamp(32px, 8vw, 50px);
  /* Scales between 32px and 80px depending on screen width */
  line-height: 1.2;
  margin: 0 0 20px 0;
}
#header_mercury .video-overlay p {
  font-size: 30px;
}
#header_mercury .video-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.cid-van6gwIfJY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-van6gwIfJY .mbr-fallback-image.disabled {
  display: none;
}
.cid-van6gwIfJY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-van6gwIfJY .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-van6gwIfJY .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-van6gwIfJY .content-wrapper {
    width: 100%;
  }
}
.cid-van6gwIfJY .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-van6gwIfJY .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-van6gwIfJY .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-van6gwIfJY .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-van6gwIfJY .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-van6gwIfJY .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-van6gwIfJY .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-van6gwIfJY .mbr-section-title {
  color: #181824;
}
.cid-van6gwIfJY .mbr-section-title,
.cid-van6gwIfJY .mbr-section-btn,
.cid-van6gwIfJY .icon-wrapper {
  text-align: center;
}
.cid-va45qo3D7E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-va45qo3D7E .mbr-fallback-image.disabled {
  display: none;
}
.cid-va45qo3D7E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va45qo3D7E .row {
  margin: 0 -15px;
}
.cid-va45qo3D7E .row .card {
  padding: 0 15px;
}
.cid-va45qo3D7E .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-va45qo3D7E .title-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-va45qo3D7E .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-va45qo3D7E .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-va45qo3D7E .items-wrapper .item {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-va45qo3D7E .items-wrapper .item {
    margin-bottom: 40px;
  }
}
.cid-va45qo3D7E .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-va45qo3D7E .items-wrapper .item .item-wrapper .item-number {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #b15e00;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-va45qo3D7E .items-wrapper .item .item-wrapper .item-number {
    margin-bottom: 20px;
  }
}
.cid-va45qo3D7E .items-wrapper .item .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-va45qo3D7E .items-wrapper .item .item-title {
    margin-bottom: 20px;
  }
}
.cid-va45qo3D7E .items-wrapper .item .item-text {
  margin-bottom: 20px;
}
.cid-va45qo3D7E .items-wrapper .item .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-va45qo3D7E .mbr-section-title {
  color: #fefff5;
}
.cid-va45qo3D7E .mbr-section-subtitle {
  color: #171717;
}
.cid-va45qo3D7E .item-number {
  color: #fefff5;
}
.cid-va45qo3D7E .item-title {
  color: #b15e00;
}
.cid-va45qo3D7E .item-text {
  color: #171717;
}
.cid-va45qo3D7E .item-number,
.cid-va45qo3D7E .number-wrapper {
  color: #171717;
}
.cid-vb6zBgUQYO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vb6zBgUQYO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb6zBgUQYO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb6zBgUQYO .items-wrapper {
  justify-content: center;
}
.cid-vb6zBgUQYO .item {
  margin-bottom: 20px;
}
.cid-vb6zBgUQYO .item .item-wrapper .item-img img {
  height: 50px;
  object-fit: cover;
}
.cid-vb6zBgUQYO .btn-wrapper {
  margin-top: 20%;
}
.cid-vb7m3THPEq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vb7m3THPEq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb7m3THPEq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vb7m3THPEq .container {
    padding: 0 25px;
  }
}
.cid-vb7m3THPEq .row {
  justify-content: center;
}
.cid-vb7m3THPEq .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vb7m3THPEq .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vb7m3THPEq .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vb7m3THPEq .image-wrapper img {
    height: 350px;
  }
}
.cid-vb7m3THPEq .form-wrapper {
  padding-left: 54px;
}
@media (max-width: 992px) {
  .cid-vb7m3THPEq .form-wrapper {
    padding: 0 12px;
  }
}
.cid-vb7m3THPEq .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-vb7m3THPEq .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-vb7m3THPEq .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-vb7m3THPEq .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vb7m3THPEq .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 12px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #e1e1e1 !important;
  border-radius: 0 !important;
}
.cid-vb7m3THPEq .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #e1e1e1;
}
.cid-vb7m3THPEq .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vb7m3THPEq .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #e1e1e1 !important;
}
.cid-vb7m3THPEq .form-wrapper .dragArea.row .form-group textarea {
  min-height: 124px;
}
.cid-vb7m3THPEq .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vb7m3THPEq .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
.cid-vb7m3THPEq .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vb7m3THPEq .mbr-section-title {
  color: #000000;
}
.cid-vb7m3THPEq .mbr-text {
  color: #000000;
}
.cid-vb7m3THPEq label {
  color: #000000;
}
.cid-vb20kECZzP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #060606;
}
.cid-vb20kECZzP img {
  width: 120px;
  margin: auto;
}
.cid-vb20kECZzP .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vb20kECZzP .card {
    max-width: 12.5%;
  }
}
.cid-vb1QoqN6l0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-vb1QoqN6l0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1QoqN6l0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-vb1QoqN6l0 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-vb1QoqN6l0 .items-wrapper .card {
  padding: 0 32px;
}
.cid-vb1QoqN6l0 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:hover,
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vb1QoqN6l0 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vb1QoqN6l0 .mbr-desc {
  color: #b15e00;
}
.cid-vb1QoqN6l0 .mbr-text,
.cid-vb1QoqN6l0 .text-wrapper {
  color: #9aa0a6;
}
.cid-vb1QoqN6l0 .list {
  color: #9aa0a6;
}
.cid-vb1QoqN6l0 .mbr-text,
.cid-vb1QoqN6l0 .mbr-section-btn {
  color: #ffffff;
}
.cid-v97WOM34F0 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-v97WOM34F0 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v97WOM34F0 a {
  font-style: normal;
}
.cid-v97WOM34F0 .show {
  overflow: visible;
}
.cid-v97WOM34F0 .dropdown-menu {
  max-height: 400px;
}
.cid-v97WOM34F0 .dropdown-item:active {
  background-color: transparent;
}
.cid-v97WOM34F0 .nav-link {
  font-weight: 600 !important;
}
.cid-v97WOM34F0 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v97WOM34F0 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-v97WOM34F0 .nav-item:focus,
.cid-v97WOM34F0 .nav-link:focus {
  outline: none;
}
.cid-v97WOM34F0 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v97WOM34F0 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v97WOM34F0 .menu-logo {
  margin-right: auto;
}
.cid-v97WOM34F0 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v97WOM34F0 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v97WOM34F0 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-v97WOM34F0 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v97WOM34F0 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v97WOM34F0 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v97WOM34F0 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v97WOM34F0 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-v97WOM34F0 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v97WOM34F0 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v97WOM34F0 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v97WOM34F0 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v97WOM34F0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-v97WOM34F0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v97WOM34F0 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v97WOM34F0 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v97WOM34F0 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-v97WOM34F0 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-v97WOM34F0 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v97WOM34F0 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v97WOM34F0 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v97WOM34F0 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v97WOM34F0 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v97WOM34F0 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v97WOM34F0 button.navbar-toggler:focus {
  outline: none;
}
.cid-v97WOM34F0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-v97WOM34F0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v97WOM34F0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v97WOM34F0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v97WOM34F0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v97WOM34F0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v97WOM34F0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v97WOM34F0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v97WOM34F0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v97WOM34F0 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v97WOM34F0 .collapsed .btn {
  display: -webkit-flex;
}
.cid-v97WOM34F0 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v97WOM34F0 .collapsed .navbar-collapse.collapsing,
.cid-v97WOM34F0 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-v97WOM34F0 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v97WOM34F0 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v97WOM34F0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v97WOM34F0 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v97WOM34F0 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v97WOM34F0 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v97WOM34F0 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v97WOM34F0 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v97WOM34F0 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-v97WOM34F0 .collapsed button.navbar-toggler {
  display: block;
}
.cid-v97WOM34F0 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v97WOM34F0 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v97WOM34F0 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v97WOM34F0 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v97WOM34F0 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v97WOM34F0 .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;
}
@media (max-width: 991px) {
  .cid-v97WOM34F0.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v97WOM34F0 img {
    height: 3.8rem !important;
  }
  .cid-v97WOM34F0 .btn {
    display: -webkit-flex;
  }
  .cid-v97WOM34F0 button.navbar-toggler {
    display: block;
  }
  .cid-v97WOM34F0 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v97WOM34F0 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v97WOM34F0 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v97WOM34F0 .navbar-collapse.collapsing,
  .cid-v97WOM34F0 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-v97WOM34F0 .navbar-collapse.collapsing .navbar-nav,
  .cid-v97WOM34F0 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v97WOM34F0 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v97WOM34F0 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v97WOM34F0 .navbar-collapse.collapsing .navbar-buttons,
  .cid-v97WOM34F0 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v97WOM34F0 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v97WOM34F0 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v97WOM34F0 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v97WOM34F0 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v97WOM34F0 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v97WOM34F0 .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;
  }
}
@media (max-width: 767px) {
  .cid-v97WOM34F0 .nav-link {
    justify-content: start !important;
  }
  .cid-v97WOM34F0 .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-v97WOM34F0 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-v97WOM34F0 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 767px) {
  .cid-v97WOM34F0 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-v97WOM34F0 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v97WOM34F0 .nav-link:hover,
.cid-v97WOM34F0 .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-v97WOM34F0 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-v97WOM34F0 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-va50USLU75 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/azulik-580-1920x1284.jpg");
}
.cid-va50USLU75 .mbr-fallback-image.disabled {
  display: none;
}
.cid-va50USLU75 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va50USLU75 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-va50USLU75 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-va50USLU75 .container {
    padding: 0 25px;
  }
}
.cid-va50USLU75 .title-wrapper {
  padding: 100px 0;
}
.cid-va50USLU75 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-va50USLU75 .mbr-section-title {
  color: #ffffff;
}
.cid-va50USLU75 .mbr-section-title,
.cid-va50USLU75 .mbr-section-btn {
  text-align: justify;
}
.cid-v97WONgzcR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-v97WONgzcR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v97WONgzcR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v97WONgzcR .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v97WONgzcR .card {
    margin-bottom: 40px;
  }
}
.cid-v97WONgzcR .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v97WONgzcR .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v97WONgzcR .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v97WONgzcR .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v97WONgzcR .mbr-label {
  color: #be0000;
}
.cid-v97WONgzcR .mbr-section-title {
  color: #000000;
}
.cid-v97WONgzcR .mbr-text {
  color: #000000;
}
.cid-v97YzFhrn1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v97YzFhrn1 .container {
    padding: 0 25px;
  }
}
.cid-v97YzFhrn1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v97YzFhrn1 .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-v97YzFhrn1 .panel-group {
  border-bottom: 2px solid #e1e1e1;
}
.cid-v97YzFhrn1 .panel-group .card {
  border-top: 2px solid #e1e1e1;
  border-radius: 0 !important;
  padding: 0;
}
.cid-v97YzFhrn1 .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-v97YzFhrn1 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v97YzFhrn1 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-v97YzFhrn1 .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-v97YzFhrn1 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v97YzFhrn1 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #f0f0f0;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v97YzFhrn1 .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-v97YzFhrn1 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v97YzFhrn1 .mbr-section-title {
  color: #000000;
}
.cid-v97YzFhrn1 .panel-title-edit {
  color: #b15e00;
}
.cid-v97YzFhrn1 .panel-text {
  color: #000000;
}
.cid-vb0rEIoL1N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e1e1e1;
}
.cid-vb0rEIoL1N .mbr-link {
  opacity: 0;
  color: #ffffff;
  transition: all 0.3s;
  text-align: center;
}
.cid-vb0rEIoL1N .item {
  padding: 0;
  cursor: pointer;
  width: 33.333%;
}
@media (max-width: 991px) {
  .cid-vb0rEIoL1N .item {
    width: 50%;
  }
}
@media (max-width: 771px) {
  .cid-vb0rEIoL1N .item {
    width: 100%;
  }
}
.cid-vb0rEIoL1N .item-wrapper {
  opacity: 0.9;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  flex-flow: column nowrap;
  padding: 1rem;
}
.cid-vb0rEIoL1N .item-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: #171717;
  transition: all 0.3s;
  opacity: 0.1;
}
.cid-vb0rEIoL1N .item-wrapper:hover .item-content,
.cid-vb0rEIoL1N .item-wrapper:focus-within .item-content {
  opacity: 1;
  transform: translateY(0px);
}
.cid-vb0rEIoL1N .item-wrapper:hover .social-row,
.cid-vb0rEIoL1N .item-wrapper:focus-within .social-row {
  opacity: 1;
}
.cid-vb0rEIoL1N .item-wrapper:hover:hover img,
.cid-vb0rEIoL1N .item-wrapper:focus-within:hover img {
  transform: scale(1.1);
}
.cid-vb0rEIoL1N .item-wrapper:hover:before,
.cid-vb0rEIoL1N .item-wrapper:focus-within:before {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-vb0rEIoL1N .item-wrapper .item-content {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-vb0rEIoL1N .item-wrapper .item-img {
    transform: scale(1.1);
  }
  .cid-vb0rEIoL1N .item-wrapper:before {
    opacity: 0.5;
  }
  .cid-vb0rEIoL1N .item-wrapper .social-row {
    opacity: 1;
  }
}
.cid-vb0rEIoL1N .item-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.cid-vb0rEIoL1N .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-vb0rEIoL1N .item-content {
  z-index: 3;
  opacity: 1;
  transition: all 0.3s;
  position: relative;
  transform: translateY(50px);
}
.cid-vb0rEIoL1N .item:focus,
.cid-vb0rEIoL1N span:focus {
  outline: none;
}
.cid-vb0rEIoL1N .mbr-section-title {
  color: #232323;
}
.cid-vb0rEIoL1N .mbr-text,
.cid-vb0rEIoL1N .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vb0rEIoL1N .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-vb0rEIoL1N .social-row {
  text-align: center;
  opacity: 0;
  transition: all 0.3s;
}
.cid-vb0rEIoL1N .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  padding: 0.5rem;
  background: #ffffff;
  transition: all 0.3s;
}
.cid-vb0rEIoL1N .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
.cid-vb0rEIoL1N .item-img::before,
.cid-vb0rEIoL1N .item-wrapper::before {
  display: none !important;
  content: none !important;
}
.cid-vb0rEIoL1N .item-wrapper:hover .item-img::before,
.cid-vb0rEIoL1N .item-wrapper:hover::before {
  opacity: 0 !important;
}
.cid-vaW7gTRJv0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-vaW7gTRJv0 .mbr-link {
  opacity: 0;
  color: #ffffff;
  transition: all 0.3s;
  text-align: center;
}
.cid-vaW7gTRJv0 .item {
  padding: 0;
  cursor: pointer;
  width: 33.333%;
}
@media (max-width: 991px) {
  .cid-vaW7gTRJv0 .item {
    width: 50%;
  }
}
@media (max-width: 771px) {
  .cid-vaW7gTRJv0 .item {
    width: 100%;
  }
}
.cid-vaW7gTRJv0 .item-wrapper {
  opacity: 0.9;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  flex-flow: column nowrap;
  padding: 1rem;
}
.cid-vaW7gTRJv0 .item-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: #171717;
  transition: all 0.3s;
  opacity: 0.1;
}
.cid-vaW7gTRJv0 .item-wrapper:hover .item-content,
.cid-vaW7gTRJv0 .item-wrapper:focus-within .item-content {
  opacity: 1;
  transform: translateY(0px);
}
.cid-vaW7gTRJv0 .item-wrapper:hover .social-row,
.cid-vaW7gTRJv0 .item-wrapper:focus-within .social-row {
  opacity: 1;
}
.cid-vaW7gTRJv0 .item-wrapper:hover:hover img,
.cid-vaW7gTRJv0 .item-wrapper:focus-within:hover img {
  transform: scale(1.1);
}
.cid-vaW7gTRJv0 .item-wrapper:hover:before,
.cid-vaW7gTRJv0 .item-wrapper:focus-within:before {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-vaW7gTRJv0 .item-wrapper .item-content {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-vaW7gTRJv0 .item-wrapper .item-img {
    transform: scale(1.1);
  }
  .cid-vaW7gTRJv0 .item-wrapper:before {
    opacity: 0.5;
  }
  .cid-vaW7gTRJv0 .item-wrapper .social-row {
    opacity: 1;
  }
}
.cid-vaW7gTRJv0 .item-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.cid-vaW7gTRJv0 .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-vaW7gTRJv0 .item-content {
  z-index: 3;
  opacity: 1;
  transition: all 0.3s;
  position: relative;
  transform: translateY(50px);
}
.cid-vaW7gTRJv0 .item:focus,
.cid-vaW7gTRJv0 span:focus {
  outline: none;
}
.cid-vaW7gTRJv0 .mbr-section-title {
  color: #232323;
}
.cid-vaW7gTRJv0 .mbr-text,
.cid-vaW7gTRJv0 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vaW7gTRJv0 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-vaW7gTRJv0 .social-row {
  text-align: center;
  opacity: 0;
  transition: all 0.3s;
}
.cid-vaW7gTRJv0 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  padding: 0.5rem;
  background: #ffffff;
  transition: all 0.3s;
}
.cid-vaW7gTRJv0 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
.cid-vaW7gTRJv0 .item-img::before,
.cid-vaW7gTRJv0 .item-wrapper::before {
  display: none !important;
  content: none !important;
}
.cid-vaW7gTRJv0 .item-wrapper:hover .item-img::before,
.cid-vaW7gTRJv0 .item-wrapper:hover::before {
  opacity: 0 !important;
}
.cid-vb6mlLUFjO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #f7f7f7;
}
.cid-vb6mlLUFjO .card_title {
  color: #b15e00;
  line-height: 1.2727em;
  margin-bottom: 0;
}
.cid-vb6mlLUFjO .card_content {
  margin-top: 29px;
}
.cid-vb6mlLUFjO img,
.cid-vb6mlLUFjO .item-img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}
.cid-vb6mlLUFjO .item {
  margin-bottom: 85px;
}
.cid-vb6mlLUFjO .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-vb6mlLUFjO .mbr-text {
  color: #202020;
}
.cid-vb6mlLUFjO .icons_card {
  margin-top: 17px;
  height: 26px;
  text-align: center;
}
.cid-vb6mlLUFjO .iconfont-wrapper {
  color: #202020;
  font-size: 1.8rem;
  margin-right: 10px;
  width: 1.8rem;
  height: 1.8rem;
  transition: all 0.2s ease-in-out;
}
.cid-vb6mlLUFjO .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vb6mlLUFjO .iconfont-wrapper:hover {
  opacity: .85;
}
.cid-vb6wjoyoiQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vb6wjoyoiQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb6wjoyoiQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb6wjoyoiQ .items-wrapper {
  justify-content: center;
}
.cid-vb6wjoyoiQ .item {
  margin-bottom: 20px;
}
.cid-vb6wjoyoiQ .item .item-wrapper .item-img img {
  height: 50px;
  object-fit: cover;
}
.cid-vb6wjoyoiQ .btn-wrapper {
  margin-top: 20%;
}
.cid-vb7pky199P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vb7pky199P .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb7pky199P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vb7pky199P .container {
    padding: 0 25px;
  }
}
.cid-vb7pky199P .row {
  justify-content: center;
}
.cid-vb7pky199P .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vb7pky199P .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vb7pky199P .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vb7pky199P .image-wrapper img {
    height: 350px;
  }
}
.cid-vb7pky199P .form-wrapper {
  padding-left: 54px;
}
@media (max-width: 992px) {
  .cid-vb7pky199P .form-wrapper {
    padding: 0 12px;
  }
}
.cid-vb7pky199P .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-vb7pky199P .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-vb7pky199P .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-vb7pky199P .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vb7pky199P .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 12px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #e1e1e1 !important;
  border-radius: 0 !important;
}
.cid-vb7pky199P .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #e1e1e1;
}
.cid-vb7pky199P .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vb7pky199P .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #e1e1e1 !important;
}
.cid-vb7pky199P .form-wrapper .dragArea.row .form-group textarea {
  min-height: 124px;
}
.cid-vb7pky199P .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vb7pky199P .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
.cid-vb7pky199P .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vb7pky199P .mbr-section-title {
  color: #000000;
}
.cid-vb7pky199P .mbr-text {
  color: #000000;
}
.cid-vb7pky199P label {
  color: #000000;
}
.cid-vb1Yz0hHkI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #060606;
}
.cid-vb1Yz0hHkI img {
  width: 120px;
  margin: auto;
}
.cid-vb1Yz0hHkI .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vb1Yz0hHkI .card {
    max-width: 12.5%;
  }
}
.cid-vb1QoqN6l0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-vb1QoqN6l0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1QoqN6l0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-vb1QoqN6l0 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-vb1QoqN6l0 .items-wrapper .card {
  padding: 0 32px;
}
.cid-vb1QoqN6l0 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:hover,
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vb1QoqN6l0 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vb1QoqN6l0 .mbr-desc {
  color: #b15e00;
}
.cid-vb1QoqN6l0 .mbr-text,
.cid-vb1QoqN6l0 .text-wrapper {
  color: #9aa0a6;
}
.cid-vb1QoqN6l0 .list {
  color: #9aa0a6;
}
.cid-vb1QoqN6l0 .mbr-text,
.cid-vb1QoqN6l0 .mbr-section-btn {
  color: #ffffff;
}
.cid-vaIWBkAhkN .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-vaIWBkAhkN .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vaIWBkAhkN a {
  font-style: normal;
}
.cid-vaIWBkAhkN .show {
  overflow: visible;
}
.cid-vaIWBkAhkN .dropdown-menu {
  max-height: 400px;
}
.cid-vaIWBkAhkN .dropdown-item:active {
  background-color: transparent;
}
.cid-vaIWBkAhkN .nav-link {
  font-weight: 600 !important;
}
.cid-vaIWBkAhkN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vaIWBkAhkN .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-vaIWBkAhkN .nav-item:focus,
.cid-vaIWBkAhkN .nav-link:focus {
  outline: none;
}
.cid-vaIWBkAhkN .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vaIWBkAhkN .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vaIWBkAhkN .menu-logo {
  margin-right: auto;
}
.cid-vaIWBkAhkN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vaIWBkAhkN .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vaIWBkAhkN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-vaIWBkAhkN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vaIWBkAhkN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vaIWBkAhkN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vaIWBkAhkN .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vaIWBkAhkN .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-vaIWBkAhkN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vaIWBkAhkN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaIWBkAhkN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vaIWBkAhkN .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vaIWBkAhkN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-vaIWBkAhkN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaIWBkAhkN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vaIWBkAhkN .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaIWBkAhkN .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-vaIWBkAhkN .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-vaIWBkAhkN .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vaIWBkAhkN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vaIWBkAhkN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vaIWBkAhkN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vaIWBkAhkN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vaIWBkAhkN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vaIWBkAhkN button.navbar-toggler:focus {
  outline: none;
}
.cid-vaIWBkAhkN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-vaIWBkAhkN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaIWBkAhkN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaIWBkAhkN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaIWBkAhkN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaIWBkAhkN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaIWBkAhkN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaIWBkAhkN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaIWBkAhkN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaIWBkAhkN .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vaIWBkAhkN .collapsed .btn {
  display: -webkit-flex;
}
.cid-vaIWBkAhkN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vaIWBkAhkN .collapsed .navbar-collapse.collapsing,
.cid-vaIWBkAhkN .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-vaIWBkAhkN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vaIWBkAhkN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vaIWBkAhkN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vaIWBkAhkN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vaIWBkAhkN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vaIWBkAhkN .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vaIWBkAhkN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vaIWBkAhkN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vaIWBkAhkN .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-vaIWBkAhkN .collapsed button.navbar-toggler {
  display: block;
}
.cid-vaIWBkAhkN .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vaIWBkAhkN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vaIWBkAhkN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vaIWBkAhkN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vaIWBkAhkN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vaIWBkAhkN .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;
}
@media (max-width: 991px) {
  .cid-vaIWBkAhkN.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vaIWBkAhkN img {
    height: 3.8rem !important;
  }
  .cid-vaIWBkAhkN .btn {
    display: -webkit-flex;
  }
  .cid-vaIWBkAhkN button.navbar-toggler {
    display: block;
  }
  .cid-vaIWBkAhkN .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vaIWBkAhkN .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vaIWBkAhkN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vaIWBkAhkN .navbar-collapse.collapsing,
  .cid-vaIWBkAhkN .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-vaIWBkAhkN .navbar-collapse.collapsing .navbar-nav,
  .cid-vaIWBkAhkN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vaIWBkAhkN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vaIWBkAhkN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vaIWBkAhkN .navbar-collapse.collapsing .navbar-buttons,
  .cid-vaIWBkAhkN .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vaIWBkAhkN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vaIWBkAhkN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vaIWBkAhkN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vaIWBkAhkN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vaIWBkAhkN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vaIWBkAhkN .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;
  }
}
@media (max-width: 767px) {
  .cid-vaIWBkAhkN .nav-link {
    justify-content: start !important;
  }
  .cid-vaIWBkAhkN .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-vaIWBkAhkN .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-vaIWBkAhkN .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 767px) {
  .cid-vaIWBkAhkN .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vaIWBkAhkN .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vaIWBkAhkN .nav-link:hover,
.cid-vaIWBkAhkN .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-vaIWBkAhkN .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-vaIWBkAhkN .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-vaIWBkRoF3 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/azulik-661-1920x1284.jpg");
}
.cid-vaIWBkRoF3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaIWBkRoF3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaIWBkRoF3 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-vaIWBkRoF3 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-vaIWBkRoF3 .container {
    padding: 0 25px;
  }
}
.cid-vaIWBkRoF3 .title-wrapper {
  padding: 100px 0;
}
.cid-vaIWBkRoF3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vaIWBkRoF3 .mbr-section-title {
  color: #ffffff;
}
.cid-vaIWBkRoF3 .mbr-section-title,
.cid-vaIWBkRoF3 .mbr-section-btn {
  text-align: justify;
}
.cid-vb7pvJ5W5m {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-vb7pvJ5W5m .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb7pvJ5W5m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb7pvJ5W5m .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vb7pvJ5W5m .card {
    margin-bottom: 40px;
  }
}
.cid-vb7pvJ5W5m .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vb7pvJ5W5m .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vb7pvJ5W5m .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vb7pvJ5W5m .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vb7pvJ5W5m .mbr-label {
  color: #be0000;
}
.cid-vb7pvJ5W5m .mbr-section-title {
  color: #000000;
}
.cid-vb7pvJ5W5m .mbr-text {
  color: #000000;
}
.cid-vaIWBll7UD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vaIWBll7UD .container {
    padding: 0 25px;
  }
}
.cid-vaIWBll7UD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vaIWBll7UD .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-vaIWBll7UD .panel-group {
  border-bottom: 2px solid #e1e1e1;
}
.cid-vaIWBll7UD .panel-group .card {
  border-top: 2px solid #e1e1e1;
  border-radius: 0 !important;
  padding: 0;
}
.cid-vaIWBll7UD .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-vaIWBll7UD .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vaIWBll7UD .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-vaIWBll7UD .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-vaIWBll7UD .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vaIWBll7UD .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #f0f0f0;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-vaIWBll7UD .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-vaIWBll7UD .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vaIWBll7UD .mbr-section-title {
  color: #000000;
}
.cid-vaIWBll7UD .panel-title-edit {
  color: #b15e00;
}
.cid-vaIWBll7UD .panel-text {
  color: #000000;
}
.cid-vb0wJLpBFC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e1e1e1;
}
.cid-vb0wJLpBFC .mbr-link {
  opacity: 0;
  color: #ffffff;
  transition: all 0.3s;
  text-align: center;
}
.cid-vb0wJLpBFC .item {
  padding: 0;
  cursor: pointer;
  width: 33.333%;
}
@media (max-width: 991px) {
  .cid-vb0wJLpBFC .item {
    width: 50%;
  }
}
@media (max-width: 771px) {
  .cid-vb0wJLpBFC .item {
    width: 100%;
  }
}
.cid-vb0wJLpBFC .item-wrapper {
  opacity: 0.9;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  flex-flow: column nowrap;
  padding: 1rem;
}
.cid-vb0wJLpBFC .item-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: #171717;
  transition: all 0.3s;
  opacity: 0.1;
}
.cid-vb0wJLpBFC .item-wrapper:hover .item-content,
.cid-vb0wJLpBFC .item-wrapper:focus-within .item-content {
  opacity: 1;
  transform: translateY(0px);
}
.cid-vb0wJLpBFC .item-wrapper:hover .social-row,
.cid-vb0wJLpBFC .item-wrapper:focus-within .social-row {
  opacity: 1;
}
.cid-vb0wJLpBFC .item-wrapper:hover:hover img,
.cid-vb0wJLpBFC .item-wrapper:focus-within:hover img {
  transform: scale(1.1);
}
.cid-vb0wJLpBFC .item-wrapper:hover:before,
.cid-vb0wJLpBFC .item-wrapper:focus-within:before {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-vb0wJLpBFC .item-wrapper .item-content {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-vb0wJLpBFC .item-wrapper .item-img {
    transform: scale(1.1);
  }
  .cid-vb0wJLpBFC .item-wrapper:before {
    opacity: 0.5;
  }
  .cid-vb0wJLpBFC .item-wrapper .social-row {
    opacity: 1;
  }
}
.cid-vb0wJLpBFC .item-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.cid-vb0wJLpBFC .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-vb0wJLpBFC .item-content {
  z-index: 3;
  opacity: 1;
  transition: all 0.3s;
  position: relative;
  transform: translateY(50px);
}
.cid-vb0wJLpBFC .item:focus,
.cid-vb0wJLpBFC span:focus {
  outline: none;
}
.cid-vb0wJLpBFC .mbr-section-title {
  color: #232323;
}
.cid-vb0wJLpBFC .mbr-text,
.cid-vb0wJLpBFC .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vb0wJLpBFC .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-vb0wJLpBFC .social-row {
  text-align: center;
  opacity: 0;
  transition: all 0.3s;
}
.cid-vb0wJLpBFC .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  padding: 0.5rem;
  background: #ffffff;
  transition: all 0.3s;
}
.cid-vb0wJLpBFC .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
.cid-vb0wJLpBFC .item-img::before,
.cid-vb0wJLpBFC .item-wrapper::before {
  display: none !important;
  content: none !important;
}
.cid-vb0wJLpBFC .item-wrapper:hover .item-img::before,
.cid-vb0wJLpBFC .item-wrapper:hover::before {
  opacity: 0 !important;
}
.cid-vb0zppm8Vt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-vb0zppm8Vt .mbr-overlay {
  background: #fafafa;
  opacity: 0.2;
}
.cid-vb0zppm8Vt .mbr-link {
  opacity: 0;
  color: #ffffff;
  transition: all 0.3s;
  text-align: center;
}
.cid-vb0zppm8Vt .item {
  padding: 0;
  cursor: pointer;
  width: 33.333%;
}
@media (max-width: 991px) {
  .cid-vb0zppm8Vt .item {
    width: 50%;
  }
}
@media (max-width: 771px) {
  .cid-vb0zppm8Vt .item {
    width: 100%;
  }
}
.cid-vb0zppm8Vt .item-wrapper {
  opacity: 0.9;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  flex-flow: column nowrap;
  padding: 1rem;
}
.cid-vb0zppm8Vt .item-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: #171717;
  transition: all 0.3s;
  opacity: 0.1;
}
.cid-vb0zppm8Vt .item-wrapper:hover .item-content,
.cid-vb0zppm8Vt .item-wrapper:focus-within .item-content {
  opacity: 1;
  transform: translateY(0px);
}
.cid-vb0zppm8Vt .item-wrapper:hover .social-row,
.cid-vb0zppm8Vt .item-wrapper:focus-within .social-row {
  opacity: 1;
}
.cid-vb0zppm8Vt .item-wrapper:hover:hover img,
.cid-vb0zppm8Vt .item-wrapper:focus-within:hover img {
  transform: scale(1.1);
}
.cid-vb0zppm8Vt .item-wrapper:hover:before,
.cid-vb0zppm8Vt .item-wrapper:focus-within:before {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-vb0zppm8Vt .item-wrapper .item-content {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-vb0zppm8Vt .item-wrapper .item-img {
    transform: scale(1.1);
  }
  .cid-vb0zppm8Vt .item-wrapper:before {
    opacity: 0.5;
  }
  .cid-vb0zppm8Vt .item-wrapper .social-row {
    opacity: 1;
  }
}
.cid-vb0zppm8Vt .item-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.cid-vb0zppm8Vt .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-vb0zppm8Vt .item-content {
  z-index: 3;
  opacity: 1;
  transition: all 0.3s;
  position: relative;
  transform: translateY(50px);
}
.cid-vb0zppm8Vt .item:focus,
.cid-vb0zppm8Vt span:focus {
  outline: none;
}
.cid-vb0zppm8Vt .mbr-section-title {
  color: #232323;
}
.cid-vb0zppm8Vt .mbr-text,
.cid-vb0zppm8Vt .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vb0zppm8Vt .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-vb0zppm8Vt .social-row {
  text-align: center;
  opacity: 0;
  transition: all 0.3s;
}
.cid-vb0zppm8Vt .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  padding: 0.5rem;
  background: #ffffff;
  transition: all 0.3s;
}
.cid-vb0zppm8Vt .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
.cid-vb0zppm8Vt .item-img::before,
.cid-vb0zppm8Vt .item-wrapper::before {
  display: none !important;
  content: none !important;
}
.cid-vb0zppm8Vt .item-wrapper:hover .item-img::before,
.cid-vb0zppm8Vt .item-wrapper:hover::before {
  opacity: 0 !important;
}
.cid-vb6mrsJxKS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #f7f7f7;
}
.cid-vb6mrsJxKS .card_title {
  color: #b15e00;
  line-height: 1.2727em;
  margin-bottom: 0;
}
.cid-vb6mrsJxKS .card_content {
  margin-top: 29px;
}
.cid-vb6mrsJxKS img,
.cid-vb6mrsJxKS .item-img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}
.cid-vb6mrsJxKS .item {
  margin-bottom: 85px;
}
.cid-vb6mrsJxKS .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-vb6mrsJxKS .mbr-text {
  color: #202020;
}
.cid-vb6mrsJxKS .icons_card {
  margin-top: 17px;
  height: 26px;
  text-align: center;
}
.cid-vb6mrsJxKS .iconfont-wrapper {
  color: #202020;
  font-size: 1.8rem;
  margin-right: 10px;
  width: 1.8rem;
  height: 1.8rem;
  transition: all 0.2s ease-in-out;
}
.cid-vb6mrsJxKS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vb6mrsJxKS .iconfont-wrapper:hover {
  opacity: .85;
}
.cid-vb6wpFrbSV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vb6wpFrbSV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb6wpFrbSV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb6wpFrbSV .items-wrapper {
  justify-content: center;
}
.cid-vb6wpFrbSV .item {
  margin-bottom: 20px;
}
.cid-vb6wpFrbSV .item .item-wrapper .item-img img {
  height: 50px;
  object-fit: cover;
}
.cid-vb6wpFrbSV .btn-wrapper {
  margin-top: 20%;
}
.cid-vb7rqetU3r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vb7rqetU3r .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb7rqetU3r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vb7rqetU3r .container {
    padding: 0 25px;
  }
}
.cid-vb7rqetU3r .row {
  justify-content: center;
}
.cid-vb7rqetU3r .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vb7rqetU3r .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vb7rqetU3r .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vb7rqetU3r .image-wrapper img {
    height: 350px;
  }
}
.cid-vb7rqetU3r .form-wrapper {
  padding-left: 54px;
}
@media (max-width: 992px) {
  .cid-vb7rqetU3r .form-wrapper {
    padding: 0 12px;
  }
}
.cid-vb7rqetU3r .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-vb7rqetU3r .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-vb7rqetU3r .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-vb7rqetU3r .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vb7rqetU3r .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 12px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #e1e1e1 !important;
  border-radius: 0 !important;
}
.cid-vb7rqetU3r .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #e1e1e1;
}
.cid-vb7rqetU3r .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vb7rqetU3r .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #e1e1e1 !important;
}
.cid-vb7rqetU3r .form-wrapper .dragArea.row .form-group textarea {
  min-height: 124px;
}
.cid-vb7rqetU3r .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vb7rqetU3r .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
.cid-vb7rqetU3r .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vb7rqetU3r .mbr-section-title {
  color: #000000;
}
.cid-vb7rqetU3r .mbr-text {
  color: #000000;
}
.cid-vb7rqetU3r label {
  color: #000000;
}
.cid-vb1YDOzVKK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #060606;
}
.cid-vb1YDOzVKK img {
  width: 120px;
  margin: auto;
}
.cid-vb1YDOzVKK .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vb1YDOzVKK .card {
    max-width: 12.5%;
  }
}
.cid-vb1QoqN6l0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-vb1QoqN6l0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1QoqN6l0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-vb1QoqN6l0 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-vb1QoqN6l0 .items-wrapper .card {
  padding: 0 32px;
}
.cid-vb1QoqN6l0 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:hover,
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vb1QoqN6l0 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vb1QoqN6l0 .mbr-desc {
  color: #b15e00;
}
.cid-vb1QoqN6l0 .mbr-text,
.cid-vb1QoqN6l0 .text-wrapper {
  color: #9aa0a6;
}
.cid-vb1QoqN6l0 .list {
  color: #9aa0a6;
}
.cid-vb1QoqN6l0 .mbr-text,
.cid-vb1QoqN6l0 .mbr-section-btn {
  color: #ffffff;
}
.cid-vaIY9OYxjG .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-vaIY9OYxjG .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vaIY9OYxjG a {
  font-style: normal;
}
.cid-vaIY9OYxjG .show {
  overflow: visible;
}
.cid-vaIY9OYxjG .dropdown-menu {
  max-height: 400px;
}
.cid-vaIY9OYxjG .dropdown-item:active {
  background-color: transparent;
}
.cid-vaIY9OYxjG .nav-link {
  font-weight: 600 !important;
}
.cid-vaIY9OYxjG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vaIY9OYxjG .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-vaIY9OYxjG .nav-item:focus,
.cid-vaIY9OYxjG .nav-link:focus {
  outline: none;
}
.cid-vaIY9OYxjG .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vaIY9OYxjG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vaIY9OYxjG .menu-logo {
  margin-right: auto;
}
.cid-vaIY9OYxjG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vaIY9OYxjG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vaIY9OYxjG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-vaIY9OYxjG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vaIY9OYxjG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vaIY9OYxjG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vaIY9OYxjG .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vaIY9OYxjG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-vaIY9OYxjG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vaIY9OYxjG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaIY9OYxjG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vaIY9OYxjG .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vaIY9OYxjG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-vaIY9OYxjG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaIY9OYxjG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vaIY9OYxjG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaIY9OYxjG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-vaIY9OYxjG .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-vaIY9OYxjG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vaIY9OYxjG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vaIY9OYxjG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vaIY9OYxjG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vaIY9OYxjG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vaIY9OYxjG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vaIY9OYxjG button.navbar-toggler:focus {
  outline: none;
}
.cid-vaIY9OYxjG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-vaIY9OYxjG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaIY9OYxjG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaIY9OYxjG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaIY9OYxjG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaIY9OYxjG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaIY9OYxjG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaIY9OYxjG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaIY9OYxjG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaIY9OYxjG .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vaIY9OYxjG .collapsed .btn {
  display: -webkit-flex;
}
.cid-vaIY9OYxjG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vaIY9OYxjG .collapsed .navbar-collapse.collapsing,
.cid-vaIY9OYxjG .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-vaIY9OYxjG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vaIY9OYxjG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vaIY9OYxjG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vaIY9OYxjG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vaIY9OYxjG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vaIY9OYxjG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vaIY9OYxjG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vaIY9OYxjG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vaIY9OYxjG .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-vaIY9OYxjG .collapsed button.navbar-toggler {
  display: block;
}
.cid-vaIY9OYxjG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vaIY9OYxjG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vaIY9OYxjG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vaIY9OYxjG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vaIY9OYxjG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vaIY9OYxjG .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;
}
@media (max-width: 991px) {
  .cid-vaIY9OYxjG.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vaIY9OYxjG img {
    height: 3.8rem !important;
  }
  .cid-vaIY9OYxjG .btn {
    display: -webkit-flex;
  }
  .cid-vaIY9OYxjG button.navbar-toggler {
    display: block;
  }
  .cid-vaIY9OYxjG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vaIY9OYxjG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vaIY9OYxjG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vaIY9OYxjG .navbar-collapse.collapsing,
  .cid-vaIY9OYxjG .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-vaIY9OYxjG .navbar-collapse.collapsing .navbar-nav,
  .cid-vaIY9OYxjG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vaIY9OYxjG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vaIY9OYxjG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vaIY9OYxjG .navbar-collapse.collapsing .navbar-buttons,
  .cid-vaIY9OYxjG .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vaIY9OYxjG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vaIY9OYxjG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vaIY9OYxjG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vaIY9OYxjG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vaIY9OYxjG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vaIY9OYxjG .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;
  }
}
@media (max-width: 767px) {
  .cid-vaIY9OYxjG .nav-link {
    justify-content: start !important;
  }
  .cid-vaIY9OYxjG .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-vaIY9OYxjG .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-vaIY9OYxjG .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 767px) {
  .cid-vaIY9OYxjG .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vaIY9OYxjG .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vaIY9OYxjG .nav-link:hover,
.cid-vaIY9OYxjG .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-vaIY9OYxjG .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-vaIY9OYxjG .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-vaIY9PlBR3 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/azulik-700-1920x1284.jpg");
}
.cid-vaIY9PlBR3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaIY9PlBR3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaIY9PlBR3 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-vaIY9PlBR3 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-vaIY9PlBR3 .container {
    padding: 0 25px;
  }
}
.cid-vaIY9PlBR3 .title-wrapper {
  padding: 100px 0;
}
.cid-vaIY9PlBR3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vaIY9PlBR3 .mbr-section-title {
  color: #ffffff;
}
.cid-vaIY9PlBR3 .mbr-section-title,
.cid-vaIY9PlBR3 .mbr-section-btn {
  text-align: center;
}
.cid-vb7rFPiebk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-vb7rFPiebk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb7rFPiebk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb7rFPiebk .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vb7rFPiebk .card {
    margin-bottom: 40px;
  }
}
.cid-vb7rFPiebk .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vb7rFPiebk .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vb7rFPiebk .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vb7rFPiebk .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vb7rFPiebk .mbr-label {
  color: #be0000;
}
.cid-vb7rFPiebk .mbr-section-title {
  color: #000000;
}
.cid-vb7rFPiebk .mbr-text {
  color: #000000;
}
.cid-vaIY9PUwue {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vaIY9PUwue .container {
    padding: 0 25px;
  }
}
.cid-vaIY9PUwue .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vaIY9PUwue .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-vaIY9PUwue .panel-group {
  border-bottom: 2px solid #e1e1e1;
}
.cid-vaIY9PUwue .panel-group .card {
  border-top: 2px solid #e1e1e1;
  border-radius: 0 !important;
  padding: 0;
}
.cid-vaIY9PUwue .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-vaIY9PUwue .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vaIY9PUwue .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-vaIY9PUwue .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-vaIY9PUwue .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vaIY9PUwue .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #f0f0f0;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-vaIY9PUwue .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-vaIY9PUwue .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vaIY9PUwue .mbr-section-title {
  color: #000000;
}
.cid-vaIY9PUwue .panel-title-edit {
  color: #b15e00;
}
.cid-vaIY9PUwue .panel-text {
  color: #000000;
}
.cid-vb0zZDOOtb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e1e1e1;
}
.cid-vb0zZDOOtb .mbr-link {
  opacity: 0;
  color: #ffffff;
  transition: all 0.3s;
  text-align: center;
}
.cid-vb0zZDOOtb .item {
  padding: 0;
  cursor: pointer;
  width: 33.333%;
}
@media (max-width: 991px) {
  .cid-vb0zZDOOtb .item {
    width: 50%;
  }
}
@media (max-width: 771px) {
  .cid-vb0zZDOOtb .item {
    width: 100%;
  }
}
.cid-vb0zZDOOtb .item-wrapper {
  opacity: 0.9;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  flex-flow: column nowrap;
  padding: 1rem;
}
.cid-vb0zZDOOtb .item-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: #171717;
  transition: all 0.3s;
  opacity: 0.1;
}
.cid-vb0zZDOOtb .item-wrapper:hover .item-content,
.cid-vb0zZDOOtb .item-wrapper:focus-within .item-content {
  opacity: 1;
  transform: translateY(0px);
}
.cid-vb0zZDOOtb .item-wrapper:hover .social-row,
.cid-vb0zZDOOtb .item-wrapper:focus-within .social-row {
  opacity: 1;
}
.cid-vb0zZDOOtb .item-wrapper:hover:hover img,
.cid-vb0zZDOOtb .item-wrapper:focus-within:hover img {
  transform: scale(1.1);
}
.cid-vb0zZDOOtb .item-wrapper:hover:before,
.cid-vb0zZDOOtb .item-wrapper:focus-within:before {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-vb0zZDOOtb .item-wrapper .item-content {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-vb0zZDOOtb .item-wrapper .item-img {
    transform: scale(1.1);
  }
  .cid-vb0zZDOOtb .item-wrapper:before {
    opacity: 0.5;
  }
  .cid-vb0zZDOOtb .item-wrapper .social-row {
    opacity: 1;
  }
}
.cid-vb0zZDOOtb .item-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.cid-vb0zZDOOtb .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-vb0zZDOOtb .item-content {
  z-index: 3;
  opacity: 1;
  transition: all 0.3s;
  position: relative;
  transform: translateY(50px);
}
.cid-vb0zZDOOtb .item:focus,
.cid-vb0zZDOOtb span:focus {
  outline: none;
}
.cid-vb0zZDOOtb .mbr-section-title {
  color: #232323;
}
.cid-vb0zZDOOtb .mbr-text,
.cid-vb0zZDOOtb .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vb0zZDOOtb .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-vb0zZDOOtb .social-row {
  text-align: center;
  opacity: 0;
  transition: all 0.3s;
}
.cid-vb0zZDOOtb .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  padding: 0.5rem;
  background: #ffffff;
  transition: all 0.3s;
}
.cid-vb0zZDOOtb .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
.cid-vb0zZDOOtb .item-img::before,
.cid-vb0zZDOOtb .item-wrapper::before {
  display: none !important;
  content: none !important;
}
.cid-vb0zZDOOtb .item-wrapper:hover .item-img::before,
.cid-vb0zZDOOtb .item-wrapper:hover::before {
  opacity: 0 !important;
}
.cid-vb0zYOsZHq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-vb0zYOsZHq .mbr-overlay {
  background: #fafafa;
  opacity: 0.2;
}
.cid-vb0zYOsZHq .mbr-link {
  opacity: 0;
  color: #ffffff;
  transition: all 0.3s;
  text-align: center;
}
.cid-vb0zYOsZHq .item {
  padding: 0;
  cursor: pointer;
  width: 33.333%;
}
@media (max-width: 991px) {
  .cid-vb0zYOsZHq .item {
    width: 50%;
  }
}
@media (max-width: 771px) {
  .cid-vb0zYOsZHq .item {
    width: 100%;
  }
}
.cid-vb0zYOsZHq .item-wrapper {
  opacity: 0.9;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  flex-flow: column nowrap;
  padding: 1rem;
}
.cid-vb0zYOsZHq .item-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: #171717;
  transition: all 0.3s;
  opacity: 0.1;
}
.cid-vb0zYOsZHq .item-wrapper:hover .item-content,
.cid-vb0zYOsZHq .item-wrapper:focus-within .item-content {
  opacity: 1;
  transform: translateY(0px);
}
.cid-vb0zYOsZHq .item-wrapper:hover .social-row,
.cid-vb0zYOsZHq .item-wrapper:focus-within .social-row {
  opacity: 1;
}
.cid-vb0zYOsZHq .item-wrapper:hover:hover img,
.cid-vb0zYOsZHq .item-wrapper:focus-within:hover img {
  transform: scale(1.1);
}
.cid-vb0zYOsZHq .item-wrapper:hover:before,
.cid-vb0zYOsZHq .item-wrapper:focus-within:before {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-vb0zYOsZHq .item-wrapper .item-content {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-vb0zYOsZHq .item-wrapper .item-img {
    transform: scale(1.1);
  }
  .cid-vb0zYOsZHq .item-wrapper:before {
    opacity: 0.5;
  }
  .cid-vb0zYOsZHq .item-wrapper .social-row {
    opacity: 1;
  }
}
.cid-vb0zYOsZHq .item-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.cid-vb0zYOsZHq .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-vb0zYOsZHq .item-content {
  z-index: 3;
  opacity: 1;
  transition: all 0.3s;
  position: relative;
  transform: translateY(50px);
}
.cid-vb0zYOsZHq .item:focus,
.cid-vb0zYOsZHq span:focus {
  outline: none;
}
.cid-vb0zYOsZHq .mbr-section-title {
  color: #232323;
}
.cid-vb0zYOsZHq .mbr-text,
.cid-vb0zYOsZHq .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vb0zYOsZHq .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-vb0zYOsZHq .social-row {
  text-align: center;
  opacity: 0;
  transition: all 0.3s;
}
.cid-vb0zYOsZHq .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  padding: 0.5rem;
  background: #ffffff;
  transition: all 0.3s;
}
.cid-vb0zYOsZHq .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
.cid-vb0zYOsZHq .item-img::before,
.cid-vb0zYOsZHq .item-wrapper::before {
  display: none !important;
  content: none !important;
}
.cid-vb0zYOsZHq .item-wrapper:hover .item-img::before,
.cid-vb0zYOsZHq .item-wrapper:hover::before {
  opacity: 0 !important;
}
.cid-vb6my5y5XW {
  padding-top: 5rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #f7f7f7;
}
.cid-vb6my5y5XW .card_title {
  color: #b15e00;
  line-height: 1.2727em;
  margin-bottom: 0;
}
.cid-vb6my5y5XW .card_content {
  margin-top: 29px;
}
.cid-vb6my5y5XW img,
.cid-vb6my5y5XW .item-img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}
.cid-vb6my5y5XW .item {
  margin-bottom: 85px;
}
.cid-vb6my5y5XW .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-vb6my5y5XW .mbr-text {
  color: #202020;
}
.cid-vb6my5y5XW .icons_card {
  margin-top: 17px;
  height: 26px;
  text-align: center;
}
.cid-vb6my5y5XW .iconfont-wrapper {
  color: #202020;
  font-size: 1.8rem;
  margin-right: 10px;
  width: 1.8rem;
  height: 1.8rem;
  transition: all 0.2s ease-in-out;
}
.cid-vb6my5y5XW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vb6my5y5XW .iconfont-wrapper:hover {
  opacity: .85;
}
.cid-vb6wvpEJMr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vb6wvpEJMr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb6wvpEJMr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb6wvpEJMr .items-wrapper {
  justify-content: center;
}
.cid-vb6wvpEJMr .item {
  margin-bottom: 20px;
}
.cid-vb6wvpEJMr .item .item-wrapper .item-img img {
  height: 50px;
  object-fit: cover;
}
.cid-vb6wvpEJMr .btn-wrapper {
  margin-top: 20%;
}
.cid-vb7rBSVAAJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vb7rBSVAAJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb7rBSVAAJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vb7rBSVAAJ .container {
    padding: 0 25px;
  }
}
.cid-vb7rBSVAAJ .row {
  justify-content: center;
}
.cid-vb7rBSVAAJ .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vb7rBSVAAJ .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vb7rBSVAAJ .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vb7rBSVAAJ .image-wrapper img {
    height: 350px;
  }
}
.cid-vb7rBSVAAJ .form-wrapper {
  padding-left: 54px;
}
@media (max-width: 992px) {
  .cid-vb7rBSVAAJ .form-wrapper {
    padding: 0 12px;
  }
}
.cid-vb7rBSVAAJ .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-vb7rBSVAAJ .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-vb7rBSVAAJ .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-vb7rBSVAAJ .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vb7rBSVAAJ .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 12px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #e1e1e1 !important;
  border-radius: 0 !important;
}
.cid-vb7rBSVAAJ .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #e1e1e1;
}
.cid-vb7rBSVAAJ .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vb7rBSVAAJ .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #e1e1e1 !important;
}
.cid-vb7rBSVAAJ .form-wrapper .dragArea.row .form-group textarea {
  min-height: 124px;
}
.cid-vb7rBSVAAJ .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vb7rBSVAAJ .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
.cid-vb7rBSVAAJ .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vb7rBSVAAJ .mbr-section-title {
  color: #000000;
}
.cid-vb7rBSVAAJ .mbr-text {
  color: #000000;
}
.cid-vb7rBSVAAJ label {
  color: #000000;
}
.cid-vb1YNyF5CS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #060606;
}
.cid-vb1YNyF5CS img {
  width: 120px;
  margin: auto;
}
.cid-vb1YNyF5CS .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vb1YNyF5CS .card {
    max-width: 12.5%;
  }
}
.cid-vb1QoqN6l0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-vb1QoqN6l0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1QoqN6l0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-vb1QoqN6l0 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-vb1QoqN6l0 .items-wrapper .card {
  padding: 0 32px;
}
.cid-vb1QoqN6l0 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:hover,
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vb1QoqN6l0 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vb1QoqN6l0 .mbr-desc {
  color: #b15e00;
}
.cid-vb1QoqN6l0 .mbr-text,
.cid-vb1QoqN6l0 .text-wrapper {
  color: #9aa0a6;
}
.cid-vb1QoqN6l0 .list {
  color: #9aa0a6;
}
.cid-vb1QoqN6l0 .mbr-text,
.cid-vb1QoqN6l0 .mbr-section-btn {
  color: #ffffff;
}
.cid-vaIYdtTFCK .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-vaIYdtTFCK .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vaIYdtTFCK a {
  font-style: normal;
}
.cid-vaIYdtTFCK .show {
  overflow: visible;
}
.cid-vaIYdtTFCK .dropdown-menu {
  max-height: 400px;
}
.cid-vaIYdtTFCK .dropdown-item:active {
  background-color: transparent;
}
.cid-vaIYdtTFCK .nav-link {
  font-weight: 600 !important;
}
.cid-vaIYdtTFCK .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vaIYdtTFCK .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-vaIYdtTFCK .nav-item:focus,
.cid-vaIYdtTFCK .nav-link:focus {
  outline: none;
}
.cid-vaIYdtTFCK .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vaIYdtTFCK .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vaIYdtTFCK .menu-logo {
  margin-right: auto;
}
.cid-vaIYdtTFCK .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vaIYdtTFCK .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vaIYdtTFCK .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-vaIYdtTFCK .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vaIYdtTFCK .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vaIYdtTFCK .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vaIYdtTFCK .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vaIYdtTFCK .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-vaIYdtTFCK .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vaIYdtTFCK .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaIYdtTFCK .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vaIYdtTFCK .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vaIYdtTFCK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-vaIYdtTFCK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaIYdtTFCK .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vaIYdtTFCK .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaIYdtTFCK .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-vaIYdtTFCK .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-vaIYdtTFCK .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vaIYdtTFCK .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vaIYdtTFCK .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vaIYdtTFCK .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vaIYdtTFCK .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vaIYdtTFCK button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vaIYdtTFCK button.navbar-toggler:focus {
  outline: none;
}
.cid-vaIYdtTFCK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-vaIYdtTFCK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaIYdtTFCK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaIYdtTFCK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaIYdtTFCK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaIYdtTFCK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaIYdtTFCK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaIYdtTFCK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaIYdtTFCK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaIYdtTFCK .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vaIYdtTFCK .collapsed .btn {
  display: -webkit-flex;
}
.cid-vaIYdtTFCK .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vaIYdtTFCK .collapsed .navbar-collapse.collapsing,
.cid-vaIYdtTFCK .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-vaIYdtTFCK .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vaIYdtTFCK .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vaIYdtTFCK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vaIYdtTFCK .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vaIYdtTFCK .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vaIYdtTFCK .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vaIYdtTFCK .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vaIYdtTFCK .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vaIYdtTFCK .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-vaIYdtTFCK .collapsed button.navbar-toggler {
  display: block;
}
.cid-vaIYdtTFCK .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vaIYdtTFCK .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vaIYdtTFCK .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vaIYdtTFCK .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vaIYdtTFCK .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vaIYdtTFCK .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;
}
@media (max-width: 991px) {
  .cid-vaIYdtTFCK.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vaIYdtTFCK img {
    height: 3.8rem !important;
  }
  .cid-vaIYdtTFCK .btn {
    display: -webkit-flex;
  }
  .cid-vaIYdtTFCK button.navbar-toggler {
    display: block;
  }
  .cid-vaIYdtTFCK .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vaIYdtTFCK .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vaIYdtTFCK .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vaIYdtTFCK .navbar-collapse.collapsing,
  .cid-vaIYdtTFCK .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-vaIYdtTFCK .navbar-collapse.collapsing .navbar-nav,
  .cid-vaIYdtTFCK .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vaIYdtTFCK .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vaIYdtTFCK .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vaIYdtTFCK .navbar-collapse.collapsing .navbar-buttons,
  .cid-vaIYdtTFCK .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vaIYdtTFCK .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vaIYdtTFCK .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vaIYdtTFCK .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vaIYdtTFCK .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vaIYdtTFCK .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vaIYdtTFCK .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;
  }
}
@media (max-width: 767px) {
  .cid-vaIYdtTFCK .nav-link {
    justify-content: start !important;
  }
  .cid-vaIYdtTFCK .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-vaIYdtTFCK .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-vaIYdtTFCK .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 767px) {
  .cid-vaIYdtTFCK .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vaIYdtTFCK .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vaIYdtTFCK .nav-link:hover,
.cid-vaIYdtTFCK .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-vaIYdtTFCK .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-vaIYdtTFCK .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-vaIYdueigc {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/azulik-760-1920x1284.jpg");
}
.cid-vaIYdueigc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaIYdueigc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaIYdueigc .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-vaIYdueigc .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-vaIYdueigc .container {
    padding: 0 25px;
  }
}
.cid-vaIYdueigc .title-wrapper {
  padding: 100px 0;
}
.cid-vaIYdueigc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vaIYdueigc .mbr-section-title {
  color: #ffffff;
}
.cid-vaIYdueigc .mbr-section-title,
.cid-vaIYdueigc .mbr-section-btn {
  text-align: center;
}
.cid-vb7sKAUXxS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-vb7sKAUXxS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb7sKAUXxS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb7sKAUXxS .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vb7sKAUXxS .card {
    margin-bottom: 40px;
  }
}
.cid-vb7sKAUXxS .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vb7sKAUXxS .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vb7sKAUXxS .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vb7sKAUXxS .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vb7sKAUXxS .mbr-label {
  color: #be0000;
}
.cid-vb7sKAUXxS .mbr-section-title {
  color: #000000;
}
.cid-vb7sKAUXxS .mbr-text {
  color: #000000;
}
.cid-vaIYduEgYd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vaIYduEgYd .container {
    padding: 0 25px;
  }
}
.cid-vaIYduEgYd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vaIYduEgYd .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-vaIYduEgYd .panel-group {
  border-bottom: 2px solid #e1e1e1;
}
.cid-vaIYduEgYd .panel-group .card {
  border-top: 2px solid #e1e1e1;
  border-radius: 0 !important;
  padding: 0;
}
.cid-vaIYduEgYd .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-vaIYduEgYd .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vaIYduEgYd .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-vaIYduEgYd .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-vaIYduEgYd .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vaIYduEgYd .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #f0f0f0;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-vaIYduEgYd .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-vaIYduEgYd .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vaIYduEgYd .mbr-section-title {
  color: #000000;
}
.cid-vaIYduEgYd .panel-title-edit {
  color: #b15e00;
}
.cid-vaIYduEgYd .panel-text {
  color: #000000;
}
.cid-vb0B39Y1BA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e1e1e1;
}
.cid-vb0B39Y1BA .mbr-link {
  opacity: 0;
  color: #ffffff;
  transition: all 0.3s;
  text-align: center;
}
.cid-vb0B39Y1BA .item {
  padding: 0;
  cursor: pointer;
  width: 33.333%;
}
@media (max-width: 991px) {
  .cid-vb0B39Y1BA .item {
    width: 50%;
  }
}
@media (max-width: 771px) {
  .cid-vb0B39Y1BA .item {
    width: 100%;
  }
}
.cid-vb0B39Y1BA .item-wrapper {
  opacity: 0.9;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  flex-flow: column nowrap;
  padding: 1rem;
}
.cid-vb0B39Y1BA .item-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: #171717;
  transition: all 0.3s;
  opacity: 0.1;
}
.cid-vb0B39Y1BA .item-wrapper:hover .item-content,
.cid-vb0B39Y1BA .item-wrapper:focus-within .item-content {
  opacity: 1;
  transform: translateY(0px);
}
.cid-vb0B39Y1BA .item-wrapper:hover .social-row,
.cid-vb0B39Y1BA .item-wrapper:focus-within .social-row {
  opacity: 1;
}
.cid-vb0B39Y1BA .item-wrapper:hover:hover img,
.cid-vb0B39Y1BA .item-wrapper:focus-within:hover img {
  transform: scale(1.1);
}
.cid-vb0B39Y1BA .item-wrapper:hover:before,
.cid-vb0B39Y1BA .item-wrapper:focus-within:before {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-vb0B39Y1BA .item-wrapper .item-content {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-vb0B39Y1BA .item-wrapper .item-img {
    transform: scale(1.1);
  }
  .cid-vb0B39Y1BA .item-wrapper:before {
    opacity: 0.5;
  }
  .cid-vb0B39Y1BA .item-wrapper .social-row {
    opacity: 1;
  }
}
.cid-vb0B39Y1BA .item-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.cid-vb0B39Y1BA .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-vb0B39Y1BA .item-content {
  z-index: 3;
  opacity: 1;
  transition: all 0.3s;
  position: relative;
  transform: translateY(50px);
}
.cid-vb0B39Y1BA .item:focus,
.cid-vb0B39Y1BA span:focus {
  outline: none;
}
.cid-vb0B39Y1BA .mbr-section-title {
  color: #232323;
}
.cid-vb0B39Y1BA .mbr-text,
.cid-vb0B39Y1BA .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vb0B39Y1BA .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-vb0B39Y1BA .social-row {
  text-align: center;
  opacity: 0;
  transition: all 0.3s;
}
.cid-vb0B39Y1BA .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  padding: 0.5rem;
  background: #ffffff;
  transition: all 0.3s;
}
.cid-vb0B39Y1BA .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
.cid-vb0B39Y1BA .item-img::before,
.cid-vb0B39Y1BA .item-wrapper::before {
  display: none !important;
  content: none !important;
}
.cid-vb0B39Y1BA .item-wrapper:hover .item-img::before,
.cid-vb0B39Y1BA .item-wrapper:hover::before {
  opacity: 0 !important;
}
.cid-vb0B2bQ5ZA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-vb0B2bQ5ZA .mbr-overlay {
  background: #fafafa;
  opacity: 0.2;
}
.cid-vb0B2bQ5ZA .mbr-link {
  opacity: 0;
  color: #ffffff;
  transition: all 0.3s;
  text-align: center;
}
.cid-vb0B2bQ5ZA .item {
  padding: 0;
  cursor: pointer;
  width: 33.333%;
}
@media (max-width: 991px) {
  .cid-vb0B2bQ5ZA .item {
    width: 50%;
  }
}
@media (max-width: 771px) {
  .cid-vb0B2bQ5ZA .item {
    width: 100%;
  }
}
.cid-vb0B2bQ5ZA .item-wrapper {
  opacity: 0.9;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  flex-flow: column nowrap;
  padding: 1rem;
}
.cid-vb0B2bQ5ZA .item-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: #171717;
  transition: all 0.3s;
  opacity: 0.1;
}
.cid-vb0B2bQ5ZA .item-wrapper:hover .item-content,
.cid-vb0B2bQ5ZA .item-wrapper:focus-within .item-content {
  opacity: 1;
  transform: translateY(0px);
}
.cid-vb0B2bQ5ZA .item-wrapper:hover .social-row,
.cid-vb0B2bQ5ZA .item-wrapper:focus-within .social-row {
  opacity: 1;
}
.cid-vb0B2bQ5ZA .item-wrapper:hover:hover img,
.cid-vb0B2bQ5ZA .item-wrapper:focus-within:hover img {
  transform: scale(1.1);
}
.cid-vb0B2bQ5ZA .item-wrapper:hover:before,
.cid-vb0B2bQ5ZA .item-wrapper:focus-within:before {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-vb0B2bQ5ZA .item-wrapper .item-content {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-vb0B2bQ5ZA .item-wrapper .item-img {
    transform: scale(1.1);
  }
  .cid-vb0B2bQ5ZA .item-wrapper:before {
    opacity: 0.5;
  }
  .cid-vb0B2bQ5ZA .item-wrapper .social-row {
    opacity: 1;
  }
}
.cid-vb0B2bQ5ZA .item-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.cid-vb0B2bQ5ZA .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-vb0B2bQ5ZA .item-content {
  z-index: 3;
  opacity: 1;
  transition: all 0.3s;
  position: relative;
  transform: translateY(50px);
}
.cid-vb0B2bQ5ZA .item:focus,
.cid-vb0B2bQ5ZA span:focus {
  outline: none;
}
.cid-vb0B2bQ5ZA .mbr-section-title {
  color: #232323;
}
.cid-vb0B2bQ5ZA .mbr-text,
.cid-vb0B2bQ5ZA .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vb0B2bQ5ZA .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-vb0B2bQ5ZA .social-row {
  text-align: center;
  opacity: 0;
  transition: all 0.3s;
}
.cid-vb0B2bQ5ZA .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  padding: 0.5rem;
  background: #ffffff;
  transition: all 0.3s;
}
.cid-vb0B2bQ5ZA .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
.cid-vb0B2bQ5ZA .item-img::before,
.cid-vb0B2bQ5ZA .item-wrapper::before {
  display: none !important;
  content: none !important;
}
.cid-vb0B2bQ5ZA .item-wrapper:hover .item-img::before,
.cid-vb0B2bQ5ZA .item-wrapper:hover::before {
  opacity: 0 !important;
}
.cid-vb6mJZI309 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #f7f7f7;
}
.cid-vb6mJZI309 .card_title {
  color: #b15e00;
  line-height: 1.2727em;
  margin-bottom: 0;
}
.cid-vb6mJZI309 .card_content {
  margin-top: 29px;
}
.cid-vb6mJZI309 img,
.cid-vb6mJZI309 .item-img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}
.cid-vb6mJZI309 .item {
  margin-bottom: 85px;
}
.cid-vb6mJZI309 .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-vb6mJZI309 .mbr-text {
  color: #202020;
}
.cid-vb6mJZI309 .icons_card {
  margin-top: 17px;
  height: 26px;
  text-align: center;
}
.cid-vb6mJZI309 .iconfont-wrapper {
  color: #202020;
  font-size: 1.8rem;
  margin-right: 10px;
  width: 1.8rem;
  height: 1.8rem;
  transition: all 0.2s ease-in-out;
}
.cid-vb6mJZI309 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vb6mJZI309 .iconfont-wrapper:hover {
  opacity: .85;
}
.cid-vb6wAJvTDV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vb6wAJvTDV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb6wAJvTDV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb6wAJvTDV .items-wrapper {
  justify-content: center;
}
.cid-vb6wAJvTDV .item {
  margin-bottom: 20px;
}
.cid-vb6wAJvTDV .item .item-wrapper .item-img img {
  height: 50px;
  object-fit: cover;
}
.cid-vb6wAJvTDV .btn-wrapper {
  margin-top: 20%;
}
.cid-vb7sHBJ7cS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vb7sHBJ7cS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb7sHBJ7cS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vb7sHBJ7cS .container {
    padding: 0 25px;
  }
}
.cid-vb7sHBJ7cS .row {
  justify-content: center;
}
.cid-vb7sHBJ7cS .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vb7sHBJ7cS .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vb7sHBJ7cS .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vb7sHBJ7cS .image-wrapper img {
    height: 350px;
  }
}
.cid-vb7sHBJ7cS .form-wrapper {
  padding-left: 54px;
}
@media (max-width: 992px) {
  .cid-vb7sHBJ7cS .form-wrapper {
    padding: 0 12px;
  }
}
.cid-vb7sHBJ7cS .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-vb7sHBJ7cS .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-vb7sHBJ7cS .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-vb7sHBJ7cS .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vb7sHBJ7cS .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 12px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #e1e1e1 !important;
  border-radius: 0 !important;
}
.cid-vb7sHBJ7cS .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #e1e1e1;
}
.cid-vb7sHBJ7cS .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vb7sHBJ7cS .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #e1e1e1 !important;
}
.cid-vb7sHBJ7cS .form-wrapper .dragArea.row .form-group textarea {
  min-height: 124px;
}
.cid-vb7sHBJ7cS .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vb7sHBJ7cS .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
.cid-vb7sHBJ7cS .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vb7sHBJ7cS .mbr-section-title {
  color: #000000;
}
.cid-vb7sHBJ7cS .mbr-text {
  color: #000000;
}
.cid-vb7sHBJ7cS label {
  color: #000000;
}
.cid-vb1YZjN2UP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #060606;
}
.cid-vb1YZjN2UP img {
  width: 120px;
  margin: auto;
}
.cid-vb1YZjN2UP .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vb1YZjN2UP .card {
    max-width: 12.5%;
  }
}
.cid-vb1QoqN6l0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-vb1QoqN6l0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1QoqN6l0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-vb1QoqN6l0 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-vb1QoqN6l0 .items-wrapper .card {
  padding: 0 32px;
}
.cid-vb1QoqN6l0 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:hover,
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vb1QoqN6l0 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vb1QoqN6l0 .mbr-desc {
  color: #b15e00;
}
.cid-vb1QoqN6l0 .mbr-text,
.cid-vb1QoqN6l0 .text-wrapper {
  color: #9aa0a6;
}
.cid-vb1QoqN6l0 .list {
  color: #9aa0a6;
}
.cid-vb1QoqN6l0 .mbr-text,
.cid-vb1QoqN6l0 .mbr-section-btn {
  color: #ffffff;
}
.cid-vaIYksESKQ .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-vaIYksESKQ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vaIYksESKQ a {
  font-style: normal;
}
.cid-vaIYksESKQ .show {
  overflow: visible;
}
.cid-vaIYksESKQ .dropdown-menu {
  max-height: 400px;
}
.cid-vaIYksESKQ .dropdown-item:active {
  background-color: transparent;
}
.cid-vaIYksESKQ .nav-link {
  font-weight: 600 !important;
}
.cid-vaIYksESKQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vaIYksESKQ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-vaIYksESKQ .nav-item:focus,
.cid-vaIYksESKQ .nav-link:focus {
  outline: none;
}
.cid-vaIYksESKQ .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vaIYksESKQ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vaIYksESKQ .menu-logo {
  margin-right: auto;
}
.cid-vaIYksESKQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vaIYksESKQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vaIYksESKQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-vaIYksESKQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vaIYksESKQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vaIYksESKQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vaIYksESKQ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vaIYksESKQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-vaIYksESKQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vaIYksESKQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaIYksESKQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vaIYksESKQ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vaIYksESKQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-vaIYksESKQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaIYksESKQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vaIYksESKQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaIYksESKQ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-vaIYksESKQ .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-vaIYksESKQ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vaIYksESKQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vaIYksESKQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vaIYksESKQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vaIYksESKQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vaIYksESKQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vaIYksESKQ button.navbar-toggler:focus {
  outline: none;
}
.cid-vaIYksESKQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-vaIYksESKQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaIYksESKQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaIYksESKQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaIYksESKQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaIYksESKQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaIYksESKQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaIYksESKQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaIYksESKQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaIYksESKQ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vaIYksESKQ .collapsed .btn {
  display: -webkit-flex;
}
.cid-vaIYksESKQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vaIYksESKQ .collapsed .navbar-collapse.collapsing,
.cid-vaIYksESKQ .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-vaIYksESKQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vaIYksESKQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vaIYksESKQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vaIYksESKQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vaIYksESKQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vaIYksESKQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vaIYksESKQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vaIYksESKQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vaIYksESKQ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-vaIYksESKQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-vaIYksESKQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vaIYksESKQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vaIYksESKQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vaIYksESKQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vaIYksESKQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vaIYksESKQ .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;
}
@media (max-width: 991px) {
  .cid-vaIYksESKQ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vaIYksESKQ img {
    height: 3.8rem !important;
  }
  .cid-vaIYksESKQ .btn {
    display: -webkit-flex;
  }
  .cid-vaIYksESKQ button.navbar-toggler {
    display: block;
  }
  .cid-vaIYksESKQ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vaIYksESKQ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vaIYksESKQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vaIYksESKQ .navbar-collapse.collapsing,
  .cid-vaIYksESKQ .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-vaIYksESKQ .navbar-collapse.collapsing .navbar-nav,
  .cid-vaIYksESKQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vaIYksESKQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vaIYksESKQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vaIYksESKQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-vaIYksESKQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vaIYksESKQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vaIYksESKQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vaIYksESKQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vaIYksESKQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vaIYksESKQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vaIYksESKQ .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;
  }
}
@media (max-width: 767px) {
  .cid-vaIYksESKQ .nav-link {
    justify-content: start !important;
  }
  .cid-vaIYksESKQ .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-vaIYksESKQ .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-vaIYksESKQ .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 767px) {
  .cid-vaIYksESKQ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vaIYksESKQ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vaIYksESKQ .nav-link:hover,
.cid-vaIYksESKQ .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-vaIYksESKQ .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-vaIYksESKQ .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-vaIYksUjmA {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/azulik-800-1920x1284.jpg");
}
.cid-vaIYksUjmA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaIYksUjmA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaIYksUjmA .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-vaIYksUjmA .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-vaIYksUjmA .container {
    padding: 0 25px;
  }
}
.cid-vaIYksUjmA .title-wrapper {
  padding: 100px 0;
}
.cid-vaIYksUjmA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vaIYksUjmA .mbr-section-title {
  color: #ffffff;
}
.cid-vaIYksUjmA .mbr-section-title,
.cid-vaIYksUjmA .mbr-section-btn {
  text-align: center;
}
.cid-vb7tKJzzyp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-vb7tKJzzyp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb7tKJzzyp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb7tKJzzyp .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vb7tKJzzyp .card {
    margin-bottom: 40px;
  }
}
.cid-vb7tKJzzyp .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vb7tKJzzyp .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vb7tKJzzyp .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vb7tKJzzyp .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vb7tKJzzyp .mbr-label {
  color: #be0000;
}
.cid-vb7tKJzzyp .mbr-section-title {
  color: #000000;
}
.cid-vb7tKJzzyp .mbr-text {
  color: #000000;
}
.cid-vaIYktprnH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vaIYktprnH .container {
    padding: 0 25px;
  }
}
.cid-vaIYktprnH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vaIYktprnH .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-vaIYktprnH .panel-group {
  border-bottom: 2px solid #e1e1e1;
}
.cid-vaIYktprnH .panel-group .card {
  border-top: 2px solid #e1e1e1;
  border-radius: 0 !important;
  padding: 0;
}
.cid-vaIYktprnH .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-vaIYktprnH .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vaIYktprnH .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-vaIYktprnH .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-vaIYktprnH .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vaIYktprnH .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #f0f0f0;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-vaIYktprnH .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-vaIYktprnH .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vaIYktprnH .mbr-section-title {
  color: #000000;
}
.cid-vaIYktprnH .panel-title-edit {
  color: #b15e00;
}
.cid-vaIYktprnH .panel-text {
  color: #000000;
}
.cid-vb0HCmKG6S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e1e1e1;
}
.cid-vb0HCmKG6S .mbr-link {
  opacity: 0;
  color: #ffffff;
  transition: all 0.3s;
  text-align: center;
}
.cid-vb0HCmKG6S .item {
  padding: 0;
  cursor: pointer;
  width: 33.333%;
}
@media (max-width: 991px) {
  .cid-vb0HCmKG6S .item {
    width: 50%;
  }
}
@media (max-width: 771px) {
  .cid-vb0HCmKG6S .item {
    width: 100%;
  }
}
.cid-vb0HCmKG6S .item-wrapper {
  opacity: 0.9;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  flex-flow: column nowrap;
  padding: 1rem;
}
.cid-vb0HCmKG6S .item-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: #171717;
  transition: all 0.3s;
  opacity: 0.1;
}
.cid-vb0HCmKG6S .item-wrapper:hover .item-content,
.cid-vb0HCmKG6S .item-wrapper:focus-within .item-content {
  opacity: 1;
  transform: translateY(0px);
}
.cid-vb0HCmKG6S .item-wrapper:hover .social-row,
.cid-vb0HCmKG6S .item-wrapper:focus-within .social-row {
  opacity: 1;
}
.cid-vb0HCmKG6S .item-wrapper:hover:hover img,
.cid-vb0HCmKG6S .item-wrapper:focus-within:hover img {
  transform: scale(1.1);
}
.cid-vb0HCmKG6S .item-wrapper:hover:before,
.cid-vb0HCmKG6S .item-wrapper:focus-within:before {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-vb0HCmKG6S .item-wrapper .item-content {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-vb0HCmKG6S .item-wrapper .item-img {
    transform: scale(1.1);
  }
  .cid-vb0HCmKG6S .item-wrapper:before {
    opacity: 0.5;
  }
  .cid-vb0HCmKG6S .item-wrapper .social-row {
    opacity: 1;
  }
}
.cid-vb0HCmKG6S .item-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.cid-vb0HCmKG6S .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-vb0HCmKG6S .item-content {
  z-index: 3;
  opacity: 1;
  transition: all 0.3s;
  position: relative;
  transform: translateY(50px);
}
.cid-vb0HCmKG6S .item:focus,
.cid-vb0HCmKG6S span:focus {
  outline: none;
}
.cid-vb0HCmKG6S .mbr-section-title {
  color: #232323;
}
.cid-vb0HCmKG6S .mbr-text,
.cid-vb0HCmKG6S .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vb0HCmKG6S .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-vb0HCmKG6S .social-row {
  text-align: center;
  opacity: 0;
  transition: all 0.3s;
}
.cid-vb0HCmKG6S .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  padding: 0.5rem;
  background: #ffffff;
  transition: all 0.3s;
}
.cid-vb0HCmKG6S .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
.cid-vb0HCmKG6S .item-img::before,
.cid-vb0HCmKG6S .item-wrapper::before {
  display: none !important;
  content: none !important;
}
.cid-vb0HCmKG6S .item-wrapper:hover .item-img::before,
.cid-vb0HCmKG6S .item-wrapper:hover::before {
  opacity: 0 !important;
}
.cid-vb0HBpoVph {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-vb0HBpoVph .mbr-overlay {
  background: #fafafa;
  opacity: 0.2;
}
.cid-vb0HBpoVph .mbr-link {
  opacity: 0;
  color: #ffffff;
  transition: all 0.3s;
  text-align: center;
}
.cid-vb0HBpoVph .item {
  padding: 0;
  cursor: pointer;
  width: 33.333%;
}
@media (max-width: 991px) {
  .cid-vb0HBpoVph .item {
    width: 50%;
  }
}
@media (max-width: 771px) {
  .cid-vb0HBpoVph .item {
    width: 100%;
  }
}
.cid-vb0HBpoVph .item-wrapper {
  opacity: 0.9;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  flex-flow: column nowrap;
  padding: 1rem;
}
.cid-vb0HBpoVph .item-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: #171717;
  transition: all 0.3s;
  opacity: 0.1;
}
.cid-vb0HBpoVph .item-wrapper:hover .item-content,
.cid-vb0HBpoVph .item-wrapper:focus-within .item-content {
  opacity: 1;
  transform: translateY(0px);
}
.cid-vb0HBpoVph .item-wrapper:hover .social-row,
.cid-vb0HBpoVph .item-wrapper:focus-within .social-row {
  opacity: 1;
}
.cid-vb0HBpoVph .item-wrapper:hover:hover img,
.cid-vb0HBpoVph .item-wrapper:focus-within:hover img {
  transform: scale(1.1);
}
.cid-vb0HBpoVph .item-wrapper:hover:before,
.cid-vb0HBpoVph .item-wrapper:focus-within:before {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-vb0HBpoVph .item-wrapper .item-content {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-vb0HBpoVph .item-wrapper .item-img {
    transform: scale(1.1);
  }
  .cid-vb0HBpoVph .item-wrapper:before {
    opacity: 0.5;
  }
  .cid-vb0HBpoVph .item-wrapper .social-row {
    opacity: 1;
  }
}
.cid-vb0HBpoVph .item-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.cid-vb0HBpoVph .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-vb0HBpoVph .item-content {
  z-index: 3;
  opacity: 1;
  transition: all 0.3s;
  position: relative;
  transform: translateY(50px);
}
.cid-vb0HBpoVph .item:focus,
.cid-vb0HBpoVph span:focus {
  outline: none;
}
.cid-vb0HBpoVph .mbr-section-title {
  color: #232323;
}
.cid-vb0HBpoVph .mbr-text,
.cid-vb0HBpoVph .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vb0HBpoVph .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-vb0HBpoVph .social-row {
  text-align: center;
  opacity: 0;
  transition: all 0.3s;
}
.cid-vb0HBpoVph .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  padding: 0.5rem;
  background: #ffffff;
  transition: all 0.3s;
}
.cid-vb0HBpoVph .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
.cid-vb0HBpoVph .item-img::before,
.cid-vb0HBpoVph .item-wrapper::before {
  display: none !important;
  content: none !important;
}
.cid-vb0HBpoVph .item-wrapper:hover .item-img::before,
.cid-vb0HBpoVph .item-wrapper:hover::before {
  opacity: 0 !important;
}
.cid-vb6mPaBAJG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #f7f7f7;
}
.cid-vb6mPaBAJG .card_title {
  color: #b15e00;
  line-height: 1.2727em;
  margin-bottom: 0;
}
.cid-vb6mPaBAJG .card_content {
  margin-top: 29px;
}
.cid-vb6mPaBAJG img,
.cid-vb6mPaBAJG .item-img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}
.cid-vb6mPaBAJG .item {
  margin-bottom: 85px;
}
.cid-vb6mPaBAJG .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-vb6mPaBAJG .mbr-text {
  color: #202020;
}
.cid-vb6mPaBAJG .icons_card {
  margin-top: 17px;
  height: 26px;
  text-align: center;
}
.cid-vb6mPaBAJG .iconfont-wrapper {
  color: #202020;
  font-size: 1.8rem;
  margin-right: 10px;
  width: 1.8rem;
  height: 1.8rem;
  transition: all 0.2s ease-in-out;
}
.cid-vb6mPaBAJG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vb6mPaBAJG .iconfont-wrapper:hover {
  opacity: .85;
}
.cid-vb6wFsziIW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vb6wFsziIW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb6wFsziIW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb6wFsziIW .items-wrapper {
  justify-content: center;
}
.cid-vb6wFsziIW .item {
  margin-bottom: 20px;
}
.cid-vb6wFsziIW .item .item-wrapper .item-img img {
  height: 50px;
  object-fit: cover;
}
.cid-vb6wFsziIW .btn-wrapper {
  margin-top: 20%;
}
.cid-vb7tOWAyK5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vb7tOWAyK5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb7tOWAyK5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vb7tOWAyK5 .container {
    padding: 0 25px;
  }
}
.cid-vb7tOWAyK5 .row {
  justify-content: center;
}
.cid-vb7tOWAyK5 .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vb7tOWAyK5 .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vb7tOWAyK5 .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vb7tOWAyK5 .image-wrapper img {
    height: 350px;
  }
}
.cid-vb7tOWAyK5 .form-wrapper {
  padding-left: 54px;
}
@media (max-width: 992px) {
  .cid-vb7tOWAyK5 .form-wrapper {
    padding: 0 12px;
  }
}
.cid-vb7tOWAyK5 .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-vb7tOWAyK5 .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-vb7tOWAyK5 .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-vb7tOWAyK5 .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vb7tOWAyK5 .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 12px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #e1e1e1 !important;
  border-radius: 0 !important;
}
.cid-vb7tOWAyK5 .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #e1e1e1;
}
.cid-vb7tOWAyK5 .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vb7tOWAyK5 .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #e1e1e1 !important;
}
.cid-vb7tOWAyK5 .form-wrapper .dragArea.row .form-group textarea {
  min-height: 124px;
}
.cid-vb7tOWAyK5 .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vb7tOWAyK5 .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
.cid-vb7tOWAyK5 .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vb7tOWAyK5 .mbr-section-title {
  color: #000000;
}
.cid-vb7tOWAyK5 .mbr-text {
  color: #000000;
}
.cid-vb7tOWAyK5 label {
  color: #000000;
}
.cid-vb1Z6AX9TC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #060606;
}
.cid-vb1Z6AX9TC img {
  width: 120px;
  margin: auto;
}
.cid-vb1Z6AX9TC .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vb1Z6AX9TC .card {
    max-width: 12.5%;
  }
}
.cid-vb1QoqN6l0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-vb1QoqN6l0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1QoqN6l0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-vb1QoqN6l0 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-vb1QoqN6l0 .items-wrapper .card {
  padding: 0 32px;
}
.cid-vb1QoqN6l0 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:hover,
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vb1QoqN6l0 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vb1QoqN6l0 .mbr-desc {
  color: #b15e00;
}
.cid-vb1QoqN6l0 .mbr-text,
.cid-vb1QoqN6l0 .text-wrapper {
  color: #9aa0a6;
}
.cid-vb1QoqN6l0 .list {
  color: #9aa0a6;
}
.cid-vb1QoqN6l0 .mbr-text,
.cid-vb1QoqN6l0 .mbr-section-btn {
  color: #ffffff;
}
.cid-vaIYoWwc26 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-vaIYoWwc26 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vaIYoWwc26 a {
  font-style: normal;
}
.cid-vaIYoWwc26 .show {
  overflow: visible;
}
.cid-vaIYoWwc26 .dropdown-menu {
  max-height: 400px;
}
.cid-vaIYoWwc26 .dropdown-item:active {
  background-color: transparent;
}
.cid-vaIYoWwc26 .nav-link {
  font-weight: 600 !important;
}
.cid-vaIYoWwc26 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vaIYoWwc26 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-vaIYoWwc26 .nav-item:focus,
.cid-vaIYoWwc26 .nav-link:focus {
  outline: none;
}
.cid-vaIYoWwc26 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vaIYoWwc26 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vaIYoWwc26 .menu-logo {
  margin-right: auto;
}
.cid-vaIYoWwc26 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vaIYoWwc26 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vaIYoWwc26 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-vaIYoWwc26 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vaIYoWwc26 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vaIYoWwc26 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vaIYoWwc26 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vaIYoWwc26 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-vaIYoWwc26 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vaIYoWwc26 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaIYoWwc26 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vaIYoWwc26 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vaIYoWwc26 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-vaIYoWwc26 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaIYoWwc26 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vaIYoWwc26 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaIYoWwc26 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-vaIYoWwc26 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-vaIYoWwc26 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vaIYoWwc26 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vaIYoWwc26 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vaIYoWwc26 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vaIYoWwc26 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vaIYoWwc26 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vaIYoWwc26 button.navbar-toggler:focus {
  outline: none;
}
.cid-vaIYoWwc26 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-vaIYoWwc26 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaIYoWwc26 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaIYoWwc26 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaIYoWwc26 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaIYoWwc26 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaIYoWwc26 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaIYoWwc26 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaIYoWwc26 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaIYoWwc26 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vaIYoWwc26 .collapsed .btn {
  display: -webkit-flex;
}
.cid-vaIYoWwc26 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vaIYoWwc26 .collapsed .navbar-collapse.collapsing,
.cid-vaIYoWwc26 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-vaIYoWwc26 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vaIYoWwc26 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vaIYoWwc26 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vaIYoWwc26 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vaIYoWwc26 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vaIYoWwc26 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vaIYoWwc26 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vaIYoWwc26 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vaIYoWwc26 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-vaIYoWwc26 .collapsed button.navbar-toggler {
  display: block;
}
.cid-vaIYoWwc26 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vaIYoWwc26 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vaIYoWwc26 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vaIYoWwc26 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vaIYoWwc26 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vaIYoWwc26 .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;
}
@media (max-width: 991px) {
  .cid-vaIYoWwc26.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vaIYoWwc26 img {
    height: 3.8rem !important;
  }
  .cid-vaIYoWwc26 .btn {
    display: -webkit-flex;
  }
  .cid-vaIYoWwc26 button.navbar-toggler {
    display: block;
  }
  .cid-vaIYoWwc26 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vaIYoWwc26 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vaIYoWwc26 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vaIYoWwc26 .navbar-collapse.collapsing,
  .cid-vaIYoWwc26 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-vaIYoWwc26 .navbar-collapse.collapsing .navbar-nav,
  .cid-vaIYoWwc26 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vaIYoWwc26 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vaIYoWwc26 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vaIYoWwc26 .navbar-collapse.collapsing .navbar-buttons,
  .cid-vaIYoWwc26 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vaIYoWwc26 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vaIYoWwc26 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vaIYoWwc26 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vaIYoWwc26 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vaIYoWwc26 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vaIYoWwc26 .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;
  }
}
@media (max-width: 767px) {
  .cid-vaIYoWwc26 .nav-link {
    justify-content: start !important;
  }
  .cid-vaIYoWwc26 .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-vaIYoWwc26 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-vaIYoWwc26 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 767px) {
  .cid-vaIYoWwc26 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vaIYoWwc26 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vaIYoWwc26 .nav-link:hover,
.cid-vaIYoWwc26 .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-vaIYoWwc26 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-vaIYoWwc26 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-vaIYoWM6Wf {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/azulik-860-1920x1284.jpg");
}
.cid-vaIYoWM6Wf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaIYoWM6Wf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaIYoWM6Wf .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-vaIYoWM6Wf .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-vaIYoWM6Wf .container {
    padding: 0 25px;
  }
}
.cid-vaIYoWM6Wf .title-wrapper {
  padding: 100px 0;
}
.cid-vaIYoWM6Wf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vaIYoWM6Wf .mbr-section-title {
  color: #ffffff;
}
.cid-vaIYoWM6Wf .mbr-section-title,
.cid-vaIYoWM6Wf .mbr-section-btn {
  text-align: center;
}
.cid-vb7v0rwiMO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-vb7v0rwiMO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb7v0rwiMO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb7v0rwiMO .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vb7v0rwiMO .card {
    margin-bottom: 40px;
  }
}
.cid-vb7v0rwiMO .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vb7v0rwiMO .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vb7v0rwiMO .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vb7v0rwiMO .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vb7v0rwiMO .mbr-label {
  color: #be0000;
}
.cid-vb7v0rwiMO .mbr-section-title {
  color: #000000;
}
.cid-vb7v0rwiMO .mbr-text {
  color: #000000;
}
.cid-vaIYoXcYgG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vaIYoXcYgG .container {
    padding: 0 25px;
  }
}
.cid-vaIYoXcYgG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vaIYoXcYgG .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-vaIYoXcYgG .panel-group {
  border-bottom: 2px solid #e1e1e1;
}
.cid-vaIYoXcYgG .panel-group .card {
  border-top: 2px solid #e1e1e1;
  border-radius: 0 !important;
  padding: 0;
}
.cid-vaIYoXcYgG .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-vaIYoXcYgG .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vaIYoXcYgG .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-vaIYoXcYgG .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-vaIYoXcYgG .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vaIYoXcYgG .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #f0f0f0;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-vaIYoXcYgG .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-vaIYoXcYgG .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vaIYoXcYgG .mbr-section-title {
  color: #000000;
}
.cid-vaIYoXcYgG .panel-title-edit {
  color: #b15e00;
}
.cid-vaIYoXcYgG .panel-text {
  color: #000000;
}
.cid-vb0CsMV74G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e1e1e1;
}
.cid-vb0CsMV74G .mbr-link {
  opacity: 0;
  color: #ffffff;
  transition: all 0.3s;
  text-align: center;
}
.cid-vb0CsMV74G .item {
  padding: 0;
  cursor: pointer;
  width: 33.333%;
}
@media (max-width: 991px) {
  .cid-vb0CsMV74G .item {
    width: 50%;
  }
}
@media (max-width: 771px) {
  .cid-vb0CsMV74G .item {
    width: 100%;
  }
}
.cid-vb0CsMV74G .item-wrapper {
  opacity: 0.9;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  flex-flow: column nowrap;
  padding: 1rem;
}
.cid-vb0CsMV74G .item-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: #171717;
  transition: all 0.3s;
  opacity: 0.1;
}
.cid-vb0CsMV74G .item-wrapper:hover .item-content,
.cid-vb0CsMV74G .item-wrapper:focus-within .item-content {
  opacity: 1;
  transform: translateY(0px);
}
.cid-vb0CsMV74G .item-wrapper:hover .social-row,
.cid-vb0CsMV74G .item-wrapper:focus-within .social-row {
  opacity: 1;
}
.cid-vb0CsMV74G .item-wrapper:hover:hover img,
.cid-vb0CsMV74G .item-wrapper:focus-within:hover img {
  transform: scale(1.1);
}
.cid-vb0CsMV74G .item-wrapper:hover:before,
.cid-vb0CsMV74G .item-wrapper:focus-within:before {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-vb0CsMV74G .item-wrapper .item-content {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-vb0CsMV74G .item-wrapper .item-img {
    transform: scale(1.1);
  }
  .cid-vb0CsMV74G .item-wrapper:before {
    opacity: 0.5;
  }
  .cid-vb0CsMV74G .item-wrapper .social-row {
    opacity: 1;
  }
}
.cid-vb0CsMV74G .item-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.cid-vb0CsMV74G .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-vb0CsMV74G .item-content {
  z-index: 3;
  opacity: 1;
  transition: all 0.3s;
  position: relative;
  transform: translateY(50px);
}
.cid-vb0CsMV74G .item:focus,
.cid-vb0CsMV74G span:focus {
  outline: none;
}
.cid-vb0CsMV74G .mbr-section-title {
  color: #232323;
}
.cid-vb0CsMV74G .mbr-text,
.cid-vb0CsMV74G .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vb0CsMV74G .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-vb0CsMV74G .social-row {
  text-align: center;
  opacity: 0;
  transition: all 0.3s;
}
.cid-vb0CsMV74G .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  padding: 0.5rem;
  background: #ffffff;
  transition: all 0.3s;
}
.cid-vb0CsMV74G .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
.cid-vb0CsMV74G .item-img::before,
.cid-vb0CsMV74G .item-wrapper::before {
  display: none !important;
  content: none !important;
}
.cid-vb0CsMV74G .item-wrapper:hover .item-img::before,
.cid-vb0CsMV74G .item-wrapper:hover::before {
  opacity: 0 !important;
}
.cid-vb0CrXmWcJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-vb0CrXmWcJ .mbr-overlay {
  background: #fafafa;
  opacity: 0.2;
}
.cid-vb0CrXmWcJ .mbr-link {
  opacity: 0;
  color: #ffffff;
  transition: all 0.3s;
  text-align: center;
}
.cid-vb0CrXmWcJ .item {
  padding: 0;
  cursor: pointer;
  width: 33.333%;
}
@media (max-width: 991px) {
  .cid-vb0CrXmWcJ .item {
    width: 50%;
  }
}
@media (max-width: 771px) {
  .cid-vb0CrXmWcJ .item {
    width: 100%;
  }
}
.cid-vb0CrXmWcJ .item-wrapper {
  opacity: 0.9;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  flex-flow: column nowrap;
  padding: 1rem;
}
.cid-vb0CrXmWcJ .item-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: #171717;
  transition: all 0.3s;
  opacity: 0.1;
}
.cid-vb0CrXmWcJ .item-wrapper:hover .item-content,
.cid-vb0CrXmWcJ .item-wrapper:focus-within .item-content {
  opacity: 1;
  transform: translateY(0px);
}
.cid-vb0CrXmWcJ .item-wrapper:hover .social-row,
.cid-vb0CrXmWcJ .item-wrapper:focus-within .social-row {
  opacity: 1;
}
.cid-vb0CrXmWcJ .item-wrapper:hover:hover img,
.cid-vb0CrXmWcJ .item-wrapper:focus-within:hover img {
  transform: scale(1.1);
}
.cid-vb0CrXmWcJ .item-wrapper:hover:before,
.cid-vb0CrXmWcJ .item-wrapper:focus-within:before {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-vb0CrXmWcJ .item-wrapper .item-content {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-vb0CrXmWcJ .item-wrapper .item-img {
    transform: scale(1.1);
  }
  .cid-vb0CrXmWcJ .item-wrapper:before {
    opacity: 0.5;
  }
  .cid-vb0CrXmWcJ .item-wrapper .social-row {
    opacity: 1;
  }
}
.cid-vb0CrXmWcJ .item-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.cid-vb0CrXmWcJ .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-vb0CrXmWcJ .item-content {
  z-index: 3;
  opacity: 1;
  transition: all 0.3s;
  position: relative;
  transform: translateY(50px);
}
.cid-vb0CrXmWcJ .item:focus,
.cid-vb0CrXmWcJ span:focus {
  outline: none;
}
.cid-vb0CrXmWcJ .mbr-section-title {
  color: #232323;
}
.cid-vb0CrXmWcJ .mbr-text,
.cid-vb0CrXmWcJ .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vb0CrXmWcJ .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-vb0CrXmWcJ .social-row {
  text-align: center;
  opacity: 0;
  transition: all 0.3s;
}
.cid-vb0CrXmWcJ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  padding: 0.5rem;
  background: #ffffff;
  transition: all 0.3s;
}
.cid-vb0CrXmWcJ .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
.cid-vb0CrXmWcJ .item-img::before,
.cid-vb0CrXmWcJ .item-wrapper::before {
  display: none !important;
  content: none !important;
}
.cid-vb0CrXmWcJ .item-wrapper:hover .item-img::before,
.cid-vb0CrXmWcJ .item-wrapper:hover::before {
  opacity: 0 !important;
}
.cid-vb6mUqsRk9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #f7f7f7;
}
.cid-vb6mUqsRk9 .card_title {
  color: #b15e00;
  line-height: 1.2727em;
  margin-bottom: 0;
}
.cid-vb6mUqsRk9 .card_content {
  margin-top: 29px;
}
.cid-vb6mUqsRk9 img,
.cid-vb6mUqsRk9 .item-img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}
.cid-vb6mUqsRk9 .item {
  margin-bottom: 85px;
}
.cid-vb6mUqsRk9 .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-vb6mUqsRk9 .mbr-text {
  color: #202020;
}
.cid-vb6mUqsRk9 .icons_card {
  margin-top: 17px;
  height: 26px;
  text-align: center;
}
.cid-vb6mUqsRk9 .iconfont-wrapper {
  color: #202020;
  font-size: 1.8rem;
  margin-right: 10px;
  width: 1.8rem;
  height: 1.8rem;
  transition: all 0.2s ease-in-out;
}
.cid-vb6mUqsRk9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vb6mUqsRk9 .iconfont-wrapper:hover {
  opacity: .85;
}
.cid-vb6wLeD2NY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vb6wLeD2NY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb6wLeD2NY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb6wLeD2NY .items-wrapper {
  justify-content: center;
}
.cid-vb6wLeD2NY .item {
  margin-bottom: 20px;
}
.cid-vb6wLeD2NY .item .item-wrapper .item-img img {
  height: 50px;
  object-fit: cover;
}
.cid-vb6wLeD2NY .btn-wrapper {
  margin-top: 20%;
}
.cid-vb7v3ol9sD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vb7v3ol9sD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb7v3ol9sD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vb7v3ol9sD .container {
    padding: 0 25px;
  }
}
.cid-vb7v3ol9sD .row {
  justify-content: center;
}
.cid-vb7v3ol9sD .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vb7v3ol9sD .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vb7v3ol9sD .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vb7v3ol9sD .image-wrapper img {
    height: 350px;
  }
}
.cid-vb7v3ol9sD .form-wrapper {
  padding-left: 54px;
}
@media (max-width: 992px) {
  .cid-vb7v3ol9sD .form-wrapper {
    padding: 0 12px;
  }
}
.cid-vb7v3ol9sD .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-vb7v3ol9sD .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-vb7v3ol9sD .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-vb7v3ol9sD .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vb7v3ol9sD .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 12px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #e1e1e1 !important;
  border-radius: 0 !important;
}
.cid-vb7v3ol9sD .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #e1e1e1;
}
.cid-vb7v3ol9sD .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vb7v3ol9sD .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #e1e1e1 !important;
}
.cid-vb7v3ol9sD .form-wrapper .dragArea.row .form-group textarea {
  min-height: 124px;
}
.cid-vb7v3ol9sD .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vb7v3ol9sD .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
.cid-vb7v3ol9sD .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vb7v3ol9sD .mbr-section-title {
  color: #000000;
}
.cid-vb7v3ol9sD .mbr-text {
  color: #000000;
}
.cid-vb7v3ol9sD label {
  color: #000000;
}
.cid-vb1ZaNqp4g {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #060606;
}
.cid-vb1ZaNqp4g img {
  width: 120px;
  margin: auto;
}
.cid-vb1ZaNqp4g .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vb1ZaNqp4g .card {
    max-width: 12.5%;
  }
}
.cid-vb1QoqN6l0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-vb1QoqN6l0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1QoqN6l0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-vb1QoqN6l0 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-vb1QoqN6l0 .items-wrapper .card {
  padding: 0 32px;
}
.cid-vb1QoqN6l0 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:hover,
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vb1QoqN6l0 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vb1QoqN6l0 .mbr-desc {
  color: #b15e00;
}
.cid-vb1QoqN6l0 .mbr-text,
.cid-vb1QoqN6l0 .text-wrapper {
  color: #9aa0a6;
}
.cid-vb1QoqN6l0 .list {
  color: #9aa0a6;
}
.cid-vb1QoqN6l0 .mbr-text,
.cid-vb1QoqN6l0 .mbr-section-btn {
  color: #ffffff;
}
.cid-vaIYynRhSU .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-vaIYynRhSU .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vaIYynRhSU a {
  font-style: normal;
}
.cid-vaIYynRhSU .show {
  overflow: visible;
}
.cid-vaIYynRhSU .dropdown-menu {
  max-height: 400px;
}
.cid-vaIYynRhSU .dropdown-item:active {
  background-color: transparent;
}
.cid-vaIYynRhSU .nav-link {
  font-weight: 600 !important;
}
.cid-vaIYynRhSU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vaIYynRhSU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-vaIYynRhSU .nav-item:focus,
.cid-vaIYynRhSU .nav-link:focus {
  outline: none;
}
.cid-vaIYynRhSU .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vaIYynRhSU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vaIYynRhSU .menu-logo {
  margin-right: auto;
}
.cid-vaIYynRhSU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vaIYynRhSU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vaIYynRhSU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-vaIYynRhSU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vaIYynRhSU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vaIYynRhSU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vaIYynRhSU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vaIYynRhSU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-vaIYynRhSU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vaIYynRhSU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaIYynRhSU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vaIYynRhSU .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vaIYynRhSU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-vaIYynRhSU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaIYynRhSU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vaIYynRhSU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaIYynRhSU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-vaIYynRhSU .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-vaIYynRhSU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vaIYynRhSU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vaIYynRhSU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vaIYynRhSU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vaIYynRhSU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vaIYynRhSU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vaIYynRhSU button.navbar-toggler:focus {
  outline: none;
}
.cid-vaIYynRhSU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-vaIYynRhSU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaIYynRhSU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaIYynRhSU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaIYynRhSU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaIYynRhSU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaIYynRhSU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaIYynRhSU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaIYynRhSU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaIYynRhSU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vaIYynRhSU .collapsed .btn {
  display: -webkit-flex;
}
.cid-vaIYynRhSU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vaIYynRhSU .collapsed .navbar-collapse.collapsing,
.cid-vaIYynRhSU .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-vaIYynRhSU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vaIYynRhSU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vaIYynRhSU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vaIYynRhSU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vaIYynRhSU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vaIYynRhSU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vaIYynRhSU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vaIYynRhSU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vaIYynRhSU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-vaIYynRhSU .collapsed button.navbar-toggler {
  display: block;
}
.cid-vaIYynRhSU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vaIYynRhSU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vaIYynRhSU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vaIYynRhSU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vaIYynRhSU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vaIYynRhSU .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;
}
@media (max-width: 991px) {
  .cid-vaIYynRhSU.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vaIYynRhSU img {
    height: 3.8rem !important;
  }
  .cid-vaIYynRhSU .btn {
    display: -webkit-flex;
  }
  .cid-vaIYynRhSU button.navbar-toggler {
    display: block;
  }
  .cid-vaIYynRhSU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vaIYynRhSU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vaIYynRhSU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vaIYynRhSU .navbar-collapse.collapsing,
  .cid-vaIYynRhSU .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-vaIYynRhSU .navbar-collapse.collapsing .navbar-nav,
  .cid-vaIYynRhSU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vaIYynRhSU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vaIYynRhSU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vaIYynRhSU .navbar-collapse.collapsing .navbar-buttons,
  .cid-vaIYynRhSU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vaIYynRhSU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vaIYynRhSU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vaIYynRhSU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vaIYynRhSU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vaIYynRhSU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vaIYynRhSU .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;
  }
}
@media (max-width: 767px) {
  .cid-vaIYynRhSU .nav-link {
    justify-content: start !important;
  }
  .cid-vaIYynRhSU .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-vaIYynRhSU .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-vaIYynRhSU .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 767px) {
  .cid-vaIYynRhSU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vaIYynRhSU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vaIYynRhSU .nav-link:hover,
.cid-vaIYynRhSU .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-vaIYynRhSU .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-vaIYynRhSU .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-vaIYyo8dkY {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/azulik-960-1920x1284.jpg");
}
.cid-vaIYyo8dkY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaIYyo8dkY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaIYyo8dkY .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-vaIYyo8dkY .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-vaIYyo8dkY .container {
    padding: 0 25px;
  }
}
.cid-vaIYyo8dkY .title-wrapper {
  padding: 100px 0;
}
.cid-vaIYyo8dkY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vaIYyo8dkY .mbr-section-title {
  color: #ffffff;
}
.cid-vaIYyo8dkY .mbr-section-title,
.cid-vaIYyo8dkY .mbr-section-btn {
  text-align: center;
}
.cid-vb7wI9JZUg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-vb7wI9JZUg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb7wI9JZUg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb7wI9JZUg .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vb7wI9JZUg .card {
    margin-bottom: 40px;
  }
}
.cid-vb7wI9JZUg .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vb7wI9JZUg .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vb7wI9JZUg .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vb7wI9JZUg .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vb7wI9JZUg .mbr-label {
  color: #be0000;
}
.cid-vb7wI9JZUg .mbr-section-title {
  color: #000000;
}
.cid-vb7wI9JZUg .mbr-text {
  color: #000000;
}
.cid-vaIYyoAHK5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vaIYyoAHK5 .container {
    padding: 0 25px;
  }
}
.cid-vaIYyoAHK5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vaIYyoAHK5 .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-vaIYyoAHK5 .panel-group {
  border-bottom: 2px solid #e1e1e1;
}
.cid-vaIYyoAHK5 .panel-group .card {
  border-top: 2px solid #e1e1e1;
  border-radius: 0 !important;
  padding: 0;
}
.cid-vaIYyoAHK5 .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-vaIYyoAHK5 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vaIYyoAHK5 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-vaIYyoAHK5 .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-vaIYyoAHK5 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vaIYyoAHK5 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #f0f0f0;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-vaIYyoAHK5 .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-vaIYyoAHK5 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vaIYyoAHK5 .mbr-section-title {
  color: #000000;
}
.cid-vaIYyoAHK5 .panel-title-edit {
  color: #b15e00;
}
.cid-vaIYyoAHK5 .panel-text {
  color: #000000;
}
.cid-vb0DgVVSOy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e1e1e1;
}
.cid-vb0DgVVSOy .mbr-link {
  opacity: 0;
  color: #ffffff;
  transition: all 0.3s;
  text-align: center;
}
.cid-vb0DgVVSOy .item {
  padding: 0;
  cursor: pointer;
  width: 33.333%;
}
@media (max-width: 991px) {
  .cid-vb0DgVVSOy .item {
    width: 50%;
  }
}
@media (max-width: 771px) {
  .cid-vb0DgVVSOy .item {
    width: 100%;
  }
}
.cid-vb0DgVVSOy .item-wrapper {
  opacity: 0.9;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  flex-flow: column nowrap;
  padding: 1rem;
}
.cid-vb0DgVVSOy .item-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: #171717;
  transition: all 0.3s;
  opacity: 0.1;
}
.cid-vb0DgVVSOy .item-wrapper:hover .item-content,
.cid-vb0DgVVSOy .item-wrapper:focus-within .item-content {
  opacity: 1;
  transform: translateY(0px);
}
.cid-vb0DgVVSOy .item-wrapper:hover .social-row,
.cid-vb0DgVVSOy .item-wrapper:focus-within .social-row {
  opacity: 1;
}
.cid-vb0DgVVSOy .item-wrapper:hover:hover img,
.cid-vb0DgVVSOy .item-wrapper:focus-within:hover img {
  transform: scale(1.1);
}
.cid-vb0DgVVSOy .item-wrapper:hover:before,
.cid-vb0DgVVSOy .item-wrapper:focus-within:before {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-vb0DgVVSOy .item-wrapper .item-content {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-vb0DgVVSOy .item-wrapper .item-img {
    transform: scale(1.1);
  }
  .cid-vb0DgVVSOy .item-wrapper:before {
    opacity: 0.5;
  }
  .cid-vb0DgVVSOy .item-wrapper .social-row {
    opacity: 1;
  }
}
.cid-vb0DgVVSOy .item-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.cid-vb0DgVVSOy .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-vb0DgVVSOy .item-content {
  z-index: 3;
  opacity: 1;
  transition: all 0.3s;
  position: relative;
  transform: translateY(50px);
}
.cid-vb0DgVVSOy .item:focus,
.cid-vb0DgVVSOy span:focus {
  outline: none;
}
.cid-vb0DgVVSOy .mbr-section-title {
  color: #232323;
}
.cid-vb0DgVVSOy .mbr-text,
.cid-vb0DgVVSOy .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vb0DgVVSOy .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-vb0DgVVSOy .social-row {
  text-align: center;
  opacity: 0;
  transition: all 0.3s;
}
.cid-vb0DgVVSOy .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  padding: 0.5rem;
  background: #ffffff;
  transition: all 0.3s;
}
.cid-vb0DgVVSOy .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
.cid-vb0DgVVSOy .item-img::before,
.cid-vb0DgVVSOy .item-wrapper::before {
  display: none !important;
  content: none !important;
}
.cid-vb0DgVVSOy .item-wrapper:hover .item-img::before,
.cid-vb0DgVVSOy .item-wrapper:hover::before {
  opacity: 0 !important;
}
.cid-vb0Dg5pscj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-vb0Dg5pscj .mbr-overlay {
  background: #fafafa;
  opacity: 0.2;
}
.cid-vb0Dg5pscj .mbr-link {
  opacity: 0;
  color: #ffffff;
  transition: all 0.3s;
  text-align: center;
}
.cid-vb0Dg5pscj .item {
  padding: 0;
  cursor: pointer;
  width: 33.333%;
}
@media (max-width: 991px) {
  .cid-vb0Dg5pscj .item {
    width: 50%;
  }
}
@media (max-width: 771px) {
  .cid-vb0Dg5pscj .item {
    width: 100%;
  }
}
.cid-vb0Dg5pscj .item-wrapper {
  opacity: 0.9;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  flex-flow: column nowrap;
  padding: 1rem;
}
.cid-vb0Dg5pscj .item-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: #171717;
  transition: all 0.3s;
  opacity: 0.1;
}
.cid-vb0Dg5pscj .item-wrapper:hover .item-content,
.cid-vb0Dg5pscj .item-wrapper:focus-within .item-content {
  opacity: 1;
  transform: translateY(0px);
}
.cid-vb0Dg5pscj .item-wrapper:hover .social-row,
.cid-vb0Dg5pscj .item-wrapper:focus-within .social-row {
  opacity: 1;
}
.cid-vb0Dg5pscj .item-wrapper:hover:hover img,
.cid-vb0Dg5pscj .item-wrapper:focus-within:hover img {
  transform: scale(1.1);
}
.cid-vb0Dg5pscj .item-wrapper:hover:before,
.cid-vb0Dg5pscj .item-wrapper:focus-within:before {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-vb0Dg5pscj .item-wrapper .item-content {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-vb0Dg5pscj .item-wrapper .item-img {
    transform: scale(1.1);
  }
  .cid-vb0Dg5pscj .item-wrapper:before {
    opacity: 0.5;
  }
  .cid-vb0Dg5pscj .item-wrapper .social-row {
    opacity: 1;
  }
}
.cid-vb0Dg5pscj .item-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.cid-vb0Dg5pscj .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-vb0Dg5pscj .item-content {
  z-index: 3;
  opacity: 1;
  transition: all 0.3s;
  position: relative;
  transform: translateY(50px);
}
.cid-vb0Dg5pscj .item:focus,
.cid-vb0Dg5pscj span:focus {
  outline: none;
}
.cid-vb0Dg5pscj .mbr-section-title {
  color: #232323;
}
.cid-vb0Dg5pscj .mbr-text,
.cid-vb0Dg5pscj .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vb0Dg5pscj .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-vb0Dg5pscj .social-row {
  text-align: center;
  opacity: 0;
  transition: all 0.3s;
}
.cid-vb0Dg5pscj .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  padding: 0.5rem;
  background: #ffffff;
  transition: all 0.3s;
}
.cid-vb0Dg5pscj .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
.cid-vb0Dg5pscj .item-img::before,
.cid-vb0Dg5pscj .item-wrapper::before {
  display: none !important;
  content: none !important;
}
.cid-vb0Dg5pscj .item-wrapper:hover .item-img::before,
.cid-vb0Dg5pscj .item-wrapper:hover::before {
  opacity: 0 !important;
}
.cid-vb6n0u1L3G {
  padding-top: 5rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #f7f7f7;
}
.cid-vb6n0u1L3G .card_title {
  color: #b15e00;
  line-height: 1.2727em;
  margin-bottom: 0;
}
.cid-vb6n0u1L3G .card_content {
  margin-top: 29px;
}
.cid-vb6n0u1L3G img,
.cid-vb6n0u1L3G .item-img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}
.cid-vb6n0u1L3G .item {
  margin-bottom: 85px;
}
.cid-vb6n0u1L3G .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-vb6n0u1L3G .mbr-text {
  color: #202020;
}
.cid-vb6n0u1L3G .icons_card {
  margin-top: 17px;
  height: 26px;
  text-align: center;
}
.cid-vb6n0u1L3G .iconfont-wrapper {
  color: #202020;
  font-size: 1.8rem;
  margin-right: 10px;
  width: 1.8rem;
  height: 1.8rem;
  transition: all 0.2s ease-in-out;
}
.cid-vb6n0u1L3G .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vb6n0u1L3G .iconfont-wrapper:hover {
  opacity: .85;
}
.cid-vb6wVAO3dX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vb6wVAO3dX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb6wVAO3dX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb6wVAO3dX .items-wrapper {
  justify-content: center;
}
.cid-vb6wVAO3dX .item {
  margin-bottom: 20px;
}
.cid-vb6wVAO3dX .item .item-wrapper .item-img img {
  height: 50px;
  object-fit: cover;
}
.cid-vb6wVAO3dX .btn-wrapper {
  margin-top: 20%;
}
.cid-vb7wLiDIYc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vb7wLiDIYc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb7wLiDIYc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vb7wLiDIYc .container {
    padding: 0 25px;
  }
}
.cid-vb7wLiDIYc .row {
  justify-content: center;
}
.cid-vb7wLiDIYc .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vb7wLiDIYc .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vb7wLiDIYc .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vb7wLiDIYc .image-wrapper img {
    height: 350px;
  }
}
.cid-vb7wLiDIYc .form-wrapper {
  padding-left: 54px;
}
@media (max-width: 992px) {
  .cid-vb7wLiDIYc .form-wrapper {
    padding: 0 12px;
  }
}
.cid-vb7wLiDIYc .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-vb7wLiDIYc .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-vb7wLiDIYc .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-vb7wLiDIYc .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vb7wLiDIYc .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 12px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #e1e1e1 !important;
  border-radius: 0 !important;
}
.cid-vb7wLiDIYc .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #e1e1e1;
}
.cid-vb7wLiDIYc .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vb7wLiDIYc .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #e1e1e1 !important;
}
.cid-vb7wLiDIYc .form-wrapper .dragArea.row .form-group textarea {
  min-height: 124px;
}
.cid-vb7wLiDIYc .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vb7wLiDIYc .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
.cid-vb7wLiDIYc .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vb7wLiDIYc .mbr-section-title {
  color: #000000;
}
.cid-vb7wLiDIYc .mbr-text {
  color: #000000;
}
.cid-vb7wLiDIYc label {
  color: #000000;
}
.cid-vb1ZgFbeSe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #060606;
}
.cid-vb1ZgFbeSe img {
  width: 120px;
  margin: auto;
}
.cid-vb1ZgFbeSe .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vb1ZgFbeSe .card {
    max-width: 12.5%;
  }
}
.cid-vb1QoqN6l0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-vb1QoqN6l0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1QoqN6l0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-vb1QoqN6l0 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-vb1QoqN6l0 .items-wrapper .card {
  padding: 0 32px;
}
.cid-vb1QoqN6l0 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:hover,
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vb1QoqN6l0 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vb1QoqN6l0 .mbr-desc {
  color: #b15e00;
}
.cid-vb1QoqN6l0 .mbr-text,
.cid-vb1QoqN6l0 .text-wrapper {
  color: #9aa0a6;
}
.cid-vb1QoqN6l0 .list {
  color: #9aa0a6;
}
.cid-vb1QoqN6l0 .mbr-text,
.cid-vb1QoqN6l0 .mbr-section-btn {
  color: #ffffff;
}
.cid-v97S5BuQIL .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-v97S5BuQIL .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v97S5BuQIL a {
  font-style: normal;
}
.cid-v97S5BuQIL .show {
  overflow: visible;
}
.cid-v97S5BuQIL .dropdown-menu {
  max-height: 400px;
}
.cid-v97S5BuQIL .dropdown-item:active {
  background-color: transparent;
}
.cid-v97S5BuQIL .nav-link {
  font-weight: 600 !important;
}
.cid-v97S5BuQIL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v97S5BuQIL .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-v97S5BuQIL .nav-item:focus,
.cid-v97S5BuQIL .nav-link:focus {
  outline: none;
}
.cid-v97S5BuQIL .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v97S5BuQIL .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v97S5BuQIL .menu-logo {
  margin-right: auto;
}
.cid-v97S5BuQIL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v97S5BuQIL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v97S5BuQIL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-v97S5BuQIL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v97S5BuQIL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v97S5BuQIL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v97S5BuQIL .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v97S5BuQIL .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-v97S5BuQIL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v97S5BuQIL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v97S5BuQIL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v97S5BuQIL .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v97S5BuQIL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-v97S5BuQIL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v97S5BuQIL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v97S5BuQIL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v97S5BuQIL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-v97S5BuQIL .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-v97S5BuQIL .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v97S5BuQIL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v97S5BuQIL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v97S5BuQIL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v97S5BuQIL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v97S5BuQIL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v97S5BuQIL button.navbar-toggler:focus {
  outline: none;
}
.cid-v97S5BuQIL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-v97S5BuQIL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v97S5BuQIL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v97S5BuQIL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v97S5BuQIL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v97S5BuQIL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v97S5BuQIL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v97S5BuQIL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v97S5BuQIL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v97S5BuQIL .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v97S5BuQIL .collapsed .btn {
  display: -webkit-flex;
}
.cid-v97S5BuQIL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v97S5BuQIL .collapsed .navbar-collapse.collapsing,
.cid-v97S5BuQIL .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-v97S5BuQIL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v97S5BuQIL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v97S5BuQIL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v97S5BuQIL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v97S5BuQIL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v97S5BuQIL .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v97S5BuQIL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v97S5BuQIL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v97S5BuQIL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-v97S5BuQIL .collapsed button.navbar-toggler {
  display: block;
}
.cid-v97S5BuQIL .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v97S5BuQIL .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v97S5BuQIL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v97S5BuQIL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v97S5BuQIL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v97S5BuQIL .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;
}
@media (max-width: 991px) {
  .cid-v97S5BuQIL.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v97S5BuQIL img {
    height: 3.8rem !important;
  }
  .cid-v97S5BuQIL .btn {
    display: -webkit-flex;
  }
  .cid-v97S5BuQIL button.navbar-toggler {
    display: block;
  }
  .cid-v97S5BuQIL .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v97S5BuQIL .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v97S5BuQIL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v97S5BuQIL .navbar-collapse.collapsing,
  .cid-v97S5BuQIL .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-v97S5BuQIL .navbar-collapse.collapsing .navbar-nav,
  .cid-v97S5BuQIL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v97S5BuQIL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v97S5BuQIL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v97S5BuQIL .navbar-collapse.collapsing .navbar-buttons,
  .cid-v97S5BuQIL .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v97S5BuQIL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v97S5BuQIL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v97S5BuQIL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v97S5BuQIL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v97S5BuQIL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v97S5BuQIL .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;
  }
}
@media (max-width: 767px) {
  .cid-v97S5BuQIL .nav-link {
    justify-content: start !important;
  }
  .cid-v97S5BuQIL .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-v97S5BuQIL .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-v97S5BuQIL .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 767px) {
  .cid-v97S5BuQIL .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-v97S5BuQIL .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v97S5BuQIL .nav-link:hover,
.cid-v97S5BuQIL .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-v97S5BuQIL .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-v97S5BuQIL .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-v97S5CmY3F {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/barcos-4-1900x1200.jpg");
}
.cid-v97S5CmY3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v97S5CmY3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v97S5CmY3F .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-v97S5CmY3F .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-v97S5CmY3F .container {
    padding: 0 25px;
  }
}
.cid-v97S5CmY3F .title-wrapper {
  padding: 100px 0;
}
.cid-v97S5CmY3F .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v97S5CmY3F .mbr-section-title {
  color: #ffffff;
}
.cid-v97S5CG1KM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v97S5CG1KM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v97S5CG1KM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v97S5CG1KM .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v97S5CG1KM .card {
    margin-bottom: 40px;
  }
}
.cid-v97S5CG1KM .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v97S5CG1KM .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v97S5CG1KM .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v97S5CG1KM .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v97S5CG1KM .mbr-label {
  color: #be0000;
}
.cid-v97S5CG1KM .mbr-section-title {
  color: #000000;
}
.cid-v97S5CG1KM .mbr-text {
  color: #000000;
}
.cid-van0mDcoER {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-van0mDcoER .mbr-fallback-image.disabled {
  display: none;
}
.cid-van0mDcoER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-van0mDcoER .mbr-section-head {
  margin-bottom: 2rem;
  width: 100%;
}
.cid-van0mDcoER .mbr-section-title {
  color: #181817;
}
.cid-van0mDcoER .mbr-section-subtitle {
  color: #181817;
  margin-top: 1rem;
}
.cid-van0mDcoER .card-row {
  align-items: stretch;
}
.cid-van0mDcoER .item {
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-van0mDcoER .item {
    width: 50% !important;
  }
}
@media (min-width: 768px) {
  .cid-van0mDcoER .item {
    width: 50% !important;
  }
}
.cid-van0mDcoER .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
  padding-top: 20px;
  min-height: 470px;
}
@media (max-width: 991px) {
  .cid-van0mDcoER .item-wrapper {
    min-height: 360px;
  }
}
.cid-van0mDcoER .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cid-van0mDcoER .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-van0mDcoER .card-box {
  position: relative;
  z-index: 3;
  padding: 8rem 1.5rem 1.5rem;
  background-image: linear-gradient(180deg, rgba(24, 24, 23, 0), rgba(24, 24, 23, 0.9) 65%);
  transition: 0.4s all;
  opacity: 1;
}
.cid-van0mDcoER .card-title {
  color: #f6f6ef;
  margin-bottom: 0.6rem;
}
.cid-van0mDcoER .card-subtitle {
  color: #f6f6ef;
  margin-bottom: 1rem;
  margin-top: 0 !important;
}
.cid-van0mDcoER .card-text {
  color: #f6f6ef;
  margin-bottom: 0;
}
.cid-van0mDcoER .card-text-container {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
}
.cid-van0mDcoER .iconfont-wrapper {
  margin-right: 18px;
}
.cid-van0mDcoER .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #f6f6ef;
  width: fit-content;
}
.cid-van0mDcoER .bg-overlay {
  display: none;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.cid-van0mDcoER .bg-overlay-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #181817;
  opacity: 0;
  z-index: 5;
  transition: 0.4s all;
}
.cid-van0mDcoER .mbr-section-btn {
  position: relative;
  z-index: 6;
  transform: translateY(2rem);
  transition: 0.4s all;
  opacity: 0;
  padding: 0 1rem;
}
.cid-van0mDcoER .mbr-section-btn .btn {
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-van0mDcoER .mbr-section-btn {
    width: auto;
  }
  .cid-van0mDcoER .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-vb7mEyvRZz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vb7mEyvRZz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb7mEyvRZz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vb7mEyvRZz .container {
    padding: 0 25px;
  }
}
.cid-vb7mEyvRZz .row {
  justify-content: center;
}
.cid-vb7mEyvRZz .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vb7mEyvRZz .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vb7mEyvRZz .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vb7mEyvRZz .image-wrapper img {
    height: 350px;
  }
}
.cid-vb7mEyvRZz .form-wrapper {
  padding-left: 54px;
}
@media (max-width: 992px) {
  .cid-vb7mEyvRZz .form-wrapper {
    padding: 0 12px;
  }
}
.cid-vb7mEyvRZz .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-vb7mEyvRZz .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-vb7mEyvRZz .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-vb7mEyvRZz .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vb7mEyvRZz .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 12px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #e1e1e1 !important;
  border-radius: 0 !important;
}
.cid-vb7mEyvRZz .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #e1e1e1;
}
.cid-vb7mEyvRZz .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vb7mEyvRZz .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #e1e1e1 !important;
}
.cid-vb7mEyvRZz .form-wrapper .dragArea.row .form-group textarea {
  min-height: 124px;
}
.cid-vb7mEyvRZz .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vb7mEyvRZz .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
.cid-vb7mEyvRZz .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vb7mEyvRZz .mbr-section-title {
  color: #000000;
}
.cid-vb7mEyvRZz .mbr-text {
  color: #000000;
}
.cid-vb7mEyvRZz label {
  color: #000000;
}
.cid-vb1UJ9PN7n {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #060606;
}
.cid-vb1UJ9PN7n img {
  width: 120px;
  margin: auto;
}
.cid-vb1UJ9PN7n .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vb1UJ9PN7n .card {
    max-width: 12.5%;
  }
}
.cid-vb1QoqN6l0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-vb1QoqN6l0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1QoqN6l0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-vb1QoqN6l0 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-vb1QoqN6l0 .items-wrapper .card {
  padding: 0 32px;
}
.cid-vb1QoqN6l0 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:hover,
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vb1QoqN6l0 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vb1QoqN6l0 .mbr-desc {
  color: #b15e00;
}
.cid-vb1QoqN6l0 .mbr-text,
.cid-vb1QoqN6l0 .text-wrapper {
  color: #9aa0a6;
}
.cid-vb1QoqN6l0 .list {
  color: #9aa0a6;
}
.cid-vb1QoqN6l0 .mbr-text,
.cid-vb1QoqN6l0 .mbr-section-btn {
  color: #ffffff;
}
.cid-v98E3dBq0G .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-v98E3dBq0G .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v98E3dBq0G a {
  font-style: normal;
}
.cid-v98E3dBq0G .show {
  overflow: visible;
}
.cid-v98E3dBq0G .dropdown-menu {
  max-height: 400px;
}
.cid-v98E3dBq0G .dropdown-item:active {
  background-color: transparent;
}
.cid-v98E3dBq0G .nav-link {
  font-weight: 600 !important;
}
.cid-v98E3dBq0G .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v98E3dBq0G .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-v98E3dBq0G .nav-item:focus,
.cid-v98E3dBq0G .nav-link:focus {
  outline: none;
}
.cid-v98E3dBq0G .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v98E3dBq0G .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v98E3dBq0G .menu-logo {
  margin-right: auto;
}
.cid-v98E3dBq0G .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v98E3dBq0G .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v98E3dBq0G .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-v98E3dBq0G .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v98E3dBq0G .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v98E3dBq0G .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v98E3dBq0G .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v98E3dBq0G .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-v98E3dBq0G .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v98E3dBq0G .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v98E3dBq0G .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v98E3dBq0G .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v98E3dBq0G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-v98E3dBq0G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v98E3dBq0G .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v98E3dBq0G .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v98E3dBq0G .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-v98E3dBq0G .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-v98E3dBq0G .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v98E3dBq0G .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v98E3dBq0G .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v98E3dBq0G .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v98E3dBq0G .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v98E3dBq0G button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v98E3dBq0G button.navbar-toggler:focus {
  outline: none;
}
.cid-v98E3dBq0G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-v98E3dBq0G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v98E3dBq0G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v98E3dBq0G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v98E3dBq0G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v98E3dBq0G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v98E3dBq0G nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v98E3dBq0G nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v98E3dBq0G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v98E3dBq0G .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v98E3dBq0G .collapsed .btn {
  display: -webkit-flex;
}
.cid-v98E3dBq0G .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v98E3dBq0G .collapsed .navbar-collapse.collapsing,
.cid-v98E3dBq0G .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-v98E3dBq0G .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v98E3dBq0G .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v98E3dBq0G .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v98E3dBq0G .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v98E3dBq0G .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v98E3dBq0G .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v98E3dBq0G .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v98E3dBq0G .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v98E3dBq0G .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-v98E3dBq0G .collapsed button.navbar-toggler {
  display: block;
}
.cid-v98E3dBq0G .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v98E3dBq0G .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v98E3dBq0G .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v98E3dBq0G .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v98E3dBq0G .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v98E3dBq0G .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;
}
@media (max-width: 991px) {
  .cid-v98E3dBq0G.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v98E3dBq0G img {
    height: 3.8rem !important;
  }
  .cid-v98E3dBq0G .btn {
    display: -webkit-flex;
  }
  .cid-v98E3dBq0G button.navbar-toggler {
    display: block;
  }
  .cid-v98E3dBq0G .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v98E3dBq0G .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v98E3dBq0G .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v98E3dBq0G .navbar-collapse.collapsing,
  .cid-v98E3dBq0G .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-v98E3dBq0G .navbar-collapse.collapsing .navbar-nav,
  .cid-v98E3dBq0G .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v98E3dBq0G .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v98E3dBq0G .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v98E3dBq0G .navbar-collapse.collapsing .navbar-buttons,
  .cid-v98E3dBq0G .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v98E3dBq0G .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v98E3dBq0G .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v98E3dBq0G .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v98E3dBq0G .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v98E3dBq0G .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v98E3dBq0G .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;
  }
}
@media (max-width: 767px) {
  .cid-v98E3dBq0G .nav-link {
    justify-content: start !important;
  }
  .cid-v98E3dBq0G .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-v98E3dBq0G .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-v98E3dBq0G .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 767px) {
  .cid-v98E3dBq0G .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-v98E3dBq0G .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v98E3dBq0G .nav-link:hover,
.cid-v98E3dBq0G .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-v98E3dBq0G .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-v98E3dBq0G .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-v98E3ekUBW {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/barcos-4-1900x1200.jpg");
}
.cid-v98E3ekUBW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v98E3ekUBW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v98E3ekUBW .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-v98E3ekUBW .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-v98E3ekUBW .container {
    padding: 0 25px;
  }
}
.cid-v98E3ekUBW .title-wrapper {
  padding: 100px 0;
}
.cid-v98E3ekUBW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v98E3ekUBW .mbr-section-title {
  color: #ffffff;
}
.cid-vb7xyu09Rm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vb7xyu09Rm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb7xyu09Rm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vb7xyu09Rm .container {
    padding: 0 25px;
  }
}
.cid-vb7xyu09Rm .row {
  justify-content: center;
}
.cid-vb7xyu09Rm .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vb7xyu09Rm .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vb7xyu09Rm .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vb7xyu09Rm .image-wrapper img {
    height: 350px;
  }
}
.cid-vb7xyu09Rm .form-wrapper {
  padding-left: 54px;
}
@media (max-width: 992px) {
  .cid-vb7xyu09Rm .form-wrapper {
    padding: 0 12px;
  }
}
.cid-vb7xyu09Rm .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-vb7xyu09Rm .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-vb7xyu09Rm .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-vb7xyu09Rm .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vb7xyu09Rm .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 12px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #e1e1e1 !important;
  border-radius: 0 !important;
}
.cid-vb7xyu09Rm .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #e1e1e1;
}
.cid-vb7xyu09Rm .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vb7xyu09Rm .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #e1e1e1 !important;
}
.cid-vb7xyu09Rm .form-wrapper .dragArea.row .form-group textarea {
  min-height: 124px;
}
.cid-vb7xyu09Rm .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vb7xyu09Rm .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
.cid-vb7xyu09Rm .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vb7xyu09Rm .mbr-section-title {
  color: #000000;
}
.cid-vb7xyu09Rm .mbr-text {
  color: #000000;
}
.cid-vb7xyu09Rm label {
  color: #000000;
}
.cid-vb200u37mm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #060606;
}
.cid-vb200u37mm img {
  width: 120px;
  margin: auto;
}
.cid-vb200u37mm .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vb200u37mm .card {
    max-width: 12.5%;
  }
}
.cid-vb1QoqN6l0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-vb1QoqN6l0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1QoqN6l0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-vb1QoqN6l0 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-vb1QoqN6l0 .items-wrapper .card {
  padding: 0 32px;
}
.cid-vb1QoqN6l0 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:hover,
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vb1QoqN6l0 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vb1QoqN6l0 .mbr-desc {
  color: #b15e00;
}
.cid-vb1QoqN6l0 .mbr-text,
.cid-vb1QoqN6l0 .text-wrapper {
  color: #9aa0a6;
}
.cid-vb1QoqN6l0 .list {
  color: #9aa0a6;
}
.cid-vb1QoqN6l0 .mbr-text,
.cid-vb1QoqN6l0 .mbr-section-btn {
  color: #ffffff;
}
.cid-v98Fbj3bOQ .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-v98Fbj3bOQ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v98Fbj3bOQ a {
  font-style: normal;
}
.cid-v98Fbj3bOQ .show {
  overflow: visible;
}
.cid-v98Fbj3bOQ .dropdown-menu {
  max-height: 400px;
}
.cid-v98Fbj3bOQ .dropdown-item:active {
  background-color: transparent;
}
.cid-v98Fbj3bOQ .nav-link {
  font-weight: 600 !important;
}
.cid-v98Fbj3bOQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v98Fbj3bOQ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-v98Fbj3bOQ .nav-item:focus,
.cid-v98Fbj3bOQ .nav-link:focus {
  outline: none;
}
.cid-v98Fbj3bOQ .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v98Fbj3bOQ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v98Fbj3bOQ .menu-logo {
  margin-right: auto;
}
.cid-v98Fbj3bOQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v98Fbj3bOQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v98Fbj3bOQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-v98Fbj3bOQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v98Fbj3bOQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v98Fbj3bOQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v98Fbj3bOQ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v98Fbj3bOQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-v98Fbj3bOQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v98Fbj3bOQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v98Fbj3bOQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v98Fbj3bOQ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v98Fbj3bOQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-v98Fbj3bOQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v98Fbj3bOQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v98Fbj3bOQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v98Fbj3bOQ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-v98Fbj3bOQ .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-v98Fbj3bOQ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v98Fbj3bOQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v98Fbj3bOQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v98Fbj3bOQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v98Fbj3bOQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v98Fbj3bOQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v98Fbj3bOQ button.navbar-toggler:focus {
  outline: none;
}
.cid-v98Fbj3bOQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-v98Fbj3bOQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v98Fbj3bOQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v98Fbj3bOQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v98Fbj3bOQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v98Fbj3bOQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v98Fbj3bOQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v98Fbj3bOQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v98Fbj3bOQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v98Fbj3bOQ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v98Fbj3bOQ .collapsed .btn {
  display: -webkit-flex;
}
.cid-v98Fbj3bOQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v98Fbj3bOQ .collapsed .navbar-collapse.collapsing,
.cid-v98Fbj3bOQ .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-v98Fbj3bOQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v98Fbj3bOQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v98Fbj3bOQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v98Fbj3bOQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v98Fbj3bOQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v98Fbj3bOQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v98Fbj3bOQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v98Fbj3bOQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v98Fbj3bOQ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-v98Fbj3bOQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-v98Fbj3bOQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v98Fbj3bOQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v98Fbj3bOQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v98Fbj3bOQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v98Fbj3bOQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v98Fbj3bOQ .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;
}
@media (max-width: 991px) {
  .cid-v98Fbj3bOQ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v98Fbj3bOQ img {
    height: 3.8rem !important;
  }
  .cid-v98Fbj3bOQ .btn {
    display: -webkit-flex;
  }
  .cid-v98Fbj3bOQ button.navbar-toggler {
    display: block;
  }
  .cid-v98Fbj3bOQ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v98Fbj3bOQ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v98Fbj3bOQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v98Fbj3bOQ .navbar-collapse.collapsing,
  .cid-v98Fbj3bOQ .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-v98Fbj3bOQ .navbar-collapse.collapsing .navbar-nav,
  .cid-v98Fbj3bOQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v98Fbj3bOQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v98Fbj3bOQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v98Fbj3bOQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-v98Fbj3bOQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v98Fbj3bOQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v98Fbj3bOQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v98Fbj3bOQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v98Fbj3bOQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v98Fbj3bOQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v98Fbj3bOQ .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;
  }
}
@media (max-width: 767px) {
  .cid-v98Fbj3bOQ .nav-link {
    justify-content: start !important;
  }
  .cid-v98Fbj3bOQ .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-v98Fbj3bOQ .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-v98Fbj3bOQ .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 767px) {
  .cid-v98Fbj3bOQ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-v98Fbj3bOQ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v98Fbj3bOQ .nav-link:hover,
.cid-v98Fbj3bOQ .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-v98Fbj3bOQ .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-v98Fbj3bOQ .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-v98FbjXJvL {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/barcos-4-1900x1200.jpg");
}
.cid-v98FbjXJvL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v98FbjXJvL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v98FbjXJvL .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-v98FbjXJvL .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-v98FbjXJvL .container {
    padding: 0 25px;
  }
}
.cid-v98FbjXJvL .title-wrapper {
  padding: 100px 0;
}
.cid-v98FbjXJvL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v98FbjXJvL .mbr-section-title {
  color: #ffffff;
}
.cid-vb7xKk1pfm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vb7xKk1pfm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb7xKk1pfm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vb7xKk1pfm .container {
    padding: 0 25px;
  }
}
.cid-vb7xKk1pfm .row {
  justify-content: center;
  margin: 0;
}
.cid-vb7xKk1pfm .row .card {
  padding: 0;
}
.cid-vb7xKk1pfm .title-wrapper {
  margin-bottom: 50px;
}
.cid-vb7xKk1pfm .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-vb7xKk1pfm .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vb7xKk1pfm .item {
  padding: 0;
}
.cid-vb7xKk1pfm .item:nth-child(3n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-vb7xKk1pfm .item:nth-child(4n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-vb7xKk1pfm .item .item-wrapper {
  display: flex;
  border-radius: 0 !important;
}
.cid-vb7xKk1pfm .item .item-wrapper:hover .item-img img,
.cid-vb7xKk1pfm .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-vb7xKk1pfm .item .item-wrapper {
    display: block;
  }
}
.cid-vb7xKk1pfm .item .item-wrapper .item-img {
  position: relative;
  overflow: hidden;
  width: 50%;
  display: block;
}
@media (max-width: 992px) {
  .cid-vb7xKk1pfm .item .item-wrapper .item-img {
    width: 100%;
    height: 350px;
  }
}
.cid-vb7xKk1pfm .item .item-wrapper .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
.cid-vb7xKk1pfm .item .item-wrapper .item-content {
  width: 50%;
  padding: 30px;
  background-color: #f7f7f7;
  min-height: 365px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vb7xKk1pfm .item .item-wrapper .item-content {
    min-height: auto;
    width: 100%;
  }
}
.cid-vb7xKk1pfm .item .item-wrapper .item-content .desc-wrap {
  display: block;
  margin-bottom: 50px;
}
.cid-vb7xKk1pfm .item .item-wrapper .item-content .desc-wrap:hover .item-desc,
.cid-vb7xKk1pfm .item .item-wrapper .item-content .desc-wrap:focus .item-desc {
  background-color: #000000;
  color: #ffffff;
}
.cid-vb7xKk1pfm .item .item-wrapper .item-content .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #000000;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-vb7xKk1pfm .item .item-wrapper .item-content .title-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-vb7xKk1pfm .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 20px;
  cursor: pointer;
}
.cid-vb7xKk1pfm .item .item-wrapper .item-content .title-wrap .item-price {
  margin: 0;
}
.cid-vb7xKk1pfm .mbr-section-btn {
  margin-top: 60px;
}
.cid-vb7xKk1pfm .mbr-section-title {
  color: #000000;
}
.cid-vb7xKk1pfm .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vb7xKk1pfm .item-title {
  color: #000000;
}
.cid-vb7xKk1pfm .item-desc {
  color: #ffffff;
}
.cid-vb7xKk1pfm .item-subtitle {
  color: #b15e00;
}
.cid-vb7xKk1pfm .item-price {
  color: #b15e00;
}
.cid-vb7xKk1pfm .mbr-section-title,
.cid-vb7xKk1pfm .mbr-section-btn {
  text-align: center;
}
.cid-vb7xSKNtPv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vb7xSKNtPv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb7xSKNtPv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb7xSKNtPv .items-wrapper {
  justify-content: center;
}
.cid-vb7xSKNtPv .item {
  margin-bottom: 20px;
}
.cid-vb7xSKNtPv .item .item-wrapper .item-img img {
  height: 50px;
  object-fit: cover;
}
.cid-vb7xSKNtPv .btn-wrapper {
  margin-top: 20%;
}
.cid-vb7xOIqw3c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vb7xOIqw3c .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb7xOIqw3c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vb7xOIqw3c .container {
    padding: 0 25px;
  }
}
.cid-vb7xOIqw3c .row {
  justify-content: center;
}
.cid-vb7xOIqw3c .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vb7xOIqw3c .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vb7xOIqw3c .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vb7xOIqw3c .image-wrapper img {
    height: 350px;
  }
}
.cid-vb7xOIqw3c .form-wrapper {
  padding-left: 54px;
}
@media (max-width: 992px) {
  .cid-vb7xOIqw3c .form-wrapper {
    padding: 0 12px;
  }
}
.cid-vb7xOIqw3c .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-vb7xOIqw3c .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-vb7xOIqw3c .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-vb7xOIqw3c .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vb7xOIqw3c .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 12px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #e1e1e1 !important;
  border-radius: 0 !important;
}
.cid-vb7xOIqw3c .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #e1e1e1;
}
.cid-vb7xOIqw3c .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vb7xOIqw3c .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #e1e1e1 !important;
}
.cid-vb7xOIqw3c .form-wrapper .dragArea.row .form-group textarea {
  min-height: 124px;
}
.cid-vb7xOIqw3c .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vb7xOIqw3c .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
.cid-vb7xOIqw3c .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vb7xOIqw3c .mbr-section-title {
  color: #000000;
}
.cid-vb7xOIqw3c .mbr-text {
  color: #000000;
}
.cid-vb7xOIqw3c label {
  color: #000000;
}
.cid-v98FblYTd4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #060606;
}
.cid-v98FblYTd4 img {
  width: 120px;
  margin: auto;
}
.cid-v98FblYTd4 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v98FblYTd4 .card {
    max-width: 12.5%;
  }
}
.cid-vb1QoqN6l0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-vb1QoqN6l0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1QoqN6l0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-vb1QoqN6l0 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-vb1QoqN6l0 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-vb1QoqN6l0 .items-wrapper .card {
  padding: 0 32px;
}
.cid-vb1QoqN6l0 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:hover,
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vb1QoqN6l0 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vb1QoqN6l0 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vb1QoqN6l0 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vb1QoqN6l0 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-vb1QoqN6l0 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vb1QoqN6l0 .mbr-desc {
  color: #b15e00;
}
.cid-vb1QoqN6l0 .mbr-text,
.cid-vb1QoqN6l0 .text-wrapper {
  color: #9aa0a6;
}
.cid-vb1QoqN6l0 .list {
  color: #9aa0a6;
}
.cid-vb1QoqN6l0 .mbr-text,
.cid-vb1QoqN6l0 .mbr-section-btn {
  color: #ffffff;
}
