body {
  font-family: Gloock;
}
.display-1 {
  font-family: 'Gloock', serif;
  font-size: 3.25rem;
  line-height: 1;
  letter-spacing: .02em;
}
.display-1 > .mbr-iconfont {
  font-size: 4.0625rem;
}
.display-2 {
  font-family: 'Gloock', serif;
  font-size: 2.875rem;
  line-height: 3.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.59375rem;
}
.display-4 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Gloock', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 1.8rem;
  letter-spacing: -0.014em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.275rem;
    font-size: calc( 1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.3rem;
    font-size: calc( 1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.65625rem + (2.875 - 1.65625) * ((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: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #c2b299 !important;
}
.bg-info {
  background-color: #a7908a !important;
}
.bg-warning {
  background-color: #79526f !important;
}
.bg-danger {
  background-color: #436262 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e4dfd4 !important;
  border-color: #e4dfd4 !important;
  color: #726447 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c3b79f !important;
  border-color: #c3b79f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #726447 !important;
  background-color: #c3b79f !important;
  border-color: #c3b79f !important;
}
.btn-info,
.btn-info:active {
  background-color: #a7908a !important;
  border-color: #a7908a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #7d645e !important;
  border-color: #7d645e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #7d645e !important;
  border-color: #7d645e !important;
}
.btn-success,
.btn-success:active {
  background-color: #c2b299 !important;
  border-color: #c2b299 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #a28963 !important;
  border-color: #a28963 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a28963 !important;
  border-color: #a28963 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #79526f !important;
  border-color: #79526f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #452f40 !important;
  border-color: #452f40 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #452f40 !important;
  border-color: #452f40 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #436262 !important;
  border-color: #436262 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #202f2f !important;
  border-color: #202f2f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #202f2f !important;
  border-color: #202f2f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e4dfd4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c3b79f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #726447 !important;
  background-color: #e4dfd4 !important;
  border-color: #e4dfd4 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a7908a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #7d645e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #a7908a !important;
  border-color: #a7908a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c2b299;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a28963 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c2b299 !important;
  border-color: #c2b299 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #79526f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #452f40 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #79526f !important;
  border-color: #79526f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #436262;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #202f2f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #436262 !important;
  border-color: #436262 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #ffffff !important;
}
.text-secondary {
  color: #e4dfd4 !important;
}
.text-success {
  color: #c2b299 !important;
}
.text-info {
  color: #a7908a !important;
}
.text-warning {
  color: #79526f !important;
}
.text-danger {
  color: #436262 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #bdb095 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #99815c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #745d57 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #3c2937 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1a2525 !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #a7908a;
}
.alert-warning {
  background-color: #79526f;
}
.alert-danger {
  background-color: #436262;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f2eee9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ded5d3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b694ae;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #7ea7a7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e4dfd4 !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='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 18px 62px;
  border: 1px solid !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 18px 32px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: inset 250px 0 0 0 #a7908a !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border-color: #ffffff !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  border-color: #a7908a !important;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border-color: #e4dfd4 !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  border-color: #a7908a !important;
}
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border-color: #c2b299 !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  border-color: #a7908a !important;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border-color: #a7908a !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  border-color: #ffffff !important;
  box-shadow: inset 250px 0 0 0 #ffffff !important;
}
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border-color: #79526f !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  border-color: #a7908a !important;
}
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border-color: #436262 !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  border-color: #a7908a !important;
}
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border-color: #ffffff !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  border-color: #a7908a !important;
}
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border-color: #000000 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  border-color: #a7908a !important;
}
.cid-tGGzgCbktB {
  z-index: 1000;
  width: 100%;
}
.cid-tGGzgCbktB .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
  position: fixed;
}
.cid-tGGzgCbktB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-tGGzgCbktB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGGzgCbktB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tGGzgCbktB .menu_box .navbar.opened,
  .cid-tGGzgCbktB .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-tGGzgCbktB nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tGGzgCbktB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tGGzgCbktB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tGGzgCbktB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-tGGzgCbktB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tGGzgCbktB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tGGzgCbktB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tGGzgCbktB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tGGzgCbktB .offcanvas-body .mbr-text,
  .cid-tGGzgCbktB .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tGGzgCbktB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tGGzgCbktB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tGGzgCbktB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGGzgCbktB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tGGzgCbktB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tGGzgCbktB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tGGzgCbktB .lg_brand {
    margin: 0 1rem;
  }
  .cid-tGGzgCbktB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tGGzgCbktB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tGGzgCbktB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .nav-item {
    margin: 0 !important;
  }
}
.cid-tGGzgCbktB .nav-item .nav-link {
  position: relative;
}
.cid-tGGzgCbktB .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tGGzgCbktB .nav-item .nav-link:hover,
.cid-tGGzgCbktB .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-tGGzgCbktB .nav-item .nav-link:hover::before,
.cid-tGGzgCbktB .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tGGzgCbktB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tGGzgCbktB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGGzgCbktB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tGGzgCbktB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tGGzgCbktB .offcanvas_box {
    display: none;
  }
}
.cid-tGGzgCbktB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tGGzgCbktB .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tGGzgCbktB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tGGzgCbktB .container {
  display: flex;
  margin: auto;
}
.cid-tGGzgCbktB .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tGGzgCbktB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tGGzgCbktB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tGGzgCbktB .navbar-caption {
  color: #ffffff;
}
.cid-tGGzgCbktB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .navbar-nav {
    margin: 0;
  }
}
.cid-tGGzgCbktB .dropdown-menu,
.cid-tGGzgCbktB .navbar.opened {
  background-color: false !important;
}
.cid-tGGzgCbktB .nav-item:focus,
.cid-tGGzgCbktB .nav-link:focus {
  outline: none;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGGzgCbktB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGGzgCbktB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGGzgCbktB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tGGzgCbktB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tGGzgCbktB .navbar.opened {
  transition: all 0.3s;
}
.cid-tGGzgCbktB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tGGzgCbktB .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-tGGzgCbktB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tGGzgCbktB .navbar.collapsed {
  justify-content: center;
}
.cid-tGGzgCbktB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGGzgCbktB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tGGzgCbktB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGGzgCbktB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGGzgCbktB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGGzgCbktB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tGGzgCbktB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tGGzgCbktB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tGGzgCbktB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGGzgCbktB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tGGzgCbktB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGGzgCbktB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tGGzgCbktB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tGGzgCbktB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tGGzgCbktB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGGzgCbktB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tGGzgCbktB .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGGzgCbktB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGGzgCbktB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGGzgCbktB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGGzgCbktB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tGGzgCbktB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGGzgCbktB .dropdown-item.active,
.cid-tGGzgCbktB .dropdown-item:active {
  background-color: transparent;
}
.cid-tGGzgCbktB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGGzgCbktB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGGzgCbktB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGGzgCbktB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGGzgCbktB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tGGzgCbktB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGGzgCbktB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGGzgCbktB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tGGzgCbktB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGGzgCbktB .navbar {
    height: 70px;
  }
  .cid-tGGzgCbktB .navbar.opened {
    height: auto;
  }
  .cid-tGGzgCbktB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGGzgCbktB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tGGzgCbktB .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tGGzgCbktB .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tGGzgCbktB .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-tGGzgCbktB .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tGGzgCbktB .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tGGzgCbktB .text_widget {
  margin-bottom: 32px;
}
.cid-tGGzgCbktB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tGGzgCbktB .text_widget a:hover {
  opacity: .5;
}
.cid-tGGzgCbktB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tGGzgCbktB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tGGzgCbktB .mbr-section-subtitle,
.cid-tGGzgCbktB .text_widget,
.cid-tGGzgCbktB .mbr-section-btn {
  text-align: center;
}
.cid-tGGzgCbktB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tGGzh0oaiq {
  background-image: url("../../../assets/images/p-6-856x750.jpg");
}
.cid-tGGzh0oaiq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGzh0oaiq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGzh0oaiq .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tGGzh0oaiq .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tGGzh0oaiq .container {
    padding: 0 20px;
  }
}
.cid-tGGzh0oaiq .title-wrapper {
  padding: 200px 0;
}
@media (max-width: 992px) {
  .cid-tGGzh0oaiq .title-wrapper {
    padding: 50px 0;
  }
}
.cid-tGGzh0oaiq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tGGzh0oaiq .title-wrapper .mbr-text {
  margin: 24px 0;
}
@media (max-width: 992px) {
  .cid-tGGzh0oaiq .title-wrapper .mbr-text {
    margin: 20px 0;
  }
}
.cid-tGGzh0oaiq .mbr-section-title {
  color: #ffffff;
}
.cid-tGGzh0oaiq .mbr-text {
  color: #f2f2f2;
  text-align: center;
}
.cid-tGGzh0oaiq .mbr-section-title,
.cid-tGGzh0oaiq .mbr-section-btn {
  text-align: center;
}
.cid-tGGzm1MCYQ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #1b1b1b;
}
.cid-tGGzm1MCYQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGzm1MCYQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGzm1MCYQ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tGGzm1MCYQ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tGGzm1MCYQ .container {
    padding: 0 20px;
  }
}
.cid-tGGzm1MCYQ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tGGzm1MCYQ .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-tGGzm1MCYQ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tGGzm1MCYQ .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tGGzm1MCYQ .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tGGzm1MCYQ .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-tGGzm1MCYQ .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-tGGzm1MCYQ .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tGGzm1MCYQ .image-wrapper img {
    height: 300px;
  }
}
.cid-tGGzm1MCYQ .mbr-section-title {
  color: #c2b299;
}
.cid-tGGzm1MCYQ .mbr-text {
  color: #e4dfd4;
}
.cid-tP9Y56ETyd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1b1b1b;
}
.cid-tP9Y56ETyd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP9Y56ETyd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP9Y56ETyd .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tP9Y56ETyd .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tP9Y56ETyd .container {
    padding: 0 20px;
  }
}
.cid-tP9Y56ETyd .row {
  justify-content: center;
}
.cid-tP9Y56ETyd .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tP9Y56ETyd .item {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tP9Y56ETyd .item {
    margin-bottom: 50px;
  }
}
.cid-tP9Y56ETyd .item .item-wrapper a {
  display: block;
}
.cid-tP9Y56ETyd .item .item-wrapper a .item-img {
  margin-bottom: 24px;
  position: relative;
}
.cid-tP9Y56ETyd .item .item-wrapper a .item-img img {
  height: 340px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tP9Y56ETyd .item .item-wrapper a .item-img img {
    height: 300px;
  }
}
.cid-tP9Y56ETyd .item .item-wrapper a .item-img .mbr-iconfont {
  position: absolute;
  right: 16px;
  bottom: 16px;
  font-size: 16px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #1b1b1b;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.cid-tP9Y56ETyd .item .item-wrapper a .item-img .mbr-iconfont:hover {
  background-color: #555354;
}
.cid-tP9Y56ETyd .item .item-wrapper a .item-content .mbr-card-title {
  margin-bottom: 0;
}
.cid-tP9Y56ETyd .item .item-wrapper a .item-content .mbr-date {
  margin-bottom: 16px;
}
.cid-tP9Y56ETyd .mbr-section-title {
  color: #c2b299;
}
.cid-tP9Y56ETyd .mbr-card-title {
  color: #c2b299;
  text-align: center;
}
.cid-tP9Y56ETyd .mbr-date {
  color: #e4dfd4;
  text-align: center;
}
.cid-tPurC1w8SM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #272727;
  overflow: hidden;
}
.cid-tPf0W4PQbM {
  z-index: 1000;
  width: 100%;
}
.cid-tPf0W4PQbM .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
  position: fixed;
}
.cid-tPf0W4PQbM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-tPf0W4PQbM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPf0W4PQbM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tPf0W4PQbM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tPf0W4PQbM .menu_box .navbar.opened,
  .cid-tPf0W4PQbM .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-tPf0W4PQbM nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tPf0W4PQbM .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tPf0W4PQbM .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPf0W4PQbM .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tPf0W4PQbM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tPf0W4PQbM .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tPf0W4PQbM .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-tPf0W4PQbM .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tPf0W4PQbM .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tPf0W4PQbM .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tPf0W4PQbM .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tPf0W4PQbM .offcanvas-body .mbr-text,
  .cid-tPf0W4PQbM .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tPf0W4PQbM .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tPf0W4PQbM .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tPf0W4PQbM .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tPf0W4PQbM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tPf0W4PQbM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tPf0W4PQbM .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tPf0W4PQbM .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tPf0W4PQbM ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tPf0W4PQbM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPf0W4PQbM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tPf0W4PQbM .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tPf0W4PQbM li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tPf0W4PQbM .lg_brand {
    margin: 0 1rem;
  }
  .cid-tPf0W4PQbM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tPf0W4PQbM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tPf0W4PQbM .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tPf0W4PQbM .nav-item {
    margin: 0 !important;
  }
}
.cid-tPf0W4PQbM .nav-item .nav-link {
  position: relative;
}
.cid-tPf0W4PQbM .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tPf0W4PQbM .nav-item .nav-link:hover,
.cid-tPf0W4PQbM .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-tPf0W4PQbM .nav-item .nav-link:hover::before,
.cid-tPf0W4PQbM .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tPf0W4PQbM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tPf0W4PQbM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tPf0W4PQbM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tPf0W4PQbM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPf0W4PQbM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tPf0W4PQbM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tPf0W4PQbM .offcanvas_box {
    display: none;
  }
}
.cid-tPf0W4PQbM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tPf0W4PQbM .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tPf0W4PQbM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tPf0W4PQbM .container {
  display: flex;
  margin: auto;
}
.cid-tPf0W4PQbM .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tPf0W4PQbM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tPf0W4PQbM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tPf0W4PQbM .navbar-caption {
  color: #ffffff;
}
.cid-tPf0W4PQbM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tPf0W4PQbM .navbar-nav {
    margin: 0;
  }
}
.cid-tPf0W4PQbM .dropdown-menu,
.cid-tPf0W4PQbM .navbar.opened {
  background-color: false !important;
}
.cid-tPf0W4PQbM .nav-item:focus,
.cid-tPf0W4PQbM .nav-link:focus {
  outline: none;
}
.cid-tPf0W4PQbM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPf0W4PQbM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPf0W4PQbM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPf0W4PQbM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPf0W4PQbM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPf0W4PQbM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPf0W4PQbM .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tPf0W4PQbM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tPf0W4PQbM .navbar.opened {
  transition: all 0.3s;
}
.cid-tPf0W4PQbM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tPf0W4PQbM .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-tPf0W4PQbM .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tPf0W4PQbM .navbar.collapsed {
  justify-content: center;
}
.cid-tPf0W4PQbM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPf0W4PQbM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPf0W4PQbM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPf0W4PQbM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPf0W4PQbM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPf0W4PQbM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tPf0W4PQbM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tPf0W4PQbM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tPf0W4PQbM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tPf0W4PQbM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPf0W4PQbM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPf0W4PQbM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tPf0W4PQbM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPf0W4PQbM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tPf0W4PQbM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPf0W4PQbM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tPf0W4PQbM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tPf0W4PQbM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tPf0W4PQbM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tPf0W4PQbM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPf0W4PQbM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tPf0W4PQbM .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPf0W4PQbM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPf0W4PQbM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPf0W4PQbM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPf0W4PQbM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tPf0W4PQbM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPf0W4PQbM .dropdown-item.active,
.cid-tPf0W4PQbM .dropdown-item:active {
  background-color: transparent;
}
.cid-tPf0W4PQbM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPf0W4PQbM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPf0W4PQbM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPf0W4PQbM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPf0W4PQbM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tPf0W4PQbM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPf0W4PQbM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-tPf0W4PQbM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tPf0W4PQbM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPf0W4PQbM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPf0W4PQbM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPf0W4PQbM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPf0W4PQbM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPf0W4PQbM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPf0W4PQbM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPf0W4PQbM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPf0W4PQbM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tPf0W4PQbM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPf0W4PQbM .navbar {
    height: 70px;
  }
  .cid-tPf0W4PQbM .navbar.opened {
    height: auto;
  }
  .cid-tPf0W4PQbM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPf0W4PQbM .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tPf0W4PQbM .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tPf0W4PQbM .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tPf0W4PQbM .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-tPf0W4PQbM .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tPf0W4PQbM .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tPf0W4PQbM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tPf0W4PQbM .text_widget {
  margin-bottom: 32px;
}
.cid-tPf0W4PQbM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tPf0W4PQbM .text_widget a:hover {
  opacity: .5;
}
.cid-tPf0W4PQbM .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tPf0W4PQbM .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tPf0W4PQbM .mbr-section-subtitle,
.cid-tPf0W4PQbM .text_widget,
.cid-tPf0W4PQbM .mbr-section-btn {
  text-align: center;
}
.cid-tPf0W4PQbM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tPf0W79bAS {
  background-image: url("../../../assets/images/1694157292696-1-2000x900.jpeg");
}
.cid-tPf0W79bAS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPf0W79bAS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPf0W79bAS .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tPf0W79bAS .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tPf0W79bAS .container {
    padding: 0 20px;
  }
}
.cid-tPf0W79bAS .title-wrapper {
  padding: 200px 0;
}
@media (max-width: 992px) {
  .cid-tPf0W79bAS .title-wrapper {
    padding: 50px 0;
  }
}
.cid-tPf0W79bAS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tPf0W79bAS .title-wrapper .mbr-text {
  margin: 24px 0;
}
@media (max-width: 992px) {
  .cid-tPf0W79bAS .title-wrapper .mbr-text {
    margin: 20px 0;
  }
}
.cid-tPf0W79bAS .mbr-section-title {
  color: #ffffff;
}
.cid-tPf0W79bAS .mbr-text {
  color: #f2f2f2;
  text-align: center;
}
.cid-tPf0W79bAS .mbr-section-title,
.cid-tPf0W79bAS .mbr-section-btn {
  text-align: center;
}
.cid-tPf7iiZi8K {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #181818;
}
.cid-tPf7iiZi8K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPf7iiZi8K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPf7iiZi8K .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tPf7iiZi8K .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tPf7iiZi8K .container {
    padding: 0 30px;
  }
}
.cid-tPf7iiZi8K .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tPf7iiZi8K .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tPf7iiZi8K .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tPf7iiZi8K .mbr-section-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-tPf7iiZi8K .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPf7iiZi8K .mbr-section-title {
  color: #ffffff;
}
.cid-tPf7iiZi8K .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tPf9unK99H {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #181818;
}
.cid-tPf9unK99H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPf9unK99H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPf9unK99H .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tPf9unK99H .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tPf9unK99H .container {
    padding: 0 30px;
  }
}
.cid-tPf9unK99H .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tPf9unK99H .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-tPf9unK99H .image-wrapper img {
  height: 250px;
  object-fit: cover;
  border-radius: 3em;
}
.cid-tPf9unK99H .text-wrapper {
  margin-left: 32px;
  margin-left: 0;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-tPf9unK99H .text-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tPf9unK99H .text-wrapper {
    margin: 0;
  }
}
.cid-tPf9unK99H .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPf9unK99H .mbr-text {
  color: #ffffff;
}
.cid-tPf7km0GKX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #181818;
}
.cid-tPf7km0GKX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPf7km0GKX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPf7km0GKX .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tPf7km0GKX .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tPf7km0GKX .container {
    padding: 0 30px;
  }
}
.cid-tPf7km0GKX .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tPf7km0GKX .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-tPf7km0GKX .image-wrapper img {
  height: 250px;
  object-fit: cover;
  border-radius: 3em;
}
.cid-tPf7km0GKX .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-tPf7km0GKX .text-wrapper {
    margin: 0;
  }
}
.cid-tPf7km0GKX .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPf7km0GKX .mbr-text {
  color: #ffffff;
}
.cid-tPf9vkenDv {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #181818;
}
.cid-tPf9vkenDv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPf9vkenDv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPf9vkenDv .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tPf9vkenDv .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tPf9vkenDv .container {
    padding: 0 30px;
  }
}
.cid-tPf9vkenDv .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tPf9vkenDv .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-tPf9vkenDv .image-wrapper img {
  height: 250px;
  object-fit: cover;
  border-radius: 3em;
}
.cid-tPf9vkenDv .text-wrapper {
  margin-left: 32px;
  margin-left: 0;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-tPf9vkenDv .text-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tPf9vkenDv .text-wrapper {
    margin: 0;
  }
}
.cid-tPf9vkenDv .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPf9vkenDv .mbr-text {
  color: #ffffff;
}
.cid-tPf7niLCTs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #181818;
}
.cid-tPf7niLCTs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPf7niLCTs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPf7niLCTs .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tPf7niLCTs .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tPf7niLCTs .container {
    padding: 0 30px;
  }
}
.cid-tPf7niLCTs .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tPf7niLCTs .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-tPf7niLCTs .image-wrapper img {
  height: 250px;
  object-fit: cover;
  border-radius: 3em;
}
.cid-tPf7niLCTs .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-tPf7niLCTs .text-wrapper {
    margin: 0;
  }
}
.cid-tPf7niLCTs .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPf7niLCTs .mbr-text {
  color: #ffffff;
}
.cid-tPfarCm17P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tPfarCm17P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPfarCm17P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPfarCm17P .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tPfarCm17P .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tPfarCm17P .container {
    padding: 0 30px;
  }
}
.cid-tPfarCm17P .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tPfarCm17P .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tPfarCm17P .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tPfarCm17P .mbr-section-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-tPfarCm17P .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPfarCm17P .mbr-section-title {
  color: #ffffff;
}
.cid-tPfarCm17P .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tPflVIzgZw {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #181818;
}
.cid-tPflVIzgZw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPflVIzgZw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPflVIzgZw .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tPflVIzgZw .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tPflVIzgZw .container {
    padding: 0 25px;
  }
}
.cid-tPflVIzgZw .row {
  justify-content: center;
}
.cid-tPflVIzgZw .item .item-wrapper {
  margin-bottom: 32px;
}
.cid-tPflVIzgZw .item .item-wrapper a {
  display: block;
}
.cid-tPflVIzgZw .item .item-wrapper a:hover .item-img img {
  transform: scale(1.06) translateX(6px);
}
.cid-tPflVIzgZw .item .item-wrapper a .item-img {
  overflow: hidden;
}
.cid-tPflVIzgZw .item .item-wrapper a .item-img img {
  height: 345px;
  object-fit: cover;
  margin-bottom: 15px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-tPf0WaPaFp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1b1b;
}
.cid-tPf0WaPaFp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPf0WaPaFp .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-tPf0WaPaFp .container {
    padding: 0 20px;
  }
}
.cid-tPf0WaPaFp .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tPf0WaPaFp .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-tPf0WaPaFp .panel-group {
  padding: 0 150px;
}
@media (max-width: 1200px) {
  .cid-tPf0WaPaFp .panel-group {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tPf0WaPaFp .panel-group {
    padding: 0;
  }
}
.cid-tPf0WaPaFp .panel-group .card:first-child .card-header {
  padding: 0 0 28px;
}
.cid-tPf0WaPaFp .panel-group .card .card-header {
  border: none;
  padding: 28px 0;
}
.cid-tPf0WaPaFp .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tPf0WaPaFp .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tPf0WaPaFp .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 16px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  color: #cdae9e;
}
.cid-tPf0WaPaFp .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #cdae9e;
}
.cid-tPf0WaPaFp .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-tPf0WaPaFp .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-tPf0WaPaFp .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tPf0WaPaFp .mbr-section-title {
  color: #c2b299;
}
.cid-tPf0WaPaFp .panel-title-edit {
  color: #c2b299;
}
.cid-tPf0WaPaFp .panel-text {
  color: #e4dfd4;
}
.cid-tPust9UgXg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #272727;
  overflow: hidden;
}
.cid-tPfPAgHkAb {
  z-index: 1000;
  width: 100%;
}
.cid-tPfPAgHkAb .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
  position: fixed;
}
.cid-tPfPAgHkAb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-tPfPAgHkAb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPfPAgHkAb .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tPfPAgHkAb .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tPfPAgHkAb .menu_box .navbar.opened,
  .cid-tPfPAgHkAb .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-tPfPAgHkAb nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tPfPAgHkAb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tPfPAgHkAb .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPfPAgHkAb .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tPfPAgHkAb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tPfPAgHkAb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tPfPAgHkAb .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-tPfPAgHkAb .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tPfPAgHkAb .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tPfPAgHkAb .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tPfPAgHkAb .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tPfPAgHkAb .offcanvas-body .mbr-text,
  .cid-tPfPAgHkAb .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tPfPAgHkAb .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tPfPAgHkAb .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tPfPAgHkAb .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tPfPAgHkAb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tPfPAgHkAb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tPfPAgHkAb .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tPfPAgHkAb .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tPfPAgHkAb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tPfPAgHkAb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPfPAgHkAb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tPfPAgHkAb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tPfPAgHkAb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tPfPAgHkAb .lg_brand {
    margin: 0 1rem;
  }
  .cid-tPfPAgHkAb .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tPfPAgHkAb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tPfPAgHkAb .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tPfPAgHkAb .nav-item {
    margin: 0 !important;
  }
}
.cid-tPfPAgHkAb .nav-item .nav-link {
  position: relative;
}
.cid-tPfPAgHkAb .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tPfPAgHkAb .nav-item .nav-link:hover,
.cid-tPfPAgHkAb .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-tPfPAgHkAb .nav-item .nav-link:hover::before,
.cid-tPfPAgHkAb .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tPfPAgHkAb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tPfPAgHkAb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tPfPAgHkAb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tPfPAgHkAb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPfPAgHkAb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tPfPAgHkAb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tPfPAgHkAb .offcanvas_box {
    display: none;
  }
}
.cid-tPfPAgHkAb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tPfPAgHkAb .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tPfPAgHkAb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tPfPAgHkAb .container {
  display: flex;
  margin: auto;
}
.cid-tPfPAgHkAb .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tPfPAgHkAb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tPfPAgHkAb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tPfPAgHkAb .navbar-caption {
  color: #ffffff;
}
.cid-tPfPAgHkAb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tPfPAgHkAb .navbar-nav {
    margin: 0;
  }
}
.cid-tPfPAgHkAb .dropdown-menu,
.cid-tPfPAgHkAb .navbar.opened {
  background-color: false !important;
}
.cid-tPfPAgHkAb .nav-item:focus,
.cid-tPfPAgHkAb .nav-link:focus {
  outline: none;
}
.cid-tPfPAgHkAb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPfPAgHkAb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPfPAgHkAb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPfPAgHkAb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPfPAgHkAb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPfPAgHkAb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPfPAgHkAb .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tPfPAgHkAb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tPfPAgHkAb .navbar.opened {
  transition: all 0.3s;
}
.cid-tPfPAgHkAb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tPfPAgHkAb .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-tPfPAgHkAb .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tPfPAgHkAb .navbar.collapsed {
  justify-content: center;
}
.cid-tPfPAgHkAb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPfPAgHkAb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPfPAgHkAb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPfPAgHkAb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPfPAgHkAb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPfPAgHkAb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tPfPAgHkAb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tPfPAgHkAb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tPfPAgHkAb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tPfPAgHkAb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPfPAgHkAb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPfPAgHkAb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tPfPAgHkAb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPfPAgHkAb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tPfPAgHkAb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPfPAgHkAb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tPfPAgHkAb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tPfPAgHkAb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tPfPAgHkAb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tPfPAgHkAb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPfPAgHkAb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tPfPAgHkAb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPfPAgHkAb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPfPAgHkAb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPfPAgHkAb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPfPAgHkAb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tPfPAgHkAb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPfPAgHkAb .dropdown-item.active,
.cid-tPfPAgHkAb .dropdown-item:active {
  background-color: transparent;
}
.cid-tPfPAgHkAb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPfPAgHkAb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPfPAgHkAb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPfPAgHkAb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPfPAgHkAb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tPfPAgHkAb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPfPAgHkAb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-tPfPAgHkAb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tPfPAgHkAb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPfPAgHkAb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPfPAgHkAb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPfPAgHkAb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPfPAgHkAb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPfPAgHkAb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPfPAgHkAb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPfPAgHkAb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPfPAgHkAb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tPfPAgHkAb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPfPAgHkAb .navbar {
    height: 70px;
  }
  .cid-tPfPAgHkAb .navbar.opened {
    height: auto;
  }
  .cid-tPfPAgHkAb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPfPAgHkAb .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tPfPAgHkAb .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tPfPAgHkAb .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tPfPAgHkAb .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-tPfPAgHkAb .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tPfPAgHkAb .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tPfPAgHkAb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tPfPAgHkAb .text_widget {
  margin-bottom: 32px;
}
.cid-tPfPAgHkAb .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tPfPAgHkAb .text_widget a:hover {
  opacity: .5;
}
.cid-tPfPAgHkAb .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tPfPAgHkAb .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tPfPAgHkAb .mbr-section-subtitle,
.cid-tPfPAgHkAb .text_widget,
.cid-tPfPAgHkAb .mbr-section-btn {
  text-align: center;
}
.cid-tPfPAgHkAb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tPfRaZtykt {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-tPfRaZtykt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPfRaZtykt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPfRaZtykt .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tPfRaZtykt .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tPfRaZtykt .container {
    padding: 0 20px;
  }
}
.cid-tPfRaZtykt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-tPfRaZtykt .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    border-right: none;
  }
}
.cid-tPfRaZtykt .embla__slide .card-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tPfRaZtykt .embla__slide .card-wrap {
    display: block;
  }
}
.cid-tPfRaZtykt .embla__slide .card-wrap .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-tPfRaZtykt .embla__slide .card-wrap .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-tPfRaZtykt .embla__slide .card-wrap .content-wrap .card-subtitle {
  margin-bottom: 10px;
  letter-spacing: .16em;
}
.cid-tPfRaZtykt .embla__slide .card-wrap .content-wrap .card-title {
  margin-bottom: 16px;
}
.cid-tPfRaZtykt .embla__slide .card-wrap .content-wrap .card-desc {
  margin-bottom: 30px;
}
.cid-tPfRaZtykt .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 24px;
}
.cid-tPfRaZtykt .embla__slide .card-wrap .item-wrapper {
  width: 60%;
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tPfRaZtykt .embla__slide .card-wrap .item-wrapper {
    width: 100%;
    padding: 0;
  }
}
.cid-tPfRaZtykt .embla__slide .card-wrap .item-wrapper .image-wrap {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-tPfRaZtykt .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tPfRaZtykt .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-tPfRaZtykt .embla__button--next,
.cid-tPfRaZtykt .embla__button--prev {
  display: flex;
}
.cid-tPfRaZtykt .embla__button {
  bottom: -3rem;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #a7908a;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tPfRaZtykt .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tPfRaZtykt .embla__button:hover {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.cid-tPfRaZtykt .embla__button.embla__button--prev {
  left: auto;
  right: 3.5rem;
  margin-left: 0;
}
.cid-tPfRaZtykt .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
.cid-tPfRaZtykt .embla {
  position: relative;
  width: 100%;
}
.cid-tPfRaZtykt .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tPfRaZtykt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tPfRaZtykt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tPfRaZtykt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tPfRaZtykt .card-subtitle {
  color: #ededed;
}
.cid-tPfRaZtykt .card-title {
  color: #ffffff;
}
.cid-tPfRaZtykt .card-desc {
  color: #ffffff;
}
.cid-tPfRaZtykt .card-text {
  color: #ffffff;
}
.cid-tPfPAkyS5I {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #181818;
}
.cid-tPfPAkyS5I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPfPAkyS5I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPfPAkyS5I .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tPfPAkyS5I .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tPfPAkyS5I .container {
    padding: 0 30px;
  }
}
.cid-tPfPAkyS5I .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tPfPAkyS5I .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tPfPAkyS5I .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tPfPAkyS5I .mbr-section-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-tPfPAkyS5I .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPfPAkyS5I .mbr-section-title {
  color: #ffffff;
}
.cid-tPfPAkyS5I .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tPfPAkyS5I .mbr-section-title,
.cid-tPfPAkyS5I .mbr-section-btn {
  text-align: left;
}
.cid-tPfPAlEthx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #181818;
}
.cid-tPfPAlEthx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPfPAlEthx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPfPAlEthx .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tPfPAlEthx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tPfPAlEthx .container {
    padding: 0 30px;
  }
}
.cid-tPfPAlEthx .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tPfPAlEthx .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-tPfPAlEthx .image-wrapper img {
  height: 250px;
  object-fit: cover;
  border-radius: 3em;
}
.cid-tPfPAlEthx .text-wrapper {
  margin-left: 32px;
  margin-left: 0;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-tPfPAlEthx .text-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tPfPAlEthx .text-wrapper {
    margin: 0;
  }
}
.cid-tPfPAlEthx .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPfPAlEthx .mbr-text {
  color: #ffffff;
}
.cid-tPfPAmEYEa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #181818;
}
.cid-tPfPAmEYEa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPfPAmEYEa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPfPAmEYEa .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tPfPAmEYEa .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tPfPAmEYEa .container {
    padding: 0 30px;
  }
}
.cid-tPfPAmEYEa .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tPfPAmEYEa .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-tPfPAmEYEa .image-wrapper img {
  height: 250px;
  object-fit: cover;
  border-radius: 3em;
}
.cid-tPfPAmEYEa .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-tPfPAmEYEa .text-wrapper {
    margin: 0;
  }
}
.cid-tPfPAmEYEa .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPfPAmEYEa .mbr-text {
  color: #ffffff;
}
.cid-tPfPAnWVpB {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #181818;
}
.cid-tPfPAnWVpB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPfPAnWVpB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPfPAnWVpB .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tPfPAnWVpB .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tPfPAnWVpB .container {
    padding: 0 30px;
  }
}
.cid-tPfPAnWVpB .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tPfPAnWVpB .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-tPfPAnWVpB .image-wrapper img {
  height: 250px;
  object-fit: cover;
  border-radius: 3em;
}
.cid-tPfPAnWVpB .text-wrapper {
  margin-left: 32px;
  margin-left: 0;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-tPfPAnWVpB .text-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tPfPAnWVpB .text-wrapper {
    margin: 0;
  }
}
.cid-tPfPAnWVpB .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPfPAnWVpB .mbr-text {
  color: #ffffff;
}
.cid-tPfPAp2ItO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #181818;
}
.cid-tPfPAp2ItO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPfPAp2ItO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPfPAp2ItO .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tPfPAp2ItO .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tPfPAp2ItO .container {
    padding: 0 30px;
  }
}
.cid-tPfPAp2ItO .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tPfPAp2ItO .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-tPfPAp2ItO .image-wrapper img {
  height: 250px;
  object-fit: cover;
  border-radius: 3em;
}
.cid-tPfPAp2ItO .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-tPfPAp2ItO .text-wrapper {
    margin: 0;
  }
}
.cid-tPfPAp2ItO .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPfPAp2ItO .mbr-text {
  color: #ffffff;
}
.cid-tPfXFXvC88 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #181818;
}
.cid-tPfXFXvC88 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPfXFXvC88 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPfXFXvC88 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tPfXFXvC88 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tPfXFXvC88 .container {
    padding: 0 30px;
  }
}
.cid-tPfXFXvC88 .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tPfXFXvC88 .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-tPfXFXvC88 .image-wrapper img {
  height: 250px;
  object-fit: cover;
  border-radius: 3em;
}
.cid-tPfXFXvC88 .text-wrapper {
  margin-left: 32px;
  margin-left: 0;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-tPfXFXvC88 .text-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tPfXFXvC88 .text-wrapper {
    margin: 0;
  }
}
.cid-tPfXFXvC88 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPfXFXvC88 .mbr-text {
  color: #ffffff;
}
.cid-tPuFuBL8m0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #181818;
}
.cid-tPuFuBL8m0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPuFuBL8m0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPuFuBL8m0 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tPuFuBL8m0 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tPuFuBL8m0 .container {
    padding: 0 30px;
  }
}
.cid-tPuFuBL8m0 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tPuFuBL8m0 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tPuFuBL8m0 .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tPuFuBL8m0 .mbr-section-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-tPuFuBL8m0 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPuFuBL8m0 .mbr-section-title {
  color: #ffffff;
}
.cid-tPuFuBL8m0 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tPuFuBL8m0 .mbr-section-title,
.cid-tPuFuBL8m0 .mbr-section-btn {
  text-align: left;
}
.cid-tPuFvtca7p {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #181818;
}
.cid-tPuFvtca7p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPuFvtca7p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPuFvtca7p .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tPuFvtca7p .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tPuFvtca7p .container {
    padding: 0 30px;
  }
}
.cid-tPuFvtca7p .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tPuFvtca7p .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-tPuFvtca7p .image-wrapper img {
  height: 250px;
  object-fit: cover;
  border-radius: 3em;
}
.cid-tPuFvtca7p .text-wrapper {
  margin-left: 32px;
  margin-left: 0;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-tPuFvtca7p .text-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tPuFvtca7p .text-wrapper {
    margin: 0;
  }
}
.cid-tPuFvtca7p .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPuFvtca7p .mbr-text {
  color: #ffffff;
}
.cid-tPuFwksqTU {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #181818;
}
.cid-tPuFwksqTU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPuFwksqTU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPuFwksqTU .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tPuFwksqTU .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tPuFwksqTU .container {
    padding: 0 30px;
  }
}
.cid-tPuFwksqTU .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tPuFwksqTU .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-tPuFwksqTU .image-wrapper img {
  height: 250px;
  object-fit: cover;
  border-radius: 3em;
}
.cid-tPuFwksqTU .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-tPuFwksqTU .text-wrapper {
    margin: 0;
  }
}
.cid-tPuFwksqTU .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPuFwksqTU .mbr-text {
  color: #ffffff;
}
.cid-tPuFxjKI08 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #181818;
}
.cid-tPuFxjKI08 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPuFxjKI08 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPuFxjKI08 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tPuFxjKI08 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tPuFxjKI08 .container {
    padding: 0 30px;
  }
}
.cid-tPuFxjKI08 .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tPuFxjKI08 .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-tPuFxjKI08 .image-wrapper img {
  height: 250px;
  object-fit: cover;
  border-radius: 3em;
}
.cid-tPuFxjKI08 .text-wrapper {
  margin-left: 32px;
  margin-left: 0;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-tPuFxjKI08 .text-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tPuFxjKI08 .text-wrapper {
    margin: 0;
  }
}
.cid-tPuFxjKI08 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPuFxjKI08 .mbr-text {
  color: #ffffff;
}
.cid-tPv5kTqe1g {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #181818;
}
.cid-tPv5kTqe1g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPv5kTqe1g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPv5kTqe1g .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tPv5kTqe1g .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tPv5kTqe1g .container {
    padding: 0 30px;
  }
}
.cid-tPv5kTqe1g .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tPv5kTqe1g .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tPv5kTqe1g .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tPv5kTqe1g .mbr-section-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-tPv5kTqe1g .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPv5kTqe1g .mbr-section-title {
  color: #ffffff;
}
.cid-tPv5kTqe1g .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tPv5kTqe1g .mbr-section-title,
.cid-tPv5kTqe1g .mbr-section-btn {
  text-align: left;
}
.cid-tPusxgJlKn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #272727;
  overflow: hidden;
}
.cid-tPuyXkVgaY {
  z-index: 1000;
  width: 100%;
}
.cid-tPuyXkVgaY .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
  position: fixed;
}
.cid-tPuyXkVgaY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-tPuyXkVgaY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPuyXkVgaY .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tPuyXkVgaY .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tPuyXkVgaY .menu_box .navbar.opened,
  .cid-tPuyXkVgaY .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-tPuyXkVgaY nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tPuyXkVgaY .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tPuyXkVgaY .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPuyXkVgaY .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tPuyXkVgaY .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tPuyXkVgaY .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tPuyXkVgaY .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-tPuyXkVgaY .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tPuyXkVgaY .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tPuyXkVgaY .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tPuyXkVgaY .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tPuyXkVgaY .offcanvas-body .mbr-text,
  .cid-tPuyXkVgaY .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tPuyXkVgaY .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tPuyXkVgaY .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tPuyXkVgaY .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tPuyXkVgaY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tPuyXkVgaY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tPuyXkVgaY .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tPuyXkVgaY .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tPuyXkVgaY ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tPuyXkVgaY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPuyXkVgaY .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tPuyXkVgaY .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tPuyXkVgaY li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tPuyXkVgaY .lg_brand {
    margin: 0 1rem;
  }
  .cid-tPuyXkVgaY .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tPuyXkVgaY .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tPuyXkVgaY .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tPuyXkVgaY .nav-item {
    margin: 0 !important;
  }
}
.cid-tPuyXkVgaY .nav-item .nav-link {
  position: relative;
}
.cid-tPuyXkVgaY .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tPuyXkVgaY .nav-item .nav-link:hover,
.cid-tPuyXkVgaY .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-tPuyXkVgaY .nav-item .nav-link:hover::before,
.cid-tPuyXkVgaY .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tPuyXkVgaY .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tPuyXkVgaY .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tPuyXkVgaY .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tPuyXkVgaY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPuyXkVgaY .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tPuyXkVgaY .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tPuyXkVgaY .offcanvas_box {
    display: none;
  }
}
.cid-tPuyXkVgaY .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tPuyXkVgaY .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tPuyXkVgaY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tPuyXkVgaY .container {
  display: flex;
  margin: auto;
}
.cid-tPuyXkVgaY .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tPuyXkVgaY .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tPuyXkVgaY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tPuyXkVgaY .navbar-caption {
  color: #ffffff;
}
.cid-tPuyXkVgaY .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tPuyXkVgaY .navbar-nav {
    margin: 0;
  }
}
.cid-tPuyXkVgaY .dropdown-menu,
.cid-tPuyXkVgaY .navbar.opened {
  background-color: false !important;
}
.cid-tPuyXkVgaY .nav-item:focus,
.cid-tPuyXkVgaY .nav-link:focus {
  outline: none;
}
.cid-tPuyXkVgaY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPuyXkVgaY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPuyXkVgaY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPuyXkVgaY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPuyXkVgaY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPuyXkVgaY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPuyXkVgaY .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tPuyXkVgaY .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tPuyXkVgaY .navbar.opened {
  transition: all 0.3s;
}
.cid-tPuyXkVgaY .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tPuyXkVgaY .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-tPuyXkVgaY .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tPuyXkVgaY .navbar.collapsed {
  justify-content: center;
}
.cid-tPuyXkVgaY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPuyXkVgaY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPuyXkVgaY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPuyXkVgaY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPuyXkVgaY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPuyXkVgaY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tPuyXkVgaY .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tPuyXkVgaY .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tPuyXkVgaY .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tPuyXkVgaY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPuyXkVgaY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPuyXkVgaY .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tPuyXkVgaY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPuyXkVgaY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tPuyXkVgaY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPuyXkVgaY .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tPuyXkVgaY .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tPuyXkVgaY .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tPuyXkVgaY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tPuyXkVgaY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPuyXkVgaY .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tPuyXkVgaY .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPuyXkVgaY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPuyXkVgaY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPuyXkVgaY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPuyXkVgaY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tPuyXkVgaY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPuyXkVgaY .dropdown-item.active,
.cid-tPuyXkVgaY .dropdown-item:active {
  background-color: transparent;
}
.cid-tPuyXkVgaY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPuyXkVgaY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPuyXkVgaY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPuyXkVgaY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPuyXkVgaY ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tPuyXkVgaY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPuyXkVgaY button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-tPuyXkVgaY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tPuyXkVgaY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPuyXkVgaY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPuyXkVgaY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPuyXkVgaY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPuyXkVgaY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPuyXkVgaY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPuyXkVgaY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPuyXkVgaY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPuyXkVgaY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tPuyXkVgaY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPuyXkVgaY .navbar {
    height: 70px;
  }
  .cid-tPuyXkVgaY .navbar.opened {
    height: auto;
  }
  .cid-tPuyXkVgaY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPuyXkVgaY .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tPuyXkVgaY .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tPuyXkVgaY .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tPuyXkVgaY .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-tPuyXkVgaY .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tPuyXkVgaY .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tPuyXkVgaY .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tPuyXkVgaY .text_widget {
  margin-bottom: 32px;
}
.cid-tPuyXkVgaY .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tPuyXkVgaY .text_widget a:hover {
  opacity: .5;
}
.cid-tPuyXkVgaY .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tPuyXkVgaY .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tPuyXkVgaY .mbr-section-subtitle,
.cid-tPuyXkVgaY .text_widget,
.cid-tPuyXkVgaY .mbr-section-btn {
  text-align: center;
}
.cid-tPuyXkVgaY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tPuHW0zi1X {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/camera-1130731-1920-1920x1440.jpeg");
}
.cid-tPuHW0zi1X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPuHW0zi1X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPuHW0zi1X .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tPuHW0zi1X .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tPuHW0zi1X .container {
    padding: 0 30px;
  }
}
.cid-tPuHW0zi1X .title-wrapper {
  border-radius: 2em;
  width: 40%;
  margin: 0 auto;
  position: relative;
}
.cid-tPuHW0zi1X .title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
}
@media (max-width: 1440px) {
  .cid-tPuHW0zi1X .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-tPuHW0zi1X .title-wrapper {
    width: 100%;
  }
}
.cid-tPuHW0zi1X .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tPuHW0zi1X .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tPuHW0zi1X .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-tPuHW0zi1X .mbr-section-title {
  color: #ffffff;
}
.cid-tPuHW0zi1X .mbr-text {
  color: #F0F0F0;
  text-align: center;
}
.cid-tPuHW0zi1X .mbr-section-title,
.cid-tPuHW0zi1X .mbr-section-btn {
  text-align: center;
}
.cid-tPuyXqkWSM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #181818;
}
.cid-tPuyXqkWSM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPuyXqkWSM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPuyXqkWSM .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tPuyXqkWSM .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tPuyXqkWSM .container {
    padding: 0 30px;
  }
}
.cid-tPuyXqkWSM .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tPuyXqkWSM .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tPuyXqkWSM .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tPuyXqkWSM .mbr-section-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-tPuyXqkWSM .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPuyXqkWSM .mbr-section-title {
  color: #ffffff;
}
.cid-tPuyXqkWSM .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tPuyXqkWSM .mbr-section-title,
.cid-tPuyXqkWSM .mbr-section-btn {
  text-align: left;
}
.cid-tPuyXroUyR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #181818;
}
.cid-tPuyXroUyR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPuyXroUyR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPuyXroUyR .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tPuyXroUyR .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tPuyXroUyR .container {
    padding: 0 30px;
  }
}
.cid-tPuyXroUyR .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tPuyXroUyR .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-tPuyXroUyR .image-wrapper img {
  height: 250px;
  object-fit: cover;
  border-radius: 3em;
}
.cid-tPuyXroUyR .text-wrapper {
  margin-left: 32px;
  margin-left: 0;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-tPuyXroUyR .text-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tPuyXroUyR .text-wrapper {
    margin: 0;
  }
}
.cid-tPuyXroUyR .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPuyXroUyR .mbr-text {
  color: #ffffff;
}
.cid-tPuyXsrqVG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #181818;
}
.cid-tPuyXsrqVG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPuyXsrqVG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPuyXsrqVG .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tPuyXsrqVG .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tPuyXsrqVG .container {
    padding: 0 30px;
  }
}
.cid-tPuyXsrqVG .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tPuyXsrqVG .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-tPuyXsrqVG .image-wrapper img {
  height: 250px;
  object-fit: cover;
  border-radius: 3em;
}
.cid-tPuyXsrqVG .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-tPuyXsrqVG .text-wrapper {
    margin: 0;
  }
}
.cid-tPuyXsrqVG .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPuyXsrqVG .mbr-text {
  color: #ffffff;
}
.cid-tPuyXtlKIJ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #181818;
}
.cid-tPuyXtlKIJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPuyXtlKIJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPuyXtlKIJ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tPuyXtlKIJ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tPuyXtlKIJ .container {
    padding: 0 30px;
  }
}
.cid-tPuyXtlKIJ .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tPuyXtlKIJ .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-tPuyXtlKIJ .image-wrapper img {
  height: 250px;
  object-fit: cover;
  border-radius: 3em;
}
.cid-tPuyXtlKIJ .text-wrapper {
  margin-left: 32px;
  margin-left: 0;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-tPuyXtlKIJ .text-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tPuyXtlKIJ .text-wrapper {
    margin: 0;
  }
}
.cid-tPuyXtlKIJ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPuyXtlKIJ .mbr-text {
  color: #ffffff;
}
.cid-tPuyXukK9W {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #181818;
}
.cid-tPuyXukK9W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPuyXukK9W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPuyXukK9W .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tPuyXukK9W .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tPuyXukK9W .container {
    padding: 0 30px;
  }
}
.cid-tPuyXukK9W .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tPuyXukK9W .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-tPuyXukK9W .image-wrapper img {
  height: 250px;
  object-fit: cover;
  border-radius: 3em;
}
.cid-tPuyXukK9W .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-tPuyXukK9W .text-wrapper {
    margin: 0;
  }
}
.cid-tPuyXukK9W .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPuyXukK9W .mbr-text {
  color: #ffffff;
}
.cid-tPuyXve0DT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #181818;
}
.cid-tPuyXve0DT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPuyXve0DT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPuyXve0DT .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tPuyXve0DT .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tPuyXve0DT .container {
    padding: 0 30px;
  }
}
.cid-tPuyXve0DT .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tPuyXve0DT .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-tPuyXve0DT .image-wrapper img {
  height: 250px;
  object-fit: cover;
  border-radius: 3em;
}
.cid-tPuyXve0DT .text-wrapper {
  margin-left: 32px;
  margin-left: 0;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-tPuyXve0DT .text-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tPuyXve0DT .text-wrapper {
    margin: 0;
  }
}
.cid-tPuyXve0DT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPuyXve0DT .mbr-text {
  color: #ffffff;
}
.cid-tPuyXwhbJc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #181818;
}
.cid-tPuyXwhbJc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPuyXwhbJc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPuyXwhbJc .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tPuyXwhbJc .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tPuyXwhbJc .container {
    padding: 0 30px;
  }
}
.cid-tPuyXwhbJc .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tPuyXwhbJc .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-tPuyXwhbJc .image-wrapper img {
  height: 250px;
  object-fit: cover;
  border-radius: 3em;
}
.cid-tPuyXwhbJc .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-tPuyXwhbJc .text-wrapper {
    margin: 0;
  }
}
.cid-tPuyXwhbJc .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPuyXwhbJc .mbr-text {
  color: #ffffff;
}
.cid-tPuyXAdnxQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #272727;
  overflow: hidden;
}
.cid-tPuzPMeUMJ {
  z-index: 1000;
  width: 100%;
}
.cid-tPuzPMeUMJ .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
  position: fixed;
}
.cid-tPuzPMeUMJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-tPuzPMeUMJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPuzPMeUMJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tPuzPMeUMJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tPuzPMeUMJ .menu_box .navbar.opened,
  .cid-tPuzPMeUMJ .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-tPuzPMeUMJ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tPuzPMeUMJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tPuzPMeUMJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPuzPMeUMJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tPuzPMeUMJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tPuzPMeUMJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tPuzPMeUMJ .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-tPuzPMeUMJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tPuzPMeUMJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tPuzPMeUMJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tPuzPMeUMJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tPuzPMeUMJ .offcanvas-body .mbr-text,
  .cid-tPuzPMeUMJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tPuzPMeUMJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tPuzPMeUMJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tPuzPMeUMJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tPuzPMeUMJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tPuzPMeUMJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tPuzPMeUMJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tPuzPMeUMJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tPuzPMeUMJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tPuzPMeUMJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPuzPMeUMJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tPuzPMeUMJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tPuzPMeUMJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tPuzPMeUMJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-tPuzPMeUMJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tPuzPMeUMJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tPuzPMeUMJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tPuzPMeUMJ .nav-item {
    margin: 0 !important;
  }
}
.cid-tPuzPMeUMJ .nav-item .nav-link {
  position: relative;
}
.cid-tPuzPMeUMJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tPuzPMeUMJ .nav-item .nav-link:hover,
.cid-tPuzPMeUMJ .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-tPuzPMeUMJ .nav-item .nav-link:hover::before,
.cid-tPuzPMeUMJ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tPuzPMeUMJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tPuzPMeUMJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tPuzPMeUMJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tPuzPMeUMJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPuzPMeUMJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tPuzPMeUMJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tPuzPMeUMJ .offcanvas_box {
    display: none;
  }
}
.cid-tPuzPMeUMJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tPuzPMeUMJ .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tPuzPMeUMJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tPuzPMeUMJ .container {
  display: flex;
  margin: auto;
}
.cid-tPuzPMeUMJ .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tPuzPMeUMJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tPuzPMeUMJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tPuzPMeUMJ .navbar-caption {
  color: #ffffff;
}
.cid-tPuzPMeUMJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tPuzPMeUMJ .navbar-nav {
    margin: 0;
  }
}
.cid-tPuzPMeUMJ .dropdown-menu,
.cid-tPuzPMeUMJ .navbar.opened {
  background-color: false !important;
}
.cid-tPuzPMeUMJ .nav-item:focus,
.cid-tPuzPMeUMJ .nav-link:focus {
  outline: none;
}
.cid-tPuzPMeUMJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPuzPMeUMJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPuzPMeUMJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPuzPMeUMJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPuzPMeUMJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPuzPMeUMJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPuzPMeUMJ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tPuzPMeUMJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tPuzPMeUMJ .navbar.opened {
  transition: all 0.3s;
}
.cid-tPuzPMeUMJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tPuzPMeUMJ .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-tPuzPMeUMJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tPuzPMeUMJ .navbar.collapsed {
  justify-content: center;
}
.cid-tPuzPMeUMJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPuzPMeUMJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPuzPMeUMJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPuzPMeUMJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPuzPMeUMJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPuzPMeUMJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tPuzPMeUMJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tPuzPMeUMJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tPuzPMeUMJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tPuzPMeUMJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPuzPMeUMJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPuzPMeUMJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tPuzPMeUMJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPuzPMeUMJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tPuzPMeUMJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPuzPMeUMJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tPuzPMeUMJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tPuzPMeUMJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tPuzPMeUMJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tPuzPMeUMJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPuzPMeUMJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tPuzPMeUMJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPuzPMeUMJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPuzPMeUMJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPuzPMeUMJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPuzPMeUMJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tPuzPMeUMJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPuzPMeUMJ .dropdown-item.active,
.cid-tPuzPMeUMJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tPuzPMeUMJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPuzPMeUMJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPuzPMeUMJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPuzPMeUMJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPuzPMeUMJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tPuzPMeUMJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPuzPMeUMJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-tPuzPMeUMJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tPuzPMeUMJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPuzPMeUMJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPuzPMeUMJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPuzPMeUMJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPuzPMeUMJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPuzPMeUMJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPuzPMeUMJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPuzPMeUMJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPuzPMeUMJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tPuzPMeUMJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPuzPMeUMJ .navbar {
    height: 70px;
  }
  .cid-tPuzPMeUMJ .navbar.opened {
    height: auto;
  }
  .cid-tPuzPMeUMJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPuzPMeUMJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tPuzPMeUMJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tPuzPMeUMJ .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tPuzPMeUMJ .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-tPuzPMeUMJ .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tPuzPMeUMJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tPuzPMeUMJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tPuzPMeUMJ .text_widget {
  margin-bottom: 32px;
}
.cid-tPuzPMeUMJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tPuzPMeUMJ .text_widget a:hover {
  opacity: .5;
}
.cid-tPuzPMeUMJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tPuzPMeUMJ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tPuzPMeUMJ .mbr-section-subtitle,
.cid-tPuzPMeUMJ .text_widget,
.cid-tPuzPMeUMJ .mbr-section-btn {
  text-align: center;
}
.cid-tPuzPMeUMJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tPuNthfyMb {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/pilgrimage-1920x1080.jpeg");
}
.cid-tPuNthfyMb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPuNthfyMb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPuNthfyMb .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tPuNthfyMb .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tPuNthfyMb .container {
    padding: 0 30px;
  }
}
.cid-tPuNthfyMb .title-wrapper {
  border-radius: 2em;
  width: 40%;
  margin: 0 auto;
  position: relative;
}
.cid-tPuNthfyMb .title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
}
@media (max-width: 1440px) {
  .cid-tPuNthfyMb .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-tPuNthfyMb .title-wrapper {
    width: 100%;
  }
}
.cid-tPuNthfyMb .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tPuNthfyMb .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tPuNthfyMb .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-tPuNthfyMb .mbr-section-title {
  color: #ffffff;
}
.cid-tPuNthfyMb .mbr-text {
  color: #F0F0F0;
  text-align: center;
}
.cid-tPuNthfyMb .mbr-section-title,
.cid-tPuNthfyMb .mbr-section-btn {
  text-align: center;
}
.cid-tPuzPQHdW1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #181818;
}
.cid-tPuzPQHdW1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPuzPQHdW1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPuzPQHdW1 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tPuzPQHdW1 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tPuzPQHdW1 .container {
    padding: 0 30px;
  }
}
.cid-tPuzPQHdW1 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tPuzPQHdW1 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tPuzPQHdW1 .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tPuzPQHdW1 .mbr-section-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-tPuzPQHdW1 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPuzPQHdW1 .mbr-section-title {
  color: #ffffff;
}
.cid-tPuzPQHdW1 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tPuzPQHdW1 .mbr-section-title,
.cid-tPuzPQHdW1 .mbr-section-btn {
  text-align: left;
}
.cid-tPuzPRKLSp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #181818;
}
.cid-tPuzPRKLSp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPuzPRKLSp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPuzPRKLSp .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tPuzPRKLSp .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tPuzPRKLSp .container {
    padding: 0 30px;
  }
}
.cid-tPuzPRKLSp .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tPuzPRKLSp .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-tPuzPRKLSp .image-wrapper img {
  height: 250px;
  object-fit: cover;
  border-radius: 3em;
}
.cid-tPuzPRKLSp .text-wrapper {
  margin-left: 32px;
  margin-left: 0;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-tPuzPRKLSp .text-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tPuzPRKLSp .text-wrapper {
    margin: 0;
  }
}
.cid-tPuzPRKLSp .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPuzPRKLSp .mbr-text {
  color: #ffffff;
}
.cid-tPuzPSOKWL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #181818;
}
.cid-tPuzPSOKWL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPuzPSOKWL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPuzPSOKWL .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tPuzPSOKWL .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tPuzPSOKWL .container {
    padding: 0 30px;
  }
}
.cid-tPuzPSOKWL .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tPuzPSOKWL .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-tPuzPSOKWL .image-wrapper img {
  height: 250px;
  object-fit: cover;
  border-radius: 3em;
}
.cid-tPuzPSOKWL .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-tPuzPSOKWL .text-wrapper {
    margin: 0;
  }
}
.cid-tPuzPSOKWL .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPuzPSOKWL .mbr-text {
  color: #ffffff;
}
.cid-tPuzPTQMFY {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #181818;
}
.cid-tPuzPTQMFY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPuzPTQMFY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPuzPTQMFY .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tPuzPTQMFY .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tPuzPTQMFY .container {
    padding: 0 30px;
  }
}
.cid-tPuzPTQMFY .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tPuzPTQMFY .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-tPuzPTQMFY .image-wrapper img {
  height: 250px;
  object-fit: cover;
  border-radius: 3em;
}
.cid-tPuzPTQMFY .text-wrapper {
  margin-left: 32px;
  margin-left: 0;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-tPuzPTQMFY .text-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tPuzPTQMFY .text-wrapper {
    margin: 0;
  }
}
.cid-tPuzPTQMFY .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPuzPTQMFY .mbr-text {
  color: #ffffff;
}
.cid-tPuzPUSXdY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #181818;
}
.cid-tPuzPUSXdY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPuzPUSXdY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPuzPUSXdY .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tPuzPUSXdY .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tPuzPUSXdY .container {
    padding: 0 30px;
  }
}
.cid-tPuzPUSXdY .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tPuzPUSXdY .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-tPuzPUSXdY .image-wrapper img {
  height: 250px;
  object-fit: cover;
  border-radius: 3em;
}
.cid-tPuzPUSXdY .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-tPuzPUSXdY .text-wrapper {
    margin: 0;
  }
}
.cid-tPuzPUSXdY .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPuzPUSXdY .mbr-text {
  color: #ffffff;
}
.cid-tPuzPVPX4D {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #181818;
}
.cid-tPuzPVPX4D .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPuzPVPX4D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPuzPVPX4D .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tPuzPVPX4D .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tPuzPVPX4D .container {
    padding: 0 30px;
  }
}
.cid-tPuzPVPX4D .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tPuzPVPX4D .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-tPuzPVPX4D .image-wrapper img {
  height: 250px;
  object-fit: cover;
  border-radius: 3em;
}
.cid-tPuzPVPX4D .text-wrapper {
  margin-left: 32px;
  margin-left: 0;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-tPuzPVPX4D .text-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tPuzPVPX4D .text-wrapper {
    margin: 0;
  }
}
.cid-tPuzPVPX4D .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPuzPVPX4D .mbr-text {
  color: #ffffff;
}
.cid-tPuzPWVosK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #181818;
}
.cid-tPuzPWVosK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPuzPWVosK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPuzPWVosK .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tPuzPWVosK .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tPuzPWVosK .container {
    padding: 0 30px;
  }
}
.cid-tPuzPWVosK .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tPuzPWVosK .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-tPuzPWVosK .image-wrapper img {
  height: 250px;
  object-fit: cover;
  border-radius: 3em;
}
.cid-tPuzPWVosK .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-tPuzPWVosK .text-wrapper {
    margin: 0;
  }
}
.cid-tPuzPWVosK .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPuzPWVosK .mbr-text {
  color: #ffffff;
}
.cid-tPuzQ1MBgS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #272727;
  overflow: hidden;
}
.cid-tPuj0bos9J {
  z-index: 1000;
  width: 100%;
}
.cid-tPuj0bos9J .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
  position: fixed;
}
.cid-tPuj0bos9J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-tPuj0bos9J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPuj0bos9J .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tPuj0bos9J .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tPuj0bos9J .menu_box .navbar.opened,
  .cid-tPuj0bos9J .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-tPuj0bos9J nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tPuj0bos9J .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tPuj0bos9J .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPuj0bos9J .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tPuj0bos9J .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tPuj0bos9J .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tPuj0bos9J .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-tPuj0bos9J .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tPuj0bos9J .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tPuj0bos9J .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tPuj0bos9J .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tPuj0bos9J .offcanvas-body .mbr-text,
  .cid-tPuj0bos9J .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tPuj0bos9J .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tPuj0bos9J .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tPuj0bos9J .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tPuj0bos9J .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tPuj0bos9J .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tPuj0bos9J .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tPuj0bos9J .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tPuj0bos9J ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tPuj0bos9J .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPuj0bos9J .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tPuj0bos9J .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tPuj0bos9J li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tPuj0bos9J .lg_brand {
    margin: 0 1rem;
  }
  .cid-tPuj0bos9J .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tPuj0bos9J .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tPuj0bos9J .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tPuj0bos9J .nav-item {
    margin: 0 !important;
  }
}
.cid-tPuj0bos9J .nav-item .nav-link {
  position: relative;
}
.cid-tPuj0bos9J .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tPuj0bos9J .nav-item .nav-link:hover,
.cid-tPuj0bos9J .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-tPuj0bos9J .nav-item .nav-link:hover::before,
.cid-tPuj0bos9J .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tPuj0bos9J .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tPuj0bos9J .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tPuj0bos9J .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tPuj0bos9J .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPuj0bos9J .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tPuj0bos9J .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tPuj0bos9J .offcanvas_box {
    display: none;
  }
}
.cid-tPuj0bos9J .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tPuj0bos9J .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tPuj0bos9J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tPuj0bos9J .container {
  display: flex;
  margin: auto;
}
.cid-tPuj0bos9J .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tPuj0bos9J .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tPuj0bos9J .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tPuj0bos9J .navbar-caption {
  color: #ffffff;
}
.cid-tPuj0bos9J .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tPuj0bos9J .navbar-nav {
    margin: 0;
  }
}
.cid-tPuj0bos9J .dropdown-menu,
.cid-tPuj0bos9J .navbar.opened {
  background-color: false !important;
}
.cid-tPuj0bos9J .nav-item:focus,
.cid-tPuj0bos9J .nav-link:focus {
  outline: none;
}
.cid-tPuj0bos9J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPuj0bos9J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPuj0bos9J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPuj0bos9J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPuj0bos9J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPuj0bos9J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPuj0bos9J .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tPuj0bos9J .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tPuj0bos9J .navbar.opened {
  transition: all 0.3s;
}
.cid-tPuj0bos9J .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tPuj0bos9J .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-tPuj0bos9J .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tPuj0bos9J .navbar.collapsed {
  justify-content: center;
}
.cid-tPuj0bos9J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPuj0bos9J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPuj0bos9J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPuj0bos9J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPuj0bos9J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPuj0bos9J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tPuj0bos9J .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tPuj0bos9J .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tPuj0bos9J .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tPuj0bos9J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPuj0bos9J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPuj0bos9J .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tPuj0bos9J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPuj0bos9J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tPuj0bos9J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPuj0bos9J .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tPuj0bos9J .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tPuj0bos9J .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tPuj0bos9J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tPuj0bos9J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPuj0bos9J .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tPuj0bos9J .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPuj0bos9J .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPuj0bos9J .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPuj0bos9J .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPuj0bos9J .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tPuj0bos9J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPuj0bos9J .dropdown-item.active,
.cid-tPuj0bos9J .dropdown-item:active {
  background-color: transparent;
}
.cid-tPuj0bos9J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPuj0bos9J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPuj0bos9J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPuj0bos9J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPuj0bos9J ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tPuj0bos9J .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPuj0bos9J button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-tPuj0bos9J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tPuj0bos9J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPuj0bos9J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPuj0bos9J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPuj0bos9J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPuj0bos9J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPuj0bos9J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPuj0bos9J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPuj0bos9J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPuj0bos9J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tPuj0bos9J .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPuj0bos9J .navbar {
    height: 70px;
  }
  .cid-tPuj0bos9J .navbar.opened {
    height: auto;
  }
  .cid-tPuj0bos9J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPuj0bos9J .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tPuj0bos9J .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tPuj0bos9J .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tPuj0bos9J .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-tPuj0bos9J .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tPuj0bos9J .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tPuj0bos9J .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tPuj0bos9J .text_widget {
  margin-bottom: 32px;
}
.cid-tPuj0bos9J .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tPuj0bos9J .text_widget a:hover {
  opacity: .5;
}
.cid-tPuj0bos9J .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tPuj0bos9J .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tPuj0bos9J .mbr-section-subtitle,
.cid-tPuj0bos9J .text_widget,
.cid-tPuj0bos9J .mbr-section-btn {
  text-align: center;
}
.cid-tPuj0bos9J a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tPuj0gyvyA {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #1b1b1b;
}
.cid-tPuj0gyvyA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPuj0gyvyA .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-tPuj0gyvyA .container {
    padding: 0 20px;
  }
}
.cid-tPuj0gyvyA .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tPuj0gyvyA .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-tPuj0gyvyA .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tPuj0gyvyA .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tPuj0gyvyA .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPuj0gyvyA .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-tPuj0gyvyA .dragArea.row .form-group {
    margin-bottom: 20px !important;
  }
}
.cid-tPuj0gyvyA .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
  width: 100%;
}
.cid-tPuj0gyvyA .dragArea.row .form-group .form-control {
  padding: 22px 25px;
  background-color: #ffffff;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
}
.cid-tPuj0gyvyA .dragArea.row .form-group .form-control:hover,
.cid-tPuj0gyvyA .dragArea.row .form-group .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tPuj0gyvyA .dragArea.row .form-group .form-control::placeholder {
  color: #787878;
}
.cid-tPuj0gyvyA .dragArea.row .form-group .form-check {
  padding-left: 2.2em;
  margin: 0;
}
.cid-tPuj0gyvyA .dragArea.row .form-group .form-check .form-check-input {
  background-color: #787878;
  border-color: #787878;
}
.cid-tPuj0gyvyA .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-tPuj0gyvyA .dragArea.row .mbr-section-btn .btn {
  display: inline-flex;
}
.cid-tPuj0gyvyA .mbr-section-title {
  color: #c2b299;
}
.cid-tPuj0gyvyA .mbr-text {
  color: #e4dfd4;
}
.cid-tPuj0gyvyA label {
  color: #c2b299;
}
.cid-tPusowntZf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #272727;
  overflow: hidden;
}
