.btn {
  border: none !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Kalnia;
}
.display-1 {
  font-family: 'Cinzel', serif;
  font-size: 5.6rem;
  line-height: 1;
  font-weight: 300;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 3.075rem;
  line-height: 1.21;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84375rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 2.44rem;
  line-height: 1.21;
}
.display-5 > .mbr-iconfont {
  font-size: 3.05rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.05rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.3125rem;
}
/* ---- 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: 4.48rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.92rem;
    font-size: calc( 2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.46rem;
    font-size: calc( 1.72625rem + (3.075 - 1.72625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.21 * (1.72625rem + (3.075 - 1.72625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.952rem;
    font-size: calc( 1.504rem + (2.44 - 1.504) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.21 * (1.504rem + (2.44 - 1.504) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.84rem;
    font-size: calc( 1.0175rem + (1.05 - 1.0175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.0175rem + (1.05 - 1.0175) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.92rem;
    font-size: calc( 2.61rem + (5.6 - 2.61) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (2.61rem + (5.6 - 2.61) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.46rem;
    font-size: calc( 1.72625rem + (3.075 - 1.72625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.21 * (1.72625rem + (3.075 - 1.72625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.952rem;
    font-size: calc( 1.504rem + (2.44 - 1.504) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.21 * (1.504rem + (2.44 - 1.504) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.84rem;
    font-size: calc( 1.0175rem + (1.05 - 1.0175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.0175rem + (1.05 - 1.0175) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fbbd09 !important;
}
.bg-success {
  background-color: #ff9405 !important;
}
.bg-info {
  background-color: #dddddd !important;
}
.bg-warning {
  background-color: #945500 !important;
}
.bg-danger {
  background-color: #c81700 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fbbd09 !important;
  border-color: #fbbd09 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fcca3b !important;
  border-color: #fcca3b !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #fcca3b !important;
  border-color: #fcca3b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b66b07 !important;
  border-color: #b66b07 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e78809 !important;
  border-color: #e78809 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e78809 !important;
  border-color: #e78809 !important;
}
.btn-info,
.btn-info:active {
  background-color: #dddddd !important;
  border-color: #dddddd !important;
  color: #444444 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #444444 !important;
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff9405 !important;
  border-color: #ff9405 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffaa38 !important;
  border-color: #ffaa38 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #ffaa38 !important;
  border-color: #ffaa38 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #945500 !important;
  border-color: #945500 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c77200 !important;
  border-color: #c77200 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #c77200 !important;
  border-color: #c77200 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c81700 !important;
  border-color: #c81700 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fb1d00 !important;
  border-color: #fb1d00 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fb1d00 !important;
  border-color: #fb1d00 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffedd6 !important;
  border-color: #ffedd6 !important;
  color: #a35b00 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #a35b00 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #0f0e0e !important;
  border-color: #0f0e0e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #292727 !important;
  border-color: #292727 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #292727 !important;
  border-color: #292727 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fbbd09;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ab8003 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fbbd09 !important;
  border-color: #fbbd09 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b66b07;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #633a04 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b66b07 !important;
  border-color: #b66b07 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #dddddd;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b2b2b2 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #5e5e5e !important;
  background-color: #dddddd !important;
  border-color: #dddddd !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9405;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ad6300 !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: #ff9405 !important;
  border-color: #ff9405 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #945500;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #3d2300 !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: #945500 !important;
  border-color: #945500 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c81700;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #710d00 !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: #c81700 !important;
  border-color: #c81700 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0f0e0e;
}
.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: #0f0e0e !important;
  border-color: #0f0e0e !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffedd6;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffc77f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #d67800 !important;
  background-color: #ffedd6 !important;
  border-color: #ffedd6 !important;
}
.text-primary {
  color: #fbbd09 !important;
}
.text-secondary {
  color: #b66b07 !important;
}
.text-success {
  color: #ff9405 !important;
}
.text-info {
  color: #dddddd !important;
}
.text-warning {
  color: #945500 !important;
}
.text-danger {
  color: #c81700 !important;
}
.text-white {
  color: #ffedd6 !important;
}
.text-black {
  color: #0f0e0e !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9b7403 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #543103 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #9e5a00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #aaaaaa !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #2e1a00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #620b00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ffc070 !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: #fbbd09;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #dddddd;
}
.alert-warning {
  background-color: #945500;
}
.alert-danger {
  background-color: #c81700;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fbbd09;
  border-color: #fbbd09;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fbbd09;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef3d2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffebd1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ff9b15;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff5d48;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 500;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #fbbd09 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.05rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.3125rem;
}
blockquote {
  border-color: #fbbd09;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fbbd09;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fbbd09;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fbbd09;
  border-bottom-color: #fbbd09;
}
.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: #fbbd09 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #b66b07 !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='%23fbbd09' %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 {
  position: relative;
  z-index: 1;
  padding: 10px 13px;
  font-weight: 500;
  border-radius: 1rem !important;
  overflow: hidden;
  border-radius: 0 !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 13px;
  transition: all .5s ease;
  font-size: inherit;
}
.mbr-section-btn .btn::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: all .5s ease;
  z-index: -1;
  pointer-events: none;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn .btn.focus .mbr-iconfont,
.mbr-section-btn .btn.active .mbr-iconfont {
  transform: rotate(180deg);
}
.mbr-section-btn .btn:hover::before,
.mbr-section-btn .btn:focus::before,
.mbr-section-btn .btn.focus::before,
.mbr-section-btn .btn.active::before {
  transform: translateX(0);
}
.mbr-section-btn .btn-primary::before {
  background-image: linear-gradient(90deg, #ffedd6 0%, #fbbd09 90%);
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn .btn-primary.focus,
.mbr-section-btn .btn-primary.active {
  color: #000000 !important;
}
.mbr-section-btn .btn-black {
  background-color: #0f0e0e !important;
  color: #ffedd6 !important;
}
.mbr-section-btn .btn-black::before {
  background-image: linear-gradient(90deg, #ffedd6 0%, #fbbd09 90%);
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-black.focus,
.mbr-section-btn .btn-black.active {
  color: #000000 !important;
}
.mbr-section-btn .btn-white {
  background-color: #ffedd6 !important;
  color: #0f0e0e !important;
}
.mbr-section-btn .btn-white::before {
  background-image: linear-gradient(90deg, #ffedd6 0%, #fbbd09 90%);
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn .btn-white.focus,
.mbr-section-btn .btn-white.active {
  color: #000000;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.small-radius {
  border-radius: 8px !important;
  border-radius: 0 !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vkyM16dBT0 {
  z-index: 1000;
  width: 100%;
}
.cid-vkyM16dBT0 nav.navbar {
  position: fixed;
}
.cid-vkyM16dBT0 .container-fluid {
  padding-left: 182px;
  padding-right: 182px;
}
@media (max-width: 1840px) {
  .cid-vkyM16dBT0 .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1440px) {
  .cid-vkyM16dBT0 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-vkyM16dBT0 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vkyM16dBT0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkyM16dBT0 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vkyM16dBT0 .dropdown-item {
  border: none !important;
  background: #0f0e0e !important;
  font-weight: 700;
}
.cid-vkyM16dBT0 .dropdown-item:hover,
.cid-vkyM16dBT0 .dropdown-item:focus {
  background: #0f0e0e !important;
  color: #ffedd6 !important;
}
.cid-vkyM16dBT0 .dropdown-item:hover span {
  color: white;
}
.cid-vkyM16dBT0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkyM16dBT0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkyM16dBT0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkyM16dBT0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vkyM16dBT0 .nav-link {
  position: relative;
}
.cid-vkyM16dBT0 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1210px;
}
@media (min-width: 992px) {
  .cid-vkyM16dBT0 .container {
    flex-wrap: nowrap;
  }
}
.cid-vkyM16dBT0 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vkyM16dBT0 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vkyM16dBT0 .dropdown-menu,
.cid-vkyM16dBT0 .navbar.opened {
  background: #0f0e0e !important;
}
.cid-vkyM16dBT0 .nav-item:focus,
.cid-vkyM16dBT0 .nav-link:focus {
  outline: none;
}
.cid-vkyM16dBT0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkyM16dBT0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vkyM16dBT0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkyM16dBT0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkyM16dBT0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkyM16dBT0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vkyM16dBT0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(15, 14, 14, 0.6);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vkyM16dBT0 .navbar.opened {
  transition: all 0.3s;
}
.cid-vkyM16dBT0 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vkyM16dBT0 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vkyM16dBT0 .navbar .navbar-logo img {
  width: auto;
}
.cid-vkyM16dBT0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkyM16dBT0 .navbar.collapsed {
  justify-content: center;
}
.cid-vkyM16dBT0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkyM16dBT0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vkyM16dBT0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vkyM16dBT0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vkyM16dBT0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vkyM16dBT0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkyM16dBT0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkyM16dBT0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkyM16dBT0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkyM16dBT0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkyM16dBT0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkyM16dBT0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vkyM16dBT0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: -0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vkyM16dBT0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkyM16dBT0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkyM16dBT0 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vkyM16dBT0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vkyM16dBT0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkyM16dBT0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkyM16dBT0 .navbar.navbar-short {
  min-height: 70px;
}
.cid-vkyM16dBT0 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vkyM16dBT0 .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 !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vkyM16dBT0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vkyM16dBT0 .navbar-brand .navbar-caption:hover,
.cid-vkyM16dBT0 .navbar-brand .navbar-caption:focus {
  color: #ffedd6 !important;
}
.cid-vkyM16dBT0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkyM16dBT0 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vkyM16dBT0 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffedd6 !important;
}
.cid-vkyM16dBT0 .dropdown-item.active,
.cid-vkyM16dBT0 .dropdown-item:active {
  background-color: transparent;
}
.cid-vkyM16dBT0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkyM16dBT0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkyM16dBT0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkyM16dBT0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0f0e0e;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vkyM16dBT0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vkyM16dBT0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vkyM16dBT0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkyM16dBT0 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vkyM16dBT0 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vkyM16dBT0 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vkyM16dBT0 .navbar-buttons {
    text-align: left;
  }
}
.cid-vkyM16dBT0 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vkyM16dBT0 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vkyM16dBT0 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #0f0e0e !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vkyM16dBT0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffedd6;
}
.cid-vkyM16dBT0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vkyM16dBT0 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vkyM16dBT0 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vkyM16dBT0 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vkyM16dBT0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkyM16dBT0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkyM16dBT0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkyM16dBT0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkyM16dBT0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vkyM16dBT0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkyM16dBT0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vkyM16dBT0 .navbar {
    height: 70px;
  }
  .cid-vkyM16dBT0 .navbar.opened {
    height: auto;
  }
  .cid-vkyM16dBT0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkyM16dBT0 .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-vkyM16dBT0 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vkyM16dBT0 .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 10px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vkyM16dBT0 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vkyM16dBT0 .nav-item .nav-link:hover,
.cid-vkyM16dBT0 .nav-item .nav-link:focus {
  transform: translateY(-3px);
  color: #ffedd6 !important;
}
.cid-vkyM16dBT0 .nav-item .nav-link:hover::after,
.cid-vkyM16dBT0 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vkyM16dBT0 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vkyM16dBT0 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vkyM16dBT0 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vkyM16dBT0 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vkyM16dBT0 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vkyM16dBT0 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vkyM16dBT0 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vkyM16dBT0 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vkyM16dBT0 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vkyM16dBT0 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vkyM16dBT0 .content-wrap {
  min-height: 70px;
}
.cid-vkyM1oj8z2 {
  padding-bottom: 2rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/coverjjbs001-no20text-1726x1200.png");
  position: relative;
}
.cid-vkyM1oj8z2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkyM1oj8z2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkyM1oj8z2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  border: 8px solid #0f0e0e;
  background-image: linear-gradient(45deg, #0f0e0e -15%, transparent 50%, #0f0e0e 115%);
}
.cid-vkyM1oj8z2 .desc-wrapper {
  position: relative;
  z-index: 2;
}
.cid-vkyM1oj8z2 .desc-wrapper .desc-wrap {
  display: inline-block;
  width: 15%;
  margin-bottom: 24px;
}
@media (max-width: 1840px) {
  .cid-vkyM1oj8z2 .desc-wrapper .desc-wrap {
    width: 20%;
  }
}
@media (max-width: 1640px) {
  .cid-vkyM1oj8z2 .desc-wrapper .desc-wrap {
    width: 30%;
  }
}
@media (max-width: 1440px) {
  .cid-vkyM1oj8z2 .desc-wrapper .desc-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vkyM1oj8z2 .desc-wrapper .desc-wrap {
    width: auto;
  }
}
.cid-vkyM1oj8z2 .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-vkyM1oj8z2 .title-wrapper {
  position: relative;
  z-index: 3;
}
.cid-vkyM1oj8z2 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vkyM1oj8z2 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vkyM1oj8z2 .title-wrapper .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vkyM1oj8z2 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkyM1oj8z2 .title-wrapper .mbr-section-btn {
  margin-top: 6px;
}
.cid-vkyM1oj8z2 .mbr-label {
  position: relative;
  z-index: 2;
  font-size: 270px;
  line-height: 1;
  margin-bottom: 2px;
  color: #ffedd6;
  text-align: center;
}
@media (max-width: 1840px) {
  .cid-vkyM1oj8z2 .mbr-label {
    font-size: 220px;
  }
}
@media (max-width: 1640px) {
  .cid-vkyM1oj8z2 .mbr-label {
    font-size: 200px;
  }
}
@media (max-width: 1440px) {
  .cid-vkyM1oj8z2 .mbr-label {
    font-size: 160px;
  }
}
@media (max-width: 1280px) {
  .cid-vkyM1oj8z2 .mbr-label {
    font-size: 100px;
    line-height: 1.1;
  }
}
@media (max-width: 992px) {
  .cid-vkyM1oj8z2 .mbr-label {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .cid-vkyM1oj8z2 .mbr-label {
    font-size: 50px;
  }
}
.cid-vkyM1oj8z2 .mbr-section-title {
  color: #ffedd6;
}
.cid-vkyM1oj8z2 .mbr-text,
.cid-vkyM1oj8z2 .text-wrapper {
  color: #ffedd6;
  text-align: right;
}
.cid-vkyM1oj8z2 .mbr-desc {
  color: #ffedd6;
}
.cid-vkyM1oj8z2 .mbr-section-title,
.cid-vkyM1oj8z2 .mbr-section-btn {
  text-align: right;
}
.cid-vmKbf8WIlP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #b21414;
}
.cid-vmKbf8WIlP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmKbf8WIlP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmKbf8WIlP .content-head {
  max-width: 800px;
}
.cid-vmKbf8WIlP .loop-container .item {
  min-height: auto;
  font-weight: 700;
}
.cid-vmKbf8WIlP .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-vmKbf8WIlP .item {
    min-height: 45px;
  }
}
.cid-vmKipXNLRQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0f0e0e;
}
.cid-vmKipXNLRQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmKipXNLRQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmKipXNLRQ .content-wrapper {
  margin: 0 -30px;
}
.cid-vmKipXNLRQ .content-wrapper .card {
  padding: 0 30px;
}
.cid-vmKipXNLRQ .card {
  justify-content: flex-end;
}
.cid-vmKipXNLRQ .mbr-section-title {
  color: #ffedd6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vmKipXNLRQ .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vmKipXNLRQ .mbr-label {
  margin-bottom: 16px;
  color: #877e72;
}
@media (max-width: 992px) {
  .cid-vmKipXNLRQ .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vmKipXNLRQ .text-wrapper .mbr-text {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #ffedd6 20%, #b66b07);
  margin-bottom: 0;
}
.cid-vmKipXNLRQ .mbr-section-btn {
  margin-top: 14px;
}
.cid-vmKipXNLRQ .mbr-text {
  color: #ffedd6;
}
.cid-vkyMb1myEQ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #0f0e0e;
}
.cid-vkyMb1myEQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkyMb1myEQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkyMb1myEQ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vkyMb1myEQ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkyMb1myEQ .title-wrapper .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #ffedd6 20%, #b66b07);
  margin-bottom: 0;
}
.cid-vkyMb1myEQ .content-wrapper {
  margin: 0 -30px;
}
.cid-vkyMb1myEQ .content-wrapper .card {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-vkyMb1myEQ .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkyMb1myEQ .image-wrapper img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.cid-vkyMb1myEQ .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkyMb1myEQ .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkyMb1myEQ .mbr-section-btn {
  margin-top: 14px;
}
.cid-vkyMb1myEQ .mbr-section-title {
  color: #ffedd6;
}
.cid-vkyMb1myEQ .mbr-text {
  color: #ffedd6;
}
.cid-vkyMgt1XYH {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #0f0e0e;
}
.cid-vkyMgt1XYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkyMgt1XYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkyMgt1XYH .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vkyMgt1XYH .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkyMgt1XYH .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkyMgt1XYH .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vkyMgt1XYH .title-wrapper .label-wrapper .mbr-label {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkyMgt1XYH .title-wrapper .label-wrapper .mbr-label {
    margin-bottom: 16px;
  }
}
.cid-vkyMgt1XYH .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #ffedd6 20%, #b66b07);
  margin-bottom: 0;
}
.cid-vkyMgt1XYH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-vkyMgt1XYH .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vkyMgt1XYH .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-content .image-wrapper {
  height: 240px;
}
@media (max-width: 992px) {
  .cid-vkyMgt1XYH .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-content .image-wrapper {
    height: 300px;
  }
}
.cid-vkyMgt1XYH .embla__slide:nth-child(3n) .slide-content .item-wrapper .item-content .image-wrapper {
  height: 230px;
}
@media (max-width: 992px) {
  .cid-vkyMgt1XYH .embla__slide:nth-child(3n) .slide-content .item-wrapper .item-content .image-wrapper {
    height: 300px;
  }
}
.cid-vkyMgt1XYH .embla__slide:nth-child(4n) .slide-content .item-wrapper .item-content .image-wrapper {
  height: 360px;
}
@media (max-width: 992px) {
  .cid-vkyMgt1XYH .embla__slide:nth-child(4n) .slide-content .item-wrapper .item-content .image-wrapper {
    height: 300px;
  }
}
.cid-vkyMgt1XYH .embla__slide .slide-content {
  width: 100%;
}
.cid-vkyMgt1XYH .embla__slide .slide-content:hover .item-wrapper .item-content .image-wrapper::before,
.cid-vkyMgt1XYH .embla__slide .slide-content:focus .item-wrapper .item-content .image-wrapper::before {
  opacity: .6;
}
.cid-vkyMgt1XYH .embla__slide .slide-content:hover .item-wrapper .item-content .image-wrapper .mbr-section-btn,
.cid-vkyMgt1XYH .embla__slide .slide-content:focus .item-wrapper .item-content .image-wrapper .mbr-section-btn {
  opacity: 1;
}
.cid-vkyMgt1XYH .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  height: 410px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-vkyMgt1XYH .embla__slide .slide-content .item-wrapper .item-content {
    height: 300px;
  }
}
.cid-vkyMgt1XYH .embla__slide .slide-content .item-wrapper .item-content .image-wrapper {
  width: 100%;
  height: 410px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-vkyMgt1XYH .embla__slide .slide-content .item-wrapper .item-content .image-wrapper {
    height: 300px;
  }
}
.cid-vkyMgt1XYH .embla__slide .slide-content .item-wrapper .item-content .image-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.cid-vkyMgt1XYH .embla__slide .slide-content .item-wrapper .item-content .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f0e0e;
  opacity: 0;
  transition: all .3s ease;
  pointer-events: none;
  z-index: 1;
}
.cid-vkyMgt1XYH .embla__slide .slide-content .item-wrapper .item-content .image-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: all .3s ease;
}
.cid-vkyMgt1XYH .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  padding: 8px;
}
.cid-vkyMgt1XYH .embla__slide .slide-content .item-wrapper .card-box .item-label {
  margin-bottom: 8px;
}
.cid-vkyMgt1XYH .embla__slide .slide-content .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vkyMgt1XYH .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-top: 8px;
  margin-bottom: 0;
}
.cid-vkyMgt1XYH .embla__button--next,
.cid-vkyMgt1XYH .embla__button--prev {
  display: flex;
}
.cid-vkyMgt1XYH .embla__button {
  bottom: 0;
  width: 24px;
  height: 32px;
  font-size: 24px;
  background-color: transparent !important;
  color: #ffedd6 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vkyMgt1XYH .embla__button:hover {
  transform: translateY(-4px);
}
.cid-vkyMgt1XYH .embla__button:disabled {
  opacity: .3 !important;
  transform: none;
}
.cid-vkyMgt1XYH .embla__button.embla__button--prev {
  margin-left: -32px;
}
.cid-vkyMgt1XYH .embla__button.embla__button--next {
  margin-right: -32px;
}
.cid-vkyMgt1XYH .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vkyMgt1XYH .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vkyMgt1XYH .embla__viewport {
    padding: 0;
  }
}
.cid-vkyMgt1XYH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vkyMgt1XYH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vkyMgt1XYH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vkyMgt1XYH .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vkyMgt1XYH .mbr-section-title {
  color: #ffedd6;
}
.cid-vkyMgt1XYH .mbr-label {
  color: #877e72;
}
.cid-vkyMgt1XYH .mbr-text {
  color: #ffedd6;
}
.cid-vkyMgt1XYH .item-label {
  color: #877e72;
}
.cid-vkyMgt1XYH .item-title {
  color: #ffedd6;
}
.cid-vkyMgt1XYH .item-text {
  color: #ffedd6;
}
.cid-vmKjdyo6xA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0f0e0e;
}
.cid-vmKjdyo6xA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmKjdyo6xA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmKjdyo6xA .content-wrapper {
  margin: 0 -30px;
}
.cid-vmKjdyo6xA .content-wrapper .card {
  padding: 0 30px;
}
.cid-vmKjdyo6xA .card {
  justify-content: flex-end;
}
.cid-vmKjdyo6xA .mbr-section-title {
  color: #ffedd6;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vmKjdyo6xA .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vmKjdyo6xA .mbr-label {
  margin-bottom: 16px;
  color: #877e72;
}
@media (max-width: 992px) {
  .cid-vmKjdyo6xA .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vmKjdyo6xA .text-wrapper .mbr-text {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #ffedd6 20%, #b66b07);
  margin-bottom: 0;
}
.cid-vmKjdyo6xA .mbr-section-btn {
  margin-top: 14px;
}
.cid-vmKjdyo6xA .mbr-text {
  color: #ffedd6;
}
.cid-vmKjyNAVQd {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #0f0e0e;
}
.cid-vmKjyNAVQd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmKjyNAVQd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmKjyNAVQd .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vmKjyNAVQd .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vmKjyNAVQd .title-wrapper .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #ffedd6 20%, #b66b07);
  margin-bottom: 0;
}
.cid-vmKjyNAVQd .content-wrapper {
  margin: 0 -30px;
}
.cid-vmKjyNAVQd .content-wrapper .card {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-vmKjyNAVQd .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vmKjyNAVQd .image-wrapper img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.cid-vmKjyNAVQd .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmKjyNAVQd .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vmKjyNAVQd .mbr-section-btn {
  margin-top: 14px;
}
.cid-vmKjyNAVQd .mbr-section-title {
  color: #ffedd6;
}
.cid-vmKjyNAVQd .mbr-text {
  color: #ffedd6;
}
.cid-vmKHndVYks {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0f0e0e;
}
.cid-vmKHndVYks .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmKHndVYks .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmKHndVYks .content-wrapper {
  margin: 0 -30px;
}
.cid-vmKHndVYks .content-wrapper .card {
  padding: 0 30px;
}
.cid-vmKHndVYks .card {
  justify-content: flex-end;
}
.cid-vmKHndVYks .mbr-section-title {
  color: #ffedd6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vmKHndVYks .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vmKHndVYks .mbr-label {
  margin-bottom: 16px;
  color: #877e72;
}
@media (max-width: 992px) {
  .cid-vmKHndVYks .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vmKHndVYks .text-wrapper .mbr-text {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #ffedd6 20%, #b66b07);
  margin-bottom: 0;
}
.cid-vmKHndVYks .mbr-section-btn {
  margin-top: 14px;
}
.cid-vmKHndVYks .mbr-text {
  color: #ffedd6;
}
.cid-vmKHCZlreA {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #0f0e0e;
}
.cid-vmKHCZlreA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmKHCZlreA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmKHCZlreA .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vmKHCZlreA .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vmKHCZlreA .title-wrapper .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #ffedd6 20%, #b66b07);
  margin-bottom: 0;
}
.cid-vmKHCZlreA .content-wrapper {
  margin: 0 -30px;
}
.cid-vmKHCZlreA .content-wrapper .card {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-vmKHCZlreA .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vmKHCZlreA .image-wrapper img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.cid-vmKHCZlreA .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmKHCZlreA .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vmKHCZlreA .mbr-section-btn {
  margin-top: 14px;
}
.cid-vmKHCZlreA .mbr-section-title {
  color: #ffedd6;
}
.cid-vmKHCZlreA .mbr-text {
  color: #ffedd6;
}
.cid-vkyMtt0kIJ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #0f0e0e;
}
.cid-vkyMtt0kIJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkyMtt0kIJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkyMtt0kIJ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vkyMtt0kIJ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkyMtt0kIJ .title-wrapper .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #ffedd6 20%, #b66b07);
  margin-bottom: 0;
}
.cid-vkyMtt0kIJ .mbr-section-subtitle {
  margin-bottom: 40px;
  color: #ffedd6;
}
.cid-vkyMtt0kIJ .form-wrap .dragArea.row {
  margin: 0 -30px;
}
.cid-vkyMtt0kIJ .form-wrap .dragArea.row .form-group {
  padding: 0 30px;
  margin-bottom: 0 !important;
}
.cid-vkyMtt0kIJ .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 5px;
}
.cid-vkyMtt0kIJ .form-wrap .dragArea.row .form-group .form-control {
  padding: 0 0 8px;
  background-color: transparent;
  border: none !important;
  border-bottom: 1px solid #ffffff !important;
  box-shadow: none;
  margin-bottom: 50px;
  border-radius: 0 !important;
  min-height: 38px;
}
@media (max-width: 992px) {
  .cid-vkyMtt0kIJ .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 24px;
  }
}
.cid-vkyMtt0kIJ .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-vkyMtt0kIJ .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vkyMtt0kIJ .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #ff9405 !important;
}
.cid-vkyMtt0kIJ .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vkyMtt0kIJ .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vkyMtt0kIJ .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-vkyMtt0kIJ .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0 30px;
}
.cid-vkyMtt0kIJ .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  min-height: auto;
  width: 30%;
}
@media (max-width: 992px) {
  .cid-vkyMtt0kIJ .form-wrap .dragArea.row .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-vkyMtt0kIJ .mbr-section-title {
  color: #ffedd6;
}
.cid-vkyMtt0kIJ label {
  color: #ffedd6;
}
.cid-vkyMJDEnyT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #5a5348;
}
.cid-vkyMJDEnyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkyMJDEnyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkyMJDEnyT .mbr-copy {
  margin-bottom: 0;
  color: #ffedd6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vkyMJDEnyT .mbr-copy {
    text-align: center;
  }
}
.cid-vkyMJDEnyT .nav-wrapper {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 120px;
}
@media (max-width: 992px) {
  .cid-vkyMJDEnyT .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkyMJDEnyT .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 8px;
}
.cid-vkyMJDEnyT .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vkyMJDEnyT .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vkyMJDEnyT .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vkyMJDEnyT .nav-wrapper .nav-wrap .list .item-wrap:focus {
  transform: translateY(-3px);
}
.cid-vkyMJDEnyT .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vkyMJDEnyT .mbr-label {
  margin-top: 200px;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  font-size: 300px;
  line-height: 1;
  color: #ffedd6;
  text-align: center;
}
@media (max-width: 1840px) {
  .cid-vkyMJDEnyT .mbr-label {
    font-size: 220px;
  }
}
@media (max-width: 1640px) {
  .cid-vkyMJDEnyT .mbr-label {
    font-size: 200px;
  }
}
@media (max-width: 1440px) {
  .cid-vkyMJDEnyT .mbr-label {
    font-size: 160px;
  }
}
@media (max-width: 1280px) {
  .cid-vkyMJDEnyT .mbr-label {
    font-size: 100px;
    line-height: 1.1;
  }
}
@media (max-width: 992px) {
  .cid-vkyMJDEnyT .mbr-label {
    font-size: 80px;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .cid-vkyMJDEnyT .mbr-label {
    font-size: 50px;
  }
}
.cid-vkyMJDEnyT .mbr-list-title {
  color: #877e72;
  text-align: left;
}
.cid-vkyMJDEnyT .list {
  color: #ffedd6;
  text-align: left;
}
.cid-vkyMJDEnyT .content-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vkyMJDEnyT .content-wrapper {
    text-align: center;
  }
}
.cid-vkyM16dBT0 {
  z-index: 1000;
  width: 100%;
}
.cid-vkyM16dBT0 nav.navbar {
  position: fixed;
}
.cid-vkyM16dBT0 .container-fluid {
  padding-left: 182px;
  padding-right: 182px;
}
@media (max-width: 1840px) {
  .cid-vkyM16dBT0 .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1440px) {
  .cid-vkyM16dBT0 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-vkyM16dBT0 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vkyM16dBT0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkyM16dBT0 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vkyM16dBT0 .dropdown-item {
  border: none !important;
  background: #0f0e0e !important;
  font-weight: 700;
}
.cid-vkyM16dBT0 .dropdown-item:hover,
.cid-vkyM16dBT0 .dropdown-item:focus {
  background: #0f0e0e !important;
  color: #ffedd6 !important;
}
.cid-vkyM16dBT0 .dropdown-item:hover span {
  color: white;
}
.cid-vkyM16dBT0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkyM16dBT0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkyM16dBT0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkyM16dBT0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vkyM16dBT0 .nav-link {
  position: relative;
}
.cid-vkyM16dBT0 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1210px;
}
@media (min-width: 992px) {
  .cid-vkyM16dBT0 .container {
    flex-wrap: nowrap;
  }
}
.cid-vkyM16dBT0 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vkyM16dBT0 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vkyM16dBT0 .dropdown-menu,
.cid-vkyM16dBT0 .navbar.opened {
  background: #0f0e0e !important;
}
.cid-vkyM16dBT0 .nav-item:focus,
.cid-vkyM16dBT0 .nav-link:focus {
  outline: none;
}
.cid-vkyM16dBT0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkyM16dBT0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vkyM16dBT0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkyM16dBT0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkyM16dBT0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkyM16dBT0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vkyM16dBT0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(15, 14, 14, 0.6);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vkyM16dBT0 .navbar.opened {
  transition: all 0.3s;
}
.cid-vkyM16dBT0 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vkyM16dBT0 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vkyM16dBT0 .navbar .navbar-logo img {
  width: auto;
}
.cid-vkyM16dBT0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkyM16dBT0 .navbar.collapsed {
  justify-content: center;
}
.cid-vkyM16dBT0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkyM16dBT0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vkyM16dBT0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vkyM16dBT0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vkyM16dBT0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vkyM16dBT0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkyM16dBT0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkyM16dBT0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkyM16dBT0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkyM16dBT0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkyM16dBT0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkyM16dBT0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vkyM16dBT0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: -0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vkyM16dBT0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkyM16dBT0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkyM16dBT0 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vkyM16dBT0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vkyM16dBT0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkyM16dBT0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkyM16dBT0 .navbar.navbar-short {
  min-height: 70px;
}
.cid-vkyM16dBT0 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vkyM16dBT0 .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 !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vkyM16dBT0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vkyM16dBT0 .navbar-brand .navbar-caption:hover,
.cid-vkyM16dBT0 .navbar-brand .navbar-caption:focus {
  color: #ffedd6 !important;
}
.cid-vkyM16dBT0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkyM16dBT0 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vkyM16dBT0 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffedd6 !important;
}
.cid-vkyM16dBT0 .dropdown-item.active,
.cid-vkyM16dBT0 .dropdown-item:active {
  background-color: transparent;
}
.cid-vkyM16dBT0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkyM16dBT0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkyM16dBT0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkyM16dBT0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0f0e0e;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vkyM16dBT0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vkyM16dBT0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vkyM16dBT0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkyM16dBT0 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vkyM16dBT0 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vkyM16dBT0 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vkyM16dBT0 .navbar-buttons {
    text-align: left;
  }
}
.cid-vkyM16dBT0 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vkyM16dBT0 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vkyM16dBT0 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #0f0e0e !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vkyM16dBT0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffedd6;
}
.cid-vkyM16dBT0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vkyM16dBT0 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vkyM16dBT0 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vkyM16dBT0 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vkyM16dBT0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkyM16dBT0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkyM16dBT0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkyM16dBT0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkyM16dBT0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vkyM16dBT0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkyM16dBT0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vkyM16dBT0 .navbar {
    height: 70px;
  }
  .cid-vkyM16dBT0 .navbar.opened {
    height: auto;
  }
  .cid-vkyM16dBT0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkyM16dBT0 .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-vkyM16dBT0 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vkyM16dBT0 .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 10px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vkyM16dBT0 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vkyM16dBT0 .nav-item .nav-link:hover,
.cid-vkyM16dBT0 .nav-item .nav-link:focus {
  transform: translateY(-3px);
  color: #ffedd6 !important;
}
.cid-vkyM16dBT0 .nav-item .nav-link:hover::after,
.cid-vkyM16dBT0 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vkyM16dBT0 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vkyM16dBT0 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vkyM16dBT0 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vkyM16dBT0 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vkyM16dBT0 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vkyM16dBT0 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vkyM16dBT0 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vkyM16dBT0 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vkyM16dBT0 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vkyM16dBT0 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vkyM16dBT0 .content-wrap {
  min-height: 70px;
}
.cid-vrStBkoD7S {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #0f0e0e;
}
.cid-vrStBkoD7S .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrStBkoD7S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrStBkoD7S .content-wrapper {
  margin: 0 -30px;
}
.cid-vrStBkoD7S .content-wrapper .card {
  padding: 0 30px;
}
.cid-vrStBkoD7S .mbr-label {
  margin-bottom: 16px;
  color: #877e72;
}
.cid-vrStBkoD7S .title-wrap {
  margin-bottom: 16px;
}
.cid-vrStBkoD7S .title-wrap .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #ffedd6 20%, #b66b07);
  margin-bottom: 0;
}
.cid-vrStBkoD7S .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vrStBkoD7S .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vrStBkoD7S .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vrStBkoD7S .image-wrapper {
    margin-top: 40px;
  }
}
.cid-vrStBkoD7S .image-wrapper img {
  height: 420px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vrStBkoD7S .image-wrapper img {
    height: 300px;
  }
}
.cid-vrStBkoD7S .mbr-section-title {
  color: #ffedd6;
}
.cid-vrStBkoD7S .mbr-text {
  color: #ffedd6;
}
.cid-vrStBkoD7S .mbr-section-title,
.cid-vrStBkoD7S .title-wrap {
  text-align: right;
}
.cid-vrStBkoD7S .mbr-text,
.cid-vrStBkoD7S .text-wrapper,
.cid-vrStBkoD7S .mbr-section-btn {
  text-align: right;
}
.cid-vrwhxe6HHB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #5a5348;
}
.cid-vrwhxe6HHB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrwhxe6HHB .mbr-fallback-image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.cid-vrwhxe6HHB .container,
.cid-vrwhxe6HHB .container-fluid {
  position: relative;
  z-index: 2;
}
.cid-vrwhxe6HHB .title-wrapper {
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-vrwhxe6HHB .title-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vrwhxe6HHB .mbr-section-title {
  margin: 0;
  color: #ffffff;
  font-size: 3.4rem;
  line-height: 1.1;
}
.cid-vrwhxe6HHB .mbr-section-subtitle {
  margin: 1rem auto 0;
  max-width: 850px;
  color: #d7b45a;
  font-size: 1.3rem;
  line-height: 1.5;
}
.cid-vrwhxe6HHB .items-wrapper {
  margin-left: -12px;
  margin-right: -12px;
}
.cid-vrwhxe6HHB .item {
  display: flex;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}
.cid-vrwhxe6HHB .item-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 2rem;
  background-color: #101010;
  border-style: solid;
  border-color: #353535;
  border-width: 1px;
  border-radius: 0px;
}
.cid-vrwhxe6HHB .item-wrapper.equal-height {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-vrwhxe6HHB .item-wrapper.has-shadow {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}
.cid-vrwhxe6HHB .item-wrapper.has-gradient {
  background-color: #101010;
  background-image: linear-gradient(135deg, #181818 0%, #181818 35%, #101010 100%);
}
@media (max-width: 767px) {
  .cid-vrwhxe6HHB .item-wrapper {
    padding: 1.5rem;
  }
}
.cid-vrwhxe6HHB .item-img {
  width: 100%;
  margin-bottom: 1.75rem;
  overflow: hidden;
  background-color: #e8e8e8;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cid-vrwhxe6HHB .item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s ease;
}
.cid-vrwhxe6HHB .item-img:hover img {
  transform: scale(1.015);
}
.cid-vrwhxe6HHB .item-img.image-contain img {
  object-fit: contain;
  object-position: center center;
}
.cid-vrwhxe6HHB .entry-image-1 {
  height: 400px;
}
.cid-vrwhxe6HHB .entry-image-1 img {
  object-position: center top;
}
.cid-vrwhxe6HHB .entry-image-1.image-contain img {
  object-position: center center;
}
.cid-vrwhxe6HHB .entry-image-2 {
  height: 260px;
}
.cid-vrwhxe6HHB .entry-image-3 {
  height: 500px;
}
.cid-vrwhxe6HHB.same-image-height .entry-image-1,
.cid-vrwhxe6HHB.same-image-height .entry-image-2,
.cid-vrwhxe6HHB.same-image-height .entry-image-3 {
  height: 400px;
}
.cid-vrwhxe6HHB .image-caption {
  margin: -1rem 0 1.5rem;
  color: #c8c8c8;
  font-size: 0.8rem;
  line-height: 1.4;
  text-align: center;
  font-style: italic;
}
.cid-vrwhxe6HHB .card-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-vrwhxe6HHB .item-name {
  margin: 0 0 0.5rem;
  color: #d7b45a;
  font-size: 1.8rem;
  line-height: 1.15;
}
.cid-vrwhxe6HHB .item-dates {
  margin: 0 0 0.65rem;
  color: #c8c8c8;
  font-size: 1rem;
  line-height: 1.4;
}
.cid-vrwhxe6HHB .item-role {
  margin: 0;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.45;
}
.cid-vrwhxe6HHB .category-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
}
.cid-vrwhxe6HHB .category-label {
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background-color: #292929;
  color: #ffffff;
  font-size: 0.7rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  cursor: text;
}
.cid-vrwhxe6HHB .item-text {
  margin: 1.25rem 0 0;
  color: #b7b7b7;
  font-size: 1rem;
  line-height: 1.65;
}
.cid-vrwhxe6HHB .no-photo-label {
  display: inline-block;
  align-self: flex-start;
  width: auto;
  margin: 0 0 1.25rem;
  padding: 0.4rem 0.75rem;
  border: 1px solid #353535;
  border-radius: 999px;
  color: #c8c8c8;
  font-size: 0.78rem;
  line-height: 1.2;
  font-style: italic;
}
.cid-vrwhxe6HHB .mbr-section-btn {
  margin-top: auto;
  padding-top: 1.5rem;
}
.cid-vrwhxe6HHB .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 1199px) {
  .cid-vrwhxe6HHB .entry-image-1 {
    height: calc(352px);
  }
  .cid-vrwhxe6HHB .entry-image-2 {
    height: calc(239.2px);
  }
  .cid-vrwhxe6HHB .entry-image-3 {
    height: calc(440px);
  }
  .cid-vrwhxe6HHB.same-image-height .entry-image-1,
  .cid-vrwhxe6HHB.same-image-height .entry-image-2,
  .cid-vrwhxe6HHB.same-image-height .entry-image-3 {
    height: calc(352px);
  }
}
@media (max-width: 991px) {
  .cid-vrwhxe6HHB .item {
    margin-bottom: 1.5rem;
  }
  .cid-vrwhxe6HHB .entry-image-1,
  .cid-vrwhxe6HHB .entry-image-2,
  .cid-vrwhxe6HHB .entry-image-3 {
    min-height: 260px;
  }
}
@media (max-width: 767px) {
  .cid-vrwhxe6HHB .mbr-section-title {
    font-size: calc(2.72rem);
  }
  .cid-vrwhxe6HHB .mbr-section-subtitle {
    font-size: calc(1.196rem);
  }
  .cid-vrwhxe6HHB .item-name {
    font-size: calc(1.656rem);
  }
  .cid-vrwhxe6HHB .entry-image-1,
  .cid-vrwhxe6HHB .entry-image-2,
  .cid-vrwhxe6HHB .entry-image-3 {
    height: auto;
    min-height: 220px;
    aspect-ratio: 1.33333333;
  }
  .cid-vrwhxe6HHB.same-image-height .entry-image-1,
  .cid-vrwhxe6HHB.same-image-height .entry-image-2,
  .cid-vrwhxe6HHB.same-image-height .entry-image-3 {
    height: auto;
    min-height: 220px;
  }
}
.cid-vrwOZr5nDn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #5a5348;
}
.cid-vrwOZr5nDn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrwOZr5nDn .mbr-fallback-image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.cid-vrwOZr5nDn .container,
.cid-vrwOZr5nDn .container-fluid {
  position: relative;
  z-index: 2;
}
.cid-vrwOZr5nDn .title-wrapper {
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-vrwOZr5nDn .title-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vrwOZr5nDn .mbr-section-title {
  margin: 0;
  color: #ffffff;
  font-size: 3.4rem;
  line-height: 1.1;
}
.cid-vrwOZr5nDn .mbr-section-subtitle {
  margin: 1rem auto 0;
  max-width: 850px;
  color: #d7b45a;
  font-size: 1.3rem;
  line-height: 1.5;
}
.cid-vrwOZr5nDn .items-wrapper {
  margin-left: -12px;
  margin-right: -12px;
}
.cid-vrwOZr5nDn .item {
  display: flex;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}
.cid-vrwOZr5nDn .item-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 2rem;
  background-color: #101010;
  border-style: solid;
  border-color: #353535;
  border-width: 1px;
  border-radius: 0px;
}
.cid-vrwOZr5nDn .item-wrapper.equal-height {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-vrwOZr5nDn .item-wrapper.has-shadow {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}
.cid-vrwOZr5nDn .item-wrapper.has-gradient {
  background-color: #101010;
  background-image: linear-gradient(135deg, #181818 0%, #181818 35%, #101010 100%);
}
@media (max-width: 767px) {
  .cid-vrwOZr5nDn .item-wrapper {
    padding: 1.5rem;
  }
}
.cid-vrwOZr5nDn .item-img {
  width: 100%;
  margin-bottom: 1.75rem;
  overflow: hidden;
  background-color: #e8e8e8;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cid-vrwOZr5nDn .item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s ease;
}
.cid-vrwOZr5nDn .item-img:hover img {
  transform: scale(1.015);
}
.cid-vrwOZr5nDn .item-img.image-contain img {
  object-fit: contain;
  object-position: center center;
}
.cid-vrwOZr5nDn .entry-image-1 {
  height: 210px;
}
.cid-vrwOZr5nDn .entry-image-1 img {
  object-position: center top;
}
.cid-vrwOZr5nDn .entry-image-1.image-contain img {
  object-position: center center;
}
.cid-vrwOZr5nDn .entry-image-2 {
  height: 530px;
}
.cid-vrwOZr5nDn .entry-image-3 {
  height: 500px;
}
.cid-vrwOZr5nDn.same-image-height .entry-image-1,
.cid-vrwOZr5nDn.same-image-height .entry-image-2,
.cid-vrwOZr5nDn.same-image-height .entry-image-3 {
  height: 400px;
}
.cid-vrwOZr5nDn .image-caption {
  margin: -1rem 0 1.5rem;
  color: #c8c8c8;
  font-size: 0.8rem;
  line-height: 1.4;
  text-align: center;
  font-style: italic;
}
.cid-vrwOZr5nDn .card-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-vrwOZr5nDn .item-name {
  margin: 0 0 0.5rem;
  color: #d7b45a;
  font-size: 1.8rem;
  line-height: 1.15;
}
.cid-vrwOZr5nDn .item-dates {
  margin: 0 0 0.65rem;
  color: #c8c8c8;
  font-size: 1rem;
  line-height: 1.4;
}
.cid-vrwOZr5nDn .item-role {
  margin: 0;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.45;
}
.cid-vrwOZr5nDn .category-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
}
.cid-vrwOZr5nDn .category-label {
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background-color: #292929;
  color: #ffffff;
  font-size: 0.7rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  cursor: text;
}
.cid-vrwOZr5nDn .item-text {
  margin: 1.25rem 0 0;
  color: #b7b7b7;
  font-size: 1rem;
  line-height: 1.65;
}
.cid-vrwOZr5nDn .no-photo-label {
  display: inline-block;
  align-self: flex-start;
  width: auto;
  margin: 0 0 1.25rem;
  padding: 0.4rem 0.75rem;
  border: 1px solid #353535;
  border-radius: 999px;
  color: #c8c8c8;
  font-size: 0.78rem;
  line-height: 1.2;
  font-style: italic;
}
.cid-vrwOZr5nDn .mbr-section-btn {
  margin-top: auto;
  padding-top: 1.5rem;
}
.cid-vrwOZr5nDn .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 1199px) {
  .cid-vrwOZr5nDn .entry-image-1 {
    height: calc(184.8px);
  }
  .cid-vrwOZr5nDn .entry-image-2 {
    height: calc(487.6px);
  }
  .cid-vrwOZr5nDn .entry-image-3 {
    height: calc(440px);
  }
  .cid-vrwOZr5nDn.same-image-height .entry-image-1,
  .cid-vrwOZr5nDn.same-image-height .entry-image-2,
  .cid-vrwOZr5nDn.same-image-height .entry-image-3 {
    height: calc(352px);
  }
}
@media (max-width: 991px) {
  .cid-vrwOZr5nDn .item {
    margin-bottom: 1.5rem;
  }
  .cid-vrwOZr5nDn .entry-image-1,
  .cid-vrwOZr5nDn .entry-image-2,
  .cid-vrwOZr5nDn .entry-image-3 {
    min-height: 260px;
  }
}
@media (max-width: 767px) {
  .cid-vrwOZr5nDn .mbr-section-title {
    font-size: calc(2.72rem);
  }
  .cid-vrwOZr5nDn .mbr-section-subtitle {
    font-size: calc(1.196rem);
  }
  .cid-vrwOZr5nDn .item-name {
    font-size: calc(1.656rem);
  }
  .cid-vrwOZr5nDn .entry-image-1,
  .cid-vrwOZr5nDn .entry-image-2,
  .cid-vrwOZr5nDn .entry-image-3 {
    height: auto;
    min-height: 220px;
    aspect-ratio: 1.33333333;
  }
  .cid-vrwOZr5nDn.same-image-height .entry-image-1,
  .cid-vrwOZr5nDn.same-image-height .entry-image-2,
  .cid-vrwOZr5nDn.same-image-height .entry-image-3 {
    height: auto;
    min-height: 220px;
  }
}
.cid-vry3ItDfgf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #5a5348;
}
.cid-vry3ItDfgf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vry3ItDfgf .mbr-fallback-image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.cid-vry3ItDfgf .container,
.cid-vry3ItDfgf .container-fluid {
  position: relative;
  z-index: 2;
}
.cid-vry3ItDfgf .title-wrapper {
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-vry3ItDfgf .title-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vry3ItDfgf .mbr-section-title {
  margin: 0;
  color: #ffffff;
  font-size: 3.4rem;
  line-height: 1.1;
}
.cid-vry3ItDfgf .mbr-section-subtitle {
  margin: 1rem auto 0;
  max-width: 850px;
  color: #d7b45a;
  font-size: 1.3rem;
  line-height: 1.5;
}
.cid-vry3ItDfgf .items-wrapper {
  margin-left: -12px;
  margin-right: -12px;
}
.cid-vry3ItDfgf .item {
  display: flex;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}
.cid-vry3ItDfgf .item-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 2rem;
  background-color: #101010;
  border-style: solid;
  border-color: #353535;
  border-width: 1px;
  border-radius: 0px;
}
.cid-vry3ItDfgf .item-wrapper.equal-height {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-vry3ItDfgf .item-wrapper.has-shadow {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}
.cid-vry3ItDfgf .item-wrapper.has-gradient {
  background-color: #101010;
  background-image: linear-gradient(135deg, #181818 0%, #181818 35%, #101010 100%);
}
@media (max-width: 767px) {
  .cid-vry3ItDfgf .item-wrapper {
    padding: 1.5rem;
  }
}
.cid-vry3ItDfgf .item-img {
  width: 100%;
  margin-bottom: 1.75rem;
  overflow: hidden;
  background-color: #e8e8e8;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cid-vry3ItDfgf .item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s ease;
}
.cid-vry3ItDfgf .item-img:hover img {
  transform: scale(1.015);
}
.cid-vry3ItDfgf .item-img.image-contain img {
  object-fit: contain;
  object-position: center center;
}
.cid-vry3ItDfgf .entry-image-1 {
  height: 500px;
}
.cid-vry3ItDfgf .entry-image-1 img {
  object-position: center top;
}
.cid-vry3ItDfgf .entry-image-1.image-contain img {
  object-position: center center;
}
.cid-vry3ItDfgf .entry-image-2 {
  height: 530px;
}
.cid-vry3ItDfgf .entry-image-3 {
  height: 460px;
}
.cid-vry3ItDfgf.same-image-height .entry-image-1,
.cid-vry3ItDfgf.same-image-height .entry-image-2,
.cid-vry3ItDfgf.same-image-height .entry-image-3 {
  height: 400px;
}
.cid-vry3ItDfgf .image-caption {
  margin: -1rem 0 1.5rem;
  color: #c8c8c8;
  font-size: 0.8rem;
  line-height: 1.4;
  text-align: center;
  font-style: italic;
}
.cid-vry3ItDfgf .card-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-vry3ItDfgf .item-name {
  margin: 0 0 0.5rem;
  color: #d7b45a;
  font-size: 1.8rem;
  line-height: 1.15;
}
.cid-vry3ItDfgf .item-dates {
  margin: 0 0 0.65rem;
  color: #c8c8c8;
  font-size: 1rem;
  line-height: 1.4;
}
.cid-vry3ItDfgf .item-role {
  margin: 0;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.45;
}
.cid-vry3ItDfgf .category-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
}
.cid-vry3ItDfgf .category-label {
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background-color: #292929;
  color: #ffffff;
  font-size: 0.7rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  cursor: text;
}
.cid-vry3ItDfgf .item-text {
  margin: 1.25rem 0 0;
  color: #b7b7b7;
  font-size: 1rem;
  line-height: 1.65;
}
.cid-vry3ItDfgf .no-photo-label {
  display: inline-block;
  align-self: flex-start;
  width: auto;
  margin: 0 0 1.25rem;
  padding: 0.4rem 0.75rem;
  border: 1px solid #353535;
  border-radius: 999px;
  color: #c8c8c8;
  font-size: 0.78rem;
  line-height: 1.2;
  font-style: italic;
}
.cid-vry3ItDfgf .mbr-section-btn {
  margin-top: auto;
  padding-top: 1.5rem;
}
.cid-vry3ItDfgf .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 1199px) {
  .cid-vry3ItDfgf .entry-image-1 {
    height: calc(440px);
  }
  .cid-vry3ItDfgf .entry-image-2 {
    height: calc(487.6px);
  }
  .cid-vry3ItDfgf .entry-image-3 {
    height: calc(404.8px);
  }
  .cid-vry3ItDfgf.same-image-height .entry-image-1,
  .cid-vry3ItDfgf.same-image-height .entry-image-2,
  .cid-vry3ItDfgf.same-image-height .entry-image-3 {
    height: calc(352px);
  }
}
@media (max-width: 991px) {
  .cid-vry3ItDfgf .item {
    margin-bottom: 1.5rem;
  }
  .cid-vry3ItDfgf .entry-image-1,
  .cid-vry3ItDfgf .entry-image-2,
  .cid-vry3ItDfgf .entry-image-3 {
    min-height: 260px;
  }
}
@media (max-width: 767px) {
  .cid-vry3ItDfgf .mbr-section-title {
    font-size: calc(2.72rem);
  }
  .cid-vry3ItDfgf .mbr-section-subtitle {
    font-size: calc(1.196rem);
  }
  .cid-vry3ItDfgf .item-name {
    font-size: calc(1.656rem);
  }
  .cid-vry3ItDfgf .entry-image-1,
  .cid-vry3ItDfgf .entry-image-2,
  .cid-vry3ItDfgf .entry-image-3 {
    height: auto;
    min-height: 220px;
    aspect-ratio: 1.33333333;
  }
  .cid-vry3ItDfgf.same-image-height .entry-image-1,
  .cid-vry3ItDfgf.same-image-height .entry-image-2,
  .cid-vry3ItDfgf.same-image-height .entry-image-3 {
    height: auto;
    min-height: 220px;
  }
}
.cid-vryQ15G49L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #5a5348;
}
.cid-vryQ15G49L .mbr-fallback-image.disabled {
  display: none;
}
.cid-vryQ15G49L .mbr-fallback-image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.cid-vryQ15G49L .container,
.cid-vryQ15G49L .container-fluid {
  position: relative;
  z-index: 2;
}
.cid-vryQ15G49L .title-wrapper {
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-vryQ15G49L .title-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vryQ15G49L .mbr-section-title {
  margin: 0;
  color: #ffffff;
  font-size: 3.4rem;
  line-height: 1.1;
}
.cid-vryQ15G49L .mbr-section-subtitle {
  margin: 1rem auto 0;
  max-width: 850px;
  color: #d7b45a;
  font-size: 1.3rem;
  line-height: 1.5;
}
.cid-vryQ15G49L .items-wrapper {
  margin-left: -12px;
  margin-right: -12px;
}
.cid-vryQ15G49L .item {
  display: flex;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}
.cid-vryQ15G49L .item-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 2rem;
  background-color: #101010;
  border-style: solid;
  border-color: #353535;
  border-width: 1px;
  border-radius: 0px;
}
.cid-vryQ15G49L .item-wrapper.equal-height {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-vryQ15G49L .item-wrapper.has-shadow {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}
.cid-vryQ15G49L .item-wrapper.has-gradient {
  background-color: #101010;
  background-image: linear-gradient(135deg, #181818 0%, #181818 35%, #101010 100%);
}
@media (max-width: 767px) {
  .cid-vryQ15G49L .item-wrapper {
    padding: 1.5rem;
  }
}
.cid-vryQ15G49L .item-img {
  width: 100%;
  margin-bottom: 1.75rem;
  overflow: hidden;
  background-color: #e8e8e8;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cid-vryQ15G49L .item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s ease;
}
.cid-vryQ15G49L .item-img:hover img {
  transform: scale(1.015);
}
.cid-vryQ15G49L .item-img.image-contain img {
  object-fit: contain;
  object-position: center center;
}
.cid-vryQ15G49L .entry-image-1 {
  height: 500px;
}
.cid-vryQ15G49L .entry-image-1 img {
  object-position: center top;
}
.cid-vryQ15G49L .entry-image-1.image-contain img {
  object-position: center center;
}
.cid-vryQ15G49L .entry-image-2 {
  height: 530px;
}
.cid-vryQ15G49L .entry-image-3 {
  height: 460px;
}
.cid-vryQ15G49L.same-image-height .entry-image-1,
.cid-vryQ15G49L.same-image-height .entry-image-2,
.cid-vryQ15G49L.same-image-height .entry-image-3 {
  height: 400px;
}
.cid-vryQ15G49L .image-caption {
  margin: -1rem 0 1.5rem;
  color: #c8c8c8;
  font-size: 0.8rem;
  line-height: 1.4;
  text-align: center;
  font-style: italic;
}
.cid-vryQ15G49L .card-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-vryQ15G49L .item-name {
  margin: 0 0 0.5rem;
  color: #d7b45a;
  font-size: 1.8rem;
  line-height: 1.15;
}
.cid-vryQ15G49L .item-dates {
  margin: 0 0 0.65rem;
  color: #c8c8c8;
  font-size: 1rem;
  line-height: 1.4;
}
.cid-vryQ15G49L .item-role {
  margin: 0;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.45;
}
.cid-vryQ15G49L .category-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
}
.cid-vryQ15G49L .category-label {
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background-color: #292929;
  color: #ffffff;
  font-size: 0.7rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  cursor: text;
  text-align: center;
}
.cid-vryQ15G49L .item-text {
  margin: 1.25rem 0 0;
  color: #b7b7b7;
  font-size: 1rem;
  line-height: 1.65;
}
.cid-vryQ15G49L .no-photo-label {
  display: inline-block;
  align-self: flex-start;
  width: auto;
  margin: 0 0 1.25rem;
  padding: 0.4rem 0.75rem;
  border: 1px solid #353535;
  border-radius: 999px;
  color: #c8c8c8;
  font-size: 0.78rem;
  line-height: 1.2;
  font-style: italic;
}
.cid-vryQ15G49L .mbr-section-btn {
  margin-top: auto;
  padding-top: 1.5rem;
}
.cid-vryQ15G49L .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 1199px) {
  .cid-vryQ15G49L .entry-image-1 {
    height: calc(440px);
  }
  .cid-vryQ15G49L .entry-image-2 {
    height: calc(487.6px);
  }
  .cid-vryQ15G49L .entry-image-3 {
    height: calc(404.8px);
  }
  .cid-vryQ15G49L.same-image-height .entry-image-1,
  .cid-vryQ15G49L.same-image-height .entry-image-2,
  .cid-vryQ15G49L.same-image-height .entry-image-3 {
    height: calc(352px);
  }
}
@media (max-width: 991px) {
  .cid-vryQ15G49L .item {
    margin-bottom: 1.5rem;
  }
  .cid-vryQ15G49L .entry-image-1,
  .cid-vryQ15G49L .entry-image-2,
  .cid-vryQ15G49L .entry-image-3 {
    min-height: 260px;
  }
}
@media (max-width: 767px) {
  .cid-vryQ15G49L .mbr-section-title {
    font-size: calc(2.72rem);
  }
  .cid-vryQ15G49L .mbr-section-subtitle {
    font-size: calc(1.196rem);
  }
  .cid-vryQ15G49L .item-name {
    font-size: calc(1.656rem);
  }
  .cid-vryQ15G49L .entry-image-1,
  .cid-vryQ15G49L .entry-image-2,
  .cid-vryQ15G49L .entry-image-3 {
    height: auto;
    min-height: 220px;
    aspect-ratio: 1.33333333;
  }
  .cid-vryQ15G49L.same-image-height .entry-image-1,
  .cid-vryQ15G49L.same-image-height .entry-image-2,
  .cid-vryQ15G49L.same-image-height .entry-image-3 {
    height: auto;
    min-height: 220px;
  }
}
.cid-vrz2FNFf1f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #5a5348;
}
.cid-vrz2FNFf1f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrz2FNFf1f .mbr-fallback-image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.cid-vrz2FNFf1f .container,
.cid-vrz2FNFf1f .container-fluid {
  position: relative;
  z-index: 2;
}
.cid-vrz2FNFf1f .title-wrapper {
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-vrz2FNFf1f .title-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vrz2FNFf1f .mbr-section-title {
  margin: 0;
  color: #ffffff;
  font-size: 3.4rem;
  line-height: 1.1;
}
.cid-vrz2FNFf1f .mbr-section-subtitle {
  margin: 1rem auto 0;
  max-width: 850px;
  color: #d7b45a;
  font-size: 1.3rem;
  line-height: 1.5;
}
.cid-vrz2FNFf1f .items-wrapper {
  margin-left: -12px;
  margin-right: -12px;
}
.cid-vrz2FNFf1f .item {
  display: flex;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}
.cid-vrz2FNFf1f .item-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 2rem;
  background-color: #101010;
  border-style: solid;
  border-color: #353535;
  border-width: 1px;
  border-radius: 0px;
}
.cid-vrz2FNFf1f .item-wrapper.equal-height {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-vrz2FNFf1f .item-wrapper.has-shadow {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}
.cid-vrz2FNFf1f .item-wrapper.has-gradient {
  background-color: #101010;
  background-image: linear-gradient(135deg, #181818 0%, #181818 35%, #101010 100%);
}
@media (max-width: 767px) {
  .cid-vrz2FNFf1f .item-wrapper {
    padding: 1.5rem;
  }
}
.cid-vrz2FNFf1f .item-img {
  width: 100%;
  margin-bottom: 1.75rem;
  overflow: hidden;
  background-color: #e8e8e8;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cid-vrz2FNFf1f .item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s ease;
}
.cid-vrz2FNFf1f .item-img:hover img {
  transform: scale(1.015);
}
.cid-vrz2FNFf1f .item-img.image-contain img {
  object-fit: contain;
  object-position: center center;
}
.cid-vrz2FNFf1f .entry-image-1 {
  height: 500px;
}
.cid-vrz2FNFf1f .entry-image-1 img {
  object-position: center top;
}
.cid-vrz2FNFf1f .entry-image-1.image-contain img {
  object-position: center center;
}
.cid-vrz2FNFf1f .entry-image-2 {
  height: 530px;
}
.cid-vrz2FNFf1f .entry-image-3 {
  height: 460px;
}
.cid-vrz2FNFf1f.same-image-height .entry-image-1,
.cid-vrz2FNFf1f.same-image-height .entry-image-2,
.cid-vrz2FNFf1f.same-image-height .entry-image-3 {
  height: 400px;
}
.cid-vrz2FNFf1f .image-caption {
  margin: -1rem 0 1.5rem;
  color: #c8c8c8;
  font-size: 0.8rem;
  line-height: 1.4;
  text-align: center;
  font-style: italic;
}
.cid-vrz2FNFf1f .card-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-vrz2FNFf1f .item-name {
  margin: 0 0 0.5rem;
  color: #d7b45a;
  font-size: 1.8rem;
  line-height: 1.15;
}
.cid-vrz2FNFf1f .item-dates {
  margin: 0 0 0.65rem;
  color: #c8c8c8;
  font-size: 1rem;
  line-height: 1.4;
}
.cid-vrz2FNFf1f .item-role {
  margin: 0;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.45;
}
.cid-vrz2FNFf1f .category-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
}
.cid-vrz2FNFf1f .category-label {
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background-color: #292929;
  color: #ffffff;
  font-size: 0.7rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  cursor: text;
  text-align: center;
}
.cid-vrz2FNFf1f .item-text {
  margin: 1.25rem 0 0;
  color: #b7b7b7;
  font-size: 1rem;
  line-height: 1.65;
}
.cid-vrz2FNFf1f .no-photo-label {
  display: inline-block;
  align-self: flex-start;
  width: auto;
  margin: 0 0 1.25rem;
  padding: 0.4rem 0.75rem;
  border: 1px solid #353535;
  border-radius: 999px;
  color: #c8c8c8;
  font-size: 0.78rem;
  line-height: 1.2;
  font-style: italic;
}
.cid-vrz2FNFf1f .mbr-section-btn {
  margin-top: auto;
  padding-top: 1.5rem;
}
.cid-vrz2FNFf1f .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 1199px) {
  .cid-vrz2FNFf1f .entry-image-1 {
    height: calc(440px);
  }
  .cid-vrz2FNFf1f .entry-image-2 {
    height: calc(487.6px);
  }
  .cid-vrz2FNFf1f .entry-image-3 {
    height: calc(404.8px);
  }
  .cid-vrz2FNFf1f.same-image-height .entry-image-1,
  .cid-vrz2FNFf1f.same-image-height .entry-image-2,
  .cid-vrz2FNFf1f.same-image-height .entry-image-3 {
    height: calc(352px);
  }
}
@media (max-width: 991px) {
  .cid-vrz2FNFf1f .item {
    margin-bottom: 1.5rem;
  }
  .cid-vrz2FNFf1f .entry-image-1,
  .cid-vrz2FNFf1f .entry-image-2,
  .cid-vrz2FNFf1f .entry-image-3 {
    min-height: 260px;
  }
}
@media (max-width: 767px) {
  .cid-vrz2FNFf1f .mbr-section-title {
    font-size: calc(2.72rem);
  }
  .cid-vrz2FNFf1f .mbr-section-subtitle {
    font-size: calc(1.196rem);
  }
  .cid-vrz2FNFf1f .item-name {
    font-size: calc(1.656rem);
  }
  .cid-vrz2FNFf1f .entry-image-1,
  .cid-vrz2FNFf1f .entry-image-2,
  .cid-vrz2FNFf1f .entry-image-3 {
    height: auto;
    min-height: 220px;
    aspect-ratio: 1.33333333;
  }
  .cid-vrz2FNFf1f.same-image-height .entry-image-1,
  .cid-vrz2FNFf1f.same-image-height .entry-image-2,
  .cid-vrz2FNFf1f.same-image-height .entry-image-3 {
    height: auto;
    min-height: 220px;
  }
}
.cid-vrzv9lAjHy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #5a5348;
}
.cid-vrzv9lAjHy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrzv9lAjHy .mbr-fallback-image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.cid-vrzv9lAjHy .container,
.cid-vrzv9lAjHy .container-fluid {
  position: relative;
  z-index: 2;
}
.cid-vrzv9lAjHy .title-wrapper {
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-vrzv9lAjHy .title-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vrzv9lAjHy .mbr-section-title {
  margin: 0;
  color: #ffffff;
  font-size: 3.4rem;
  line-height: 1.1;
}
.cid-vrzv9lAjHy .mbr-section-subtitle {
  margin: 1rem auto 0;
  max-width: 850px;
  color: #d7b45a;
  font-size: 1.3rem;
  line-height: 1.5;
}
.cid-vrzv9lAjHy .items-wrapper {
  margin-left: -12px;
  margin-right: -12px;
}
.cid-vrzv9lAjHy .item {
  display: flex;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}
.cid-vrzv9lAjHy .item-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 2rem;
  background-color: #101010;
  border-style: solid;
  border-color: #353535;
  border-width: 1px;
  border-radius: 0px;
}
.cid-vrzv9lAjHy .item-wrapper.equal-height {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-vrzv9lAjHy .item-wrapper.has-shadow {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}
.cid-vrzv9lAjHy .item-wrapper.has-gradient {
  background-color: #101010;
  background-image: linear-gradient(135deg, #181818 0%, #181818 35%, #101010 100%);
}
@media (max-width: 767px) {
  .cid-vrzv9lAjHy .item-wrapper {
    padding: 1.5rem;
  }
}
.cid-vrzv9lAjHy .item-img {
  width: 100%;
  margin-bottom: 1.75rem;
  overflow: hidden;
  background-color: #e8e8e8;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cid-vrzv9lAjHy .item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s ease;
}
.cid-vrzv9lAjHy .item-img:hover img {
  transform: scale(1.015);
}
.cid-vrzv9lAjHy .item-img.image-contain img {
  object-fit: contain;
  object-position: center center;
}
.cid-vrzv9lAjHy .entry-image-1 {
  height: 510px;
}
.cid-vrzv9lAjHy .entry-image-1 img {
  object-position: center top;
}
.cid-vrzv9lAjHy .entry-image-1.image-contain img {
  object-position: center center;
}
.cid-vrzv9lAjHy .entry-image-2 {
  height: 460px;
}
.cid-vrzv9lAjHy .entry-image-3 {
  height: 460px;
}
.cid-vrzv9lAjHy.same-image-height .entry-image-1,
.cid-vrzv9lAjHy.same-image-height .entry-image-2,
.cid-vrzv9lAjHy.same-image-height .entry-image-3 {
  height: 400px;
}
.cid-vrzv9lAjHy .image-caption {
  margin: -1rem 0 1.5rem;
  color: #c8c8c8;
  font-size: 0.8rem;
  line-height: 1.4;
  text-align: center;
  font-style: italic;
}
.cid-vrzv9lAjHy .card-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-vrzv9lAjHy .item-name {
  margin: 0 0 0.5rem;
  color: #d7b45a;
  font-size: 1.8rem;
  line-height: 1.15;
}
.cid-vrzv9lAjHy .item-dates {
  margin: 0 0 0.65rem;
  color: #c8c8c8;
  font-size: 1rem;
  line-height: 1.4;
}
.cid-vrzv9lAjHy .item-role {
  margin: 0;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.45;
}
.cid-vrzv9lAjHy .category-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
}
.cid-vrzv9lAjHy .category-label {
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background-color: #292929;
  color: #ffffff;
  font-size: 0.7rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  cursor: text;
  text-align: center;
}
.cid-vrzv9lAjHy .item-text {
  margin: 1.25rem 0 0;
  color: #b7b7b7;
  font-size: 1rem;
  line-height: 1.65;
}
.cid-vrzv9lAjHy .no-photo-label {
  display: inline-block;
  align-self: flex-start;
  width: auto;
  margin: 0 0 1.25rem;
  padding: 0.4rem 0.75rem;
  border: 1px solid #353535;
  border-radius: 999px;
  color: #c8c8c8;
  font-size: 0.78rem;
  line-height: 1.2;
  font-style: italic;
}
.cid-vrzv9lAjHy .mbr-section-btn {
  margin-top: auto;
  padding-top: 1.5rem;
}
.cid-vrzv9lAjHy .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 1199px) {
  .cid-vrzv9lAjHy .entry-image-1 {
    height: calc(448.8px);
  }
  .cid-vrzv9lAjHy .entry-image-2 {
    height: calc(423.2px);
  }
  .cid-vrzv9lAjHy .entry-image-3 {
    height: calc(404.8px);
  }
  .cid-vrzv9lAjHy.same-image-height .entry-image-1,
  .cid-vrzv9lAjHy.same-image-height .entry-image-2,
  .cid-vrzv9lAjHy.same-image-height .entry-image-3 {
    height: calc(352px);
  }
}
@media (max-width: 991px) {
  .cid-vrzv9lAjHy .item {
    margin-bottom: 1.5rem;
  }
  .cid-vrzv9lAjHy .entry-image-1,
  .cid-vrzv9lAjHy .entry-image-2,
  .cid-vrzv9lAjHy .entry-image-3 {
    min-height: 260px;
  }
}
@media (max-width: 767px) {
  .cid-vrzv9lAjHy .mbr-section-title {
    font-size: calc(2.72rem);
  }
  .cid-vrzv9lAjHy .mbr-section-subtitle {
    font-size: calc(1.196rem);
  }
  .cid-vrzv9lAjHy .item-name {
    font-size: calc(1.656rem);
  }
  .cid-vrzv9lAjHy .entry-image-1,
  .cid-vrzv9lAjHy .entry-image-2,
  .cid-vrzv9lAjHy .entry-image-3 {
    height: auto;
    min-height: 220px;
    aspect-ratio: 1.33333333;
  }
  .cid-vrzv9lAjHy.same-image-height .entry-image-1,
  .cid-vrzv9lAjHy.same-image-height .entry-image-2,
  .cid-vrzv9lAjHy.same-image-height .entry-image-3 {
    height: auto;
    min-height: 220px;
  }
}
.cid-vrzjf3LGkY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #5a5348;
}
.cid-vrzjf3LGkY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrzjf3LGkY .mbr-fallback-image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.cid-vrzjf3LGkY .container,
.cid-vrzjf3LGkY .container-fluid {
  position: relative;
  z-index: 2;
}
.cid-vrzjf3LGkY .title-wrapper {
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-vrzjf3LGkY .title-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vrzjf3LGkY .mbr-section-title {
  margin: 0;
  color: #ffffff;
  font-size: 3.4rem;
  line-height: 1.1;
}
.cid-vrzjf3LGkY .mbr-section-subtitle {
  margin: 1rem auto 0;
  max-width: 850px;
  color: #d7b45a;
  font-size: 1.3rem;
  line-height: 1.5;
}
.cid-vrzjf3LGkY .items-wrapper {
  margin-left: -12px;
  margin-right: -12px;
}
.cid-vrzjf3LGkY .item {
  display: flex;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}
.cid-vrzjf3LGkY .item-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 2rem;
  background-color: #101010;
  border-style: solid;
  border-color: #353535;
  border-width: 1px;
  border-radius: 0px;
}
.cid-vrzjf3LGkY .item-wrapper.equal-height {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-vrzjf3LGkY .item-wrapper.has-shadow {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}
.cid-vrzjf3LGkY .item-wrapper.has-gradient {
  background-color: #101010;
  background-image: linear-gradient(135deg, #181818 0%, #181818 35%, #101010 100%);
}
@media (max-width: 767px) {
  .cid-vrzjf3LGkY .item-wrapper {
    padding: 1.5rem;
  }
}
.cid-vrzjf3LGkY .item-img {
  width: 100%;
  margin-bottom: 1.75rem;
  overflow: hidden;
  background-color: #e8e8e8;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cid-vrzjf3LGkY .item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s ease;
}
.cid-vrzjf3LGkY .item-img:hover img {
  transform: scale(1.015);
}
.cid-vrzjf3LGkY .item-img.image-contain img {
  object-fit: contain;
  object-position: center center;
}
.cid-vrzjf3LGkY .entry-image-1 {
  height: 510px;
}
.cid-vrzjf3LGkY .entry-image-1 img {
  object-position: center top;
}
.cid-vrzjf3LGkY .entry-image-1.image-contain img {
  object-position: center center;
}
.cid-vrzjf3LGkY .entry-image-2 {
  height: 490px;
}
.cid-vrzjf3LGkY .entry-image-3 {
  height: 490px;
}
.cid-vrzjf3LGkY.same-image-height .entry-image-1,
.cid-vrzjf3LGkY.same-image-height .entry-image-2,
.cid-vrzjf3LGkY.same-image-height .entry-image-3 {
  height: 400px;
}
.cid-vrzjf3LGkY .image-caption {
  margin: -1rem 0 1.5rem;
  color: #c8c8c8;
  font-size: 0.8rem;
  line-height: 1.4;
  text-align: center;
  font-style: italic;
}
.cid-vrzjf3LGkY .card-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-vrzjf3LGkY .item-name {
  margin: 0 0 0.5rem;
  color: #d7b45a;
  font-size: 1.8rem;
  line-height: 1.15;
}
.cid-vrzjf3LGkY .item-dates {
  margin: 0 0 0.65rem;
  color: #c8c8c8;
  font-size: 1rem;
  line-height: 1.4;
}
.cid-vrzjf3LGkY .item-role {
  margin: 0;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.45;
}
.cid-vrzjf3LGkY .category-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
}
.cid-vrzjf3LGkY .category-label {
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background-color: #292929;
  color: #ffffff;
  font-size: 0.7rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  cursor: text;
  text-align: center;
}
.cid-vrzjf3LGkY .item-text {
  margin: 1.25rem 0 0;
  color: #b7b7b7;
  font-size: 1rem;
  line-height: 1.65;
}
.cid-vrzjf3LGkY .no-photo-label {
  display: inline-block;
  align-self: flex-start;
  width: auto;
  margin: 0 0 1.25rem;
  padding: 0.4rem 0.75rem;
  border: 1px solid #353535;
  border-radius: 999px;
  color: #c8c8c8;
  font-size: 0.78rem;
  line-height: 1.2;
  font-style: italic;
}
.cid-vrzjf3LGkY .mbr-section-btn {
  margin-top: auto;
  padding-top: 1.5rem;
}
.cid-vrzjf3LGkY .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 1199px) {
  .cid-vrzjf3LGkY .entry-image-1 {
    height: calc(448.8px);
  }
  .cid-vrzjf3LGkY .entry-image-2 {
    height: calc(450.8px);
  }
  .cid-vrzjf3LGkY .entry-image-3 {
    height: calc(431.2px);
  }
  .cid-vrzjf3LGkY.same-image-height .entry-image-1,
  .cid-vrzjf3LGkY.same-image-height .entry-image-2,
  .cid-vrzjf3LGkY.same-image-height .entry-image-3 {
    height: calc(352px);
  }
}
@media (max-width: 991px) {
  .cid-vrzjf3LGkY .item {
    margin-bottom: 1.5rem;
  }
  .cid-vrzjf3LGkY .entry-image-1,
  .cid-vrzjf3LGkY .entry-image-2,
  .cid-vrzjf3LGkY .entry-image-3 {
    min-height: 260px;
  }
}
@media (max-width: 767px) {
  .cid-vrzjf3LGkY .mbr-section-title {
    font-size: calc(2.72rem);
  }
  .cid-vrzjf3LGkY .mbr-section-subtitle {
    font-size: calc(1.196rem);
  }
  .cid-vrzjf3LGkY .item-name {
    font-size: calc(1.656rem);
  }
  .cid-vrzjf3LGkY .entry-image-1,
  .cid-vrzjf3LGkY .entry-image-2,
  .cid-vrzjf3LGkY .entry-image-3 {
    height: auto;
    min-height: 220px;
    aspect-ratio: 1.33333333;
  }
  .cid-vrzjf3LGkY.same-image-height .entry-image-1,
  .cid-vrzjf3LGkY.same-image-height .entry-image-2,
  .cid-vrzjf3LGkY.same-image-height .entry-image-3 {
    height: auto;
    min-height: 220px;
  }
}
.cid-vrzFgZ4lgV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #5a5348;
}
.cid-vrzFgZ4lgV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrzFgZ4lgV .mbr-fallback-image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.cid-vrzFgZ4lgV .container,
.cid-vrzFgZ4lgV .container-fluid {
  position: relative;
  z-index: 2;
}
.cid-vrzFgZ4lgV .title-wrapper {
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-vrzFgZ4lgV .title-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vrzFgZ4lgV .mbr-section-title {
  margin: 0;
  color: #ffffff;
  font-size: 3.4rem;
  line-height: 1.1;
}
.cid-vrzFgZ4lgV .mbr-section-subtitle {
  margin: 1rem auto 0;
  max-width: 850px;
  color: #d7b45a;
  font-size: 1.3rem;
  line-height: 1.5;
}
.cid-vrzFgZ4lgV .items-wrapper {
  margin-left: -12px;
  margin-right: -12px;
}
.cid-vrzFgZ4lgV .item {
  display: flex;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}
.cid-vrzFgZ4lgV .item-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 2rem;
  background-color: #101010;
  border-style: solid;
  border-color: #353535;
  border-width: 1px;
  border-radius: 0px;
}
.cid-vrzFgZ4lgV .item-wrapper.equal-height {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-vrzFgZ4lgV .item-wrapper.has-shadow {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}
.cid-vrzFgZ4lgV .item-wrapper.has-gradient {
  background-color: #101010;
  background-image: linear-gradient(135deg, #181818 0%, #181818 35%, #101010 100%);
}
@media (max-width: 767px) {
  .cid-vrzFgZ4lgV .item-wrapper {
    padding: 1.5rem;
  }
}
.cid-vrzFgZ4lgV .item-img {
  width: 100%;
  margin-bottom: 1.75rem;
  overflow: hidden;
  background-color: #e8e8e8;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cid-vrzFgZ4lgV .item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s ease;
}
.cid-vrzFgZ4lgV .item-img:hover img {
  transform: scale(1.015);
}
.cid-vrzFgZ4lgV .item-img.image-contain img {
  object-fit: contain;
  object-position: center center;
}
.cid-vrzFgZ4lgV .entry-image-1 {
  height: 510px;
}
.cid-vrzFgZ4lgV .entry-image-1 img {
  object-position: center top;
}
.cid-vrzFgZ4lgV .entry-image-1.image-contain img {
  object-position: center center;
}
.cid-vrzFgZ4lgV .entry-image-2 {
  height: 340px;
}
.cid-vrzFgZ4lgV .entry-image-3 {
  height: 490px;
}
.cid-vrzFgZ4lgV.same-image-height .entry-image-1,
.cid-vrzFgZ4lgV.same-image-height .entry-image-2,
.cid-vrzFgZ4lgV.same-image-height .entry-image-3 {
  height: 400px;
}
.cid-vrzFgZ4lgV .image-caption {
  margin: -1rem 0 1.5rem;
  color: #c8c8c8;
  font-size: 0.8rem;
  line-height: 1.4;
  text-align: center;
  font-style: italic;
}
.cid-vrzFgZ4lgV .card-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-vrzFgZ4lgV .item-name {
  margin: 0 0 0.5rem;
  color: #d7b45a;
  font-size: 1.8rem;
  line-height: 1.15;
}
.cid-vrzFgZ4lgV .item-dates {
  margin: 0 0 0.65rem;
  color: #c8c8c8;
  font-size: 1rem;
  line-height: 1.4;
}
.cid-vrzFgZ4lgV .item-role {
  margin: 0;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.45;
}
.cid-vrzFgZ4lgV .category-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
}
.cid-vrzFgZ4lgV .category-label {
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background-color: #292929;
  color: #ffffff;
  font-size: 0.7rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  cursor: text;
  text-align: center;
}
.cid-vrzFgZ4lgV .item-text {
  margin: 1.25rem 0 0;
  color: #b7b7b7;
  font-size: 1rem;
  line-height: 1.65;
}
.cid-vrzFgZ4lgV .no-photo-label {
  display: inline-block;
  align-self: flex-start;
  width: auto;
  margin: 0 0 1.25rem;
  padding: 0.4rem 0.75rem;
  border: 1px solid #353535;
  border-radius: 999px;
  color: #c8c8c8;
  font-size: 0.78rem;
  line-height: 1.2;
  font-style: italic;
}
.cid-vrzFgZ4lgV .mbr-section-btn {
  margin-top: auto;
  padding-top: 1.5rem;
}
.cid-vrzFgZ4lgV .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 1199px) {
  .cid-vrzFgZ4lgV .entry-image-1 {
    height: calc(448.8px);
  }
  .cid-vrzFgZ4lgV .entry-image-2 {
    height: calc(312.8px);
  }
  .cid-vrzFgZ4lgV .entry-image-3 {
    height: calc(431.2px);
  }
  .cid-vrzFgZ4lgV.same-image-height .entry-image-1,
  .cid-vrzFgZ4lgV.same-image-height .entry-image-2,
  .cid-vrzFgZ4lgV.same-image-height .entry-image-3 {
    height: calc(352px);
  }
}
@media (max-width: 991px) {
  .cid-vrzFgZ4lgV .item {
    margin-bottom: 1.5rem;
  }
  .cid-vrzFgZ4lgV .entry-image-1,
  .cid-vrzFgZ4lgV .entry-image-2,
  .cid-vrzFgZ4lgV .entry-image-3 {
    min-height: 260px;
  }
}
@media (max-width: 767px) {
  .cid-vrzFgZ4lgV .mbr-section-title {
    font-size: calc(2.72rem);
  }
  .cid-vrzFgZ4lgV .mbr-section-subtitle {
    font-size: calc(1.196rem);
  }
  .cid-vrzFgZ4lgV .item-name {
    font-size: calc(1.656rem);
  }
  .cid-vrzFgZ4lgV .entry-image-1,
  .cid-vrzFgZ4lgV .entry-image-2,
  .cid-vrzFgZ4lgV .entry-image-3 {
    height: auto;
    min-height: 220px;
    aspect-ratio: 1.33333333;
  }
  .cid-vrzFgZ4lgV.same-image-height .entry-image-1,
  .cid-vrzFgZ4lgV.same-image-height .entry-image-2,
  .cid-vrzFgZ4lgV.same-image-height .entry-image-3 {
    height: auto;
    min-height: 220px;
  }
}
.cid-vrAKXYIUeB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #5a5348;
}
.cid-vrAKXYIUeB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrAKXYIUeB .mbr-fallback-image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.cid-vrAKXYIUeB .container,
.cid-vrAKXYIUeB .container-fluid {
  position: relative;
  z-index: 2;
}
.cid-vrAKXYIUeB .title-wrapper {
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-vrAKXYIUeB .title-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vrAKXYIUeB .mbr-section-title {
  margin: 0;
  color: #ffffff;
  font-size: 3.4rem;
  line-height: 1.1;
}
.cid-vrAKXYIUeB .mbr-section-subtitle {
  margin: 1rem auto 0;
  max-width: 850px;
  color: #d7b45a;
  font-size: 1.3rem;
  line-height: 1.5;
}
.cid-vrAKXYIUeB .items-wrapper {
  margin-left: -12px;
  margin-right: -12px;
}
.cid-vrAKXYIUeB .item {
  display: flex;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}
.cid-vrAKXYIUeB .item-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 2rem;
  background-color: #101010;
  border-style: solid;
  border-color: #353535;
  border-width: 1px;
  border-radius: 0px;
}
.cid-vrAKXYIUeB .item-wrapper.equal-height {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-vrAKXYIUeB .item-wrapper.has-shadow {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}
.cid-vrAKXYIUeB .item-wrapper.has-gradient {
  background-color: #101010;
  background-image: linear-gradient(135deg, #181818 0%, #181818 35%, #101010 100%);
}
@media (max-width: 767px) {
  .cid-vrAKXYIUeB .item-wrapper {
    padding: 1.5rem;
  }
}
.cid-vrAKXYIUeB .item-img {
  width: 100%;
  margin-bottom: 1.75rem;
  overflow: hidden;
  background-color: #e8e8e8;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cid-vrAKXYIUeB .item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s ease;
}
.cid-vrAKXYIUeB .item-img:hover img {
  transform: scale(1.015);
}
.cid-vrAKXYIUeB .item-img.image-contain img {
  object-fit: contain;
  object-position: center center;
}
.cid-vrAKXYIUeB .entry-image-1 {
  height: 510px;
}
.cid-vrAKXYIUeB .entry-image-1 img {
  object-position: center top;
}
.cid-vrAKXYIUeB .entry-image-1.image-contain img {
  object-position: center center;
}
.cid-vrAKXYIUeB .entry-image-2 {
  height: 510px;
}
.cid-vrAKXYIUeB .entry-image-3 {
  height: 490px;
}
.cid-vrAKXYIUeB.same-image-height .entry-image-1,
.cid-vrAKXYIUeB.same-image-height .entry-image-2,
.cid-vrAKXYIUeB.same-image-height .entry-image-3 {
  height: 400px;
}
.cid-vrAKXYIUeB .image-caption {
  margin: -1rem 0 1.5rem;
  color: #c8c8c8;
  font-size: 0.8rem;
  line-height: 1.4;
  text-align: center;
  font-style: italic;
}
.cid-vrAKXYIUeB .card-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-vrAKXYIUeB .item-name {
  margin: 0 0 0.5rem;
  color: #d7b45a;
  font-size: 1.8rem;
  line-height: 1.15;
}
.cid-vrAKXYIUeB .item-dates {
  margin: 0 0 0.65rem;
  color: #c8c8c8;
  font-size: 1rem;
  line-height: 1.4;
}
.cid-vrAKXYIUeB .item-role {
  margin: 0;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.45;
}
.cid-vrAKXYIUeB .category-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
}
.cid-vrAKXYIUeB .category-label {
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background-color: #292929;
  color: #ffffff;
  font-size: 0.7rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  cursor: text;
  text-align: center;
}
.cid-vrAKXYIUeB .item-text {
  margin: 1.25rem 0 0;
  color: #b7b7b7;
  font-size: 1rem;
  line-height: 1.65;
}
.cid-vrAKXYIUeB .no-photo-label {
  display: inline-block;
  align-self: flex-start;
  width: auto;
  margin: 0 0 1.25rem;
  padding: 0.4rem 0.75rem;
  border: 1px solid #353535;
  border-radius: 999px;
  color: #c8c8c8;
  font-size: 0.78rem;
  line-height: 1.2;
  font-style: italic;
}
.cid-vrAKXYIUeB .mbr-section-btn {
  margin-top: auto;
  padding-top: 1.5rem;
}
.cid-vrAKXYIUeB .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 1199px) {
  .cid-vrAKXYIUeB .entry-image-1 {
    height: calc(448.8px);
  }
  .cid-vrAKXYIUeB .entry-image-2 {
    height: calc(469.2px);
  }
  .cid-vrAKXYIUeB .entry-image-3 {
    height: calc(431.2px);
  }
  .cid-vrAKXYIUeB.same-image-height .entry-image-1,
  .cid-vrAKXYIUeB.same-image-height .entry-image-2,
  .cid-vrAKXYIUeB.same-image-height .entry-image-3 {
    height: calc(352px);
  }
}
@media (max-width: 991px) {
  .cid-vrAKXYIUeB .item {
    margin-bottom: 1.5rem;
  }
  .cid-vrAKXYIUeB .entry-image-1,
  .cid-vrAKXYIUeB .entry-image-2,
  .cid-vrAKXYIUeB .entry-image-3 {
    min-height: 260px;
  }
}
@media (max-width: 767px) {
  .cid-vrAKXYIUeB .mbr-section-title {
    font-size: calc(2.72rem);
  }
  .cid-vrAKXYIUeB .mbr-section-subtitle {
    font-size: calc(1.196rem);
  }
  .cid-vrAKXYIUeB .item-name {
    font-size: calc(1.656rem);
  }
  .cid-vrAKXYIUeB .entry-image-1,
  .cid-vrAKXYIUeB .entry-image-2,
  .cid-vrAKXYIUeB .entry-image-3 {
    height: auto;
    min-height: 220px;
    aspect-ratio: 1.33333333;
  }
  .cid-vrAKXYIUeB.same-image-height .entry-image-1,
  .cid-vrAKXYIUeB.same-image-height .entry-image-2,
  .cid-vrAKXYIUeB.same-image-height .entry-image-3 {
    height: auto;
    min-height: 220px;
  }
}
.cid-vrAYtSgvMr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #5a5348;
}
.cid-vrAYtSgvMr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrAYtSgvMr .mbr-fallback-image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.cid-vrAYtSgvMr .container,
.cid-vrAYtSgvMr .container-fluid {
  position: relative;
  z-index: 2;
}
.cid-vrAYtSgvMr .title-wrapper {
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-vrAYtSgvMr .title-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vrAYtSgvMr .mbr-section-title {
  margin: 0;
  color: #ffffff;
  font-size: 3.4rem;
  line-height: 1.1;
}
.cid-vrAYtSgvMr .mbr-section-subtitle {
  margin: 1rem auto 0;
  max-width: 850px;
  color: #d7b45a;
  font-size: 1.3rem;
  line-height: 1.5;
}
.cid-vrAYtSgvMr .items-wrapper {
  margin-left: -12px;
  margin-right: -12px;
}
.cid-vrAYtSgvMr .item {
  display: flex;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}
.cid-vrAYtSgvMr .item-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 2rem;
  background-color: #101010;
  border-style: solid;
  border-color: #353535;
  border-width: 1px;
  border-radius: 0px;
}
.cid-vrAYtSgvMr .item-wrapper.equal-height {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-vrAYtSgvMr .item-wrapper.has-shadow {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}
.cid-vrAYtSgvMr .item-wrapper.has-gradient {
  background-color: #101010;
  background-image: linear-gradient(135deg, #181818 0%, #181818 35%, #101010 100%);
}
@media (max-width: 767px) {
  .cid-vrAYtSgvMr .item-wrapper {
    padding: 1.5rem;
  }
}
.cid-vrAYtSgvMr .item-img {
  width: 100%;
  margin-bottom: 1.75rem;
  overflow: hidden;
  background-color: #e8e8e8;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cid-vrAYtSgvMr .item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s ease;
}
.cid-vrAYtSgvMr .item-img:hover img {
  transform: scale(1.015);
}
.cid-vrAYtSgvMr .item-img.image-contain img {
  object-fit: contain;
  object-position: center center;
}
.cid-vrAYtSgvMr .entry-image-1 {
  height: 510px;
}
.cid-vrAYtSgvMr .entry-image-1 img {
  object-position: center top;
}
.cid-vrAYtSgvMr .entry-image-1.image-contain img {
  object-position: center center;
}
.cid-vrAYtSgvMr .entry-image-2 {
  height: 510px;
}
.cid-vrAYtSgvMr .entry-image-3 {
  height: 490px;
}
.cid-vrAYtSgvMr.same-image-height .entry-image-1,
.cid-vrAYtSgvMr.same-image-height .entry-image-2,
.cid-vrAYtSgvMr.same-image-height .entry-image-3 {
  height: 400px;
}
.cid-vrAYtSgvMr .image-caption {
  margin: -1rem 0 1.5rem;
  color: #c8c8c8;
  font-size: 0.8rem;
  line-height: 1.4;
  text-align: center;
  font-style: italic;
}
.cid-vrAYtSgvMr .card-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-vrAYtSgvMr .item-name {
  margin: 0 0 0.5rem;
  color: #d7b45a;
  font-size: 1.8rem;
  line-height: 1.15;
}
.cid-vrAYtSgvMr .item-dates {
  margin: 0 0 0.65rem;
  color: #c8c8c8;
  font-size: 1rem;
  line-height: 1.4;
}
.cid-vrAYtSgvMr .item-role {
  margin: 0;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.45;
}
.cid-vrAYtSgvMr .category-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
}
.cid-vrAYtSgvMr .category-label {
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background-color: #292929;
  color: #ffffff;
  font-size: 0.7rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  cursor: text;
  text-align: center;
}
.cid-vrAYtSgvMr .item-text {
  margin: 1.25rem 0 0;
  color: #b7b7b7;
  font-size: 1rem;
  line-height: 1.65;
}
.cid-vrAYtSgvMr .no-photo-label {
  display: inline-block;
  align-self: flex-start;
  width: auto;
  margin: 0 0 1.25rem;
  padding: 0.4rem 0.75rem;
  border: 1px solid #353535;
  border-radius: 999px;
  color: #c8c8c8;
  font-size: 0.78rem;
  line-height: 1.2;
  font-style: italic;
}
.cid-vrAYtSgvMr .mbr-section-btn {
  margin-top: auto;
  padding-top: 1.5rem;
}
.cid-vrAYtSgvMr .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 1199px) {
  .cid-vrAYtSgvMr .entry-image-1 {
    height: calc(448.8px);
  }
  .cid-vrAYtSgvMr .entry-image-2 {
    height: calc(469.2px);
  }
  .cid-vrAYtSgvMr .entry-image-3 {
    height: calc(431.2px);
  }
  .cid-vrAYtSgvMr.same-image-height .entry-image-1,
  .cid-vrAYtSgvMr.same-image-height .entry-image-2,
  .cid-vrAYtSgvMr.same-image-height .entry-image-3 {
    height: calc(352px);
  }
}
@media (max-width: 991px) {
  .cid-vrAYtSgvMr .item {
    margin-bottom: 1.5rem;
  }
  .cid-vrAYtSgvMr .entry-image-1,
  .cid-vrAYtSgvMr .entry-image-2,
  .cid-vrAYtSgvMr .entry-image-3 {
    min-height: 260px;
  }
}
@media (max-width: 767px) {
  .cid-vrAYtSgvMr .mbr-section-title {
    font-size: calc(2.72rem);
  }
  .cid-vrAYtSgvMr .mbr-section-subtitle {
    font-size: calc(1.196rem);
  }
  .cid-vrAYtSgvMr .item-name {
    font-size: calc(1.656rem);
  }
  .cid-vrAYtSgvMr .entry-image-1,
  .cid-vrAYtSgvMr .entry-image-2,
  .cid-vrAYtSgvMr .entry-image-3 {
    height: auto;
    min-height: 220px;
    aspect-ratio: 1.33333333;
  }
  .cid-vrAYtSgvMr.same-image-height .entry-image-1,
  .cid-vrAYtSgvMr.same-image-height .entry-image-2,
  .cid-vrAYtSgvMr.same-image-height .entry-image-3 {
    height: auto;
    min-height: 220px;
  }
}
.cid-vrBazzWQVf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #5a5348;
}
.cid-vrBazzWQVf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrBazzWQVf .mbr-fallback-image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.cid-vrBazzWQVf .container,
.cid-vrBazzWQVf .container-fluid {
  position: relative;
  z-index: 2;
}
.cid-vrBazzWQVf .title-wrapper {
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-vrBazzWQVf .title-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vrBazzWQVf .mbr-section-title {
  margin: 0;
  color: #ffffff;
  font-size: 3.4rem;
  line-height: 1.1;
}
.cid-vrBazzWQVf .mbr-section-subtitle {
  margin: 1rem auto 0;
  max-width: 850px;
  color: #d7b45a;
  font-size: 1.3rem;
  line-height: 1.5;
}
.cid-vrBazzWQVf .items-wrapper {
  margin-left: -12px;
  margin-right: -12px;
}
.cid-vrBazzWQVf .item {
  display: flex;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}
.cid-vrBazzWQVf .item-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 2rem;
  background-color: #101010;
  border-style: solid;
  border-color: #353535;
  border-width: 1px;
  border-radius: 0px;
}
.cid-vrBazzWQVf .item-wrapper.equal-height {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-vrBazzWQVf .item-wrapper.has-shadow {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}
.cid-vrBazzWQVf .item-wrapper.has-gradient {
  background-color: #101010;
  background-image: linear-gradient(135deg, #181818 0%, #181818 35%, #101010 100%);
}
@media (max-width: 767px) {
  .cid-vrBazzWQVf .item-wrapper {
    padding: 1.5rem;
  }
}
.cid-vrBazzWQVf .item-img {
  width: 100%;
  margin-bottom: 1.75rem;
  overflow: hidden;
  background-color: #e8e8e8;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cid-vrBazzWQVf .item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s ease;
}
.cid-vrBazzWQVf .item-img:hover img {
  transform: scale(1.015);
}
.cid-vrBazzWQVf .item-img.image-contain img {
  object-fit: contain;
  object-position: center center;
}
.cid-vrBazzWQVf .entry-image-1 {
  height: 240px;
}
.cid-vrBazzWQVf .entry-image-1 img {
  object-position: center top;
}
.cid-vrBazzWQVf .entry-image-1.image-contain img {
  object-position: center center;
}
.cid-vrBazzWQVf .entry-image-2 {
  height: 510px;
}
.cid-vrBazzWQVf .entry-image-3 {
  height: 490px;
}
.cid-vrBazzWQVf.same-image-height .entry-image-1,
.cid-vrBazzWQVf.same-image-height .entry-image-2,
.cid-vrBazzWQVf.same-image-height .entry-image-3 {
  height: 400px;
}
.cid-vrBazzWQVf .image-caption {
  margin: -1rem 0 1.5rem;
  color: #c8c8c8;
  font-size: 0.8rem;
  line-height: 1.4;
  text-align: center;
  font-style: italic;
}
.cid-vrBazzWQVf .card-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-vrBazzWQVf .item-name {
  margin: 0 0 0.5rem;
  color: #d7b45a;
  font-size: 1.8rem;
  line-height: 1.15;
}
.cid-vrBazzWQVf .item-dates {
  margin: 0 0 0.65rem;
  color: #c8c8c8;
  font-size: 1rem;
  line-height: 1.4;
}
.cid-vrBazzWQVf .item-role {
  margin: 0;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.45;
}
.cid-vrBazzWQVf .category-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
}
.cid-vrBazzWQVf .category-label {
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background-color: #292929;
  color: #ffffff;
  font-size: 0.7rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  cursor: text;
  text-align: center;
}
.cid-vrBazzWQVf .item-text {
  margin: 1.25rem 0 0;
  color: #b7b7b7;
  font-size: 1rem;
  line-height: 1.65;
}
.cid-vrBazzWQVf .no-photo-label {
  display: inline-block;
  align-self: flex-start;
  width: auto;
  margin: 0 0 1.25rem;
  padding: 0.4rem 0.75rem;
  border: 1px solid #353535;
  border-radius: 999px;
  color: #c8c8c8;
  font-size: 0.78rem;
  line-height: 1.2;
  font-style: italic;
}
.cid-vrBazzWQVf .mbr-section-btn {
  margin-top: auto;
  padding-top: 1.5rem;
}
.cid-vrBazzWQVf .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 1199px) {
  .cid-vrBazzWQVf .entry-image-1 {
    height: calc(211.2px);
  }
  .cid-vrBazzWQVf .entry-image-2 {
    height: calc(469.2px);
  }
  .cid-vrBazzWQVf .entry-image-3 {
    height: calc(431.2px);
  }
  .cid-vrBazzWQVf.same-image-height .entry-image-1,
  .cid-vrBazzWQVf.same-image-height .entry-image-2,
  .cid-vrBazzWQVf.same-image-height .entry-image-3 {
    height: calc(352px);
  }
}
@media (max-width: 991px) {
  .cid-vrBazzWQVf .item {
    margin-bottom: 1.5rem;
  }
  .cid-vrBazzWQVf .entry-image-1,
  .cid-vrBazzWQVf .entry-image-2,
  .cid-vrBazzWQVf .entry-image-3 {
    min-height: 260px;
  }
}
@media (max-width: 767px) {
  .cid-vrBazzWQVf .mbr-section-title {
    font-size: calc(2.72rem);
  }
  .cid-vrBazzWQVf .mbr-section-subtitle {
    font-size: calc(1.196rem);
  }
  .cid-vrBazzWQVf .item-name {
    font-size: calc(1.656rem);
  }
  .cid-vrBazzWQVf .entry-image-1,
  .cid-vrBazzWQVf .entry-image-2,
  .cid-vrBazzWQVf .entry-image-3 {
    height: auto;
    min-height: 220px;
    aspect-ratio: 1.33333333;
  }
  .cid-vrBazzWQVf.same-image-height .entry-image-1,
  .cid-vrBazzWQVf.same-image-height .entry-image-2,
  .cid-vrBazzWQVf.same-image-height .entry-image-3 {
    height: auto;
    min-height: 220px;
  }
}
.cid-vrEGiDzW4m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #5a5348;
}
.cid-vrEGiDzW4m .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrEGiDzW4m .mbr-fallback-image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.cid-vrEGiDzW4m .container,
.cid-vrEGiDzW4m .container-fluid {
  position: relative;
  z-index: 2;
}
.cid-vrEGiDzW4m .title-wrapper {
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-vrEGiDzW4m .title-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vrEGiDzW4m .mbr-section-title {
  margin: 0;
  color: #ffffff;
  font-size: 3.4rem;
  line-height: 1.1;
}
.cid-vrEGiDzW4m .mbr-section-subtitle {
  margin: 1rem auto 0;
  max-width: 850px;
  color: #d7b45a;
  font-size: 1.3rem;
  line-height: 1.5;
}
.cid-vrEGiDzW4m .items-wrapper {
  margin-left: -12px;
  margin-right: -12px;
}
.cid-vrEGiDzW4m .item {
  display: flex;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}
.cid-vrEGiDzW4m .item-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 2rem;
  background-color: #101010;
  border-style: solid;
  border-color: #353535;
  border-width: 1px;
  border-radius: 0px;
}
.cid-vrEGiDzW4m .item-wrapper.equal-height {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-vrEGiDzW4m .item-wrapper.has-shadow {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}
.cid-vrEGiDzW4m .item-wrapper.has-gradient {
  background-color: #101010;
  background-image: linear-gradient(135deg, #181818 0%, #181818 35%, #101010 100%);
}
@media (max-width: 767px) {
  .cid-vrEGiDzW4m .item-wrapper {
    padding: 1.5rem;
  }
}
.cid-vrEGiDzW4m .item-img {
  width: 100%;
  margin-bottom: 1.75rem;
  overflow: hidden;
  background-color: #e8e8e8;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cid-vrEGiDzW4m .item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s ease;
}
.cid-vrEGiDzW4m .item-img:hover img {
  transform: scale(1.015);
}
.cid-vrEGiDzW4m .item-img.image-contain img {
  object-fit: contain;
  object-position: center center;
}
.cid-vrEGiDzW4m .entry-image-1 {
  height: 500px;
}
.cid-vrEGiDzW4m .entry-image-1 img {
  object-position: center top;
}
.cid-vrEGiDzW4m .entry-image-1.image-contain img {
  object-position: center center;
}
.cid-vrEGiDzW4m .entry-image-2 {
  height: 510px;
}
.cid-vrEGiDzW4m .entry-image-3 {
  height: 490px;
}
.cid-vrEGiDzW4m.same-image-height .entry-image-1,
.cid-vrEGiDzW4m.same-image-height .entry-image-2,
.cid-vrEGiDzW4m.same-image-height .entry-image-3 {
  height: 400px;
}
.cid-vrEGiDzW4m .image-caption {
  margin: -1rem 0 1.5rem;
  color: #c8c8c8;
  font-size: 0.8rem;
  line-height: 1.4;
  text-align: center;
  font-style: italic;
}
.cid-vrEGiDzW4m .card-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-vrEGiDzW4m .item-name {
  margin: 0 0 0.5rem;
  color: #d7b45a;
  font-size: 1.8rem;
  line-height: 1.15;
}
.cid-vrEGiDzW4m .item-dates {
  margin: 0 0 0.65rem;
  color: #c8c8c8;
  font-size: 1rem;
  line-height: 1.4;
}
.cid-vrEGiDzW4m .item-role {
  margin: 0;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.45;
}
.cid-vrEGiDzW4m .category-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
}
.cid-vrEGiDzW4m .category-label {
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background-color: #292929;
  color: #ffffff;
  font-size: 0.7rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  cursor: text;
  text-align: center;
}
.cid-vrEGiDzW4m .item-text {
  margin: 1.25rem 0 0;
  color: #b7b7b7;
  font-size: 1rem;
  line-height: 1.65;
}
.cid-vrEGiDzW4m .no-photo-label {
  display: inline-block;
  align-self: flex-start;
  width: auto;
  margin: 0 0 1.25rem;
  padding: 0.4rem 0.75rem;
  border: 1px solid #353535;
  border-radius: 999px;
  color: #c8c8c8;
  font-size: 0.78rem;
  line-height: 1.2;
  font-style: italic;
}
.cid-vrEGiDzW4m .mbr-section-btn {
  margin-top: auto;
  padding-top: 1.5rem;
}
.cid-vrEGiDzW4m .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 1199px) {
  .cid-vrEGiDzW4m .entry-image-1 {
    height: calc(440px);
  }
  .cid-vrEGiDzW4m .entry-image-2 {
    height: calc(469.2px);
  }
  .cid-vrEGiDzW4m .entry-image-3 {
    height: calc(431.2px);
  }
  .cid-vrEGiDzW4m.same-image-height .entry-image-1,
  .cid-vrEGiDzW4m.same-image-height .entry-image-2,
  .cid-vrEGiDzW4m.same-image-height .entry-image-3 {
    height: calc(352px);
  }
}
@media (max-width: 991px) {
  .cid-vrEGiDzW4m .item {
    margin-bottom: 1.5rem;
  }
  .cid-vrEGiDzW4m .entry-image-1,
  .cid-vrEGiDzW4m .entry-image-2,
  .cid-vrEGiDzW4m .entry-image-3 {
    min-height: 260px;
  }
}
@media (max-width: 767px) {
  .cid-vrEGiDzW4m .mbr-section-title {
    font-size: calc(2.72rem);
  }
  .cid-vrEGiDzW4m .mbr-section-subtitle {
    font-size: calc(1.196rem);
  }
  .cid-vrEGiDzW4m .item-name {
    font-size: calc(1.656rem);
  }
  .cid-vrEGiDzW4m .entry-image-1,
  .cid-vrEGiDzW4m .entry-image-2,
  .cid-vrEGiDzW4m .entry-image-3 {
    height: auto;
    min-height: 220px;
    aspect-ratio: 1.33333333;
  }
  .cid-vrEGiDzW4m.same-image-height .entry-image-1,
  .cid-vrEGiDzW4m.same-image-height .entry-image-2,
  .cid-vrEGiDzW4m.same-image-height .entry-image-3 {
    height: auto;
    min-height: 220px;
  }
}
.cid-vrEwANuRJP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #5a5348;
}
.cid-vrEwANuRJP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrEwANuRJP .mbr-fallback-image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.cid-vrEwANuRJP .container,
.cid-vrEwANuRJP .container-fluid {
  position: relative;
  z-index: 2;
}
.cid-vrEwANuRJP .title-wrapper {
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-vrEwANuRJP .title-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vrEwANuRJP .mbr-section-title {
  margin: 0;
  color: #ffffff;
  font-size: 3.4rem;
  line-height: 1.1;
}
.cid-vrEwANuRJP .mbr-section-subtitle {
  margin: 1rem auto 0;
  max-width: 850px;
  color: #d7b45a;
  font-size: 1.3rem;
  line-height: 1.5;
}
.cid-vrEwANuRJP .items-wrapper {
  margin-left: -12px;
  margin-right: -12px;
}
.cid-vrEwANuRJP .item {
  display: flex;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}
.cid-vrEwANuRJP .item-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 2rem;
  background-color: #101010;
  border-style: solid;
  border-color: #353535;
  border-width: 1px;
  border-radius: 0px;
}
.cid-vrEwANuRJP .item-wrapper.equal-height {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-vrEwANuRJP .item-wrapper.has-shadow {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}
.cid-vrEwANuRJP .item-wrapper.has-gradient {
  background-color: #101010;
  background-image: linear-gradient(135deg, #181818 0%, #181818 35%, #101010 100%);
}
@media (max-width: 767px) {
  .cid-vrEwANuRJP .item-wrapper {
    padding: 1.5rem;
  }
}
.cid-vrEwANuRJP .item-img {
  width: 100%;
  margin-bottom: 1.75rem;
  overflow: hidden;
  background-color: #e8e8e8;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cid-vrEwANuRJP .item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s ease;
}
.cid-vrEwANuRJP .item-img:hover img {
  transform: scale(1.015);
}
.cid-vrEwANuRJP .item-img.image-contain img {
  object-fit: contain;
  object-position: center center;
}
.cid-vrEwANuRJP .entry-image-1 {
  height: 520px;
}
.cid-vrEwANuRJP .entry-image-1 img {
  object-position: center top;
}
.cid-vrEwANuRJP .entry-image-1.image-contain img {
  object-position: center center;
}
.cid-vrEwANuRJP .entry-image-2 {
  height: 510px;
}
.cid-vrEwANuRJP .entry-image-3 {
  height: 490px;
}
.cid-vrEwANuRJP.same-image-height .entry-image-1,
.cid-vrEwANuRJP.same-image-height .entry-image-2,
.cid-vrEwANuRJP.same-image-height .entry-image-3 {
  height: 400px;
}
.cid-vrEwANuRJP .image-caption {
  margin: -1rem 0 1.5rem;
  color: #c8c8c8;
  font-size: 0.8rem;
  line-height: 1.4;
  text-align: center;
  font-style: italic;
}
.cid-vrEwANuRJP .card-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-vrEwANuRJP .item-name {
  margin: 0 0 0.5rem;
  color: #d7b45a;
  font-size: 1.8rem;
  line-height: 1.15;
}
.cid-vrEwANuRJP .item-dates {
  margin: 0 0 0.65rem;
  color: #c8c8c8;
  font-size: 1rem;
  line-height: 1.4;
}
.cid-vrEwANuRJP .item-role {
  margin: 0;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.45;
}
.cid-vrEwANuRJP .category-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
}
.cid-vrEwANuRJP .category-label {
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background-color: #292929;
  color: #ffffff;
  font-size: 0.7rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  cursor: text;
  text-align: center;
}
.cid-vrEwANuRJP .item-text {
  margin: 1.25rem 0 0;
  color: #b7b7b7;
  font-size: 1rem;
  line-height: 1.65;
}
.cid-vrEwANuRJP .no-photo-label {
  display: inline-block;
  align-self: flex-start;
  width: auto;
  margin: 0 0 1.25rem;
  padding: 0.4rem 0.75rem;
  border: 1px solid #353535;
  border-radius: 999px;
  color: #c8c8c8;
  font-size: 0.78rem;
  line-height: 1.2;
  font-style: italic;
}
.cid-vrEwANuRJP .mbr-section-btn {
  margin-top: auto;
  padding-top: 1.5rem;
}
.cid-vrEwANuRJP .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 1199px) {
  .cid-vrEwANuRJP .entry-image-1 {
    height: calc(457.6px);
  }
  .cid-vrEwANuRJP .entry-image-2 {
    height: calc(469.2px);
  }
  .cid-vrEwANuRJP .entry-image-3 {
    height: calc(431.2px);
  }
  .cid-vrEwANuRJP.same-image-height .entry-image-1,
  .cid-vrEwANuRJP.same-image-height .entry-image-2,
  .cid-vrEwANuRJP.same-image-height .entry-image-3 {
    height: calc(352px);
  }
}
@media (max-width: 991px) {
  .cid-vrEwANuRJP .item {
    margin-bottom: 1.5rem;
  }
  .cid-vrEwANuRJP .entry-image-1,
  .cid-vrEwANuRJP .entry-image-2,
  .cid-vrEwANuRJP .entry-image-3 {
    min-height: 260px;
  }
}
@media (max-width: 767px) {
  .cid-vrEwANuRJP .mbr-section-title {
    font-size: calc(2.72rem);
  }
  .cid-vrEwANuRJP .mbr-section-subtitle {
    font-size: calc(1.196rem);
  }
  .cid-vrEwANuRJP .item-name {
    font-size: calc(1.656rem);
  }
  .cid-vrEwANuRJP .entry-image-1,
  .cid-vrEwANuRJP .entry-image-2,
  .cid-vrEwANuRJP .entry-image-3 {
    height: auto;
    min-height: 220px;
    aspect-ratio: 1.33333333;
  }
  .cid-vrEwANuRJP.same-image-height .entry-image-1,
  .cid-vrEwANuRJP.same-image-height .entry-image-2,
  .cid-vrEwANuRJP.same-image-height .entry-image-3 {
    height: auto;
    min-height: 220px;
  }
}
.cid-vkyMJDEnyT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #5a5348;
}
.cid-vkyMJDEnyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkyMJDEnyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkyMJDEnyT .mbr-copy {
  margin-bottom: 0;
  color: #ffedd6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vkyMJDEnyT .mbr-copy {
    text-align: center;
  }
}
.cid-vkyMJDEnyT .nav-wrapper {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 120px;
}
@media (max-width: 992px) {
  .cid-vkyMJDEnyT .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkyMJDEnyT .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 8px;
}
.cid-vkyMJDEnyT .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vkyMJDEnyT .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vkyMJDEnyT .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vkyMJDEnyT .nav-wrapper .nav-wrap .list .item-wrap:focus {
  transform: translateY(-3px);
}
.cid-vkyMJDEnyT .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vkyMJDEnyT .mbr-label {
  margin-top: 200px;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  font-size: 300px;
  line-height: 1;
  color: #ffedd6;
  text-align: center;
}
@media (max-width: 1840px) {
  .cid-vkyMJDEnyT .mbr-label {
    font-size: 220px;
  }
}
@media (max-width: 1640px) {
  .cid-vkyMJDEnyT .mbr-label {
    font-size: 200px;
  }
}
@media (max-width: 1440px) {
  .cid-vkyMJDEnyT .mbr-label {
    font-size: 160px;
  }
}
@media (max-width: 1280px) {
  .cid-vkyMJDEnyT .mbr-label {
    font-size: 100px;
    line-height: 1.1;
  }
}
@media (max-width: 992px) {
  .cid-vkyMJDEnyT .mbr-label {
    font-size: 80px;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .cid-vkyMJDEnyT .mbr-label {
    font-size: 50px;
  }
}
.cid-vkyMJDEnyT .mbr-list-title {
  color: #877e72;
  text-align: left;
}
.cid-vkyMJDEnyT .list {
  color: #ffedd6;
  text-align: left;
}
.cid-vkyMJDEnyT .content-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vkyMJDEnyT .content-wrapper {
    text-align: center;
  }
}
.cid-vkyM16dBT0 {
  z-index: 1000;
  width: 100%;
}
.cid-vkyM16dBT0 nav.navbar {
  position: fixed;
}
.cid-vkyM16dBT0 .container-fluid {
  padding-left: 182px;
  padding-right: 182px;
}
@media (max-width: 1840px) {
  .cid-vkyM16dBT0 .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1440px) {
  .cid-vkyM16dBT0 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-vkyM16dBT0 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vkyM16dBT0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkyM16dBT0 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vkyM16dBT0 .dropdown-item {
  border: none !important;
  background: #0f0e0e !important;
  font-weight: 700;
}
.cid-vkyM16dBT0 .dropdown-item:hover,
.cid-vkyM16dBT0 .dropdown-item:focus {
  background: #0f0e0e !important;
  color: #ffedd6 !important;
}
.cid-vkyM16dBT0 .dropdown-item:hover span {
  color: white;
}
.cid-vkyM16dBT0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkyM16dBT0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkyM16dBT0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkyM16dBT0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vkyM16dBT0 .nav-link {
  position: relative;
}
.cid-vkyM16dBT0 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1210px;
}
@media (min-width: 992px) {
  .cid-vkyM16dBT0 .container {
    flex-wrap: nowrap;
  }
}
.cid-vkyM16dBT0 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vkyM16dBT0 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vkyM16dBT0 .dropdown-menu,
.cid-vkyM16dBT0 .navbar.opened {
  background: #0f0e0e !important;
}
.cid-vkyM16dBT0 .nav-item:focus,
.cid-vkyM16dBT0 .nav-link:focus {
  outline: none;
}
.cid-vkyM16dBT0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkyM16dBT0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vkyM16dBT0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkyM16dBT0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkyM16dBT0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkyM16dBT0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vkyM16dBT0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(15, 14, 14, 0.6);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vkyM16dBT0 .navbar.opened {
  transition: all 0.3s;
}
.cid-vkyM16dBT0 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vkyM16dBT0 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vkyM16dBT0 .navbar .navbar-logo img {
  width: auto;
}
.cid-vkyM16dBT0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkyM16dBT0 .navbar.collapsed {
  justify-content: center;
}
.cid-vkyM16dBT0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkyM16dBT0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vkyM16dBT0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vkyM16dBT0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vkyM16dBT0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vkyM16dBT0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkyM16dBT0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkyM16dBT0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkyM16dBT0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkyM16dBT0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkyM16dBT0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkyM16dBT0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vkyM16dBT0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: -0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vkyM16dBT0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkyM16dBT0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkyM16dBT0 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vkyM16dBT0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vkyM16dBT0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkyM16dBT0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkyM16dBT0 .navbar.navbar-short {
  min-height: 70px;
}
.cid-vkyM16dBT0 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vkyM16dBT0 .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 !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vkyM16dBT0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vkyM16dBT0 .navbar-brand .navbar-caption:hover,
.cid-vkyM16dBT0 .navbar-brand .navbar-caption:focus {
  color: #ffedd6 !important;
}
.cid-vkyM16dBT0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkyM16dBT0 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vkyM16dBT0 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffedd6 !important;
}
.cid-vkyM16dBT0 .dropdown-item.active,
.cid-vkyM16dBT0 .dropdown-item:active {
  background-color: transparent;
}
.cid-vkyM16dBT0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkyM16dBT0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkyM16dBT0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkyM16dBT0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0f0e0e;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vkyM16dBT0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vkyM16dBT0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vkyM16dBT0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkyM16dBT0 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vkyM16dBT0 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vkyM16dBT0 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vkyM16dBT0 .navbar-buttons {
    text-align: left;
  }
}
.cid-vkyM16dBT0 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vkyM16dBT0 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vkyM16dBT0 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #0f0e0e !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vkyM16dBT0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffedd6;
}
.cid-vkyM16dBT0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vkyM16dBT0 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vkyM16dBT0 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vkyM16dBT0 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vkyM16dBT0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkyM16dBT0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkyM16dBT0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkyM16dBT0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkyM16dBT0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vkyM16dBT0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkyM16dBT0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vkyM16dBT0 .navbar {
    height: 70px;
  }
  .cid-vkyM16dBT0 .navbar.opened {
    height: auto;
  }
  .cid-vkyM16dBT0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkyM16dBT0 .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-vkyM16dBT0 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vkyM16dBT0 .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 10px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vkyM16dBT0 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vkyM16dBT0 .nav-item .nav-link:hover,
.cid-vkyM16dBT0 .nav-item .nav-link:focus {
  transform: translateY(-3px);
  color: #ffedd6 !important;
}
.cid-vkyM16dBT0 .nav-item .nav-link:hover::after,
.cid-vkyM16dBT0 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vkyM16dBT0 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vkyM16dBT0 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vkyM16dBT0 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vkyM16dBT0 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vkyM16dBT0 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vkyM16dBT0 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vkyM16dBT0 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vkyM16dBT0 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vkyM16dBT0 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vkyM16dBT0 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vkyM16dBT0 .content-wrap {
  min-height: 70px;
}
.cid-vrEQR7WcZm {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #5a5348;
}
.cid-vrEQR7WcZm .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-vrEQR7WcZm .family-heading {
  margin-bottom: 2.5rem;
  text-align: "left";
}
.cid-vrEQR7WcZm .mbr-section-title {
  margin: 0 0 0.5rem 0;
  color: #fafafa;
  font-size: 2.6rem;
  line-height: 1.15;
}
.cid-vrEQR7WcZm .mbr-section-subtitle {
  margin: 0;
  color: #dddddd;
  font-size: 1.1rem;
  line-height: 1.45;
}
.cid-vrEQR7WcZm .family-row {
  margin-left: calc(-0.75rem);
  margin-right: calc(-0.75rem);
  row-gap: 2rem;
}
.cid-vrEQR7WcZm .family-column {
  padding-left: calc(0.75rem);
  padding-right: calc(0.75rem);
  display: flex;
}
.cid-vrEQR7WcZm .family-card {
  width: 100%;
  padding: 1rem;
  border-radius: 0.8rem;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  height: 100%;
}
.cid-vrEQR7WcZm .family-image {
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrEQR7WcZm .family-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-vrEQR7WcZm .family-image-1 {
  height: 730px;
}
.cid-vrEQR7WcZm .family-image-2 {
  height: 560px;
}
.cid-vrEQR7WcZm .image-contain {
  object-fit: contain;
}
.cid-vrEQR7WcZm .image-cover {
  object-fit: cover;
}
.cid-vrEQR7WcZm .position-top img {
  object-position: center top;
}
.cid-vrEQR7WcZm .position-center img {
  object-position: center center;
}
.cid-vrEQR7WcZm .position-bottom img {
  object-position: center bottom;
}
.cid-vrEQR7WcZm .position-left img {
  object-position: left center;
}
.cid-vrEQR7WcZm .position-right img {
  object-position: right center;
}
.cid-vrEQR7WcZm .family-info {
  padding-top: 1rem;
  text-align: "left";
}
.cid-vrEQR7WcZm .category-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.8rem 0;
  justify-content: flex-start;
}
.cid-vrEQR7WcZm .category-label {
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.35rem 0.7rem;
  border-radius: 2rem;
  background-color: #e8e3dc;
  color: #333333;
  font-size: 0.75rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
  cursor: text;
}
.cid-vrEQR7WcZm .photo-title {
  margin: 0 0 0.5rem 0;
  color: #202020;
  font-size: 1.6rem;
  line-height: 1.2;
}
.cid-vrEQR7WcZm .photo-meta {
  margin: 0 0 0.25rem 0;
  color: #666666;
  font-size: 0.9rem;
  line-height: 1.4;
}
.cid-vrEQR7WcZm .photo-people {
  margin: 0.75rem 0 0 0;
  color: #303030;
  font-size: 0.95rem;
  line-height: 1.45;
  font-weight: 600;
}
.cid-vrEQR7WcZm .family-divider {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-vrEQR7WcZm .photo-caption {
  margin: 0.85rem 0 0 0;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5;
}
.cid-vrEQR7WcZm .photo-description {
  margin: 0.9rem 0 0 0;
  color: #444444;
  font-size: 1rem;
  line-height: 1.55;
}
.cid-vrEQR7WcZm .photo-note {
  margin: 0.9rem 0 0 0;
  color: #666666;
  font-size: 0.85rem;
  line-height: 1.5;
  font-style: italic;
}
.cid-vrEQR7WcZm .photo-source {
  margin: 0.9rem 0 0 0;
  color: #777777;
  font-size: 0.8rem;
  line-height: 1.4;
}
.cid-vrEQR7WcZm .family-info > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vrEQR7WcZm .family-card {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-vrEQR7WcZm .family-heading {
    margin-bottom: 2rem;
  }
  .cid-vrEQR7WcZm .family-column {
    width: 100%;
  }
  .cid-vrEQR7WcZm .family-image {
    height: auto;
    min-height: 240px;
    max-height: none;
  }
  .cid-vrEQR7WcZm .family-image img.image-contain {
    height: auto;
    min-height: 240px;
    max-height: 700px;
    object-fit: contain;
  }
  .cid-vrEQR7WcZm .family-image img.image-cover {
    height: 420px;
    object-fit: cover;
  }
  .cid-vrEQR7WcZm .mbr-section-title {
    font-size: calc(2.132rem);
  }
}
.cid-vrEOaV2szc {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #5a5348;
}
.cid-vrEOaV2szc .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-vrEOaV2szc .gallery-heading {
  margin-bottom: 2.5rem;
  text-align: "left";
}
.cid-vrEOaV2szc .mbr-section-title {
  margin: 0 0 0.5rem 0;
  color: #e8e8e8;
  font-size: 2.6rem;
  line-height: 1.15;
}
.cid-vrEOaV2szc .mbr-section-subtitle {
  margin: 0;
  color: #666666;
  font-size: 1.1rem;
  line-height: 1.45;
}
.cid-vrEOaV2szc .gallery-row {
  margin-left: calc(-0.75rem);
  margin-right: calc(-0.75rem);
  row-gap: 2rem;
}
.cid-vrEOaV2szc .gallery-column {
  padding-left: calc(0.75rem);
  padding-right: calc(0.75rem);
  display: flex;
}
.cid-vrEOaV2szc .photo-card {
  width: 100%;
  overflow: hidden;
  padding: 1rem;
  border-radius: 0.8rem;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  height: 100%;
}
.cid-vrEOaV2szc .photo-image {
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrEOaV2szc .photo-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-vrEOaV2szc .photo-image {
  height: 420px;
}
.cid-vrEOaV2szc .image-contain {
  object-fit: contain;
}
.cid-vrEOaV2szc .image-cover {
  object-fit: cover;
}
.cid-vrEOaV2szc .position-top img {
  object-position: center top;
}
.cid-vrEOaV2szc .position-center img {
  object-position: center center;
}
.cid-vrEOaV2szc .position-bottom img {
  object-position: center bottom;
}
.cid-vrEOaV2szc .position-left img {
  object-position: left center;
}
.cid-vrEOaV2szc .position-right img {
  object-position: right center;
}
.cid-vrEOaV2szc .photo-info {
  padding-top: 1rem;
  text-align: "left";
}
.cid-vrEOaV2szc .category-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.8rem 0;
  justify-content: flex-start;
}
.cid-vrEOaV2szc .category-label {
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.35rem 0.7rem;
  border-radius: 2rem;
  background-color: #e8e3dc;
  color: #333333;
  font-size: 0.75rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
  cursor: text;
}
.cid-vrEOaV2szc .photo-title {
  margin: 0 0 0.5rem 0;
  color: #202020;
  font-size: 1.45rem;
  line-height: 1.2;
}
.cid-vrEOaV2szc .photo-meta {
  margin: 0 0 0.25rem 0;
  color: #666666;
  font-size: 0.9rem;
  line-height: 1.4;
}
.cid-vrEOaV2szc .gallery-divider {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
}
.cid-vrEOaV2szc .photo-caption {
  margin: 0.85rem 0 0 0;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5;
}
.cid-vrEOaV2szc .photo-description {
  margin: 0.9rem 0 0 0;
  color: #444444;
  font-size: 1rem;
  line-height: 1.55;
}
.cid-vrEOaV2szc .photo-note {
  margin: 0.9rem 0 0 0;
  color: #666666;
  font-size: 0.85rem;
  line-height: 1.5;
  font-style: italic;
}
.cid-vrEOaV2szc .photo-source {
  margin: 0.9rem 0 0 0;
  color: #777777;
  font-size: 0.8rem;
  line-height: 1.4;
}
.cid-vrEOaV2szc .photo-info > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vrEOaV2szc .photo-card {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-vrEOaV2szc .gallery-heading {
    margin-bottom: 2rem;
  }
  .cid-vrEOaV2szc .gallery-column {
    width: 100%;
  }
  .cid-vrEOaV2szc .photo-image {
    height: auto;
    min-height: 220px;
    max-height: none;
  }
  .cid-vrEOaV2szc .photo-image img.image-contain {
    height: auto;
    min-height: 220px;
    max-height: 700px;
    object-fit: contain;
  }
  .cid-vrEOaV2szc .photo-image img.image-cover {
    height: 420px;
    object-fit: cover;
  }
  .cid-vrEOaV2szc .mbr-section-title {
    font-size: calc(2.132rem);
  }
}
.cid-vrF5a93uft {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5a5348;
}
.cid-vrF5a93uft .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-vrF5a93uft .family-heading {
  margin-bottom: 2.5rem;
  text-align: "left";
}
.cid-vrF5a93uft .mbr-section-title {
  margin: 0 0 0.5rem 0;
  color: #fafafa;
  font-size: 2.6rem;
  line-height: 1.15;
}
.cid-vrF5a93uft .mbr-section-subtitle {
  margin: 0;
  color: #dddddd;
  font-size: 1.1rem;
  line-height: 1.45;
}
.cid-vrF5a93uft .family-row {
  margin-left: calc(-0.75rem);
  margin-right: calc(-0.75rem);
  row-gap: 2rem;
}
.cid-vrF5a93uft .family-column {
  padding-left: calc(0.75rem);
  padding-right: calc(0.75rem);
  display: flex;
}
.cid-vrF5a93uft .family-card {
  width: 100%;
  padding: 1rem;
  border-radius: 0.8rem;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  height: 100%;
}
.cid-vrF5a93uft .family-image {
  width: 100%;
  overflow: hidden;
  border-radius: 0rem;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrF5a93uft .family-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-vrF5a93uft .family-image {
  height: 470px;
}
.cid-vrF5a93uft .image-contain {
  object-fit: contain;
}
.cid-vrF5a93uft .image-cover {
  object-fit: cover;
}
.cid-vrF5a93uft .position-top img {
  object-position: center top;
}
.cid-vrF5a93uft .position-center img {
  object-position: center center;
}
.cid-vrF5a93uft .position-bottom img {
  object-position: center bottom;
}
.cid-vrF5a93uft .position-left img {
  object-position: left center;
}
.cid-vrF5a93uft .position-right img {
  object-position: right center;
}
.cid-vrF5a93uft .family-info {
  padding-top: 1rem;
  text-align: "left";
}
.cid-vrF5a93uft .category-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.8rem 0;
  justify-content: flex-start;
}
.cid-vrF5a93uft .category-label {
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.35rem 0.7rem;
  border-radius: 2rem;
  background-color: #e8e3dc;
  color: #333333;
  font-size: 0.75rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
  cursor: text;
}
.cid-vrF5a93uft .photo-title {
  margin: 0 0 0.5rem 0;
  color: #202020;
  font-size: 1.6rem;
  line-height: 1.2;
}
.cid-vrF5a93uft .photo-meta {
  margin: 0 0 0.25rem 0;
  color: #666666;
  font-size: 0.9rem;
  line-height: 1.4;
}
.cid-vrF5a93uft .photo-people {
  margin: 0.75rem 0 0 0;
  color: #303030;
  font-size: 0.95rem;
  line-height: 1.45;
  font-weight: 600;
}
.cid-vrF5a93uft .family-divider {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-vrF5a93uft .photo-caption {
  margin: 0.85rem 0 0 0;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5;
}
.cid-vrF5a93uft .photo-description {
  margin: 0.9rem 0 0 0;
  color: #444444;
  font-size: 1rem;
  line-height: 1.55;
}
.cid-vrF5a93uft .photo-note {
  margin: 0.9rem 0 0 0;
  color: #666666;
  font-size: 0.85rem;
  line-height: 1.5;
  font-style: italic;
}
.cid-vrF5a93uft .photo-source {
  margin: 0.9rem 0 0 0;
  color: #777777;
  font-size: 0.8rem;
  line-height: 1.4;
}
.cid-vrF5a93uft .family-info > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vrF5a93uft .family-card {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-vrF5a93uft .family-heading {
    margin-bottom: 2rem;
  }
  .cid-vrF5a93uft .family-column {
    width: 100%;
  }
  .cid-vrF5a93uft .family-image {
    height: auto;
    min-height: 240px;
    max-height: none;
  }
  .cid-vrF5a93uft .family-image img.image-contain {
    height: auto;
    min-height: 240px;
    max-height: 700px;
    object-fit: contain;
  }
  .cid-vrF5a93uft .family-image img.image-cover {
    height: 420px;
    object-fit: cover;
  }
  .cid-vrF5a93uft .mbr-section-title {
    font-size: calc(2.132rem);
  }
}
.cid-vrEQbamS6a {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #5a5348;
}
.cid-vrEQbamS6a .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-vrEQbamS6a .feature-heading {
  margin-bottom: 2.5rem;
  text-align: "left";
}
.cid-vrEQbamS6a .mbr-section-title {
  margin: 0 0 0.5rem 0;
  color: #202020;
  font-size: 2.6rem;
  line-height: 1.15;
}
.cid-vrEQbamS6a .mbr-section-subtitle {
  margin: 0;
  color: #666666;
  font-size: 1.1rem;
  line-height: 1.45;
}
.cid-vrEQbamS6a .feature-card {
  width: 100%;
  padding: 1.3rem;
  border-radius: 0.8rem;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.cid-vrEQbamS6a .feature-layout {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 2rem;
  width: 100%;
}
.cid-vrEQbamS6a .feature-image-column {
  order: 1;
}
.cid-vrEQbamS6a .feature-text-column {
  order: 2;
}
.cid-vrEQbamS6a .feature-image-column {
  flex: 0 0 52%;
  max-width: 52%;
}
.cid-vrEQbamS6a .feature-text-column {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
}
.cid-vrEQbamS6a .feature-image {
  width: 100%;
  height: 390px;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrEQbamS6a .feature-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-vrEQbamS6a .image-contain {
  object-fit: contain;
}
.cid-vrEQbamS6a .image-cover {
  object-fit: cover;
}
.cid-vrEQbamS6a .position-top img {
  object-position: center top;
}
.cid-vrEQbamS6a .position-center img {
  object-position: center center;
}
.cid-vrEQbamS6a .position-bottom img {
  object-position: center bottom;
}
.cid-vrEQbamS6a .image-caption {
  margin: 0.65rem 0 0 0;
  color: #777777;
  font-size: 0.8rem;
  line-height: 1.4;
}
.cid-vrEQbamS6a .feature-text {
  width: 100%;
  padding: 1.5rem;
  text-align: "left";
  align-self: flex-start;
}
.cid-vrEQbamS6a .category-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 0.9rem 0;
  justify-content: flex-start;
}
.cid-vrEQbamS6a .category-label {
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.35rem 0.7rem;
  border-radius: 2rem;
  background-color: #e8e3dc;
  color: #333333;
  font-size: 0.75rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
  cursor: text;
}
.cid-vrEQbamS6a .photo-title {
  margin: 0 0 0.6rem 0;
  color: #202020;
  font-size: 2rem;
  line-height: 1.15;
}
.cid-vrEQbamS6a .photo-meta {
  margin: 0 0 0.3rem 0;
  color: #666666;
  font-size: 0.95rem;
  line-height: 1.4;
}
.cid-vrEQbamS6a .feature-divider {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-vrEQbamS6a .photo-caption {
  margin: 0.9rem 0 0 0;
  color: #333333;
  font-size: 1.05rem;
  line-height: 1.5;
}
.cid-vrEQbamS6a .photo-description {
  margin: 1rem 0 0 0;
  color: #444444;
  font-size: 1rem;
  line-height: 1.6;
}
.cid-vrEQbamS6a .photo-note {
  margin: 1rem 0 0 0;
  color: #666666;
  font-size: 0.85rem;
  line-height: 1.5;
  font-style: italic;
}
.cid-vrEQbamS6a .photo-source {
  margin: 1rem 0 0 0;
  color: #777777;
  font-size: 0.8rem;
  line-height: 1.4;
}
.cid-vrEQbamS6a .feature-text > *:last-child,
.cid-vrEQbamS6a .feature-image-column > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vrEQbamS6a .feature-layout {
    gap: 1.5rem;
  }
  .cid-vrEQbamS6a .feature-image-column {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cid-vrEQbamS6a .feature-text-column {
    flex: 1 1 50%;
  }
}
@media (max-width: 767px) {
  .cid-vrEQbamS6a .feature-layout {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .cid-vrEQbamS6a .feature-image-column,
  .cid-vrEQbamS6a .feature-text-column {
    width: 100%;
    max-width: 100%;
    flex: none;
  }
  .cid-vrEQbamS6a .feature-image-column {
    order: 1 !important;
  }
  .cid-vrEQbamS6a .feature-text-column {
    order: 2 !important;
  }
  .cid-vrEQbamS6a .feature-image {
    height: auto;
    min-height: 250px;
    max-height: none;
  }
  .cid-vrEQbamS6a .feature-image img.image-contain {
    height: auto;
    min-height: 250px;
    max-height: 700px;
    object-fit: contain;
  }
  .cid-vrEQbamS6a .feature-image img.image-cover {
    height: 450px;
    object-fit: cover;
  }
  .cid-vrEQbamS6a .feature-text {
    padding: calc(1.2rem);
  }
  .cid-vrEQbamS6a .mbr-section-title {
    font-size: calc(2.132rem);
  }
}
.cid-vrF8OqF0fh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #5a5348;
}
.cid-vrF8OqF0fh .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-vrF8OqF0fh .gallery-heading {
  margin-bottom: 2.5rem;
  text-align: "left";
}
.cid-vrF8OqF0fh .mbr-section-title {
  margin: 0 0 0.5rem 0;
  color: #202020;
  font-size: 2.6rem;
  line-height: 1.15;
}
.cid-vrF8OqF0fh .mbr-section-subtitle {
  margin: 0;
  color: #666666;
  font-size: 1.1rem;
  line-height: 1.45;
}
.cid-vrF8OqF0fh .gallery-row {
  margin-left: calc(-0.75rem);
  margin-right: calc(-0.75rem);
  row-gap: 2rem;
}
.cid-vrF8OqF0fh .gallery-column {
  padding-left: calc(0.75rem);
  padding-right: calc(0.75rem);
  display: flex;
}
.cid-vrF8OqF0fh .photo-card {
  width: 100%;
  overflow: hidden;
  padding: 1rem;
  border-radius: 0.8rem;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  height: 100%;
}
.cid-vrF8OqF0fh .photo-image {
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrF8OqF0fh .photo-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-vrF8OqF0fh .photo-image {
  height: 420px;
}
.cid-vrF8OqF0fh .image-contain {
  object-fit: contain;
}
.cid-vrF8OqF0fh .image-cover {
  object-fit: cover;
}
.cid-vrF8OqF0fh .position-top img {
  object-position: center top;
}
.cid-vrF8OqF0fh .position-center img {
  object-position: center center;
}
.cid-vrF8OqF0fh .position-bottom img {
  object-position: center bottom;
}
.cid-vrF8OqF0fh .position-left img {
  object-position: left center;
}
.cid-vrF8OqF0fh .position-right img {
  object-position: right center;
}
.cid-vrF8OqF0fh .photo-info {
  padding-top: 1rem;
  text-align: "left";
}
.cid-vrF8OqF0fh .category-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.8rem 0;
  justify-content: flex-start;
}
.cid-vrF8OqF0fh .category-label {
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.35rem 0.7rem;
  border-radius: 2rem;
  background-color: #e8e3dc;
  color: #333333;
  font-size: 0.75rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
  cursor: text;
}
.cid-vrF8OqF0fh .photo-title {
  margin: 0 0 0.5rem 0;
  color: #202020;
  font-size: 1.45rem;
  line-height: 1.2;
}
.cid-vrF8OqF0fh .photo-meta {
  margin: 0 0 0.25rem 0;
  color: #666666;
  font-size: 0.9rem;
  line-height: 1.4;
}
.cid-vrF8OqF0fh .gallery-divider {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
}
.cid-vrF8OqF0fh .photo-caption {
  margin: 0.85rem 0 0 0;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5;
}
.cid-vrF8OqF0fh .photo-description {
  margin: 0.9rem 0 0 0;
  color: #444444;
  font-size: 1rem;
  line-height: 1.55;
}
.cid-vrF8OqF0fh .photo-note {
  margin: 0.9rem 0 0 0;
  color: #666666;
  font-size: 0.85rem;
  line-height: 1.5;
  font-style: italic;
}
.cid-vrF8OqF0fh .photo-source {
  margin: 0.9rem 0 0 0;
  color: #777777;
  font-size: 0.8rem;
  line-height: 1.4;
}
.cid-vrF8OqF0fh .photo-info > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vrF8OqF0fh .photo-card {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-vrF8OqF0fh .gallery-heading {
    margin-bottom: 2rem;
  }
  .cid-vrF8OqF0fh .gallery-column {
    width: 100%;
  }
  .cid-vrF8OqF0fh .photo-image {
    height: auto;
    min-height: 220px;
    max-height: none;
  }
  .cid-vrF8OqF0fh .photo-image img.image-contain {
    height: auto;
    min-height: 220px;
    max-height: 700px;
    object-fit: contain;
  }
  .cid-vrF8OqF0fh .photo-image img.image-cover {
    height: 420px;
    object-fit: cover;
  }
  .cid-vrF8OqF0fh .mbr-section-title {
    font-size: calc(2.132rem);
  }
}
.cid-vrFdgaRhLF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5a5348;
}
.cid-vrFdgaRhLF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-vrFdgaRhLF .family-heading {
  margin-bottom: 2.5rem;
  text-align: "left";
}
.cid-vrFdgaRhLF .mbr-section-title {
  margin: 0 0 0.5rem 0;
  color: #fafafa;
  font-size: 2.6rem;
  line-height: 1.15;
}
.cid-vrFdgaRhLF .mbr-section-subtitle {
  margin: 0;
  color: #dddddd;
  font-size: 1.1rem;
  line-height: 1.45;
}
.cid-vrFdgaRhLF .family-row {
  margin-left: calc(-0.75rem);
  margin-right: calc(-0.75rem);
  row-gap: 2rem;
}
.cid-vrFdgaRhLF .family-column {
  padding-left: calc(0.75rem);
  padding-right: calc(0.75rem);
  display: flex;
}
.cid-vrFdgaRhLF .family-card {
  width: 100%;
  padding: 0.9rem;
  border-radius: 0.8rem;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  height: 100%;
}
.cid-vrFdgaRhLF .family-image {
  width: 100%;
  overflow: hidden;
  border-radius: 0rem;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrFdgaRhLF .family-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-vrFdgaRhLF .family-image {
  height: 470px;
}
.cid-vrFdgaRhLF .image-contain {
  object-fit: contain;
}
.cid-vrFdgaRhLF .image-cover {
  object-fit: cover;
}
.cid-vrFdgaRhLF .position-top img {
  object-position: center top;
}
.cid-vrFdgaRhLF .position-center img {
  object-position: center center;
}
.cid-vrFdgaRhLF .position-bottom img {
  object-position: center bottom;
}
.cid-vrFdgaRhLF .position-left img {
  object-position: left center;
}
.cid-vrFdgaRhLF .position-right img {
  object-position: right center;
}
.cid-vrFdgaRhLF .family-info {
  padding-top: 1rem;
  text-align: "left";
}
.cid-vrFdgaRhLF .category-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.8rem 0;
  justify-content: flex-start;
}
.cid-vrFdgaRhLF .category-label {
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.35rem 0.7rem;
  border-radius: 2rem;
  background-color: #e8e3dc;
  color: #333333;
  font-size: 0.75rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
  cursor: text;
}
.cid-vrFdgaRhLF .photo-title {
  margin: 0 0 0.5rem 0;
  color: #202020;
  font-size: 1.6rem;
  line-height: 1.2;
}
.cid-vrFdgaRhLF .photo-meta {
  margin: 0 0 0.25rem 0;
  color: #666666;
  font-size: 0.9rem;
  line-height: 1.4;
}
.cid-vrFdgaRhLF .photo-people {
  margin: 0.75rem 0 0 0;
  color: #303030;
  font-size: 0.95rem;
  line-height: 1.45;
  font-weight: 600;
}
.cid-vrFdgaRhLF .family-divider {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-vrFdgaRhLF .photo-caption {
  margin: 0.85rem 0 0 0;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5;
}
.cid-vrFdgaRhLF .photo-description {
  margin: 0.9rem 0 0 0;
  color: #444444;
  font-size: 1rem;
  line-height: 1.55;
}
.cid-vrFdgaRhLF .photo-note {
  margin: 0.9rem 0 0 0;
  color: #666666;
  font-size: 0.85rem;
  line-height: 1.5;
  font-style: italic;
}
.cid-vrFdgaRhLF .photo-source {
  margin: 0.9rem 0 0 0;
  color: #777777;
  font-size: 0.8rem;
  line-height: 1.4;
}
.cid-vrFdgaRhLF .family-info > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vrFdgaRhLF .family-card {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-vrFdgaRhLF .family-heading {
    margin-bottom: 2rem;
  }
  .cid-vrFdgaRhLF .family-column {
    width: 100%;
  }
  .cid-vrFdgaRhLF .family-image {
    height: auto;
    min-height: 240px;
    max-height: none;
  }
  .cid-vrFdgaRhLF .family-image img.image-contain {
    height: auto;
    min-height: 240px;
    max-height: 700px;
    object-fit: contain;
  }
  .cid-vrFdgaRhLF .family-image img.image-cover {
    height: 420px;
    object-fit: cover;
  }
  .cid-vrFdgaRhLF .mbr-section-title {
    font-size: calc(2.132rem);
  }
}
.cid-vrFe7Aqjzx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #5a5348;
}
.cid-vrFe7Aqjzx .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-vrFe7Aqjzx .gallery-heading {
  margin-bottom: 2.5rem;
  text-align: "left";
}
.cid-vrFe7Aqjzx .mbr-section-title {
  margin: 0 0 0.5rem 0;
  color: #202020;
  font-size: 2.6rem;
  line-height: 1.15;
}
.cid-vrFe7Aqjzx .mbr-section-subtitle {
  margin: 0;
  color: #666666;
  font-size: 1.1rem;
  line-height: 1.45;
}
.cid-vrFe7Aqjzx .gallery-row {
  margin-left: calc(-0.75rem);
  margin-right: calc(-0.75rem);
  row-gap: 2rem;
}
.cid-vrFe7Aqjzx .gallery-column {
  padding-left: calc(0.75rem);
  padding-right: calc(0.75rem);
  display: flex;
}
.cid-vrFe7Aqjzx .photo-card {
  width: 100%;
  overflow: hidden;
  padding: 1rem;
  border-radius: 0.8rem;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  height: 100%;
}
.cid-vrFe7Aqjzx .photo-image {
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrFe7Aqjzx .photo-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-vrFe7Aqjzx .photo-image {
  height: 420px;
}
.cid-vrFe7Aqjzx .image-contain {
  object-fit: contain;
}
.cid-vrFe7Aqjzx .image-cover {
  object-fit: cover;
}
.cid-vrFe7Aqjzx .position-top img {
  object-position: center top;
}
.cid-vrFe7Aqjzx .position-center img {
  object-position: center center;
}
.cid-vrFe7Aqjzx .position-bottom img {
  object-position: center bottom;
}
.cid-vrFe7Aqjzx .position-left img {
  object-position: left center;
}
.cid-vrFe7Aqjzx .position-right img {
  object-position: right center;
}
.cid-vrFe7Aqjzx .photo-info {
  padding-top: 1rem;
  text-align: "left";
}
.cid-vrFe7Aqjzx .category-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.8rem 0;
  justify-content: flex-start;
}
.cid-vrFe7Aqjzx .category-label {
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.35rem 0.7rem;
  border-radius: 2rem;
  background-color: #e8e3dc;
  color: #333333;
  font-size: 0.75rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
  cursor: text;
}
.cid-vrFe7Aqjzx .photo-title {
  margin: 0 0 0.5rem 0;
  color: #202020;
  font-size: 1.45rem;
  line-height: 1.2;
}
.cid-vrFe7Aqjzx .photo-meta {
  margin: 0 0 0.25rem 0;
  color: #666666;
  font-size: 0.9rem;
  line-height: 1.4;
}
.cid-vrFe7Aqjzx .gallery-divider {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
}
.cid-vrFe7Aqjzx .photo-caption {
  margin: 0.85rem 0 0 0;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5;
}
.cid-vrFe7Aqjzx .photo-description {
  margin: 0.9rem 0 0 0;
  color: #444444;
  font-size: 1rem;
  line-height: 1.55;
}
.cid-vrFe7Aqjzx .photo-note {
  margin: 0.9rem 0 0 0;
  color: #666666;
  font-size: 0.85rem;
  line-height: 1.5;
  font-style: italic;
}
.cid-vrFe7Aqjzx .photo-source {
  margin: 0.9rem 0 0 0;
  color: #777777;
  font-size: 0.8rem;
  line-height: 1.4;
}
.cid-vrFe7Aqjzx .photo-info > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vrFe7Aqjzx .photo-card {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-vrFe7Aqjzx .gallery-heading {
    margin-bottom: 2rem;
  }
  .cid-vrFe7Aqjzx .gallery-column {
    width: 100%;
  }
  .cid-vrFe7Aqjzx .photo-image {
    height: auto;
    min-height: 220px;
    max-height: none;
  }
  .cid-vrFe7Aqjzx .photo-image img.image-contain {
    height: auto;
    min-height: 220px;
    max-height: 700px;
    object-fit: contain;
  }
  .cid-vrFe7Aqjzx .photo-image img.image-cover {
    height: 420px;
    object-fit: cover;
  }
  .cid-vrFe7Aqjzx .mbr-section-title {
    font-size: calc(2.132rem);
  }
}
.cid-vrFfLTwKyO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #5a5348;
}
.cid-vrFfLTwKyO .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-vrFfLTwKyO .family-heading {
  margin-bottom: 2.5rem;
  text-align: "left";
}
.cid-vrFfLTwKyO .mbr-section-title {
  margin: 0 0 0.5rem 0;
  color: #fafafa;
  font-size: 2.6rem;
  line-height: 1.15;
}
.cid-vrFfLTwKyO .mbr-section-subtitle {
  margin: 0;
  color: #dddddd;
  font-size: 1.1rem;
  line-height: 1.45;
}
.cid-vrFfLTwKyO .family-row {
  margin-left: calc(-0.75rem);
  margin-right: calc(-0.75rem);
  row-gap: 2rem;
}
.cid-vrFfLTwKyO .family-column {
  padding-left: calc(0.75rem);
  padding-right: calc(0.75rem);
  display: flex;
}
.cid-vrFfLTwKyO .family-card {
  width: 100%;
  padding: 1rem;
  border-radius: 0.8rem;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  height: 100%;
}
.cid-vrFfLTwKyO .family-image {
  width: 100%;
  overflow: hidden;
  border-radius: 0rem;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrFfLTwKyO .family-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-vrFfLTwKyO .family-image {
  height: 600px;
}
.cid-vrFfLTwKyO .image-contain {
  object-fit: contain;
}
.cid-vrFfLTwKyO .image-cover {
  object-fit: cover;
}
.cid-vrFfLTwKyO .position-top img {
  object-position: center top;
}
.cid-vrFfLTwKyO .position-center img {
  object-position: center center;
}
.cid-vrFfLTwKyO .position-bottom img {
  object-position: center bottom;
}
.cid-vrFfLTwKyO .position-left img {
  object-position: left center;
}
.cid-vrFfLTwKyO .position-right img {
  object-position: right center;
}
.cid-vrFfLTwKyO .family-info {
  padding-top: 1rem;
  text-align: "left";
}
.cid-vrFfLTwKyO .category-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.8rem 0;
  justify-content: flex-start;
}
.cid-vrFfLTwKyO .category-label {
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.35rem 0.7rem;
  border-radius: 2rem;
  background-color: #e8e3dc;
  color: #333333;
  font-size: 0.75rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
  cursor: text;
}
.cid-vrFfLTwKyO .photo-title {
  margin: 0 0 0.5rem 0;
  color: #202020;
  font-size: 1.6rem;
  line-height: 1.2;
}
.cid-vrFfLTwKyO .photo-meta {
  margin: 0 0 0.25rem 0;
  color: #666666;
  font-size: 0.9rem;
  line-height: 1.4;
}
.cid-vrFfLTwKyO .photo-people {
  margin: 0.75rem 0 0 0;
  color: #303030;
  font-size: 0.95rem;
  line-height: 1.45;
  font-weight: 600;
}
.cid-vrFfLTwKyO .family-divider {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-vrFfLTwKyO .photo-caption {
  margin: 0.85rem 0 0 0;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5;
}
.cid-vrFfLTwKyO .photo-description {
  margin: 0.9rem 0 0 0;
  color: #444444;
  font-size: 1rem;
  line-height: 1.55;
}
.cid-vrFfLTwKyO .photo-note {
  margin: 0.9rem 0 0 0;
  color: #666666;
  font-size: 0.85rem;
  line-height: 1.5;
  font-style: italic;
}
.cid-vrFfLTwKyO .photo-source {
  margin: 0.9rem 0 0 0;
  color: #777777;
  font-size: 0.8rem;
  line-height: 1.4;
}
.cid-vrFfLTwKyO .family-info > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vrFfLTwKyO .family-card {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-vrFfLTwKyO .family-heading {
    margin-bottom: 2rem;
  }
  .cid-vrFfLTwKyO .family-column {
    width: 100%;
  }
  .cid-vrFfLTwKyO .family-image {
    height: auto;
    min-height: 240px;
    max-height: none;
  }
  .cid-vrFfLTwKyO .family-image img.image-contain {
    height: auto;
    min-height: 240px;
    max-height: 700px;
    object-fit: contain;
  }
  .cid-vrFfLTwKyO .family-image img.image-cover {
    height: 420px;
    object-fit: cover;
  }
  .cid-vrFfLTwKyO .mbr-section-title {
    font-size: calc(2.132rem);
  }
}
.cid-vrFgzb2hAj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #5a5348;
}
.cid-vrFgzb2hAj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-vrFgzb2hAj .feature-heading {
  margin-bottom: 2.5rem;
  text-align: "left";
}
.cid-vrFgzb2hAj .mbr-section-title {
  margin: 0 0 0.5rem 0;
  color: #202020;
  font-size: 2.6rem;
  line-height: 1.15;
}
.cid-vrFgzb2hAj .mbr-section-subtitle {
  margin: 0;
  color: #666666;
  font-size: 1.1rem;
  line-height: 1.45;
}
.cid-vrFgzb2hAj .feature-card {
  width: 100%;
  padding: 1.3rem;
  border-radius: 0.8rem;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.cid-vrFgzb2hAj .feature-layout {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 2rem;
  width: 100%;
}
.cid-vrFgzb2hAj .feature-image-column {
  order: 1;
}
.cid-vrFgzb2hAj .feature-text-column {
  order: 2;
}
.cid-vrFgzb2hAj .feature-image-column {
  flex: 0 0 55%;
  max-width: 55%;
}
.cid-vrFgzb2hAj .feature-text-column {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
}
.cid-vrFgzb2hAj .feature-image {
  width: 100%;
  height: 600px;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrFgzb2hAj .feature-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-vrFgzb2hAj .image-contain {
  object-fit: contain;
}
.cid-vrFgzb2hAj .image-cover {
  object-fit: cover;
}
.cid-vrFgzb2hAj .position-top img {
  object-position: center top;
}
.cid-vrFgzb2hAj .position-center img {
  object-position: center center;
}
.cid-vrFgzb2hAj .position-bottom img {
  object-position: center bottom;
}
.cid-vrFgzb2hAj .image-caption {
  margin: 0.65rem 0 0 0;
  color: #777777;
  font-size: 0.8rem;
  line-height: 1.4;
}
.cid-vrFgzb2hAj .feature-text {
  width: 100%;
  padding: 1.5rem;
  text-align: "left";
  align-self: flex-start;
}
.cid-vrFgzb2hAj .category-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 0.9rem 0;
  justify-content: flex-start;
}
.cid-vrFgzb2hAj .category-label {
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.35rem 0.7rem;
  border-radius: 2rem;
  background-color: #e8e3dc;
  color: #333333;
  font-size: 0.75rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
  cursor: text;
}
.cid-vrFgzb2hAj .photo-title {
  margin: 0 0 0.6rem 0;
  color: #202020;
  font-size: 2rem;
  line-height: 1.15;
}
.cid-vrFgzb2hAj .photo-meta {
  margin: 0 0 0.3rem 0;
  color: #666666;
  font-size: 0.95rem;
  line-height: 1.4;
}
.cid-vrFgzb2hAj .feature-divider {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-vrFgzb2hAj .photo-caption {
  margin: 0.9rem 0 0 0;
  color: #333333;
  font-size: 1.05rem;
  line-height: 1.5;
}
.cid-vrFgzb2hAj .photo-description {
  margin: 1rem 0 0 0;
  color: #444444;
  font-size: 1rem;
  line-height: 1.6;
}
.cid-vrFgzb2hAj .photo-note {
  margin: 1rem 0 0 0;
  color: #666666;
  font-size: 0.85rem;
  line-height: 1.5;
  font-style: italic;
}
.cid-vrFgzb2hAj .photo-source {
  margin: 1rem 0 0 0;
  color: #777777;
  font-size: 0.8rem;
  line-height: 1.4;
}
.cid-vrFgzb2hAj .feature-text > *:last-child,
.cid-vrFgzb2hAj .feature-image-column > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vrFgzb2hAj .feature-layout {
    gap: 1.5rem;
  }
  .cid-vrFgzb2hAj .feature-image-column {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cid-vrFgzb2hAj .feature-text-column {
    flex: 1 1 50%;
  }
}
@media (max-width: 767px) {
  .cid-vrFgzb2hAj .feature-layout {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .cid-vrFgzb2hAj .feature-image-column,
  .cid-vrFgzb2hAj .feature-text-column {
    width: 100%;
    max-width: 100%;
    flex: none;
  }
  .cid-vrFgzb2hAj .feature-image-column {
    order: 1 !important;
  }
  .cid-vrFgzb2hAj .feature-text-column {
    order: 2 !important;
  }
  .cid-vrFgzb2hAj .feature-image {
    height: auto;
    min-height: 250px;
    max-height: none;
  }
  .cid-vrFgzb2hAj .feature-image img.image-contain {
    height: auto;
    min-height: 250px;
    max-height: 700px;
    object-fit: contain;
  }
  .cid-vrFgzb2hAj .feature-image img.image-cover {
    height: 450px;
    object-fit: cover;
  }
  .cid-vrFgzb2hAj .feature-text {
    padding: calc(1.2rem);
  }
  .cid-vrFgzb2hAj .mbr-section-title {
    font-size: calc(2.132rem);
  }
}
.cid-vrFhN21SOu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #5a5348;
}
.cid-vrFhN21SOu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-vrFhN21SOu .feature-heading {
  margin-bottom: 2.75rem;
  text-align: "left";
}
.cid-vrFhN21SOu .mbr-section-title {
  margin: 0 0 0.5rem 0;
  color: #202020;
  font-size: 2.6rem;
  line-height: 1.15;
}
.cid-vrFhN21SOu .mbr-section-subtitle {
  margin: 0;
  color: #666666;
  font-size: 1.1rem;
  line-height: 1.45;
}
.cid-vrFhN21SOu .feature-card {
  width: 100%;
  padding: 1.3rem;
  border-radius: 0.8rem;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.cid-vrFhN21SOu .feature-layout {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 2.75rem;
  width: 100%;
}
.cid-vrFhN21SOu .feature-image-column {
  order: 2;
}
.cid-vrFhN21SOu .feature-text-column {
  order: 1;
}
.cid-vrFhN21SOu .feature-image-column {
  flex: 0 0 37%;
  max-width: 37%;
}
.cid-vrFhN21SOu .feature-text-column {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
}
.cid-vrFhN21SOu .feature-image {
  width: 100%;
  height: 470px;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrFhN21SOu .feature-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-vrFhN21SOu .image-contain {
  object-fit: contain;
}
.cid-vrFhN21SOu .image-cover {
  object-fit: cover;
}
.cid-vrFhN21SOu .position-top img {
  object-position: center top;
}
.cid-vrFhN21SOu .position-center img {
  object-position: center center;
}
.cid-vrFhN21SOu .position-bottom img {
  object-position: center bottom;
}
.cid-vrFhN21SOu .image-caption {
  margin: 0.65rem 0 0 0;
  color: #777777;
  font-size: 0.8rem;
  line-height: 1.4;
}
.cid-vrFhN21SOu .feature-text {
  width: 100%;
  padding: 1.5rem;
  text-align: "left";
  align-self: flex-start;
}
.cid-vrFhN21SOu .category-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 0.9rem 0;
  justify-content: flex-start;
}
.cid-vrFhN21SOu .category-label {
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.35rem 0.7rem;
  border-radius: 2rem;
  background-color: #e8e3dc;
  color: #333333;
  font-size: 0.75rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
  cursor: text;
}
.cid-vrFhN21SOu .photo-title {
  margin: 0 0 0.6rem 0;
  color: #202020;
  font-size: 2rem;
  line-height: 1.15;
}
.cid-vrFhN21SOu .photo-meta {
  margin: 0 0 0.3rem 0;
  color: #666666;
  font-size: 0.95rem;
  line-height: 1.4;
}
.cid-vrFhN21SOu .feature-divider {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-vrFhN21SOu .photo-caption {
  margin: 0.9rem 0 0 0;
  color: #333333;
  font-size: 1.05rem;
  line-height: 1.5;
}
.cid-vrFhN21SOu .photo-description {
  margin: 1rem 0 0 0;
  color: #444444;
  font-size: 1rem;
  line-height: 1.6;
}
.cid-vrFhN21SOu .photo-note {
  margin: 1rem 0 0 0;
  color: #666666;
  font-size: 0.85rem;
  line-height: 1.5;
  font-style: italic;
}
.cid-vrFhN21SOu .photo-source {
  margin: 1rem 0 0 0;
  color: #777777;
  font-size: 0.8rem;
  line-height: 1.4;
}
.cid-vrFhN21SOu .feature-text > *:last-child,
.cid-vrFhN21SOu .feature-image-column > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vrFhN21SOu .feature-layout {
    gap: 1.5rem;
  }
  .cid-vrFhN21SOu .feature-image-column {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cid-vrFhN21SOu .feature-text-column {
    flex: 1 1 50%;
  }
}
@media (max-width: 767px) {
  .cid-vrFhN21SOu .feature-layout {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .cid-vrFhN21SOu .feature-image-column,
  .cid-vrFhN21SOu .feature-text-column {
    width: 100%;
    max-width: 100%;
    flex: none;
  }
  .cid-vrFhN21SOu .feature-image-column {
    order: 1 !important;
  }
  .cid-vrFhN21SOu .feature-text-column {
    order: 2 !important;
  }
  .cid-vrFhN21SOu .feature-image {
    height: auto;
    min-height: 250px;
    max-height: none;
  }
  .cid-vrFhN21SOu .feature-image img.image-contain {
    height: auto;
    min-height: 250px;
    max-height: 700px;
    object-fit: contain;
  }
  .cid-vrFhN21SOu .feature-image img.image-cover {
    height: 450px;
    object-fit: cover;
  }
  .cid-vrFhN21SOu .feature-text {
    padding: calc(1.2rem);
  }
  .cid-vrFhN21SOu .mbr-section-title {
    font-size: calc(2.132rem);
  }
}
.cid-vrFOmCO1zb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #5a5348;
}
.cid-vrFOmCO1zb .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-vrFOmCO1zb .gallery-heading {
  margin-bottom: 2.5rem;
  text-align: "left";
}
.cid-vrFOmCO1zb .mbr-section-title {
  margin: 0 0 0.5rem 0;
  color: #e8e8e8;
  font-size: 2.6rem;
  line-height: 1.15;
}
.cid-vrFOmCO1zb .mbr-section-subtitle {
  margin: 0;
  color: #666666;
  font-size: 1.1rem;
  line-height: 1.45;
}
.cid-vrFOmCO1zb .gallery-row {
  margin-left: calc(-0.75rem);
  margin-right: calc(-0.75rem);
  row-gap: 2rem;
}
.cid-vrFOmCO1zb .gallery-column {
  padding-left: calc(0.75rem);
  padding-right: calc(0.75rem);
  display: flex;
}
.cid-vrFOmCO1zb .photo-card {
  width: 100%;
  overflow: hidden;
  padding: 1rem;
  border-radius: 0.8rem;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  height: 100%;
}
.cid-vrFOmCO1zb .photo-image {
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrFOmCO1zb .photo-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-vrFOmCO1zb .photo-image {
  height: 420px;
}
.cid-vrFOmCO1zb .image-contain {
  object-fit: contain;
}
.cid-vrFOmCO1zb .image-cover {
  object-fit: cover;
}
.cid-vrFOmCO1zb .position-top img {
  object-position: center top;
}
.cid-vrFOmCO1zb .position-center img {
  object-position: center center;
}
.cid-vrFOmCO1zb .position-bottom img {
  object-position: center bottom;
}
.cid-vrFOmCO1zb .position-left img {
  object-position: left center;
}
.cid-vrFOmCO1zb .position-right img {
  object-position: right center;
}
.cid-vrFOmCO1zb .photo-info {
  padding-top: 1rem;
  text-align: "left";
}
.cid-vrFOmCO1zb .category-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.8rem 0;
  justify-content: flex-start;
}
.cid-vrFOmCO1zb .category-label {
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.35rem 0.7rem;
  border-radius: 2rem;
  background-color: #e8e3dc;
  color: #333333;
  font-size: 0.75rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
  cursor: text;
}
.cid-vrFOmCO1zb .photo-title {
  margin: 0 0 0.5rem 0;
  color: #202020;
  font-size: 1.45rem;
  line-height: 1.2;
}
.cid-vrFOmCO1zb .photo-meta {
  margin: 0 0 0.25rem 0;
  color: #666666;
  font-size: 0.9rem;
  line-height: 1.4;
}
.cid-vrFOmCO1zb .gallery-divider {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
}
.cid-vrFOmCO1zb .photo-caption {
  margin: 0.85rem 0 0 0;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5;
}
.cid-vrFOmCO1zb .photo-description {
  margin: 0.9rem 0 0 0;
  color: #444444;
  font-size: 1rem;
  line-height: 1.55;
}
.cid-vrFOmCO1zb .photo-note {
  margin: 0.9rem 0 0 0;
  color: #666666;
  font-size: 0.85rem;
  line-height: 1.5;
  font-style: italic;
}
.cid-vrFOmCO1zb .photo-source {
  margin: 0.9rem 0 0 0;
  color: #777777;
  font-size: 0.8rem;
  line-height: 1.4;
}
.cid-vrFOmCO1zb .photo-info > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vrFOmCO1zb .photo-card {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-vrFOmCO1zb .gallery-heading {
    margin-bottom: 2rem;
  }
  .cid-vrFOmCO1zb .gallery-column {
    width: 100%;
  }
  .cid-vrFOmCO1zb .photo-image {
    height: auto;
    min-height: 220px;
    max-height: none;
  }
  .cid-vrFOmCO1zb .photo-image img.image-contain {
    height: auto;
    min-height: 220px;
    max-height: 700px;
    object-fit: contain;
  }
  .cid-vrFOmCO1zb .photo-image img.image-cover {
    height: 420px;
    object-fit: cover;
  }
  .cid-vrFOmCO1zb .mbr-section-title {
    font-size: calc(2.132rem);
  }
}
.cid-vrFPgI2eHV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #5a5348;
}
.cid-vrFPgI2eHV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-vrFPgI2eHV .family-heading {
  margin-bottom: 2.5rem;
  text-align: "left";
}
.cid-vrFPgI2eHV .mbr-section-title {
  margin: 0 0 0.5rem 0;
  color: #fafafa;
  font-size: 2.6rem;
  line-height: 1.15;
}
.cid-vrFPgI2eHV .mbr-section-subtitle {
  margin: 0;
  color: #dddddd;
  font-size: 1.1rem;
  line-height: 1.45;
}
.cid-vrFPgI2eHV .family-row {
  margin-left: calc(-0.75rem);
  margin-right: calc(-0.75rem);
  row-gap: 2rem;
}
.cid-vrFPgI2eHV .family-column {
  padding-left: calc(0.75rem);
  padding-right: calc(0.75rem);
  display: flex;
}
.cid-vrFPgI2eHV .family-card {
  width: 100%;
  padding: 1rem;
  border-radius: 0.8rem;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  height: 100%;
}
.cid-vrFPgI2eHV .family-image {
  width: 100%;
  overflow: hidden;
  border-radius: 0rem;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrFPgI2eHV .family-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-vrFPgI2eHV .family-image {
  height: 600px;
}
.cid-vrFPgI2eHV .image-contain {
  object-fit: contain;
}
.cid-vrFPgI2eHV .image-cover {
  object-fit: cover;
}
.cid-vrFPgI2eHV .position-top img {
  object-position: center top;
}
.cid-vrFPgI2eHV .position-center img {
  object-position: center center;
}
.cid-vrFPgI2eHV .position-bottom img {
  object-position: center bottom;
}
.cid-vrFPgI2eHV .position-left img {
  object-position: left center;
}
.cid-vrFPgI2eHV .position-right img {
  object-position: right center;
}
.cid-vrFPgI2eHV .family-info {
  padding-top: 1rem;
  text-align: "left";
}
.cid-vrFPgI2eHV .category-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.8rem 0;
  justify-content: flex-start;
}
.cid-vrFPgI2eHV .category-label {
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.35rem 0.7rem;
  border-radius: 2rem;
  background-color: #e8e3dc;
  color: #333333;
  font-size: 0.75rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
  cursor: text;
}
.cid-vrFPgI2eHV .photo-title {
  margin: 0 0 0.5rem 0;
  color: #202020;
  font-size: 1.6rem;
  line-height: 1.2;
}
.cid-vrFPgI2eHV .photo-meta {
  margin: 0 0 0.25rem 0;
  color: #666666;
  font-size: 0.9rem;
  line-height: 1.4;
}
.cid-vrFPgI2eHV .photo-people {
  margin: 0.75rem 0 0 0;
  color: #303030;
  font-size: 0.95rem;
  line-height: 1.45;
  font-weight: 600;
}
.cid-vrFPgI2eHV .family-divider {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-vrFPgI2eHV .photo-caption {
  margin: 0.85rem 0 0 0;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5;
}
.cid-vrFPgI2eHV .photo-description {
  margin: 0.9rem 0 0 0;
  color: #444444;
  font-size: 1rem;
  line-height: 1.55;
}
.cid-vrFPgI2eHV .photo-note {
  margin: 0.9rem 0 0 0;
  color: #666666;
  font-size: 0.85rem;
  line-height: 1.5;
  font-style: italic;
}
.cid-vrFPgI2eHV .photo-source {
  margin: 0.9rem 0 0 0;
  color: #777777;
  font-size: 0.8rem;
  line-height: 1.4;
}
.cid-vrFPgI2eHV .family-info > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vrFPgI2eHV .family-card {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-vrFPgI2eHV .family-heading {
    margin-bottom: 2rem;
  }
  .cid-vrFPgI2eHV .family-column {
    width: 100%;
  }
  .cid-vrFPgI2eHV .family-image {
    height: auto;
    min-height: 240px;
    max-height: none;
  }
  .cid-vrFPgI2eHV .family-image img.image-contain {
    height: auto;
    min-height: 240px;
    max-height: 700px;
    object-fit: contain;
  }
  .cid-vrFPgI2eHV .family-image img.image-cover {
    height: 420px;
    object-fit: cover;
  }
  .cid-vrFPgI2eHV .mbr-section-title {
    font-size: calc(2.132rem);
  }
}
.cid-vrFWLtgQSD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #5a5348;
}
.cid-vrFWLtgQSD .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-vrFWLtgQSD .family-heading {
  margin-bottom: 2.5rem;
  text-align: "left";
}
.cid-vrFWLtgQSD .mbr-section-title {
  margin: 0 0 0.5rem 0;
  color: #fafafa;
  font-size: 2.6rem;
  line-height: 1.15;
}
.cid-vrFWLtgQSD .mbr-section-subtitle {
  margin: 0;
  color: #dddddd;
  font-size: 1.1rem;
  line-height: 1.45;
}
.cid-vrFWLtgQSD .family-row {
  margin-left: calc(-0.75rem);
  margin-right: calc(-0.75rem);
  row-gap: 2rem;
}
.cid-vrFWLtgQSD .family-column {
  padding-left: calc(0.75rem);
  padding-right: calc(0.75rem);
  display: flex;
}
.cid-vrFWLtgQSD .family-card {
  width: 100%;
  padding: 1rem;
  border-radius: 0.8rem;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  height: 100%;
}
.cid-vrFWLtgQSD .family-image {
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrFWLtgQSD .family-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-vrFWLtgQSD .family-image-1 {
  height: 590px;
}
.cid-vrFWLtgQSD .family-image-2 {
  height: 560px;
}
.cid-vrFWLtgQSD .image-contain {
  object-fit: contain;
}
.cid-vrFWLtgQSD .image-cover {
  object-fit: cover;
}
.cid-vrFWLtgQSD .position-top img {
  object-position: center top;
}
.cid-vrFWLtgQSD .position-center img {
  object-position: center center;
}
.cid-vrFWLtgQSD .position-bottom img {
  object-position: center bottom;
}
.cid-vrFWLtgQSD .position-left img {
  object-position: left center;
}
.cid-vrFWLtgQSD .position-right img {
  object-position: right center;
}
.cid-vrFWLtgQSD .family-info {
  padding-top: 1rem;
  text-align: "left";
}
.cid-vrFWLtgQSD .category-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.8rem 0;
  justify-content: flex-start;
}
.cid-vrFWLtgQSD .category-label {
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.35rem 0.7rem;
  border-radius: 2rem;
  background-color: #e8e3dc;
  color: #333333;
  font-size: 0.75rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
  cursor: text;
}
.cid-vrFWLtgQSD .photo-title {
  margin: 0 0 0.5rem 0;
  color: #202020;
  font-size: 1.6rem;
  line-height: 1.2;
}
.cid-vrFWLtgQSD .photo-meta {
  margin: 0 0 0.25rem 0;
  color: #666666;
  font-size: 0.9rem;
  line-height: 1.4;
}
.cid-vrFWLtgQSD .photo-people {
  margin: 0.75rem 0 0 0;
  color: #303030;
  font-size: 0.95rem;
  line-height: 1.45;
  font-weight: 600;
}
.cid-vrFWLtgQSD .family-divider {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-vrFWLtgQSD .photo-caption {
  margin: 0.85rem 0 0 0;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5;
}
.cid-vrFWLtgQSD .photo-description {
  margin: 0.9rem 0 0 0;
  color: #444444;
  font-size: 1rem;
  line-height: 1.55;
}
.cid-vrFWLtgQSD .photo-note {
  margin: 0.9rem 0 0 0;
  color: #666666;
  font-size: 0.85rem;
  line-height: 1.5;
  font-style: italic;
}
.cid-vrFWLtgQSD .photo-source {
  margin: 0.9rem 0 0 0;
  color: #777777;
  font-size: 0.8rem;
  line-height: 1.4;
}
.cid-vrFWLtgQSD .family-info > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vrFWLtgQSD .family-card {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-vrFWLtgQSD .family-heading {
    margin-bottom: 2rem;
  }
  .cid-vrFWLtgQSD .family-column {
    width: 100%;
  }
  .cid-vrFWLtgQSD .family-image {
    height: auto;
    min-height: 240px;
    max-height: none;
  }
  .cid-vrFWLtgQSD .family-image img.image-contain {
    height: auto;
    min-height: 240px;
    max-height: 700px;
    object-fit: contain;
  }
  .cid-vrFWLtgQSD .family-image img.image-cover {
    height: 420px;
    object-fit: cover;
  }
  .cid-vrFWLtgQSD .mbr-section-title {
    font-size: calc(2.132rem);
  }
}
.cid-vrGcZrX4r1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #5a5348;
}
.cid-vrGcZrX4r1 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-vrGcZrX4r1 .family-heading {
  margin-bottom: 3.25rem;
  text-align: "left";
}
.cid-vrGcZrX4r1 .mbr-section-title {
  margin: 0 0 0.5rem 0;
  color: #fafafa;
  font-size: 2.6rem;
  line-height: 1.15;
}
.cid-vrGcZrX4r1 .mbr-section-subtitle {
  margin: 0;
  color: #dddddd;
  font-size: 1.1rem;
  line-height: 1.45;
}
.cid-vrGcZrX4r1 .family-row {
  margin-left: calc(-0.75rem);
  margin-right: calc(-0.75rem);
  row-gap: 2rem;
}
.cid-vrGcZrX4r1 .family-column {
  padding-left: calc(0.75rem);
  padding-right: calc(0.75rem);
  display: flex;
}
.cid-vrGcZrX4r1 .family-card {
  width: 100%;
  padding: 1rem;
  border-radius: 0.8rem;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  height: 100%;
}
.cid-vrGcZrX4r1 .family-image {
  width: 100%;
  overflow: hidden;
  border-radius: 0rem;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrGcZrX4r1 .family-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-vrGcZrX4r1 .family-image {
  height: 330px;
}
.cid-vrGcZrX4r1 .image-contain {
  object-fit: contain;
}
.cid-vrGcZrX4r1 .image-cover {
  object-fit: cover;
}
.cid-vrGcZrX4r1 .position-top img {
  object-position: center top;
}
.cid-vrGcZrX4r1 .position-center img {
  object-position: center center;
}
.cid-vrGcZrX4r1 .position-bottom img {
  object-position: center bottom;
}
.cid-vrGcZrX4r1 .position-left img {
  object-position: left center;
}
.cid-vrGcZrX4r1 .position-right img {
  object-position: right center;
}
.cid-vrGcZrX4r1 .family-info {
  padding-top: 1rem;
  text-align: "left";
}
.cid-vrGcZrX4r1 .category-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.8rem 0;
  justify-content: flex-start;
}
.cid-vrGcZrX4r1 .category-label {
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.35rem 0.7rem;
  border-radius: 2rem;
  background-color: #e8e3dc;
  color: #333333;
  font-size: 0.75rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
  cursor: text;
}
.cid-vrGcZrX4r1 .photo-title {
  margin: 0 0 0.5rem 0;
  color: #202020;
  font-size: 1.6rem;
  line-height: 1.2;
}
.cid-vrGcZrX4r1 .photo-meta {
  margin: 0 0 0.25rem 0;
  color: #666666;
  font-size: 0.9rem;
  line-height: 1.4;
}
.cid-vrGcZrX4r1 .photo-people {
  margin: 0.75rem 0 0 0;
  color: #303030;
  font-size: 0.95rem;
  line-height: 1.45;
  font-weight: 600;
}
.cid-vrGcZrX4r1 .family-divider {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-vrGcZrX4r1 .photo-caption {
  margin: 0.85rem 0 0 0;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5;
}
.cid-vrGcZrX4r1 .photo-description {
  margin: 0.9rem 0 0 0;
  color: #444444;
  font-size: 1rem;
  line-height: 1.55;
}
.cid-vrGcZrX4r1 .photo-note {
  margin: 0.9rem 0 0 0;
  color: #666666;
  font-size: 0.85rem;
  line-height: 1.5;
  font-style: italic;
}
.cid-vrGcZrX4r1 .photo-source {
  margin: 0.9rem 0 0 0;
  color: #777777;
  font-size: 0.8rem;
  line-height: 1.4;
}
.cid-vrGcZrX4r1 .family-info > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vrGcZrX4r1 .family-card {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-vrGcZrX4r1 .family-heading {
    margin-bottom: 2rem;
  }
  .cid-vrGcZrX4r1 .family-column {
    width: 100%;
  }
  .cid-vrGcZrX4r1 .family-image {
    height: auto;
    min-height: 240px;
    max-height: none;
  }
  .cid-vrGcZrX4r1 .family-image img.image-contain {
    height: auto;
    min-height: 240px;
    max-height: 700px;
    object-fit: contain;
  }
  .cid-vrGcZrX4r1 .family-image img.image-cover {
    height: 420px;
    object-fit: cover;
  }
  .cid-vrGcZrX4r1 .mbr-section-title {
    font-size: calc(2.132rem);
  }
}
.cid-vrGdOScbUZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #5a5348;
}
.cid-vrGdOScbUZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-vrGdOScbUZ .feature-heading {
  margin-bottom: 2.5rem;
  text-align: "left";
}
.cid-vrGdOScbUZ .mbr-section-title {
  margin: 0 0 0.5rem 0;
  color: #e8e8e8;
  font-size: 2.6rem;
  line-height: 1.15;
}
.cid-vrGdOScbUZ .mbr-section-subtitle {
  margin: 0;
  color: #666666;
  font-size: 1.1rem;
  line-height: 1.45;
}
.cid-vrGdOScbUZ .feature-card {
  width: 100%;
  padding: 1.3rem;
  border-radius: 0.8rem;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.cid-vrGdOScbUZ .feature-layout {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 2rem;
  width: 100%;
}
.cid-vrGdOScbUZ .feature-image-column {
  order: 1;
}
.cid-vrGdOScbUZ .feature-text-column {
  order: 2;
}
.cid-vrGdOScbUZ .feature-image-column {
  flex: 0 0 55%;
  max-width: 55%;
}
.cid-vrGdOScbUZ .feature-text-column {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
}
.cid-vrGdOScbUZ .feature-image {
  width: 100%;
  height: 600px;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrGdOScbUZ .feature-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-vrGdOScbUZ .image-contain {
  object-fit: contain;
}
.cid-vrGdOScbUZ .image-cover {
  object-fit: cover;
}
.cid-vrGdOScbUZ .position-top img {
  object-position: center top;
}
.cid-vrGdOScbUZ .position-center img {
  object-position: center center;
}
.cid-vrGdOScbUZ .position-bottom img {
  object-position: center bottom;
}
.cid-vrGdOScbUZ .image-caption {
  margin: 0.65rem 0 0 0;
  color: #777777;
  font-size: 0.8rem;
  line-height: 1.4;
}
.cid-vrGdOScbUZ .feature-text {
  width: 100%;
  padding: 1.5rem;
  text-align: "left";
  align-self: flex-start;
}
.cid-vrGdOScbUZ .category-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 0.9rem 0;
  justify-content: flex-start;
}
.cid-vrGdOScbUZ .category-label {
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.35rem 0.7rem;
  border-radius: 2rem;
  background-color: #e8e3dc;
  color: #333333;
  font-size: 0.75rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
  cursor: text;
}
.cid-vrGdOScbUZ .photo-title {
  margin: 0 0 0.6rem 0;
  color: #202020;
  font-size: 2rem;
  line-height: 1.15;
}
.cid-vrGdOScbUZ .photo-meta {
  margin: 0 0 0.3rem 0;
  color: #666666;
  font-size: 0.95rem;
  line-height: 1.4;
}
.cid-vrGdOScbUZ .feature-divider {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-vrGdOScbUZ .photo-caption {
  margin: 0.9rem 0 0 0;
  color: #333333;
  font-size: 1.05rem;
  line-height: 1.5;
}
.cid-vrGdOScbUZ .photo-description {
  margin: 1rem 0 0 0;
  color: #444444;
  font-size: 1rem;
  line-height: 1.6;
}
.cid-vrGdOScbUZ .photo-note {
  margin: 1rem 0 0 0;
  color: #666666;
  font-size: 0.85rem;
  line-height: 1.5;
  font-style: italic;
}
.cid-vrGdOScbUZ .photo-source {
  margin: 1rem 0 0 0;
  color: #777777;
  font-size: 0.8rem;
  line-height: 1.4;
}
.cid-vrGdOScbUZ .feature-text > *:last-child,
.cid-vrGdOScbUZ .feature-image-column > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vrGdOScbUZ .feature-layout {
    gap: 1.5rem;
  }
  .cid-vrGdOScbUZ .feature-image-column {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cid-vrGdOScbUZ .feature-text-column {
    flex: 1 1 50%;
  }
}
@media (max-width: 767px) {
  .cid-vrGdOScbUZ .feature-layout {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .cid-vrGdOScbUZ .feature-image-column,
  .cid-vrGdOScbUZ .feature-text-column {
    width: 100%;
    max-width: 100%;
    flex: none;
  }
  .cid-vrGdOScbUZ .feature-image-column {
    order: 1 !important;
  }
  .cid-vrGdOScbUZ .feature-text-column {
    order: 2 !important;
  }
  .cid-vrGdOScbUZ .feature-image {
    height: auto;
    min-height: 250px;
    max-height: none;
  }
  .cid-vrGdOScbUZ .feature-image img.image-contain {
    height: auto;
    min-height: 250px;
    max-height: 700px;
    object-fit: contain;
  }
  .cid-vrGdOScbUZ .feature-image img.image-cover {
    height: 450px;
    object-fit: cover;
  }
  .cid-vrGdOScbUZ .feature-text {
    padding: calc(1.2rem);
  }
  .cid-vrGdOScbUZ .mbr-section-title {
    font-size: calc(2.132rem);
  }
}
.cid-vrGe3IST5w {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #5a5348;
}
.cid-vrGe3IST5w .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-vrGe3IST5w .gallery-heading {
  margin-bottom: 2.5rem;
  text-align: "left";
}
.cid-vrGe3IST5w .mbr-section-title {
  margin: 0 0 0.5rem 0;
  color: #e8e8e8;
  font-size: 2.6rem;
  line-height: 1.15;
}
.cid-vrGe3IST5w .mbr-section-subtitle {
  margin: 0;
  color: #666666;
  font-size: 1.1rem;
  line-height: 1.45;
}
.cid-vrGe3IST5w .gallery-row {
  margin-left: calc(-0.75rem);
  margin-right: calc(-0.75rem);
  row-gap: 2rem;
}
.cid-vrGe3IST5w .gallery-column {
  padding-left: calc(0.75rem);
  padding-right: calc(0.75rem);
  display: flex;
}
.cid-vrGe3IST5w .photo-card {
  width: 100%;
  overflow: hidden;
  padding: 1rem;
  border-radius: 0.8rem;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  height: 100%;
}
.cid-vrGe3IST5w .photo-image {
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrGe3IST5w .photo-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-vrGe3IST5w .photo-image {
  height: 420px;
}
.cid-vrGe3IST5w .image-contain {
  object-fit: contain;
}
.cid-vrGe3IST5w .image-cover {
  object-fit: cover;
}
.cid-vrGe3IST5w .position-top img {
  object-position: center top;
}
.cid-vrGe3IST5w .position-center img {
  object-position: center center;
}
.cid-vrGe3IST5w .position-bottom img {
  object-position: center bottom;
}
.cid-vrGe3IST5w .position-left img {
  object-position: left center;
}
.cid-vrGe3IST5w .position-right img {
  object-position: right center;
}
.cid-vrGe3IST5w .photo-info {
  padding-top: 1rem;
  text-align: "left";
}
.cid-vrGe3IST5w .category-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.8rem 0;
  justify-content: flex-start;
}
.cid-vrGe3IST5w .category-label {
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.35rem 0.7rem;
  border-radius: 2rem;
  background-color: #e8e3dc;
  color: #333333;
  font-size: 0.75rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
  cursor: text;
}
.cid-vrGe3IST5w .photo-title {
  margin: 0 0 0.5rem 0;
  color: #202020;
  font-size: 1.45rem;
  line-height: 1.2;
}
.cid-vrGe3IST5w .photo-meta {
  margin: 0 0 0.25rem 0;
  color: #666666;
  font-size: 0.9rem;
  line-height: 1.4;
}
.cid-vrGe3IST5w .gallery-divider {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
}
.cid-vrGe3IST5w .photo-caption {
  margin: 0.85rem 0 0 0;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5;
}
.cid-vrGe3IST5w .photo-description {
  margin: 0.9rem 0 0 0;
  color: #444444;
  font-size: 1rem;
  line-height: 1.55;
}
.cid-vrGe3IST5w .photo-note {
  margin: 0.9rem 0 0 0;
  color: #666666;
  font-size: 0.85rem;
  line-height: 1.5;
  font-style: italic;
}
.cid-vrGe3IST5w .photo-source {
  margin: 0.9rem 0 0 0;
  color: #777777;
  font-size: 0.8rem;
  line-height: 1.4;
}
.cid-vrGe3IST5w .photo-info > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vrGe3IST5w .photo-card {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-vrGe3IST5w .gallery-heading {
    margin-bottom: 2rem;
  }
  .cid-vrGe3IST5w .gallery-column {
    width: 100%;
  }
  .cid-vrGe3IST5w .photo-image {
    height: auto;
    min-height: 220px;
    max-height: none;
  }
  .cid-vrGe3IST5w .photo-image img.image-contain {
    height: auto;
    min-height: 220px;
    max-height: 700px;
    object-fit: contain;
  }
  .cid-vrGe3IST5w .photo-image img.image-cover {
    height: 420px;
    object-fit: cover;
  }
  .cid-vrGe3IST5w .mbr-section-title {
    font-size: calc(2.132rem);
  }
}
.cid-vrGfGOGhfk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #5a5348;
}
.cid-vrGfGOGhfk .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-vrGfGOGhfk .family-heading {
  margin-bottom: 2.5rem;
  text-align: "left";
}
.cid-vrGfGOGhfk .mbr-section-title {
  margin: 0 0 0.5rem 0;
  color: #fafafa;
  font-size: 2.6rem;
  line-height: 1.15;
}
.cid-vrGfGOGhfk .mbr-section-subtitle {
  margin: 0;
  color: #dddddd;
  font-size: 1.1rem;
  line-height: 1.45;
}
.cid-vrGfGOGhfk .family-row {
  margin-left: calc(-0.75rem);
  margin-right: calc(-0.75rem);
  row-gap: 2rem;
}
.cid-vrGfGOGhfk .family-column {
  padding-left: calc(0.75rem);
  padding-right: calc(0.75rem);
  display: flex;
}
.cid-vrGfGOGhfk .family-card {
  width: 100%;
  padding: 1.1rem;
  border-radius: 0.8rem;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  height: 100%;
}
.cid-vrGfGOGhfk .family-image {
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrGfGOGhfk .family-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-vrGfGOGhfk .family-image-1 {
  height: 810px;
}
.cid-vrGfGOGhfk .family-image-2 {
  height: 560px;
}
.cid-vrGfGOGhfk .image-contain {
  object-fit: contain;
}
.cid-vrGfGOGhfk .image-cover {
  object-fit: cover;
}
.cid-vrGfGOGhfk .position-top img {
  object-position: center top;
}
.cid-vrGfGOGhfk .position-center img {
  object-position: center center;
}
.cid-vrGfGOGhfk .position-bottom img {
  object-position: center bottom;
}
.cid-vrGfGOGhfk .position-left img {
  object-position: left center;
}
.cid-vrGfGOGhfk .position-right img {
  object-position: right center;
}
.cid-vrGfGOGhfk .family-info {
  padding-top: 1rem;
  text-align: "left";
}
.cid-vrGfGOGhfk .category-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.8rem 0;
  justify-content: flex-start;
}
.cid-vrGfGOGhfk .category-label {
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.35rem 0.7rem;
  border-radius: 2rem;
  background-color: #e8e3dc;
  color: #333333;
  font-size: 0.75rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
  cursor: text;
}
.cid-vrGfGOGhfk .photo-title {
  margin: 0 0 0.5rem 0;
  color: #202020;
  font-size: 1.6rem;
  line-height: 1.2;
}
.cid-vrGfGOGhfk .photo-meta {
  margin: 0 0 0.25rem 0;
  color: #666666;
  font-size: 0.9rem;
  line-height: 1.4;
}
.cid-vrGfGOGhfk .photo-people {
  margin: 0.75rem 0 0 0;
  color: #303030;
  font-size: 0.95rem;
  line-height: 1.45;
  font-weight: 600;
}
.cid-vrGfGOGhfk .family-divider {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-vrGfGOGhfk .photo-caption {
  margin: 0.85rem 0 0 0;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5;
}
.cid-vrGfGOGhfk .photo-description {
  margin: 0.9rem 0 0 0;
  color: #444444;
  font-size: 1rem;
  line-height: 1.55;
}
.cid-vrGfGOGhfk .photo-note {
  margin: 0.9rem 0 0 0;
  color: #666666;
  font-size: 0.85rem;
  line-height: 1.5;
  font-style: italic;
}
.cid-vrGfGOGhfk .photo-source {
  margin: 0.9rem 0 0 0;
  color: #777777;
  font-size: 0.8rem;
  line-height: 1.4;
}
.cid-vrGfGOGhfk .family-info > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vrGfGOGhfk .family-card {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-vrGfGOGhfk .family-heading {
    margin-bottom: 2rem;
  }
  .cid-vrGfGOGhfk .family-column {
    width: 100%;
  }
  .cid-vrGfGOGhfk .family-image {
    height: auto;
    min-height: 240px;
    max-height: none;
  }
  .cid-vrGfGOGhfk .family-image img.image-contain {
    height: auto;
    min-height: 240px;
    max-height: 700px;
    object-fit: contain;
  }
  .cid-vrGfGOGhfk .family-image img.image-cover {
    height: 420px;
    object-fit: cover;
  }
  .cid-vrGfGOGhfk .mbr-section-title {
    font-size: calc(2.132rem);
  }
}
.cid-vrGs1l34rK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #5a5348;
}
.cid-vrGs1l34rK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-vrGs1l34rK .family-heading {
  margin-bottom: 2.5rem;
  text-align: "left";
}
.cid-vrGs1l34rK .mbr-section-title {
  margin: 0 0 0.5rem 0;
  color: #fafafa;
  font-size: 2.6rem;
  line-height: 1.15;
}
.cid-vrGs1l34rK .mbr-section-subtitle {
  margin: 0;
  color: #dddddd;
  font-size: 1.1rem;
  line-height: 1.45;
}
.cid-vrGs1l34rK .family-row {
  margin-left: calc(-0.75rem);
  margin-right: calc(-0.75rem);
  row-gap: 2rem;
}
.cid-vrGs1l34rK .family-column {
  padding-left: calc(0.75rem);
  padding-right: calc(0.75rem);
  display: flex;
}
.cid-vrGs1l34rK .family-card {
  width: 100%;
  padding: 1.1rem;
  border-radius: 0.8rem;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  height: 100%;
}
.cid-vrGs1l34rK .family-image {
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrGs1l34rK .family-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-vrGs1l34rK .family-image-1 {
  height: 700px;
}
.cid-vrGs1l34rK .family-image-2 {
  height: 560px;
}
.cid-vrGs1l34rK .image-contain {
  object-fit: contain;
}
.cid-vrGs1l34rK .image-cover {
  object-fit: cover;
}
.cid-vrGs1l34rK .position-top img {
  object-position: center top;
}
.cid-vrGs1l34rK .position-center img {
  object-position: center center;
}
.cid-vrGs1l34rK .position-bottom img {
  object-position: center bottom;
}
.cid-vrGs1l34rK .position-left img {
  object-position: left center;
}
.cid-vrGs1l34rK .position-right img {
  object-position: right center;
}
.cid-vrGs1l34rK .family-info {
  padding-top: 1rem;
  text-align: "left";
}
.cid-vrGs1l34rK .category-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.8rem 0;
  justify-content: flex-start;
}
.cid-vrGs1l34rK .category-label {
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.35rem 0.7rem;
  border-radius: 2rem;
  background-color: #e8e3dc;
  color: #333333;
  font-size: 0.75rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
  cursor: text;
}
.cid-vrGs1l34rK .photo-title {
  margin: 0 0 0.5rem 0;
  color: #202020;
  font-size: 1.6rem;
  line-height: 1.2;
}
.cid-vrGs1l34rK .photo-meta {
  margin: 0 0 0.25rem 0;
  color: #666666;
  font-size: 0.9rem;
  line-height: 1.4;
}
.cid-vrGs1l34rK .photo-people {
  margin: 0.75rem 0 0 0;
  color: #303030;
  font-size: 0.95rem;
  line-height: 1.45;
  font-weight: 600;
}
.cid-vrGs1l34rK .family-divider {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-vrGs1l34rK .photo-caption {
  margin: 0.85rem 0 0 0;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5;
}
.cid-vrGs1l34rK .photo-description {
  margin: 0.9rem 0 0 0;
  color: #444444;
  font-size: 1rem;
  line-height: 1.55;
}
.cid-vrGs1l34rK .photo-note {
  margin: 0.9rem 0 0 0;
  color: #666666;
  font-size: 0.85rem;
  line-height: 1.5;
  font-style: italic;
}
.cid-vrGs1l34rK .photo-source {
  margin: 0.9rem 0 0 0;
  color: #777777;
  font-size: 0.8rem;
  line-height: 1.4;
}
.cid-vrGs1l34rK .family-info > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vrGs1l34rK .family-card {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-vrGs1l34rK .family-heading {
    margin-bottom: 2rem;
  }
  .cid-vrGs1l34rK .family-column {
    width: 100%;
  }
  .cid-vrGs1l34rK .family-image {
    height: auto;
    min-height: 240px;
    max-height: none;
  }
  .cid-vrGs1l34rK .family-image img.image-contain {
    height: auto;
    min-height: 240px;
    max-height: 700px;
    object-fit: contain;
  }
  .cid-vrGs1l34rK .family-image img.image-cover {
    height: 420px;
    object-fit: cover;
  }
  .cid-vrGs1l34rK .mbr-section-title {
    font-size: calc(2.132rem);
  }
}
.cid-vkyMJDEnyT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #5a5348;
}
.cid-vkyMJDEnyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkyMJDEnyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkyMJDEnyT .mbr-copy {
  margin-bottom: 0;
  color: #ffedd6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vkyMJDEnyT .mbr-copy {
    text-align: center;
  }
}
.cid-vkyMJDEnyT .nav-wrapper {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 120px;
}
@media (max-width: 992px) {
  .cid-vkyMJDEnyT .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkyMJDEnyT .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 8px;
}
.cid-vkyMJDEnyT .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vkyMJDEnyT .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vkyMJDEnyT .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vkyMJDEnyT .nav-wrapper .nav-wrap .list .item-wrap:focus {
  transform: translateY(-3px);
}
.cid-vkyMJDEnyT .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vkyMJDEnyT .mbr-label {
  margin-top: 200px;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  font-size: 300px;
  line-height: 1;
  color: #ffedd6;
  text-align: center;
}
@media (max-width: 1840px) {
  .cid-vkyMJDEnyT .mbr-label {
    font-size: 220px;
  }
}
@media (max-width: 1640px) {
  .cid-vkyMJDEnyT .mbr-label {
    font-size: 200px;
  }
}
@media (max-width: 1440px) {
  .cid-vkyMJDEnyT .mbr-label {
    font-size: 160px;
  }
}
@media (max-width: 1280px) {
  .cid-vkyMJDEnyT .mbr-label {
    font-size: 100px;
    line-height: 1.1;
  }
}
@media (max-width: 992px) {
  .cid-vkyMJDEnyT .mbr-label {
    font-size: 80px;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .cid-vkyMJDEnyT .mbr-label {
    font-size: 50px;
  }
}
.cid-vkyMJDEnyT .mbr-list-title {
  color: #877e72;
  text-align: left;
}
.cid-vkyMJDEnyT .list {
  color: #ffedd6;
  text-align: left;
}
.cid-vkyMJDEnyT .content-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vkyMJDEnyT .content-wrapper {
    text-align: center;
  }
}
.cid-vkyM16dBT0 {
  z-index: 1000;
  width: 100%;
}
.cid-vkyM16dBT0 nav.navbar {
  position: fixed;
}
.cid-vkyM16dBT0 .container-fluid {
  padding-left: 182px;
  padding-right: 182px;
}
@media (max-width: 1840px) {
  .cid-vkyM16dBT0 .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1440px) {
  .cid-vkyM16dBT0 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-vkyM16dBT0 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vkyM16dBT0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkyM16dBT0 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vkyM16dBT0 .dropdown-item {
  border: none !important;
  background: #0f0e0e !important;
  font-weight: 700;
}
.cid-vkyM16dBT0 .dropdown-item:hover,
.cid-vkyM16dBT0 .dropdown-item:focus {
  background: #0f0e0e !important;
  color: #ffedd6 !important;
}
.cid-vkyM16dBT0 .dropdown-item:hover span {
  color: white;
}
.cid-vkyM16dBT0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkyM16dBT0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkyM16dBT0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkyM16dBT0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vkyM16dBT0 .nav-link {
  position: relative;
}
.cid-vkyM16dBT0 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1210px;
}
@media (min-width: 992px) {
  .cid-vkyM16dBT0 .container {
    flex-wrap: nowrap;
  }
}
.cid-vkyM16dBT0 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vkyM16dBT0 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vkyM16dBT0 .dropdown-menu,
.cid-vkyM16dBT0 .navbar.opened {
  background: #0f0e0e !important;
}
.cid-vkyM16dBT0 .nav-item:focus,
.cid-vkyM16dBT0 .nav-link:focus {
  outline: none;
}
.cid-vkyM16dBT0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkyM16dBT0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vkyM16dBT0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkyM16dBT0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkyM16dBT0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkyM16dBT0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vkyM16dBT0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(15, 14, 14, 0.6);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vkyM16dBT0 .navbar.opened {
  transition: all 0.3s;
}
.cid-vkyM16dBT0 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vkyM16dBT0 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vkyM16dBT0 .navbar .navbar-logo img {
  width: auto;
}
.cid-vkyM16dBT0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkyM16dBT0 .navbar.collapsed {
  justify-content: center;
}
.cid-vkyM16dBT0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkyM16dBT0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vkyM16dBT0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vkyM16dBT0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vkyM16dBT0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vkyM16dBT0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkyM16dBT0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkyM16dBT0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkyM16dBT0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkyM16dBT0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkyM16dBT0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkyM16dBT0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vkyM16dBT0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: -0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vkyM16dBT0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkyM16dBT0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkyM16dBT0 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vkyM16dBT0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vkyM16dBT0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkyM16dBT0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkyM16dBT0 .navbar.navbar-short {
  min-height: 70px;
}
.cid-vkyM16dBT0 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vkyM16dBT0 .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 !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vkyM16dBT0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vkyM16dBT0 .navbar-brand .navbar-caption:hover,
.cid-vkyM16dBT0 .navbar-brand .navbar-caption:focus {
  color: #ffedd6 !important;
}
.cid-vkyM16dBT0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkyM16dBT0 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vkyM16dBT0 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffedd6 !important;
}
.cid-vkyM16dBT0 .dropdown-item.active,
.cid-vkyM16dBT0 .dropdown-item:active {
  background-color: transparent;
}
.cid-vkyM16dBT0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkyM16dBT0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkyM16dBT0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkyM16dBT0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0f0e0e;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vkyM16dBT0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vkyM16dBT0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vkyM16dBT0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkyM16dBT0 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vkyM16dBT0 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vkyM16dBT0 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vkyM16dBT0 .navbar-buttons {
    text-align: left;
  }
}
.cid-vkyM16dBT0 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vkyM16dBT0 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vkyM16dBT0 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #0f0e0e !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vkyM16dBT0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffedd6;
}
.cid-vkyM16dBT0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vkyM16dBT0 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vkyM16dBT0 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vkyM16dBT0 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vkyM16dBT0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkyM16dBT0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkyM16dBT0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkyM16dBT0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkyM16dBT0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vkyM16dBT0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkyM16dBT0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vkyM16dBT0 .navbar {
    height: 70px;
  }
  .cid-vkyM16dBT0 .navbar.opened {
    height: auto;
  }
  .cid-vkyM16dBT0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkyM16dBT0 .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-vkyM16dBT0 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vkyM16dBT0 .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 10px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vkyM16dBT0 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vkyM16dBT0 .nav-item .nav-link:hover,
.cid-vkyM16dBT0 .nav-item .nav-link:focus {
  transform: translateY(-3px);
  color: #ffedd6 !important;
}
.cid-vkyM16dBT0 .nav-item .nav-link:hover::after,
.cid-vkyM16dBT0 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vkyM16dBT0 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vkyM16dBT0 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vkyM16dBT0 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vkyM16dBT0 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vkyM16dBT0 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vkyM16dBT0 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vkyM16dBT0 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vkyM16dBT0 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vkyM16dBT0 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vkyM16dBT0 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vkyM16dBT0 .content-wrap {
  min-height: 70px;
}
.cid-vrStvdfCoz {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #0f0e0e;
}
.cid-vrStvdfCoz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrStvdfCoz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrStvdfCoz .content-wrapper {
  margin: 0 -30px;
}
.cid-vrStvdfCoz .content-wrapper .card {
  padding: 0 30px;
}
.cid-vrStvdfCoz .mbr-label {
  margin-bottom: 16px;
  color: #877e72;
}
.cid-vrStvdfCoz .title-wrap {
  margin-bottom: 16px;
}
.cid-vrStvdfCoz .title-wrap .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #ffedd6 20%, #b66b07);
  margin-bottom: 0;
}
.cid-vrStvdfCoz .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vrStvdfCoz .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vrStvdfCoz .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vrStvdfCoz .image-wrapper {
    margin-top: 40px;
  }
}
.cid-vrStvdfCoz .image-wrapper img {
  height: 420px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vrStvdfCoz .image-wrapper img {
    height: 300px;
  }
}
.cid-vrStvdfCoz .mbr-section-title {
  color: #ffedd6;
}
.cid-vrStvdfCoz .mbr-text {
  color: #ffedd6;
}
.cid-vrStvdfCoz .mbr-section-title,
.cid-vrStvdfCoz .title-wrap {
  text-align: right;
}
.cid-vrStvdfCoz .mbr-text,
.cid-vrStvdfCoz .text-wrapper,
.cid-vrStvdfCoz .mbr-section-btn {
  text-align: right;
}
.cid-vrJQWttOzV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #5a5348;
}
.cid-vrJQWttOzV .title-wrapper {
  margin-bottom: 3rem;
}
.cid-vrJQWttOzV .mbr-section-title {
  margin: 0;
  color: #e8e8e8;
}
.cid-vrJQWttOzV .mbr-section-subtitle {
  margin-top: 1rem;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vrJQWttOzV .reference-row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.cid-vrJQWttOzV .reference-item {
  display: flex;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 1rem;
}
.cid-vrJQWttOzV .reference-card {
  width: 100%;
  height: 100%;
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
}
.cid-vrJQWttOzV .reference-title {
  margin-top: 0;
  margin-bottom: 0.6rem;
}
.cid-vrJQWttOzV .reference-secondary {
  margin-top: 0;
  margin-bottom: 0.75rem;
  opacity: 0.75;
}
.cid-vrJQWttOzV .reference-divider {
  width: 100%;
  height: 1px;
  background: #303030;
  opacity: 0.35;
  margin: 0.8rem 0 1rem;
}
.cid-vrJQWttOzV .reference-text {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.55;
}
@media (max-width: 991px) {
  .cid-vrJQWttOzV .reference-item {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vrJQWttOzV .reference-card {
    padding: 1.25rem;
  }
}
.cid-vrJTDOswyK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5a5348;
}
.cid-vrJTDOswyK .title-wrapper {
  margin-bottom: 3rem;
}
.cid-vrJTDOswyK .mbr-section-title {
  margin: 0;
  color: #e8e8e8;
}
.cid-vrJTDOswyK .mbr-section-subtitle {
  margin-top: 1rem;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vrJTDOswyK .reference-row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.cid-vrJTDOswyK .reference-item {
  display: flex;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 1rem;
}
.cid-vrJTDOswyK .reference-card {
  width: 100%;
  height: 100%;
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
}
.cid-vrJTDOswyK .reference-title {
  margin-top: 0;
  margin-bottom: 0.6rem;
}
.cid-vrJTDOswyK .reference-secondary {
  margin-top: 0;
  margin-bottom: 0.75rem;
  opacity: 0.75;
}
.cid-vrJTDOswyK .reference-divider {
  width: 100%;
  height: 1px;
  background: #303030;
  opacity: 0.35;
  margin: 0.8rem 0 1rem;
}
.cid-vrJTDOswyK .reference-text {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.55;
}
@media (max-width: 991px) {
  .cid-vrJTDOswyK .reference-item {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vrJTDOswyK .reference-card {
    padding: 1.25rem;
  }
}
.cid-vrK6TTR9VA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #5a5348;
}
.cid-vrK6TTR9VA .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-vrK6TTR9VA .gallery-heading {
  margin-bottom: 2.5rem;
  text-align: "left";
}
.cid-vrK6TTR9VA .mbr-section-title {
  margin: 0 0 0.5rem 0;
  color: #e8e8e8;
  font-size: 2.6rem;
  line-height: 1.15;
}
.cid-vrK6TTR9VA .mbr-section-subtitle {
  margin: 0;
  color: #666666;
  font-size: 1.1rem;
  line-height: 1.45;
}
.cid-vrK6TTR9VA .gallery-row {
  margin-left: calc(-0.75rem);
  margin-right: calc(-0.75rem);
  row-gap: 2rem;
}
.cid-vrK6TTR9VA .gallery-column {
  padding-left: calc(0.75rem);
  padding-right: calc(0.75rem);
  display: flex;
}
.cid-vrK6TTR9VA .photo-card {
  width: 100%;
  overflow: hidden;
  padding: 2.2rem;
  border-radius: 0.2rem;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  height: 100%;
}
.cid-vrK6TTR9VA .photo-image {
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrK6TTR9VA .photo-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-vrK6TTR9VA .photo-image {
  height: 290px;
}
.cid-vrK6TTR9VA .image-contain {
  object-fit: contain;
}
.cid-vrK6TTR9VA .image-cover {
  object-fit: cover;
}
.cid-vrK6TTR9VA .position-top img {
  object-position: center top;
}
.cid-vrK6TTR9VA .position-center img {
  object-position: center center;
}
.cid-vrK6TTR9VA .position-bottom img {
  object-position: center bottom;
}
.cid-vrK6TTR9VA .position-left img {
  object-position: left center;
}
.cid-vrK6TTR9VA .position-right img {
  object-position: right center;
}
.cid-vrK6TTR9VA .photo-info {
  padding-top: 1rem;
  text-align: "left";
}
.cid-vrK6TTR9VA .category-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.8rem 0;
  justify-content: flex-start;
}
.cid-vrK6TTR9VA .category-label {
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.35rem 0.7rem;
  border-radius: 2rem;
  background-color: #e8e3dc;
  color: #333333;
  font-size: 0.75rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
  cursor: text;
}
.cid-vrK6TTR9VA .photo-title {
  margin: 0 0 0.5rem 0;
  color: #202020;
  font-size: 1.45rem;
  line-height: 1.2;
}
.cid-vrK6TTR9VA .photo-meta {
  margin: 0 0 0.25rem 0;
  color: #666666;
  font-size: 0.9rem;
  line-height: 1.4;
}
.cid-vrK6TTR9VA .gallery-divider {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
}
.cid-vrK6TTR9VA .photo-caption {
  margin: 0.85rem 0 0 0;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5;
}
.cid-vrK6TTR9VA .photo-description {
  margin: 0.9rem 0 0 0;
  color: #444444;
  font-size: 1rem;
  line-height: 1.55;
}
.cid-vrK6TTR9VA .photo-note {
  margin: 0.9rem 0 0 0;
  color: #666666;
  font-size: 0.85rem;
  line-height: 1.5;
  font-style: italic;
}
.cid-vrK6TTR9VA .photo-source {
  margin: 0.9rem 0 0 0;
  color: #777777;
  font-size: 0.8rem;
  line-height: 1.4;
}
.cid-vrK6TTR9VA .photo-info > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vrK6TTR9VA .photo-card {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-vrK6TTR9VA .gallery-heading {
    margin-bottom: 2rem;
  }
  .cid-vrK6TTR9VA .gallery-column {
    width: 100%;
  }
  .cid-vrK6TTR9VA .photo-image {
    height: auto;
    min-height: 220px;
    max-height: none;
  }
  .cid-vrK6TTR9VA .photo-image img.image-contain {
    height: auto;
    min-height: 220px;
    max-height: 700px;
    object-fit: contain;
  }
  .cid-vrK6TTR9VA .photo-image img.image-cover {
    height: 420px;
    object-fit: cover;
  }
  .cid-vrK6TTR9VA .mbr-section-title {
    font-size: calc(2.132rem);
  }
}
.cid-vrJUVPV5kJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5a5348;
}
.cid-vrJUVPV5kJ .title-wrapper {
  margin-bottom: 3rem;
}
.cid-vrJUVPV5kJ .mbr-section-title {
  margin: 0;
  color: #e8e8e8;
}
.cid-vrJUVPV5kJ .mbr-section-subtitle {
  margin-top: 1rem;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vrJUVPV5kJ .reference-row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.cid-vrJUVPV5kJ .reference-item {
  display: flex;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 1rem;
}
.cid-vrJUVPV5kJ .reference-card {
  width: 100%;
  height: 100%;
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
}
.cid-vrJUVPV5kJ .reference-title {
  margin-top: 0;
  margin-bottom: 0.6rem;
}
.cid-vrJUVPV5kJ .reference-secondary {
  margin-top: 0;
  margin-bottom: 0.75rem;
  opacity: 0.75;
}
.cid-vrJUVPV5kJ .reference-divider {
  width: 100%;
  height: 1px;
  background: #303030;
  opacity: 0.35;
  margin: 0.8rem 0 1rem;
}
.cid-vrJUVPV5kJ .reference-text {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.55;
}
@media (max-width: 991px) {
  .cid-vrJUVPV5kJ .reference-item {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vrJUVPV5kJ .reference-card {
    padding: 1.25rem;
  }
}
.cid-vrJYiagWfH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5a5348;
}
.cid-vrJYiagWfH .title-wrapper {
  margin-bottom: 3rem;
}
.cid-vrJYiagWfH .mbr-section-title {
  margin: 0;
  color: #e8e8e8;
}
.cid-vrJYiagWfH .mbr-section-subtitle {
  margin-top: 1rem;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vrJYiagWfH .reference-row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.cid-vrJYiagWfH .reference-item {
  display: flex;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 1rem;
}
.cid-vrJYiagWfH .reference-card {
  width: 100%;
  height: 100%;
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
}
.cid-vrJYiagWfH .reference-title {
  margin-top: 0;
  margin-bottom: 0.6rem;
}
.cid-vrJYiagWfH .reference-secondary {
  margin-top: 0;
  margin-bottom: 0.75rem;
  opacity: 0.75;
}
.cid-vrJYiagWfH .reference-divider {
  width: 100%;
  height: 1px;
  background: #303030;
  opacity: 0.35;
  margin: 0.8rem 0 1rem;
}
.cid-vrJYiagWfH .reference-text {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.55;
}
@media (max-width: 991px) {
  .cid-vrJYiagWfH .reference-item {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vrJYiagWfH .reference-card {
    padding: 1.25rem;
  }
}
.cid-vrJYTz4XI9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5a5348;
}
.cid-vrJYTz4XI9 .title-wrapper {
  margin-bottom: 3rem;
}
.cid-vrJYTz4XI9 .mbr-section-title {
  margin: 0;
  color: #e8e8e8;
}
.cid-vrJYTz4XI9 .mbr-section-subtitle {
  margin-top: 1rem;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vrJYTz4XI9 .reference-row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.cid-vrJYTz4XI9 .reference-item {
  display: flex;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 1rem;
}
.cid-vrJYTz4XI9 .reference-card {
  width: 100%;
  height: 100%;
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
}
.cid-vrJYTz4XI9 .reference-title {
  margin-top: 0;
  margin-bottom: 0.6rem;
}
.cid-vrJYTz4XI9 .reference-secondary {
  margin-top: 0;
  margin-bottom: 0.75rem;
  opacity: 0.75;
}
.cid-vrJYTz4XI9 .reference-divider {
  width: 100%;
  height: 1px;
  background: #303030;
  opacity: 0.35;
  margin: 0.8rem 0 1rem;
}
.cid-vrJYTz4XI9 .reference-text {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.55;
}
@media (max-width: 991px) {
  .cid-vrJYTz4XI9 .reference-item {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vrJYTz4XI9 .reference-card {
    padding: 1.25rem;
  }
}
.cid-vrJZzrxOqf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5a5348;
}
.cid-vrJZzrxOqf .title-wrapper {
  margin-bottom: 3rem;
}
.cid-vrJZzrxOqf .mbr-section-title {
  margin: 0;
  color: #e8e8e8;
}
.cid-vrJZzrxOqf .mbr-section-subtitle {
  margin-top: 1rem;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vrJZzrxOqf .reference-row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.cid-vrJZzrxOqf .reference-item {
  display: flex;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 1rem;
}
.cid-vrJZzrxOqf .reference-card {
  width: 100%;
  height: 100%;
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
}
.cid-vrJZzrxOqf .reference-title {
  margin-top: 0;
  margin-bottom: 0.6rem;
}
.cid-vrJZzrxOqf .reference-secondary {
  margin-top: 0;
  margin-bottom: 0.75rem;
  opacity: 0.75;
}
.cid-vrJZzrxOqf .reference-divider {
  width: 100%;
  height: 1px;
  background: #303030;
  opacity: 0.35;
  margin: 0.8rem 0 1rem;
}
.cid-vrJZzrxOqf .reference-text {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.55;
}
@media (max-width: 991px) {
  .cid-vrJZzrxOqf .reference-item {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vrJZzrxOqf .reference-card {
    padding: 1.25rem;
  }
}
.cid-vrK07MlLkZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5a5348;
}
.cid-vrK07MlLkZ .title-wrapper {
  margin-bottom: 3rem;
}
.cid-vrK07MlLkZ .mbr-section-title {
  margin: 0;
  color: #e8e8e8;
}
.cid-vrK07MlLkZ .mbr-section-subtitle {
  margin-top: 1rem;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vrK07MlLkZ .reference-row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.cid-vrK07MlLkZ .reference-item {
  display: flex;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 1rem;
}
.cid-vrK07MlLkZ .reference-card {
  width: 100%;
  height: 100%;
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
}
.cid-vrK07MlLkZ .reference-title {
  margin-top: 0;
  margin-bottom: 0.6rem;
}
.cid-vrK07MlLkZ .reference-secondary {
  margin-top: 0;
  margin-bottom: 0.75rem;
  opacity: 0.75;
}
.cid-vrK07MlLkZ .reference-divider {
  width: 100%;
  height: 1px;
  background: #303030;
  opacity: 0.35;
  margin: 0.8rem 0 1rem;
}
.cid-vrK07MlLkZ .reference-text {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.55;
}
@media (max-width: 991px) {
  .cid-vrK07MlLkZ .reference-item {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vrK07MlLkZ .reference-card {
    padding: 1.25rem;
  }
}
.cid-vrK0FM4fUC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5a5348;
}
.cid-vrK0FM4fUC .title-wrapper {
  margin-bottom: 3rem;
}
.cid-vrK0FM4fUC .mbr-section-title {
  margin: 0;
  color: #e8e8e8;
}
.cid-vrK0FM4fUC .mbr-section-subtitle {
  margin-top: 1rem;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vrK0FM4fUC .reference-row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.cid-vrK0FM4fUC .reference-item {
  display: flex;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 1rem;
}
.cid-vrK0FM4fUC .reference-card {
  width: 100%;
  height: 100%;
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
}
.cid-vrK0FM4fUC .reference-title {
  margin-top: 0;
  margin-bottom: 0.6rem;
}
.cid-vrK0FM4fUC .reference-secondary {
  margin-top: 0;
  margin-bottom: 0.75rem;
  opacity: 0.75;
}
.cid-vrK0FM4fUC .reference-divider {
  width: 100%;
  height: 1px;
  background: #303030;
  opacity: 0.35;
  margin: 0.8rem 0 1rem;
}
.cid-vrK0FM4fUC .reference-text {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.55;
}
@media (max-width: 991px) {
  .cid-vrK0FM4fUC .reference-item {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vrK0FM4fUC .reference-card {
    padding: 1.25rem;
  }
}
.cid-vrK1lczXz0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5a5348;
}
.cid-vrK1lczXz0 .title-wrapper {
  margin-bottom: 3rem;
}
.cid-vrK1lczXz0 .mbr-section-title {
  margin: 0;
  color: #e8e8e8;
}
.cid-vrK1lczXz0 .mbr-section-subtitle {
  margin-top: 1rem;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vrK1lczXz0 .reference-row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.cid-vrK1lczXz0 .reference-item {
  display: flex;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 1rem;
}
.cid-vrK1lczXz0 .reference-card {
  width: 100%;
  height: 100%;
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
}
.cid-vrK1lczXz0 .reference-title {
  margin-top: 0;
  margin-bottom: 0.6rem;
}
.cid-vrK1lczXz0 .reference-secondary {
  margin-top: 0;
  margin-bottom: 0.75rem;
  opacity: 0.75;
}
.cid-vrK1lczXz0 .reference-divider {
  width: 100%;
  height: 1px;
  background: #303030;
  opacity: 0.35;
  margin: 0.8rem 0 1rem;
}
.cid-vrK1lczXz0 .reference-text {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.55;
}
@media (max-width: 991px) {
  .cid-vrK1lczXz0 .reference-item {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vrK1lczXz0 .reference-card {
    padding: 1.25rem;
  }
}
.cid-vrK2saPlGA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5a5348;
}
.cid-vrK2saPlGA .title-wrapper {
  margin-bottom: 3rem;
}
.cid-vrK2saPlGA .mbr-section-title {
  margin: 0;
  color: #e8e8e8;
}
.cid-vrK2saPlGA .mbr-section-subtitle {
  margin-top: 1rem;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vrK2saPlGA .reference-row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.cid-vrK2saPlGA .reference-item {
  display: flex;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 1rem;
}
.cid-vrK2saPlGA .reference-card {
  width: 100%;
  height: 100%;
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
}
.cid-vrK2saPlGA .reference-title {
  margin-top: 0;
  margin-bottom: 0.6rem;
}
.cid-vrK2saPlGA .reference-secondary {
  margin-top: 0;
  margin-bottom: 0.75rem;
  opacity: 0.75;
}
.cid-vrK2saPlGA .reference-divider {
  width: 100%;
  height: 1px;
  background: #303030;
  opacity: 0.35;
  margin: 0.8rem 0 1rem;
}
.cid-vrK2saPlGA .reference-text {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.55;
}
@media (max-width: 991px) {
  .cid-vrK2saPlGA .reference-item {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vrK2saPlGA .reference-card {
    padding: 1.25rem;
  }
}
.cid-vkyMJDEnyT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #5a5348;
}
.cid-vkyMJDEnyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkyMJDEnyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkyMJDEnyT .mbr-copy {
  margin-bottom: 0;
  color: #ffedd6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vkyMJDEnyT .mbr-copy {
    text-align: center;
  }
}
.cid-vkyMJDEnyT .nav-wrapper {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 120px;
}
@media (max-width: 992px) {
  .cid-vkyMJDEnyT .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkyMJDEnyT .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 8px;
}
.cid-vkyMJDEnyT .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vkyMJDEnyT .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vkyMJDEnyT .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vkyMJDEnyT .nav-wrapper .nav-wrap .list .item-wrap:focus {
  transform: translateY(-3px);
}
.cid-vkyMJDEnyT .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vkyMJDEnyT .mbr-label {
  margin-top: 200px;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  font-size: 300px;
  line-height: 1;
  color: #ffedd6;
  text-align: center;
}
@media (max-width: 1840px) {
  .cid-vkyMJDEnyT .mbr-label {
    font-size: 220px;
  }
}
@media (max-width: 1640px) {
  .cid-vkyMJDEnyT .mbr-label {
    font-size: 200px;
  }
}
@media (max-width: 1440px) {
  .cid-vkyMJDEnyT .mbr-label {
    font-size: 160px;
  }
}
@media (max-width: 1280px) {
  .cid-vkyMJDEnyT .mbr-label {
    font-size: 100px;
    line-height: 1.1;
  }
}
@media (max-width: 992px) {
  .cid-vkyMJDEnyT .mbr-label {
    font-size: 80px;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .cid-vkyMJDEnyT .mbr-label {
    font-size: 50px;
  }
}
.cid-vkyMJDEnyT .mbr-list-title {
  color: #877e72;
  text-align: left;
}
.cid-vkyMJDEnyT .list {
  color: #ffedd6;
  text-align: left;
}
.cid-vkyMJDEnyT .content-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vkyMJDEnyT .content-wrapper {
    text-align: center;
  }
}
.cid-vkyM16dBT0 {
  z-index: 1000;
  width: 100%;
}
.cid-vkyM16dBT0 nav.navbar {
  position: fixed;
}
.cid-vkyM16dBT0 .container-fluid {
  padding-left: 182px;
  padding-right: 182px;
}
@media (max-width: 1840px) {
  .cid-vkyM16dBT0 .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1440px) {
  .cid-vkyM16dBT0 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-vkyM16dBT0 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vkyM16dBT0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkyM16dBT0 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vkyM16dBT0 .dropdown-item {
  border: none !important;
  background: #0f0e0e !important;
  font-weight: 700;
}
.cid-vkyM16dBT0 .dropdown-item:hover,
.cid-vkyM16dBT0 .dropdown-item:focus {
  background: #0f0e0e !important;
  color: #ffedd6 !important;
}
.cid-vkyM16dBT0 .dropdown-item:hover span {
  color: white;
}
.cid-vkyM16dBT0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkyM16dBT0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkyM16dBT0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkyM16dBT0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vkyM16dBT0 .nav-link {
  position: relative;
}
.cid-vkyM16dBT0 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1210px;
}
@media (min-width: 992px) {
  .cid-vkyM16dBT0 .container {
    flex-wrap: nowrap;
  }
}
.cid-vkyM16dBT0 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vkyM16dBT0 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vkyM16dBT0 .dropdown-menu,
.cid-vkyM16dBT0 .navbar.opened {
  background: #0f0e0e !important;
}
.cid-vkyM16dBT0 .nav-item:focus,
.cid-vkyM16dBT0 .nav-link:focus {
  outline: none;
}
.cid-vkyM16dBT0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkyM16dBT0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vkyM16dBT0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkyM16dBT0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkyM16dBT0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkyM16dBT0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vkyM16dBT0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(15, 14, 14, 0.6);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vkyM16dBT0 .navbar.opened {
  transition: all 0.3s;
}
.cid-vkyM16dBT0 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vkyM16dBT0 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vkyM16dBT0 .navbar .navbar-logo img {
  width: auto;
}
.cid-vkyM16dBT0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkyM16dBT0 .navbar.collapsed {
  justify-content: center;
}
.cid-vkyM16dBT0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkyM16dBT0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vkyM16dBT0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vkyM16dBT0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vkyM16dBT0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vkyM16dBT0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkyM16dBT0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkyM16dBT0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkyM16dBT0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkyM16dBT0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkyM16dBT0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkyM16dBT0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vkyM16dBT0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: -0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vkyM16dBT0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkyM16dBT0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkyM16dBT0 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vkyM16dBT0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vkyM16dBT0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkyM16dBT0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkyM16dBT0 .navbar.navbar-short {
  min-height: 70px;
}
.cid-vkyM16dBT0 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vkyM16dBT0 .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 !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vkyM16dBT0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vkyM16dBT0 .navbar-brand .navbar-caption:hover,
.cid-vkyM16dBT0 .navbar-brand .navbar-caption:focus {
  color: #ffedd6 !important;
}
.cid-vkyM16dBT0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkyM16dBT0 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vkyM16dBT0 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffedd6 !important;
}
.cid-vkyM16dBT0 .dropdown-item.active,
.cid-vkyM16dBT0 .dropdown-item:active {
  background-color: transparent;
}
.cid-vkyM16dBT0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkyM16dBT0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkyM16dBT0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkyM16dBT0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0f0e0e;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vkyM16dBT0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vkyM16dBT0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vkyM16dBT0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkyM16dBT0 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vkyM16dBT0 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vkyM16dBT0 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vkyM16dBT0 .navbar-buttons {
    text-align: left;
  }
}
.cid-vkyM16dBT0 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vkyM16dBT0 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vkyM16dBT0 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #0f0e0e !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vkyM16dBT0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffedd6;
}
.cid-vkyM16dBT0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vkyM16dBT0 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vkyM16dBT0 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vkyM16dBT0 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vkyM16dBT0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkyM16dBT0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkyM16dBT0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkyM16dBT0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkyM16dBT0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vkyM16dBT0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkyM16dBT0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vkyM16dBT0 .navbar {
    height: 70px;
  }
  .cid-vkyM16dBT0 .navbar.opened {
    height: auto;
  }
  .cid-vkyM16dBT0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkyM16dBT0 .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-vkyM16dBT0 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vkyM16dBT0 .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 10px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vkyM16dBT0 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vkyM16dBT0 .nav-item .nav-link:hover,
.cid-vkyM16dBT0 .nav-item .nav-link:focus {
  transform: translateY(-3px);
  color: #ffedd6 !important;
}
.cid-vkyM16dBT0 .nav-item .nav-link:hover::after,
.cid-vkyM16dBT0 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vkyM16dBT0 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vkyM16dBT0 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vkyM16dBT0 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vkyM16dBT0 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vkyM16dBT0 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vkyM16dBT0 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vkyM16dBT0 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vkyM16dBT0 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vkyM16dBT0 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vkyM16dBT0 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vkyM16dBT0 .content-wrap {
  min-height: 70px;
}
.cid-vrRN2enyp2 {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #0f0e0e;
}
.cid-vrRN2enyp2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrRN2enyp2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrRN2enyp2 .content-wrapper {
  margin: 0 -30px;
}
.cid-vrRN2enyp2 .content-wrapper .card {
  padding: 0 30px;
}
.cid-vrRN2enyp2 .mbr-label {
  margin-bottom: 16px;
  color: #877e72;
}
.cid-vrRN2enyp2 .title-wrap {
  margin-bottom: 16px;
}
.cid-vrRN2enyp2 .title-wrap .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #ffedd6 20%, #b66b07);
  margin-bottom: 0;
}
.cid-vrRN2enyp2 .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vrRN2enyp2 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vrRN2enyp2 .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vrRN2enyp2 .image-wrapper {
    margin-top: 40px;
  }
}
.cid-vrRN2enyp2 .image-wrapper img {
  height: 420px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vrRN2enyp2 .image-wrapper img {
    height: 300px;
  }
}
.cid-vrRN2enyp2 .mbr-section-title {
  color: #ffedd6;
}
.cid-vrRN2enyp2 .mbr-text {
  color: #ffedd6;
}
.cid-vrRN2enyp2 .mbr-section-title,
.cid-vrRN2enyp2 .title-wrap {
  text-align: right;
}
.cid-vrRN2enyp2 .mbr-text,
.cid-vrRN2enyp2 .text-wrapper,
.cid-vrRN2enyp2 .mbr-section-btn {
  text-align: right;
}
.cid-vrQ8oaqRbD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrQ8oaqRbD .document-header {
  margin-bottom: 1rem;
}
.cid-vrQ8oaqRbD .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQ8oaqRbD .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQ8oaqRbD .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQ8oaqRbD .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQ8oaqRbD .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrQ8oaqRbD .document-image-column,
.cid-vrQ8oaqRbD .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrQ8oaqRbD .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
}
.cid-vrQ8oaqRbD .document-image-wrap {
  width: 100%;
  min-height: 34vh;
  height: 34vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrQ8oaqRbD .document-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrQ8oaqRbD .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrQ8oaqRbD .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrQ8oaqRbD .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrQ8oaqRbD .translation-text {
  line-height: 1.6;
}
.cid-vrQ8oaqRbD .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrQ8oaqRbD .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrQ8oaqRbD .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrQ8oaqRbD .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrQ8oaqRbD .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrQ8oaqRbD .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrQ8oaqRbD .document-image {
    width: 100%;
    height: auto;
    max-height: 34vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrQ8oaqRbD .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrQ8oaqRbD .document-image-column,
  .cid-vrQ8oaqRbD .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrQ8oaqRbD .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrQ8oaqRbD .document-text-panel {
    padding: 1rem;
  }
  .cid-vrQ8oaqRbD .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrQ8oaqRbD .document-subtitle DIV {
  text-align: justify;
}
.cid-vrQ5i14BIM {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrQ5i14BIM .document-header {
  margin-bottom: 1rem;
}
.cid-vrQ5i14BIM .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQ5i14BIM .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQ5i14BIM .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQ5i14BIM .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQ5i14BIM .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrQ5i14BIM .document-image-column,
.cid-vrQ5i14BIM .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrQ5i14BIM .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
}
.cid-vrQ5i14BIM .document-image-wrap {
  width: 100%;
  min-height: 82vh;
  height: 82vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrQ5i14BIM .document-image {
  display: block;
  width: 95%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrQ5i14BIM .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrQ5i14BIM .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrQ5i14BIM .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrQ5i14BIM .translation-text {
  line-height: 1.6;
}
.cid-vrQ5i14BIM .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrQ5i14BIM .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrQ5i14BIM .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrQ5i14BIM .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrQ5i14BIM .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrQ5i14BIM .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrQ5i14BIM .document-image {
    width: 95%;
    height: auto;
    max-height: 82vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrQ5i14BIM .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrQ5i14BIM .document-image-column,
  .cid-vrQ5i14BIM .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrQ5i14BIM .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrQ5i14BIM .document-text-panel {
    padding: 1rem;
  }
  .cid-vrQ5i14BIM .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrQ5i14BIM .document-subtitle DIV {
  text-align: right;
}
.cid-vrKURFzqYb {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrKURFzqYb .document-header {
  margin-bottom: 1rem;
}
.cid-vrKURFzqYb .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrKURFzqYb .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrKURFzqYb .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrKURFzqYb .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrKURFzqYb .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrKURFzqYb .document-image-column,
.cid-vrKURFzqYb .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrKURFzqYb .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}
.cid-vrKURFzqYb .document-image-wrap {
  width: 100%;
  min-height: 26vh;
  height: 26vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrKURFzqYb .document-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrKURFzqYb .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrKURFzqYb .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrKURFzqYb .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrKURFzqYb .translation-text {
  line-height: 1.6;
}
.cid-vrKURFzqYb .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrKURFzqYb .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrKURFzqYb .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrKURFzqYb .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrKURFzqYb .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrKURFzqYb .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrKURFzqYb .document-image {
    width: 100%;
    height: auto;
    max-height: 26vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrKURFzqYb .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrKURFzqYb .document-image-column,
  .cid-vrKURFzqYb .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrKURFzqYb .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrKURFzqYb .document-text-panel {
    padding: 1rem;
  }
  .cid-vrKURFzqYb .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrQGuX52l5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrQGuX52l5 .document-header {
  margin-bottom: 1rem;
}
.cid-vrQGuX52l5 .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQGuX52l5 .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQGuX52l5 .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQGuX52l5 .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQGuX52l5 .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrQGuX52l5 .document-image-column,
.cid-vrQGuX52l5 .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrQGuX52l5 .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
}
.cid-vrQGuX52l5 .document-image-wrap {
  width: 100%;
  min-height: 38vh;
  height: 38vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrQGuX52l5 .document-image {
  display: block;
  width: 95%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrQGuX52l5 .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrQGuX52l5 .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrQGuX52l5 .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrQGuX52l5 .translation-text {
  line-height: 1.6;
}
.cid-vrQGuX52l5 .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrQGuX52l5 .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrQGuX52l5 .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrQGuX52l5 .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrQGuX52l5 .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrQGuX52l5 .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrQGuX52l5 .document-image {
    width: 95%;
    height: auto;
    max-height: 38vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrQGuX52l5 .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrQGuX52l5 .document-image-column,
  .cid-vrQGuX52l5 .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrQGuX52l5 .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrQGuX52l5 .document-text-panel {
    padding: 1rem;
  }
  .cid-vrQGuX52l5 .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrQGuX52l5 .document-subtitle DIV {
  text-align: justify;
}
.cid-vrMyOZ0LQL {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #5a5348;
}
.cid-vrMyOZ0LQL .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-vrMyOZ0LQL .family-heading {
  margin-bottom: 2.5rem;
  text-align: "left";
}
.cid-vrMyOZ0LQL .mbr-section-title {
  margin: 0 0 0.5rem 0;
  color: #fafafa;
  font-size: 2.6rem;
  line-height: 1.15;
  text-align: center;
}
.cid-vrMyOZ0LQL .mbr-section-subtitle {
  margin: 0;
  color: #dddddd;
  font-size: 1.1rem;
  line-height: 1.45;
  text-align: center;
}
.cid-vrMyOZ0LQL .family-row {
  margin-left: calc(-0.75rem);
  margin-right: calc(-0.75rem);
  row-gap: 2rem;
}
.cid-vrMyOZ0LQL .family-column {
  padding-left: calc(0.75rem);
  padding-right: calc(0.75rem);
  display: flex;
}
.cid-vrMyOZ0LQL .family-card {
  width: 100%;
  padding: 0.9rem;
  border-radius: 0.8rem;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  height: 100%;
}
.cid-vrMyOZ0LQL .family-image {
  width: 100%;
  overflow: hidden;
  border-radius: 0.1rem;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrMyOZ0LQL .family-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-vrMyOZ0LQL .family-image-1 {
  height: 450px;
}
.cid-vrMyOZ0LQL .family-image-2 {
  height: 560px;
}
.cid-vrMyOZ0LQL .image-contain {
  object-fit: contain;
}
.cid-vrMyOZ0LQL .image-cover {
  object-fit: cover;
}
.cid-vrMyOZ0LQL .position-top img {
  object-position: center top;
}
.cid-vrMyOZ0LQL .position-center img {
  object-position: center center;
}
.cid-vrMyOZ0LQL .position-bottom img {
  object-position: center bottom;
}
.cid-vrMyOZ0LQL .position-left img {
  object-position: left center;
}
.cid-vrMyOZ0LQL .position-right img {
  object-position: right center;
}
.cid-vrMyOZ0LQL .family-info {
  padding-top: 1rem;
  text-align: "left";
}
.cid-vrMyOZ0LQL .category-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.8rem 0;
  justify-content: flex-start;
}
.cid-vrMyOZ0LQL .category-label {
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.35rem 0.7rem;
  border-radius: 2rem;
  background-color: #e8e3dc;
  color: #333333;
  font-size: 0.75rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
  cursor: text;
}
.cid-vrMyOZ0LQL .photo-title {
  margin: 0 0 0.5rem 0;
  color: #202020;
  font-size: 1.6rem;
  line-height: 1.2;
}
.cid-vrMyOZ0LQL .photo-meta {
  margin: 0 0 0.25rem 0;
  color: #666666;
  font-size: 0.9rem;
  line-height: 1.4;
}
.cid-vrMyOZ0LQL .photo-people {
  margin: 0.75rem 0 0 0;
  color: #303030;
  font-size: 0.95rem;
  line-height: 1.45;
  font-weight: 600;
}
.cid-vrMyOZ0LQL .family-divider {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-vrMyOZ0LQL .photo-caption {
  margin: 0.85rem 0 0 0;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5;
}
.cid-vrMyOZ0LQL .photo-description {
  margin: 0.9rem 0 0 0;
  color: #444444;
  font-size: 1rem;
  line-height: 1.55;
}
.cid-vrMyOZ0LQL .photo-note {
  margin: 0.9rem 0 0 0;
  color: #666666;
  font-size: 0.85rem;
  line-height: 1.5;
  font-style: italic;
}
.cid-vrMyOZ0LQL .photo-source {
  margin: 0.9rem 0 0 0;
  color: #777777;
  font-size: 0.8rem;
  line-height: 1.4;
}
.cid-vrMyOZ0LQL .family-info > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vrMyOZ0LQL .family-card {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-vrMyOZ0LQL .family-heading {
    margin-bottom: 2rem;
  }
  .cid-vrMyOZ0LQL .family-column {
    width: 100%;
  }
  .cid-vrMyOZ0LQL .family-image {
    height: auto;
    min-height: 240px;
    max-height: none;
  }
  .cid-vrMyOZ0LQL .family-image img.image-contain {
    height: auto;
    min-height: 240px;
    max-height: 700px;
    object-fit: contain;
  }
  .cid-vrMyOZ0LQL .family-image img.image-cover {
    height: 420px;
    object-fit: cover;
  }
  .cid-vrMyOZ0LQL .mbr-section-title {
    font-size: calc(2.132rem);
  }
}
.cid-vrR8VclGNX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrR8VclGNX .document-header {
  margin-bottom: 1rem;
}
.cid-vrR8VclGNX .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrR8VclGNX .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrR8VclGNX .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrR8VclGNX .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrR8VclGNX .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrR8VclGNX .document-image-column,
.cid-vrR8VclGNX .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrR8VclGNX .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
}
.cid-vrR8VclGNX .document-image-wrap {
  width: 100%;
  min-height: 34vh;
  height: 34vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrR8VclGNX .document-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrR8VclGNX .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrR8VclGNX .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrR8VclGNX .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrR8VclGNX .translation-text {
  line-height: 1.6;
}
.cid-vrR8VclGNX .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrR8VclGNX .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrR8VclGNX .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrR8VclGNX .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrR8VclGNX .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrR8VclGNX .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrR8VclGNX .document-image {
    width: 100%;
    height: auto;
    max-height: 34vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrR8VclGNX .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrR8VclGNX .document-image-column,
  .cid-vrR8VclGNX .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrR8VclGNX .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrR8VclGNX .document-text-panel {
    padding: 1rem;
  }
  .cid-vrR8VclGNX .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrR8VclGNX .document-subtitle DIV {
  text-align: right;
}
.cid-vrR0xDqCsH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrR0xDqCsH .document-header {
  margin-bottom: 1rem;
}
.cid-vrR0xDqCsH .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrR0xDqCsH .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrR0xDqCsH .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrR0xDqCsH .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrR0xDqCsH .document-body {
  margin-left: 0rem;
  margin-right: 0rem;
}
.cid-vrR0xDqCsH .document-image-column,
.cid-vrR0xDqCsH .document-text-column {
  padding-left: 0rem;
  padding-right: 0rem;
}
.cid-vrR0xDqCsH .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
}
.cid-vrR0xDqCsH .document-image-wrap {
  width: 100%;
  min-height: 44vh;
  height: 44vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrR0xDqCsH .document-image {
  display: block;
  width: 60%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrR0xDqCsH .document-text-panel {
  width: 100%;
  padding: 1.25rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrR0xDqCsH .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrR0xDqCsH .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrR0xDqCsH .translation-text {
  line-height: 1.6;
}
.cid-vrR0xDqCsH .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrR0xDqCsH .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrR0xDqCsH .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrR0xDqCsH .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrR0xDqCsH .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrR0xDqCsH .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrR0xDqCsH .document-image {
    width: 60%;
    height: auto;
    max-height: 44vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrR0xDqCsH .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrR0xDqCsH .document-image-column,
  .cid-vrR0xDqCsH .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrR0xDqCsH .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrR0xDqCsH .document-text-panel {
    padding: 1rem;
  }
  .cid-vrR0xDqCsH .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrR0xDqCsH .document-subtitle DIV {
  text-align: justify;
}
.cid-vrQX7zJtwG {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrQX7zJtwG .document-header {
  margin-bottom: 1rem;
}
.cid-vrQX7zJtwG .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQX7zJtwG .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQX7zJtwG .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQX7zJtwG .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQX7zJtwG .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrQX7zJtwG .document-image-column,
.cid-vrQX7zJtwG .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrQX7zJtwG .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
}
.cid-vrQX7zJtwG .document-image-wrap {
  width: 100%;
  min-height: 68vh;
  height: 68vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrQX7zJtwG .document-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrQX7zJtwG .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrQX7zJtwG .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrQX7zJtwG .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrQX7zJtwG .translation-text {
  line-height: 1.6;
}
.cid-vrQX7zJtwG .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrQX7zJtwG .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrQX7zJtwG .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrQX7zJtwG .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrQX7zJtwG .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrQX7zJtwG .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrQX7zJtwG .document-image {
    width: 100%;
    height: auto;
    max-height: 68vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrQX7zJtwG .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrQX7zJtwG .document-image-column,
  .cid-vrQX7zJtwG .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrQX7zJtwG .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrQX7zJtwG .document-text-panel {
    padding: 1rem;
  }
  .cid-vrQX7zJtwG .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrQX7zJtwG .document-subtitle DIV {
  text-align: justify;
}
.cid-vrPGoKkkrV {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrPGoKkkrV .document-header {
  margin-bottom: 1rem;
}
.cid-vrPGoKkkrV .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrPGoKkkrV .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrPGoKkkrV .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrPGoKkkrV .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrPGoKkkrV .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrPGoKkkrV .document-image-column,
.cid-vrPGoKkkrV .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrPGoKkkrV .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
}
.cid-vrPGoKkkrV .document-image-wrap {
  width: 100%;
  min-height: 38vh;
  height: 38vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrPGoKkkrV .document-image {
  display: block;
  width: 95%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrPGoKkkrV .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrPGoKkkrV .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrPGoKkkrV .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrPGoKkkrV .translation-text {
  line-height: 1.6;
}
.cid-vrPGoKkkrV .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrPGoKkkrV .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrPGoKkkrV .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrPGoKkkrV .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrPGoKkkrV .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrPGoKkkrV .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrPGoKkkrV .document-image {
    width: 95%;
    height: auto;
    max-height: 38vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrPGoKkkrV .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrPGoKkkrV .document-image-column,
  .cid-vrPGoKkkrV .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrPGoKkkrV .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrPGoKkkrV .document-text-panel {
    padding: 1rem;
  }
  .cid-vrPGoKkkrV .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrPGoKkkrV .document-subtitle DIV {
  text-align: right;
}
.cid-vrKRi7ZNef {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrKRi7ZNef .document-header {
  margin-bottom: 1rem;
}
.cid-vrKRi7ZNef .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrKRi7ZNef .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrKRi7ZNef .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrKRi7ZNef .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrKRi7ZNef .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrKRi7ZNef .document-image-column,
.cid-vrKRi7ZNef .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrKRi7ZNef .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}
.cid-vrKRi7ZNef .document-image-wrap {
  width: 100%;
  min-height: 26vh;
  height: 26vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrKRi7ZNef .document-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrKRi7ZNef .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrKRi7ZNef .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrKRi7ZNef .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrKRi7ZNef .translation-text {
  line-height: 1.6;
}
.cid-vrKRi7ZNef .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrKRi7ZNef .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrKRi7ZNef .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrKRi7ZNef .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrKRi7ZNef .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrKRi7ZNef .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrKRi7ZNef .document-image {
    width: 100%;
    height: auto;
    max-height: 26vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrKRi7ZNef .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrKRi7ZNef .document-image-column,
  .cid-vrKRi7ZNef .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrKRi7ZNef .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrKRi7ZNef .document-text-panel {
    padding: 1rem;
  }
  .cid-vrKRi7ZNef .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrQIEUC5RB {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrQIEUC5RB .document-header {
  margin-bottom: 1rem;
}
.cid-vrQIEUC5RB .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQIEUC5RB .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQIEUC5RB .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQIEUC5RB .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQIEUC5RB .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrQIEUC5RB .document-image-column,
.cid-vrQIEUC5RB .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrQIEUC5RB .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
}
.cid-vrQIEUC5RB .document-image-wrap {
  width: 100%;
  min-height: 40vh;
  height: 40vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrQIEUC5RB .document-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrQIEUC5RB .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrQIEUC5RB .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrQIEUC5RB .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrQIEUC5RB .translation-text {
  line-height: 1.6;
}
.cid-vrQIEUC5RB .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrQIEUC5RB .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrQIEUC5RB .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrQIEUC5RB .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrQIEUC5RB .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrQIEUC5RB .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrQIEUC5RB .document-image {
    width: 100%;
    height: auto;
    max-height: 40vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrQIEUC5RB .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrQIEUC5RB .document-image-column,
  .cid-vrQIEUC5RB .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrQIEUC5RB .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrQIEUC5RB .document-text-panel {
    padding: 1rem;
  }
  .cid-vrQIEUC5RB .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrQIEUC5RB .document-subtitle DIV {
  text-align: right;
}
.cid-vrQdbi6Bac {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrQdbi6Bac .document-header {
  margin-bottom: 1rem;
}
.cid-vrQdbi6Bac .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQdbi6Bac .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQdbi6Bac .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQdbi6Bac .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQdbi6Bac .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrQdbi6Bac .document-image-column,
.cid-vrQdbi6Bac .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrQdbi6Bac .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
}
.cid-vrQdbi6Bac .document-image-wrap {
  width: 100%;
  min-height: 88vh;
  height: 88vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrQdbi6Bac .document-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrQdbi6Bac .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrQdbi6Bac .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrQdbi6Bac .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrQdbi6Bac .translation-text {
  line-height: 1.6;
}
.cid-vrQdbi6Bac .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrQdbi6Bac .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrQdbi6Bac .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrQdbi6Bac .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrQdbi6Bac .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrQdbi6Bac .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrQdbi6Bac .document-image {
    width: 100%;
    height: auto;
    max-height: 88vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrQdbi6Bac .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrQdbi6Bac .document-image-column,
  .cid-vrQdbi6Bac .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrQdbi6Bac .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrQdbi6Bac .document-text-panel {
    padding: 1rem;
  }
  .cid-vrQdbi6Bac .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrQdbi6Bac .document-subtitle DIV {
  text-align: justify;
}
.cid-vrQgB9u5vx {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrQgB9u5vx .document-header {
  margin-bottom: 1rem;
}
.cid-vrQgB9u5vx .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQgB9u5vx .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQgB9u5vx .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQgB9u5vx .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQgB9u5vx .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrQgB9u5vx .document-image-column,
.cid-vrQgB9u5vx .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrQgB9u5vx .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
}
.cid-vrQgB9u5vx .document-image-wrap {
  width: 100%;
  min-height: 76vh;
  height: 76vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrQgB9u5vx .document-image {
  display: block;
  width: 95%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrQgB9u5vx .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrQgB9u5vx .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrQgB9u5vx .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrQgB9u5vx .translation-text {
  line-height: 1.6;
}
.cid-vrQgB9u5vx .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrQgB9u5vx .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrQgB9u5vx .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrQgB9u5vx .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrQgB9u5vx .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrQgB9u5vx .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrQgB9u5vx .document-image {
    width: 95%;
    height: auto;
    max-height: 76vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrQgB9u5vx .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrQgB9u5vx .document-image-column,
  .cid-vrQgB9u5vx .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrQgB9u5vx .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrQgB9u5vx .document-text-panel {
    padding: 1rem;
  }
  .cid-vrQgB9u5vx .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrQgB9u5vx .document-subtitle DIV {
  text-align: right;
}
.cid-vrPQTcgLak {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrPQTcgLak .document-header {
  margin-bottom: 1rem;
}
.cid-vrPQTcgLak .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrPQTcgLak .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrPQTcgLak .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrPQTcgLak .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrPQTcgLak .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrPQTcgLak .document-image-column,
.cid-vrPQTcgLak .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrPQTcgLak .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
}
.cid-vrPQTcgLak .document-image-wrap {
  width: 100%;
  min-height: 66vh;
  height: 66vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrPQTcgLak .document-image {
  display: block;
  width: 95%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrPQTcgLak .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrPQTcgLak .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrPQTcgLak .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrPQTcgLak .translation-text {
  line-height: 1.6;
}
.cid-vrPQTcgLak .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrPQTcgLak .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrPQTcgLak .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrPQTcgLak .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrPQTcgLak .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrPQTcgLak .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrPQTcgLak .document-image {
    width: 95%;
    height: auto;
    max-height: 66vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrPQTcgLak .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrPQTcgLak .document-image-column,
  .cid-vrPQTcgLak .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrPQTcgLak .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrPQTcgLak .document-text-panel {
    padding: 1rem;
  }
  .cid-vrPQTcgLak .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrPQTcgLak .document-subtitle DIV {
  text-align: right;
}
.cid-vrMRDIRZgW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #5a5348;
}
.cid-vrMRDIRZgW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-vrMRDIRZgW .family-heading {
  margin-bottom: 2.5rem;
  text-align: "left";
}
.cid-vrMRDIRZgW .mbr-section-title {
  margin: 0 0 0.5rem 0;
  color: #fafafa;
  font-size: 2.6rem;
  line-height: 1.15;
  text-align: center;
}
.cid-vrMRDIRZgW .mbr-section-subtitle {
  margin: 0;
  color: #dddddd;
  font-size: 1.1rem;
  line-height: 1.45;
  text-align: center;
}
.cid-vrMRDIRZgW .family-row {
  margin-left: calc(-0.75rem);
  margin-right: calc(-0.75rem);
  row-gap: 1.75rem;
}
.cid-vrMRDIRZgW .family-column {
  padding-left: calc(0.75rem);
  padding-right: calc(0.75rem);
  display: flex;
}
.cid-vrMRDIRZgW .family-card {
  width: 100%;
  padding: 2.2rem;
  border-radius: 1.2rem;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  height: 100%;
}
.cid-vrMRDIRZgW .family-image {
  width: 100%;
  overflow: hidden;
  border-radius: 0.1rem;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrMRDIRZgW .family-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-vrMRDIRZgW .family-image-1 {
  height: 500px;
}
.cid-vrMRDIRZgW .family-image-2 {
  height: 560px;
}
.cid-vrMRDIRZgW .image-contain {
  object-fit: contain;
}
.cid-vrMRDIRZgW .image-cover {
  object-fit: cover;
}
.cid-vrMRDIRZgW .position-top img {
  object-position: center top;
}
.cid-vrMRDIRZgW .position-center img {
  object-position: center center;
}
.cid-vrMRDIRZgW .position-bottom img {
  object-position: center bottom;
}
.cid-vrMRDIRZgW .position-left img {
  object-position: left center;
}
.cid-vrMRDIRZgW .position-right img {
  object-position: right center;
}
.cid-vrMRDIRZgW .family-info {
  padding-top: 0.4rem;
  text-align: "left";
}
.cid-vrMRDIRZgW .category-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.8rem 0;
  justify-content: flex-start;
}
.cid-vrMRDIRZgW .category-label {
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.35rem 0.7rem;
  border-radius: 2rem;
  background-color: #e8e3dc;
  color: #333333;
  font-size: 0.75rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
  cursor: text;
}
.cid-vrMRDIRZgW .photo-title {
  margin: 0 0 0.5rem 0;
  color: #202020;
  font-size: 1rem;
  line-height: 1.2;
}
.cid-vrMRDIRZgW .photo-meta {
  margin: 0 0 0.25rem 0;
  color: #666666;
  font-size: 0.65rem;
  line-height: 1.4;
}
.cid-vrMRDIRZgW .photo-people {
  margin: 0.75rem 0 0 0;
  color: #303030;
  font-size: 1.05rem;
  line-height: 1.45;
  font-weight: 600;
}
.cid-vrMRDIRZgW .family-divider {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-vrMRDIRZgW .photo-caption {
  margin: 0.85rem 0 0 0;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5;
}
.cid-vrMRDIRZgW .photo-description {
  margin: 0.9rem 0 0 0;
  color: #444444;
  font-size: 1rem;
  line-height: 1.55;
}
.cid-vrMRDIRZgW .photo-note {
  margin: 0.9rem 0 0 0;
  color: #666666;
  font-size: 0.85rem;
  line-height: 1.5;
  font-style: italic;
}
.cid-vrMRDIRZgW .photo-source {
  margin: 0.9rem 0 0 0;
  color: #777777;
  font-size: 0.8rem;
  line-height: 1.4;
}
.cid-vrMRDIRZgW .family-info > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vrMRDIRZgW .family-card {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-vrMRDIRZgW .family-heading {
    margin-bottom: 2rem;
  }
  .cid-vrMRDIRZgW .family-column {
    width: 100%;
  }
  .cid-vrMRDIRZgW .family-image {
    height: auto;
    min-height: 240px;
    max-height: none;
  }
  .cid-vrMRDIRZgW .family-image img.image-contain {
    height: auto;
    min-height: 240px;
    max-height: 700px;
    object-fit: contain;
  }
  .cid-vrMRDIRZgW .family-image img.image-cover {
    height: 420px;
    object-fit: cover;
  }
  .cid-vrMRDIRZgW .mbr-section-title {
    font-size: calc(2.132rem);
  }
}
.cid-vrPONxJ1tg {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrPONxJ1tg .document-header {
  margin-bottom: 1rem;
}
.cid-vrPONxJ1tg .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrPONxJ1tg .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrPONxJ1tg .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrPONxJ1tg .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrPONxJ1tg .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrPONxJ1tg .document-image-column,
.cid-vrPONxJ1tg .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrPONxJ1tg .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
}
.cid-vrPONxJ1tg .document-image-wrap {
  width: 100%;
  min-height: 64vh;
  height: 64vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrPONxJ1tg .document-image {
  display: block;
  width: 95%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrPONxJ1tg .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrPONxJ1tg .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrPONxJ1tg .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrPONxJ1tg .translation-text {
  line-height: 1.6;
}
.cid-vrPONxJ1tg .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrPONxJ1tg .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrPONxJ1tg .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrPONxJ1tg .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrPONxJ1tg .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrPONxJ1tg .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrPONxJ1tg .document-image {
    width: 95%;
    height: auto;
    max-height: 64vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrPONxJ1tg .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrPONxJ1tg .document-image-column,
  .cid-vrPONxJ1tg .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrPONxJ1tg .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrPONxJ1tg .document-text-panel {
    padding: 1rem;
  }
  .cid-vrPONxJ1tg .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrPONxJ1tg .document-subtitle DIV {
  text-align: justify;
}
.cid-vrQkHxDtH5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrQkHxDtH5 .document-header {
  margin-bottom: 1rem;
}
.cid-vrQkHxDtH5 .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQkHxDtH5 .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQkHxDtH5 .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQkHxDtH5 .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQkHxDtH5 .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrQkHxDtH5 .document-image-column,
.cid-vrQkHxDtH5 .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrQkHxDtH5 .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
}
.cid-vrQkHxDtH5 .document-image-wrap {
  width: 100%;
  min-height: 68vh;
  height: 68vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrQkHxDtH5 .document-image {
  display: block;
  width: 95%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrQkHxDtH5 .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrQkHxDtH5 .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrQkHxDtH5 .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrQkHxDtH5 .translation-text {
  line-height: 1.6;
}
.cid-vrQkHxDtH5 .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrQkHxDtH5 .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrQkHxDtH5 .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrQkHxDtH5 .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrQkHxDtH5 .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrQkHxDtH5 .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrQkHxDtH5 .document-image {
    width: 95%;
    height: auto;
    max-height: 68vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrQkHxDtH5 .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrQkHxDtH5 .document-image-column,
  .cid-vrQkHxDtH5 .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrQkHxDtH5 .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrQkHxDtH5 .document-text-panel {
    padding: 1rem;
  }
  .cid-vrQkHxDtH5 .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrQkHxDtH5 .document-subtitle DIV {
  text-align: right;
}
.cid-vrQEDC9JOK {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrQEDC9JOK .document-header {
  margin-bottom: 1rem;
}
.cid-vrQEDC9JOK .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQEDC9JOK .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQEDC9JOK .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQEDC9JOK .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQEDC9JOK .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrQEDC9JOK .document-image-column,
.cid-vrQEDC9JOK .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrQEDC9JOK .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
}
.cid-vrQEDC9JOK .document-image-wrap {
  width: 100%;
  min-height: 72vh;
  height: 72vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrQEDC9JOK .document-image {
  display: block;
  width: 95%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrQEDC9JOK .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrQEDC9JOK .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrQEDC9JOK .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrQEDC9JOK .translation-text {
  line-height: 1.6;
}
.cid-vrQEDC9JOK .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrQEDC9JOK .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrQEDC9JOK .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrQEDC9JOK .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrQEDC9JOK .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrQEDC9JOK .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrQEDC9JOK .document-image {
    width: 95%;
    height: auto;
    max-height: 72vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrQEDC9JOK .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrQEDC9JOK .document-image-column,
  .cid-vrQEDC9JOK .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrQEDC9JOK .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrQEDC9JOK .document-text-panel {
    padding: 1rem;
  }
  .cid-vrQEDC9JOK .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrQEDC9JOK .document-subtitle DIV {
  text-align: right;
}
.cid-vrQAirWY55 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrQAirWY55 .document-header {
  margin-bottom: 1rem;
}
.cid-vrQAirWY55 .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQAirWY55 .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQAirWY55 .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQAirWY55 .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQAirWY55 .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrQAirWY55 .document-image-column,
.cid-vrQAirWY55 .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrQAirWY55 .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
}
.cid-vrQAirWY55 .document-image-wrap {
  width: 100%;
  min-height: 72vh;
  height: 72vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrQAirWY55 .document-image {
  display: block;
  width: 95%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrQAirWY55 .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrQAirWY55 .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrQAirWY55 .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrQAirWY55 .translation-text {
  line-height: 1.6;
}
.cid-vrQAirWY55 .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrQAirWY55 .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrQAirWY55 .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrQAirWY55 .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrQAirWY55 .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrQAirWY55 .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrQAirWY55 .document-image {
    width: 95%;
    height: auto;
    max-height: 72vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrQAirWY55 .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrQAirWY55 .document-image-column,
  .cid-vrQAirWY55 .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrQAirWY55 .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrQAirWY55 .document-text-panel {
    padding: 1rem;
  }
  .cid-vrQAirWY55 .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrQAirWY55 .document-subtitle DIV {
  text-align: right;
}
.cid-vrQ2F9hTCv {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrQ2F9hTCv .document-header {
  margin-bottom: 1rem;
}
.cid-vrQ2F9hTCv .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQ2F9hTCv .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQ2F9hTCv .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQ2F9hTCv .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQ2F9hTCv .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrQ2F9hTCv .document-image-column,
.cid-vrQ2F9hTCv .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrQ2F9hTCv .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
}
.cid-vrQ2F9hTCv .document-image-wrap {
  width: 100%;
  min-height: 82vh;
  height: 82vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrQ2F9hTCv .document-image {
  display: block;
  width: 95%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrQ2F9hTCv .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrQ2F9hTCv .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrQ2F9hTCv .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrQ2F9hTCv .translation-text {
  line-height: 1.6;
}
.cid-vrQ2F9hTCv .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrQ2F9hTCv .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrQ2F9hTCv .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrQ2F9hTCv .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrQ2F9hTCv .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrQ2F9hTCv .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrQ2F9hTCv .document-image {
    width: 95%;
    height: auto;
    max-height: 82vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrQ2F9hTCv .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrQ2F9hTCv .document-image-column,
  .cid-vrQ2F9hTCv .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrQ2F9hTCv .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrQ2F9hTCv .document-text-panel {
    padding: 1rem;
  }
  .cid-vrQ2F9hTCv .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrQ2F9hTCv .document-subtitle DIV {
  text-align: justify;
}
.cid-vrQlX9a5H8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrQlX9a5H8 .document-header {
  margin-bottom: 1rem;
}
.cid-vrQlX9a5H8 .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQlX9a5H8 .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQlX9a5H8 .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQlX9a5H8 .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQlX9a5H8 .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrQlX9a5H8 .document-image-column,
.cid-vrQlX9a5H8 .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrQlX9a5H8 .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
}
.cid-vrQlX9a5H8 .document-image-wrap {
  width: 100%;
  min-height: 40vh;
  height: 40vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrQlX9a5H8 .document-image {
  display: block;
  width: 95%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrQlX9a5H8 .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrQlX9a5H8 .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrQlX9a5H8 .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrQlX9a5H8 .translation-text {
  line-height: 1.6;
}
.cid-vrQlX9a5H8 .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrQlX9a5H8 .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrQlX9a5H8 .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrQlX9a5H8 .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrQlX9a5H8 .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrQlX9a5H8 .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrQlX9a5H8 .document-image {
    width: 95%;
    height: auto;
    max-height: 40vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrQlX9a5H8 .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrQlX9a5H8 .document-image-column,
  .cid-vrQlX9a5H8 .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrQlX9a5H8 .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrQlX9a5H8 .document-text-panel {
    padding: 1rem;
  }
  .cid-vrQlX9a5H8 .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrQlX9a5H8 .document-subtitle DIV {
  text-align: justify;
}
.cid-vrQiO9ZHy6 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrQiO9ZHy6 .document-header {
  margin-bottom: 1rem;
}
.cid-vrQiO9ZHy6 .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQiO9ZHy6 .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQiO9ZHy6 .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQiO9ZHy6 .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQiO9ZHy6 .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrQiO9ZHy6 .document-image-column,
.cid-vrQiO9ZHy6 .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrQiO9ZHy6 .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
}
.cid-vrQiO9ZHy6 .document-image-wrap {
  width: 100%;
  min-height: 68vh;
  height: 68vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrQiO9ZHy6 .document-image {
  display: block;
  width: 95%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrQiO9ZHy6 .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrQiO9ZHy6 .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrQiO9ZHy6 .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrQiO9ZHy6 .translation-text {
  line-height: 1.6;
}
.cid-vrQiO9ZHy6 .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrQiO9ZHy6 .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrQiO9ZHy6 .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrQiO9ZHy6 .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrQiO9ZHy6 .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrQiO9ZHy6 .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrQiO9ZHy6 .document-image {
    width: 95%;
    height: auto;
    max-height: 68vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrQiO9ZHy6 .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrQiO9ZHy6 .document-image-column,
  .cid-vrQiO9ZHy6 .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrQiO9ZHy6 .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrQiO9ZHy6 .document-text-panel {
    padding: 1rem;
  }
  .cid-vrQiO9ZHy6 .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrQiO9ZHy6 .document-subtitle DIV {
  text-align: justify;
}
.cid-vrQUqz9lKN {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrQUqz9lKN .document-header {
  margin-bottom: 1rem;
}
.cid-vrQUqz9lKN .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQUqz9lKN .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQUqz9lKN .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQUqz9lKN .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQUqz9lKN .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrQUqz9lKN .document-image-column,
.cid-vrQUqz9lKN .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrQUqz9lKN .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
}
.cid-vrQUqz9lKN .document-image-wrap {
  width: 100%;
  min-height: 32vh;
  height: 32vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrQUqz9lKN .document-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrQUqz9lKN .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrQUqz9lKN .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrQUqz9lKN .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrQUqz9lKN .translation-text {
  line-height: 1.6;
}
.cid-vrQUqz9lKN .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrQUqz9lKN .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrQUqz9lKN .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrQUqz9lKN .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrQUqz9lKN .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrQUqz9lKN .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrQUqz9lKN .document-image {
    width: 100%;
    height: auto;
    max-height: 32vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrQUqz9lKN .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrQUqz9lKN .document-image-column,
  .cid-vrQUqz9lKN .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrQUqz9lKN .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrQUqz9lKN .document-text-panel {
    padding: 1rem;
  }
  .cid-vrQUqz9lKN .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrQUqz9lKN .document-subtitle DIV {
  text-align: justify;
}
.cid-vrQnVSyZdv {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrQnVSyZdv .document-header {
  margin-bottom: 1rem;
}
.cid-vrQnVSyZdv .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQnVSyZdv .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQnVSyZdv .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQnVSyZdv .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQnVSyZdv .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrQnVSyZdv .document-image-column,
.cid-vrQnVSyZdv .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrQnVSyZdv .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
}
.cid-vrQnVSyZdv .document-image-wrap {
  width: 100%;
  min-height: 32vh;
  height: 32vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrQnVSyZdv .document-image {
  display: block;
  width: 95%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrQnVSyZdv .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrQnVSyZdv .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrQnVSyZdv .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrQnVSyZdv .translation-text {
  line-height: 1.6;
}
.cid-vrQnVSyZdv .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrQnVSyZdv .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrQnVSyZdv .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrQnVSyZdv .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrQnVSyZdv .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrQnVSyZdv .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrQnVSyZdv .document-image {
    width: 95%;
    height: auto;
    max-height: 32vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrQnVSyZdv .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrQnVSyZdv .document-image-column,
  .cid-vrQnVSyZdv .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrQnVSyZdv .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrQnVSyZdv .document-text-panel {
    padding: 1rem;
  }
  .cid-vrQnVSyZdv .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrQnVSyZdv .document-subtitle DIV {
  text-align: right;
}
.cid-vrPLje5FUA {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrPLje5FUA .document-header {
  margin-bottom: 1rem;
}
.cid-vrPLje5FUA .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrPLje5FUA .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrPLje5FUA .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrPLje5FUA .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrPLje5FUA .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrPLje5FUA .document-image-column,
.cid-vrPLje5FUA .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrPLje5FUA .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
}
.cid-vrPLje5FUA .document-image-wrap {
  width: 100%;
  min-height: 70vh;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrPLje5FUA .document-image {
  display: block;
  width: 95%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrPLje5FUA .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrPLje5FUA .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrPLje5FUA .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrPLje5FUA .translation-text {
  line-height: 1.6;
}
.cid-vrPLje5FUA .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrPLje5FUA .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrPLje5FUA .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrPLje5FUA .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrPLje5FUA .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrPLje5FUA .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrPLje5FUA .document-image {
    width: 95%;
    height: auto;
    max-height: 70vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrPLje5FUA .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrPLje5FUA .document-image-column,
  .cid-vrPLje5FUA .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrPLje5FUA .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrPLje5FUA .document-text-panel {
    padding: 1rem;
  }
  .cid-vrPLje5FUA .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrPLje5FUA .document-subtitle DIV {
  text-align: justify;
}
.cid-vrMO3D6t4C {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #5a5348;
}
.cid-vrMO3D6t4C .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-vrMO3D6t4C .family-heading {
  margin-bottom: 2.5rem;
  text-align: "left";
}
.cid-vrMO3D6t4C .mbr-section-title {
  margin: 0 0 0.5rem 0;
  color: #fafafa;
  font-size: 2.6rem;
  line-height: 1.15;
  text-align: center;
}
.cid-vrMO3D6t4C .mbr-section-subtitle {
  margin: 0;
  color: #dddddd;
  font-size: 1.1rem;
  line-height: 1.45;
  text-align: center;
}
.cid-vrMO3D6t4C .family-row {
  margin-left: calc(-0.75rem);
  margin-right: calc(-0.75rem);
  row-gap: 1.75rem;
}
.cid-vrMO3D6t4C .family-column {
  padding-left: calc(0.75rem);
  padding-right: calc(0.75rem);
  display: flex;
}
.cid-vrMO3D6t4C .family-card {
  width: 100%;
  padding: 2.2rem;
  border-radius: 1.2rem;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  height: 100%;
}
.cid-vrMO3D6t4C .family-image {
  width: 100%;
  overflow: hidden;
  border-radius: 0.1rem;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrMO3D6t4C .family-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-vrMO3D6t4C .family-image-1 {
  height: 1000px;
}
.cid-vrMO3D6t4C .family-image-2 {
  height: 560px;
}
.cid-vrMO3D6t4C .image-contain {
  object-fit: contain;
}
.cid-vrMO3D6t4C .image-cover {
  object-fit: cover;
}
.cid-vrMO3D6t4C .position-top img {
  object-position: center top;
}
.cid-vrMO3D6t4C .position-center img {
  object-position: center center;
}
.cid-vrMO3D6t4C .position-bottom img {
  object-position: center bottom;
}
.cid-vrMO3D6t4C .position-left img {
  object-position: left center;
}
.cid-vrMO3D6t4C .position-right img {
  object-position: right center;
}
.cid-vrMO3D6t4C .family-info {
  padding-top: 0.4rem;
  text-align: "left";
}
.cid-vrMO3D6t4C .category-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.8rem 0;
  justify-content: flex-start;
}
.cid-vrMO3D6t4C .category-label {
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.35rem 0.7rem;
  border-radius: 2rem;
  background-color: #e8e3dc;
  color: #333333;
  font-size: 0.75rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
  cursor: text;
}
.cid-vrMO3D6t4C .photo-title {
  margin: 0 0 0.5rem 0;
  color: #202020;
  font-size: 1rem;
  line-height: 1.2;
}
.cid-vrMO3D6t4C .photo-meta {
  margin: 0 0 0.25rem 0;
  color: #666666;
  font-size: 0.65rem;
  line-height: 1.4;
}
.cid-vrMO3D6t4C .photo-people {
  margin: 0.75rem 0 0 0;
  color: #303030;
  font-size: 1.05rem;
  line-height: 1.45;
  font-weight: 600;
}
.cid-vrMO3D6t4C .family-divider {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-vrMO3D6t4C .photo-caption {
  margin: 0.85rem 0 0 0;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5;
}
.cid-vrMO3D6t4C .photo-description {
  margin: 0.9rem 0 0 0;
  color: #444444;
  font-size: 1rem;
  line-height: 1.55;
}
.cid-vrMO3D6t4C .photo-note {
  margin: 0.9rem 0 0 0;
  color: #666666;
  font-size: 0.85rem;
  line-height: 1.5;
  font-style: italic;
}
.cid-vrMO3D6t4C .photo-source {
  margin: 0.9rem 0 0 0;
  color: #777777;
  font-size: 0.8rem;
  line-height: 1.4;
}
.cid-vrMO3D6t4C .family-info > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vrMO3D6t4C .family-card {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-vrMO3D6t4C .family-heading {
    margin-bottom: 2rem;
  }
  .cid-vrMO3D6t4C .family-column {
    width: 100%;
  }
  .cid-vrMO3D6t4C .family-image {
    height: auto;
    min-height: 240px;
    max-height: none;
  }
  .cid-vrMO3D6t4C .family-image img.image-contain {
    height: auto;
    min-height: 240px;
    max-height: 700px;
    object-fit: contain;
  }
  .cid-vrMO3D6t4C .family-image img.image-cover {
    height: 420px;
    object-fit: cover;
  }
  .cid-vrMO3D6t4C .mbr-section-title {
    font-size: calc(2.132rem);
  }
}
.cid-vrQbciX9gX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrQbciX9gX .document-header {
  margin-bottom: 1rem;
}
.cid-vrQbciX9gX .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQbciX9gX .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQbciX9gX .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQbciX9gX .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQbciX9gX .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrQbciX9gX .document-image-column,
.cid-vrQbciX9gX .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrQbciX9gX .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
}
.cid-vrQbciX9gX .document-image-wrap {
  width: 100%;
  min-height: 54vh;
  height: 54vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrQbciX9gX .document-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrQbciX9gX .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrQbciX9gX .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrQbciX9gX .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrQbciX9gX .translation-text {
  line-height: 1.6;
}
.cid-vrQbciX9gX .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrQbciX9gX .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrQbciX9gX .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrQbciX9gX .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrQbciX9gX .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrQbciX9gX .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrQbciX9gX .document-image {
    width: 100%;
    height: auto;
    max-height: 54vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrQbciX9gX .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrQbciX9gX .document-image-column,
  .cid-vrQbciX9gX .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrQbciX9gX .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrQbciX9gX .document-text-panel {
    padding: 1rem;
  }
  .cid-vrQbciX9gX .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrQbciX9gX .document-subtitle DIV {
  text-align: right;
}
.cid-vrQVw2OPy3 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrQVw2OPy3 .document-header {
  margin-bottom: 1rem;
}
.cid-vrQVw2OPy3 .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQVw2OPy3 .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQVw2OPy3 .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQVw2OPy3 .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQVw2OPy3 .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrQVw2OPy3 .document-image-column,
.cid-vrQVw2OPy3 .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrQVw2OPy3 .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
}
.cid-vrQVw2OPy3 .document-image-wrap {
  width: 100%;
  min-height: 68vh;
  height: 68vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrQVw2OPy3 .document-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrQVw2OPy3 .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrQVw2OPy3 .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrQVw2OPy3 .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrQVw2OPy3 .translation-text {
  line-height: 1.6;
}
.cid-vrQVw2OPy3 .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrQVw2OPy3 .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrQVw2OPy3 .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrQVw2OPy3 .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrQVw2OPy3 .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrQVw2OPy3 .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrQVw2OPy3 .document-image {
    width: 100%;
    height: auto;
    max-height: 68vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrQVw2OPy3 .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrQVw2OPy3 .document-image-column,
  .cid-vrQVw2OPy3 .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrQVw2OPy3 .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrQVw2OPy3 .document-text-panel {
    padding: 1rem;
  }
  .cid-vrQVw2OPy3 .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrQVw2OPy3 .document-subtitle DIV {
  text-align: right;
}
.cid-vrR6UaiB3Y {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrR6UaiB3Y .document-header {
  margin-bottom: 1rem;
}
.cid-vrR6UaiB3Y .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrR6UaiB3Y .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrR6UaiB3Y .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrR6UaiB3Y .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrR6UaiB3Y .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrR6UaiB3Y .document-image-column,
.cid-vrR6UaiB3Y .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrR6UaiB3Y .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
}
.cid-vrR6UaiB3Y .document-image-wrap {
  width: 100%;
  min-height: 34vh;
  height: 34vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrR6UaiB3Y .document-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrR6UaiB3Y .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrR6UaiB3Y .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrR6UaiB3Y .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrR6UaiB3Y .translation-text {
  line-height: 1.6;
}
.cid-vrR6UaiB3Y .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrR6UaiB3Y .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrR6UaiB3Y .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrR6UaiB3Y .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrR6UaiB3Y .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrR6UaiB3Y .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrR6UaiB3Y .document-image {
    width: 100%;
    height: auto;
    max-height: 34vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrR6UaiB3Y .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrR6UaiB3Y .document-image-column,
  .cid-vrR6UaiB3Y .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrR6UaiB3Y .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrR6UaiB3Y .document-text-panel {
    padding: 1rem;
  }
  .cid-vrR6UaiB3Y .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrR6UaiB3Y .document-subtitle DIV {
  text-align: justify;
}
.cid-vrKsEkGUBa {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrKsEkGUBa .document-header {
  margin-bottom: 1rem;
}
.cid-vrKsEkGUBa .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrKsEkGUBa .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrKsEkGUBa .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrKsEkGUBa .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrKsEkGUBa .document-body {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.cid-vrKsEkGUBa .document-image-column,
.cid-vrKsEkGUBa .document-text-column {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.cid-vrKsEkGUBa .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}
.cid-vrKsEkGUBa .document-image-wrap {
  width: 100%;
  min-height: 44vh;
  height: 44vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrKsEkGUBa .document-image {
  display: block;
  width: 85%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrKsEkGUBa .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrKsEkGUBa .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrKsEkGUBa .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrKsEkGUBa .translation-text {
  line-height: 1.6;
}
.cid-vrKsEkGUBa .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrKsEkGUBa .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrKsEkGUBa .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrKsEkGUBa .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrKsEkGUBa .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrKsEkGUBa .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrKsEkGUBa .document-image {
    width: 85%;
    height: auto;
    max-height: 44vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrKsEkGUBa .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrKsEkGUBa .document-image-column,
  .cid-vrKsEkGUBa .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrKsEkGUBa .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrKsEkGUBa .document-text-panel {
    padding: 1rem;
  }
  .cid-vrKsEkGUBa .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrKwBBkHGL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrKwBBkHGL .document-header {
  margin-bottom: 1rem;
}
.cid-vrKwBBkHGL .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrKwBBkHGL .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrKwBBkHGL .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrKwBBkHGL .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrKwBBkHGL .document-body {
  margin-left: 0rem;
  margin-right: 0rem;
}
.cid-vrKwBBkHGL .document-image-column,
.cid-vrKwBBkHGL .document-text-column {
  padding-left: 0rem;
  padding-right: 0rem;
}
.cid-vrKwBBkHGL .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}
.cid-vrKwBBkHGL .document-image-wrap {
  width: 100%;
  min-height: 44vh;
  height: 44vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrKwBBkHGL .document-image {
  display: block;
  width: 70%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrKwBBkHGL .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrKwBBkHGL .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrKwBBkHGL .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrKwBBkHGL .translation-text {
  line-height: 1.6;
}
.cid-vrKwBBkHGL .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrKwBBkHGL .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrKwBBkHGL .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrKwBBkHGL .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrKwBBkHGL .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrKwBBkHGL .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrKwBBkHGL .document-image {
    width: 70%;
    height: auto;
    max-height: 44vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrKwBBkHGL .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrKwBBkHGL .document-image-column,
  .cid-vrKwBBkHGL .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrKwBBkHGL .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrKwBBkHGL .document-text-panel {
    padding: 1rem;
  }
  .cid-vrKwBBkHGL .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrQyQpO0T1 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrQyQpO0T1 .document-header {
  margin-bottom: 1rem;
}
.cid-vrQyQpO0T1 .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQyQpO0T1 .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQyQpO0T1 .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQyQpO0T1 .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQyQpO0T1 .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrQyQpO0T1 .document-image-column,
.cid-vrQyQpO0T1 .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrQyQpO0T1 .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
}
.cid-vrQyQpO0T1 .document-image-wrap {
  width: 100%;
  min-height: 66vh;
  height: 66vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrQyQpO0T1 .document-image {
  display: block;
  width: 95%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrQyQpO0T1 .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrQyQpO0T1 .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrQyQpO0T1 .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrQyQpO0T1 .translation-text {
  line-height: 1.6;
}
.cid-vrQyQpO0T1 .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrQyQpO0T1 .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrQyQpO0T1 .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrQyQpO0T1 .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrQyQpO0T1 .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrQyQpO0T1 .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrQyQpO0T1 .document-image {
    width: 95%;
    height: auto;
    max-height: 66vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrQyQpO0T1 .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrQyQpO0T1 .document-image-column,
  .cid-vrQyQpO0T1 .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrQyQpO0T1 .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrQyQpO0T1 .document-text-panel {
    padding: 1rem;
  }
  .cid-vrQyQpO0T1 .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrQyQpO0T1 .document-subtitle DIV {
  text-align: justify;
}
.cid-vrPMBDYPjD {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrPMBDYPjD .document-header {
  margin-bottom: 1rem;
}
.cid-vrPMBDYPjD .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrPMBDYPjD .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrPMBDYPjD .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrPMBDYPjD .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrPMBDYPjD .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrPMBDYPjD .document-image-column,
.cid-vrPMBDYPjD .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrPMBDYPjD .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
}
.cid-vrPMBDYPjD .document-image-wrap {
  width: 100%;
  min-height: 30vh;
  height: 30vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrPMBDYPjD .document-image {
  display: block;
  width: 90%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrPMBDYPjD .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrPMBDYPjD .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrPMBDYPjD .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrPMBDYPjD .translation-text {
  line-height: 1.6;
}
.cid-vrPMBDYPjD .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrPMBDYPjD .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrPMBDYPjD .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrPMBDYPjD .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrPMBDYPjD .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrPMBDYPjD .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrPMBDYPjD .document-image {
    width: 90%;
    height: auto;
    max-height: 30vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrPMBDYPjD .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrPMBDYPjD .document-image-column,
  .cid-vrPMBDYPjD .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrPMBDYPjD .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrPMBDYPjD .document-text-panel {
    padding: 1rem;
  }
  .cid-vrPMBDYPjD .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrPMBDYPjD .document-subtitle DIV {
  text-align: right;
}
.cid-vrPTb3TPvR {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrPTb3TPvR .document-header {
  margin-bottom: 1rem;
}
.cid-vrPTb3TPvR .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrPTb3TPvR .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrPTb3TPvR .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrPTb3TPvR .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrPTb3TPvR .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrPTb3TPvR .document-image-column,
.cid-vrPTb3TPvR .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrPTb3TPvR .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
}
.cid-vrPTb3TPvR .document-image-wrap {
  width: 100%;
  min-height: 44vh;
  height: 44vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrPTb3TPvR .document-image {
  display: block;
  width: 95%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrPTb3TPvR .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrPTb3TPvR .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrPTb3TPvR .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrPTb3TPvR .translation-text {
  line-height: 1.6;
}
.cid-vrPTb3TPvR .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrPTb3TPvR .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrPTb3TPvR .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrPTb3TPvR .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrPTb3TPvR .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrPTb3TPvR .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrPTb3TPvR .document-image {
    width: 95%;
    height: auto;
    max-height: 44vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrPTb3TPvR .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrPTb3TPvR .document-image-column,
  .cid-vrPTb3TPvR .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrPTb3TPvR .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrPTb3TPvR .document-text-panel {
    padding: 1rem;
  }
  .cid-vrPTb3TPvR .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrPTb3TPvR .document-subtitle DIV {
  text-align: justify;
}
.cid-vrPUXcPzrn {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrPUXcPzrn .document-header {
  margin-bottom: 1rem;
}
.cid-vrPUXcPzrn .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrPUXcPzrn .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrPUXcPzrn .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrPUXcPzrn .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrPUXcPzrn .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrPUXcPzrn .document-image-column,
.cid-vrPUXcPzrn .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrPUXcPzrn .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
}
.cid-vrPUXcPzrn .document-image-wrap {
  width: 100%;
  min-height: 66vh;
  height: 66vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrPUXcPzrn .document-image {
  display: block;
  width: 95%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrPUXcPzrn .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrPUXcPzrn .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrPUXcPzrn .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrPUXcPzrn .translation-text {
  line-height: 1.6;
}
.cid-vrPUXcPzrn .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrPUXcPzrn .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrPUXcPzrn .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrPUXcPzrn .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrPUXcPzrn .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrPUXcPzrn .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrPUXcPzrn .document-image {
    width: 95%;
    height: auto;
    max-height: 66vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrPUXcPzrn .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrPUXcPzrn .document-image-column,
  .cid-vrPUXcPzrn .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrPUXcPzrn .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrPUXcPzrn .document-text-panel {
    padding: 1rem;
  }
  .cid-vrPUXcPzrn .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrPUXcPzrn .document-subtitle DIV {
  text-align: right;
}
.cid-vrQD8vpHwp {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrQD8vpHwp .document-header {
  margin-bottom: 1rem;
}
.cid-vrQD8vpHwp .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQD8vpHwp .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQD8vpHwp .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQD8vpHwp .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQD8vpHwp .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrQD8vpHwp .document-image-column,
.cid-vrQD8vpHwp .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrQD8vpHwp .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
}
.cid-vrQD8vpHwp .document-image-wrap {
  width: 100%;
  min-height: 72vh;
  height: 72vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrQD8vpHwp .document-image {
  display: block;
  width: 95%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrQD8vpHwp .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrQD8vpHwp .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrQD8vpHwp .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrQD8vpHwp .translation-text {
  line-height: 1.6;
}
.cid-vrQD8vpHwp .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrQD8vpHwp .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrQD8vpHwp .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrQD8vpHwp .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrQD8vpHwp .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrQD8vpHwp .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrQD8vpHwp .document-image {
    width: 95%;
    height: auto;
    max-height: 72vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrQD8vpHwp .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrQD8vpHwp .document-image-column,
  .cid-vrQD8vpHwp .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrQD8vpHwp .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrQD8vpHwp .document-text-panel {
    padding: 1rem;
  }
  .cid-vrQD8vpHwp .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrQD8vpHwp .document-subtitle DIV {
  text-align: justify;
}
.cid-vrKFmWVlMs {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrKFmWVlMs .document-header {
  margin-bottom: 1rem;
}
.cid-vrKFmWVlMs .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrKFmWVlMs .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrKFmWVlMs .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrKFmWVlMs .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrKFmWVlMs .document-body {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.cid-vrKFmWVlMs .document-image-column,
.cid-vrKFmWVlMs .document-text-column {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.cid-vrKFmWVlMs .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}
.cid-vrKFmWVlMs .document-image-wrap {
  width: 100%;
  min-height: 44vh;
  height: 44vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrKFmWVlMs .document-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrKFmWVlMs .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrKFmWVlMs .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrKFmWVlMs .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrKFmWVlMs .translation-text {
  line-height: 1.6;
}
.cid-vrKFmWVlMs .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrKFmWVlMs .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrKFmWVlMs .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrKFmWVlMs .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrKFmWVlMs .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrKFmWVlMs .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrKFmWVlMs .document-image {
    width: 100%;
    height: auto;
    max-height: 44vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrKFmWVlMs .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrKFmWVlMs .document-image-column,
  .cid-vrKFmWVlMs .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrKFmWVlMs .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrKFmWVlMs .document-text-panel {
    padding: 1rem;
  }
  .cid-vrKFmWVlMs .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrQYZNuUFq {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrQYZNuUFq .document-header {
  margin-bottom: 1rem;
}
.cid-vrQYZNuUFq .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQYZNuUFq .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrQYZNuUFq .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQYZNuUFq .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrQYZNuUFq .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrQYZNuUFq .document-image-column,
.cid-vrQYZNuUFq .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrQYZNuUFq .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
}
.cid-vrQYZNuUFq .document-image-wrap {
  width: 100%;
  min-height: 76vh;
  height: 76vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrQYZNuUFq .document-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrQYZNuUFq .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrQYZNuUFq .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrQYZNuUFq .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrQYZNuUFq .translation-text {
  line-height: 1.6;
}
.cid-vrQYZNuUFq .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrQYZNuUFq .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrQYZNuUFq .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrQYZNuUFq .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrQYZNuUFq .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrQYZNuUFq .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrQYZNuUFq .document-image {
    width: 100%;
    height: auto;
    max-height: 76vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrQYZNuUFq .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrQYZNuUFq .document-image-column,
  .cid-vrQYZNuUFq .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrQYZNuUFq .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrQYZNuUFq .document-text-panel {
    padding: 1rem;
  }
  .cid-vrQYZNuUFq .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrQYZNuUFq .document-subtitle DIV {
  text-align: right;
}
.cid-vrR2N5KloY {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrR2N5KloY .document-header {
  margin-bottom: 1rem;
}
.cid-vrR2N5KloY .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrR2N5KloY .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrR2N5KloY .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrR2N5KloY .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrR2N5KloY .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrR2N5KloY .document-image-column,
.cid-vrR2N5KloY .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrR2N5KloY .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
}
.cid-vrR2N5KloY .document-image-wrap {
  width: 100%;
  min-height: 76vh;
  height: 76vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrR2N5KloY .document-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrR2N5KloY .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrR2N5KloY .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrR2N5KloY .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrR2N5KloY .translation-text {
  line-height: 1.6;
}
.cid-vrR2N5KloY .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrR2N5KloY .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrR2N5KloY .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrR2N5KloY .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrR2N5KloY .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrR2N5KloY .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrR2N5KloY .document-image {
    width: 100%;
    height: auto;
    max-height: 76vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrR2N5KloY .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrR2N5KloY .document-image-column,
  .cid-vrR2N5KloY .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrR2N5KloY .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrR2N5KloY .document-text-panel {
    padding: 1rem;
  }
  .cid-vrR2N5KloY .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrR2N5KloY .document-subtitle DIV {
  text-align: right;
}
.cid-vrMHAIcj1X {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #5a5348;
}
.cid-vrMHAIcj1X .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-vrMHAIcj1X .family-heading {
  margin-bottom: 2.5rem;
  text-align: "left";
}
.cid-vrMHAIcj1X .mbr-section-title {
  margin: 0 0 0.5rem 0;
  color: #fafafa;
  font-size: 2.6rem;
  line-height: 1.15;
  text-align: center;
}
.cid-vrMHAIcj1X .mbr-section-subtitle {
  margin: 0;
  color: #dddddd;
  font-size: 1.1rem;
  line-height: 1.45;
  text-align: center;
}
.cid-vrMHAIcj1X .family-row {
  margin-left: calc(-0.75rem);
  margin-right: calc(-0.75rem);
  row-gap: 1.75rem;
}
.cid-vrMHAIcj1X .family-column {
  padding-left: calc(0.75rem);
  padding-right: calc(0.75rem);
  display: flex;
}
.cid-vrMHAIcj1X .family-card {
  width: 100%;
  padding: 2.2rem;
  border-radius: 1.2rem;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  height: 100%;
}
.cid-vrMHAIcj1X .family-image {
  width: 100%;
  overflow: hidden;
  border-radius: 0.1rem;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrMHAIcj1X .family-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-vrMHAIcj1X .family-image-1 {
  height: 1000px;
}
.cid-vrMHAIcj1X .family-image-2 {
  height: 560px;
}
.cid-vrMHAIcj1X .image-contain {
  object-fit: contain;
}
.cid-vrMHAIcj1X .image-cover {
  object-fit: cover;
}
.cid-vrMHAIcj1X .position-top img {
  object-position: center top;
}
.cid-vrMHAIcj1X .position-center img {
  object-position: center center;
}
.cid-vrMHAIcj1X .position-bottom img {
  object-position: center bottom;
}
.cid-vrMHAIcj1X .position-left img {
  object-position: left center;
}
.cid-vrMHAIcj1X .position-right img {
  object-position: right center;
}
.cid-vrMHAIcj1X .family-info {
  padding-top: 0.4rem;
  text-align: "left";
}
.cid-vrMHAIcj1X .category-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.8rem 0;
  justify-content: flex-start;
}
.cid-vrMHAIcj1X .category-label {
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.35rem 0.7rem;
  border-radius: 2rem;
  background-color: #e8e3dc;
  color: #333333;
  font-size: 0.75rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
  cursor: text;
}
.cid-vrMHAIcj1X .photo-title {
  margin: 0 0 0.5rem 0;
  color: #202020;
  font-size: 1rem;
  line-height: 1.2;
}
.cid-vrMHAIcj1X .photo-meta {
  margin: 0 0 0.25rem 0;
  color: #666666;
  font-size: 0.65rem;
  line-height: 1.4;
}
.cid-vrMHAIcj1X .photo-people {
  margin: 0.75rem 0 0 0;
  color: #303030;
  font-size: 0.95rem;
  line-height: 1.45;
  font-weight: 600;
}
.cid-vrMHAIcj1X .family-divider {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-vrMHAIcj1X .photo-caption {
  margin: 0.85rem 0 0 0;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5;
}
.cid-vrMHAIcj1X .photo-description {
  margin: 0.9rem 0 0 0;
  color: #444444;
  font-size: 1rem;
  line-height: 1.55;
}
.cid-vrMHAIcj1X .photo-note {
  margin: 0.9rem 0 0 0;
  color: #666666;
  font-size: 0.85rem;
  line-height: 1.5;
  font-style: italic;
}
.cid-vrMHAIcj1X .photo-source {
  margin: 0.9rem 0 0 0;
  color: #777777;
  font-size: 0.8rem;
  line-height: 1.4;
}
.cid-vrMHAIcj1X .family-info > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vrMHAIcj1X .family-card {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-vrMHAIcj1X .family-heading {
    margin-bottom: 2rem;
  }
  .cid-vrMHAIcj1X .family-column {
    width: 100%;
  }
  .cid-vrMHAIcj1X .family-image {
    height: auto;
    min-height: 240px;
    max-height: none;
  }
  .cid-vrMHAIcj1X .family-image img.image-contain {
    height: auto;
    min-height: 240px;
    max-height: 700px;
    object-fit: contain;
  }
  .cid-vrMHAIcj1X .family-image img.image-cover {
    height: 420px;
    object-fit: cover;
  }
  .cid-vrMHAIcj1X .mbr-section-title {
    font-size: calc(2.132rem);
  }
}
.cid-vrKXy6Zv6d {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrKXy6Zv6d .document-header {
  margin-bottom: 1rem;
}
.cid-vrKXy6Zv6d .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrKXy6Zv6d .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrKXy6Zv6d .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrKXy6Zv6d .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrKXy6Zv6d .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrKXy6Zv6d .document-image-column,
.cid-vrKXy6Zv6d .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrKXy6Zv6d .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}
.cid-vrKXy6Zv6d .document-image-wrap {
  width: 100%;
  min-height: 26vh;
  height: 26vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrKXy6Zv6d .document-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrKXy6Zv6d .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrKXy6Zv6d .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrKXy6Zv6d .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrKXy6Zv6d .translation-text {
  line-height: 1.6;
}
.cid-vrKXy6Zv6d .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrKXy6Zv6d .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrKXy6Zv6d .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrKXy6Zv6d .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrKXy6Zv6d .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrKXy6Zv6d .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrKXy6Zv6d .document-image {
    width: 100%;
    height: auto;
    max-height: 26vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrKXy6Zv6d .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrKXy6Zv6d .document-image-column,
  .cid-vrKXy6Zv6d .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrKXy6Zv6d .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrKXy6Zv6d .document-text-panel {
    padding: 1rem;
  }
  .cid-vrKXy6Zv6d .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrPDuq8EzC {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrPDuq8EzC .document-header {
  margin-bottom: 1rem;
}
.cid-vrPDuq8EzC .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrPDuq8EzC .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrPDuq8EzC .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrPDuq8EzC .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrPDuq8EzC .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrPDuq8EzC .document-image-column,
.cid-vrPDuq8EzC .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrPDuq8EzC .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
}
.cid-vrPDuq8EzC .document-image-wrap {
  width: 100%;
  min-height: 20vh;
  height: 20vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrPDuq8EzC .document-image {
  display: block;
  width: 95%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrPDuq8EzC .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrPDuq8EzC .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrPDuq8EzC .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrPDuq8EzC .translation-text {
  line-height: 1.6;
}
.cid-vrPDuq8EzC .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrPDuq8EzC .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrPDuq8EzC .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrPDuq8EzC .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrPDuq8EzC .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrPDuq8EzC .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrPDuq8EzC .document-image {
    width: 95%;
    height: auto;
    max-height: 20vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrPDuq8EzC .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrPDuq8EzC .document-image-column,
  .cid-vrPDuq8EzC .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrPDuq8EzC .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrPDuq8EzC .document-text-panel {
    padding: 1rem;
  }
  .cid-vrPDuq8EzC .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrLhFHEtOe {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrLhFHEtOe .document-header {
  margin-bottom: 1rem;
}
.cid-vrLhFHEtOe .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrLhFHEtOe .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrLhFHEtOe .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrLhFHEtOe .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrLhFHEtOe .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrLhFHEtOe .document-image-column,
.cid-vrLhFHEtOe .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrLhFHEtOe .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}
.cid-vrLhFHEtOe .document-image-wrap {
  width: 100%;
  min-height: 76vh;
  height: 76vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrLhFHEtOe .document-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrLhFHEtOe .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrLhFHEtOe .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrLhFHEtOe .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrLhFHEtOe .translation-text {
  line-height: 1.6;
}
.cid-vrLhFHEtOe .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrLhFHEtOe .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrLhFHEtOe .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrLhFHEtOe .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrLhFHEtOe .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrLhFHEtOe .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrLhFHEtOe .document-image {
    width: 100%;
    height: auto;
    max-height: 76vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrLhFHEtOe .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrLhFHEtOe .document-image-column,
  .cid-vrLhFHEtOe .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrLhFHEtOe .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrLhFHEtOe .document-text-panel {
    padding: 1rem;
  }
  .cid-vrLhFHEtOe .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrMt8OXlog {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrMt8OXlog .document-header {
  margin-bottom: 1rem;
}
.cid-vrMt8OXlog .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrMt8OXlog .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrMt8OXlog .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrMt8OXlog .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrMt8OXlog .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrMt8OXlog .document-image-column,
.cid-vrMt8OXlog .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrMt8OXlog .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}
.cid-vrMt8OXlog .document-image-wrap {
  width: 100%;
  min-height: 34vh;
  height: 34vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrMt8OXlog .document-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrMt8OXlog .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrMt8OXlog .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrMt8OXlog .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrMt8OXlog .translation-text {
  line-height: 1.6;
}
.cid-vrMt8OXlog .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrMt8OXlog .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrMt8OXlog .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrMt8OXlog .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrMt8OXlog .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrMt8OXlog .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrMt8OXlog .document-image {
    width: 100%;
    height: auto;
    max-height: 34vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrMt8OXlog .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrMt8OXlog .document-image-column,
  .cid-vrMt8OXlog .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrMt8OXlog .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrMt8OXlog .document-text-panel {
    padding: 1rem;
  }
  .cid-vrMt8OXlog .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrL1oQtfOo {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrL1oQtfOo .document-header {
  margin-bottom: 1rem;
}
.cid-vrL1oQtfOo .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrL1oQtfOo .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrL1oQtfOo .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrL1oQtfOo .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrL1oQtfOo .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrL1oQtfOo .document-image-column,
.cid-vrL1oQtfOo .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrL1oQtfOo .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}
.cid-vrL1oQtfOo .document-image-wrap {
  width: 100%;
  min-height: 114vh;
  height: 114vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrL1oQtfOo .document-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrL1oQtfOo .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrL1oQtfOo .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrL1oQtfOo .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrL1oQtfOo .translation-text {
  line-height: 1.6;
}
.cid-vrL1oQtfOo .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrL1oQtfOo .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrL1oQtfOo .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrL1oQtfOo .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrL1oQtfOo .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrL1oQtfOo .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrL1oQtfOo .document-image {
    width: 100%;
    height: auto;
    max-height: 114vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrL1oQtfOo .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrL1oQtfOo .document-image-column,
  .cid-vrL1oQtfOo .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrL1oQtfOo .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrL1oQtfOo .document-text-panel {
    padding: 1rem;
  }
  .cid-vrL1oQtfOo .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrR3rstDHr {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrR3rstDHr .document-header {
  margin-bottom: 1rem;
}
.cid-vrR3rstDHr .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrR3rstDHr .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrR3rstDHr .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrR3rstDHr .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrR3rstDHr .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrR3rstDHr .document-image-column,
.cid-vrR3rstDHr .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrR3rstDHr .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
}
.cid-vrR3rstDHr .document-image-wrap {
  width: 100%;
  min-height: 34vh;
  height: 34vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrR3rstDHr .document-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrR3rstDHr .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrR3rstDHr .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrR3rstDHr .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrR3rstDHr .translation-text {
  line-height: 1.6;
}
.cid-vrR3rstDHr .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrR3rstDHr .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrR3rstDHr .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrR3rstDHr .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrR3rstDHr .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrR3rstDHr .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrR3rstDHr .document-image {
    width: 100%;
    height: auto;
    max-height: 34vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrR3rstDHr .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrR3rstDHr .document-image-column,
  .cid-vrR3rstDHr .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrR3rstDHr .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrR3rstDHr .document-text-panel {
    padding: 1rem;
  }
  .cid-vrR3rstDHr .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrR3rstDHr .document-subtitle DIV {
  text-align: right;
}
.cid-vrKj1Pmdph {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrKj1Pmdph .document-header {
  margin-bottom: 1rem;
}
.cid-vrKj1Pmdph .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrKj1Pmdph .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
}
.cid-vrKj1Pmdph .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrKj1Pmdph .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrKj1Pmdph .document-body {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.cid-vrKj1Pmdph .document-image-column,
.cid-vrKj1Pmdph .document-text-column {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.cid-vrKj1Pmdph .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
  border: 1px solid #5a5348;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}
.cid-vrKj1Pmdph .document-image-wrap {
  width: 100%;
  min-height: 20vh;
  height: 20vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrKj1Pmdph .document-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrKj1Pmdph .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrKj1Pmdph .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrKj1Pmdph .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrKj1Pmdph .translation-text {
  line-height: 1.6;
}
.cid-vrKj1Pmdph .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrKj1Pmdph .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrKj1Pmdph .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrKj1Pmdph .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrKj1Pmdph .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrKj1Pmdph .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrKj1Pmdph .document-image {
    width: 100%;
    height: auto;
    max-height: 20vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrKj1Pmdph .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrKj1Pmdph .document-image-column,
  .cid-vrKj1Pmdph .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrKj1Pmdph .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrKj1Pmdph .document-text-panel {
    padding: 1rem;
  }
  .cid-vrKj1Pmdph .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrKL0jD7a6 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrKL0jD7a6 .document-header {
  margin-bottom: 1rem;
}
.cid-vrKL0jD7a6 .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrKL0jD7a6 .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrKL0jD7a6 .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrKL0jD7a6 .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrKL0jD7a6 .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrKL0jD7a6 .document-image-column,
.cid-vrKL0jD7a6 .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrKL0jD7a6 .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}
.cid-vrKL0jD7a6 .document-image-wrap {
  width: 100%;
  min-height: 26vh;
  height: 26vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrKL0jD7a6 .document-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrKL0jD7a6 .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrKL0jD7a6 .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrKL0jD7a6 .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrKL0jD7a6 .translation-text {
  line-height: 1.6;
}
.cid-vrKL0jD7a6 .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrKL0jD7a6 .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrKL0jD7a6 .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrKL0jD7a6 .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrKL0jD7a6 .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrKL0jD7a6 .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrKL0jD7a6 .document-image {
    width: 100%;
    height: auto;
    max-height: 26vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrKL0jD7a6 .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrKL0jD7a6 .document-image-column,
  .cid-vrKL0jD7a6 .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrKL0jD7a6 .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrKL0jD7a6 .document-text-panel {
    padding: 1rem;
  }
  .cid-vrKL0jD7a6 .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrMvzVGhQk {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #5a5348;
}
.cid-vrMvzVGhQk .document-header {
  margin-bottom: 1rem;
}
.cid-vrMvzVGhQk .mbr-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrMvzVGhQk .document-subtitle {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrMvzVGhQk .document-date {
  margin-top: 0;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vrMvzVGhQk .document-description {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1050px;
  line-height: 1.55;
  color: #e8e8e8;
  text-align: right;
}
.cid-vrMvzVGhQk .document-body {
  margin-left: -1rem;
  margin-right: -1rem;
}
.cid-vrMvzVGhQk .document-image-column,
.cid-vrMvzVGhQk .document-text-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vrMvzVGhQk .document-image-panel {
  width: 100%;
  background-color: #5a5348;
  padding: 0rem;
  border-radius: 0rem;
}
.cid-vrMvzVGhQk .document-image-wrap {
  width: 100%;
  min-height: 76vh;
  height: 76vh;
  display: flex;
  align-items: center;
  justify-content: "flex-start";
  overflow: hidden;
}
.cid-vrMvzVGhQk .document-image {
  display: block;
  width: 95%;
  height: 100%;
  object-fit: "contain";
  object-position: "center center";
  margin: 0;
}
.cid-vrMvzVGhQk .document-text-panel {
  width: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
}
.cid-vrMvzVGhQk .translation-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vrMvzVGhQk .document-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 1.25rem;
  background: #000000;
  opacity: 0.5;
}
.cid-vrMvzVGhQk .translation-text {
  line-height: 1.6;
}
.cid-vrMvzVGhQk .translation-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cid-vrMvzVGhQk .translation-text p:last-child {
  margin-bottom: 0;
}
.cid-vrMvzVGhQk .document-source {
  margin-top: 1.5rem;
  margin-bottom: 0;
  opacity: 0.72;
}
.cid-vrMvzVGhQk .document-notes {
  margin-top: 0.65rem;
  margin-bottom: 0;
  opacity: 0.72;
}
@media (max-width: 991px) {
  .cid-vrMvzVGhQk .document-image-column {
    margin-bottom: 2rem;
  }
  .cid-vrMvzVGhQk .document-image-wrap {
    height: auto;
    min-height: 0;
  }
  .cid-vrMvzVGhQk .document-image {
    width: 95%;
    height: auto;
    max-height: 76vh;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vrMvzVGhQk .document-body {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrMvzVGhQk .document-image-column,
  .cid-vrMvzVGhQk .document-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vrMvzVGhQk .document-image-panel {
    padding: 0.75rem;
  }
  .cid-vrMvzVGhQk .document-text-panel {
    padding: 1rem;
  }
  .cid-vrMvzVGhQk .document-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vrMVaaEjOV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #5a5348;
}
.cid-vrMVaaEjOV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-vrMVaaEjOV .feature-heading {
  margin-bottom: 2.5rem;
  text-align: "left";
}
.cid-vrMVaaEjOV .mbr-section-title {
  margin: 0 0 0.5rem 0;
  color: #202020;
  font-size: 2.6rem;
  line-height: 1.15;
}
.cid-vrMVaaEjOV .mbr-section-subtitle {
  margin: 0;
  color: #666666;
  font-size: 1.1rem;
  line-height: 1.45;
}
.cid-vrMVaaEjOV .feature-card {
  width: 100%;
  padding: 0.9rem;
  border-radius: 0.8rem;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.cid-vrMVaaEjOV .feature-layout {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 2rem;
  width: 100%;
}
.cid-vrMVaaEjOV .feature-image-column {
  order: 1;
}
.cid-vrMVaaEjOV .feature-text-column {
  order: 2;
}
.cid-vrMVaaEjOV .feature-image-column {
  flex: 0 0 52%;
  max-width: 52%;
}
.cid-vrMVaaEjOV .feature-text-column {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
}
.cid-vrMVaaEjOV .feature-image {
  width: 100%;
  height: 490px;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrMVaaEjOV .feature-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-vrMVaaEjOV .image-contain {
  object-fit: contain;
}
.cid-vrMVaaEjOV .image-cover {
  object-fit: cover;
}
.cid-vrMVaaEjOV .position-top img {
  object-position: center top;
}
.cid-vrMVaaEjOV .position-center img {
  object-position: center center;
}
.cid-vrMVaaEjOV .position-bottom img {
  object-position: center bottom;
}
.cid-vrMVaaEjOV .image-caption {
  margin: 0.65rem 0 0 0;
  color: #777777;
  font-size: 0.8rem;
  line-height: 1.4;
}
.cid-vrMVaaEjOV .feature-text {
  width: 100%;
  padding: 1.5rem;
  text-align: "left";
  align-self: flex-start;
}
.cid-vrMVaaEjOV .category-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 0.9rem 0;
  justify-content: flex-start;
}
.cid-vrMVaaEjOV .category-label {
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.35rem 0.7rem;
  border-radius: 2rem;
  background-color: #e8e3dc;
  color: #333333;
  font-size: 0.75rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
  cursor: text;
}
.cid-vrMVaaEjOV .photo-title {
  margin: 0 0 0.6rem 0;
  color: #202020;
  font-size: 2rem;
  line-height: 1.15;
}
.cid-vrMVaaEjOV .photo-meta {
  margin: 0 0 0.3rem 0;
  color: #666666;
  font-size: 0.95rem;
  line-height: 1.4;
}
.cid-vrMVaaEjOV .feature-divider {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-vrMVaaEjOV .photo-caption {
  margin: 0.9rem 0 0 0;
  color: #333333;
  font-size: 1.05rem;
  line-height: 1.5;
}
.cid-vrMVaaEjOV .photo-description {
  margin: 1rem 0 0 0;
  color: #444444;
  font-size: 1rem;
  line-height: 1.6;
}
.cid-vrMVaaEjOV .photo-note {
  margin: 1rem 0 0 0;
  color: #666666;
  font-size: 0.85rem;
  line-height: 1.5;
  font-style: italic;
}
.cid-vrMVaaEjOV .photo-source {
  margin: 1rem 0 0 0;
  color: #777777;
  font-size: 0.8rem;
  line-height: 1.4;
}
.cid-vrMVaaEjOV .feature-text > *:last-child,
.cid-vrMVaaEjOV .feature-image-column > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vrMVaaEjOV .feature-layout {
    gap: 1.5rem;
  }
  .cid-vrMVaaEjOV .feature-image-column {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cid-vrMVaaEjOV .feature-text-column {
    flex: 1 1 50%;
  }
}
@media (max-width: 767px) {
  .cid-vrMVaaEjOV .feature-layout {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .cid-vrMVaaEjOV .feature-image-column,
  .cid-vrMVaaEjOV .feature-text-column {
    width: 100%;
    max-width: 100%;
    flex: none;
  }
  .cid-vrMVaaEjOV .feature-image-column {
    order: 1 !important;
  }
  .cid-vrMVaaEjOV .feature-text-column {
    order: 2 !important;
  }
  .cid-vrMVaaEjOV .feature-image {
    height: auto;
    min-height: 250px;
    max-height: none;
  }
  .cid-vrMVaaEjOV .feature-image img.image-contain {
    height: auto;
    min-height: 250px;
    max-height: 700px;
    object-fit: contain;
  }
  .cid-vrMVaaEjOV .feature-image img.image-cover {
    height: 450px;
    object-fit: cover;
  }
  .cid-vrMVaaEjOV .feature-text {
    padding: calc(1.2rem);
  }
  .cid-vrMVaaEjOV .mbr-section-title {
    font-size: calc(2.132rem);
  }
}
.cid-vkyMJDEnyT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #5a5348;
}
.cid-vkyMJDEnyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkyMJDEnyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkyMJDEnyT .mbr-copy {
  margin-bottom: 0;
  color: #ffedd6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vkyMJDEnyT .mbr-copy {
    text-align: center;
  }
}
.cid-vkyMJDEnyT .nav-wrapper {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 120px;
}
@media (max-width: 992px) {
  .cid-vkyMJDEnyT .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkyMJDEnyT .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 8px;
}
.cid-vkyMJDEnyT .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vkyMJDEnyT .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vkyMJDEnyT .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vkyMJDEnyT .nav-wrapper .nav-wrap .list .item-wrap:focus {
  transform: translateY(-3px);
}
.cid-vkyMJDEnyT .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vkyMJDEnyT .mbr-label {
  margin-top: 200px;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  font-size: 300px;
  line-height: 1;
  color: #ffedd6;
  text-align: center;
}
@media (max-width: 1840px) {
  .cid-vkyMJDEnyT .mbr-label {
    font-size: 220px;
  }
}
@media (max-width: 1640px) {
  .cid-vkyMJDEnyT .mbr-label {
    font-size: 200px;
  }
}
@media (max-width: 1440px) {
  .cid-vkyMJDEnyT .mbr-label {
    font-size: 160px;
  }
}
@media (max-width: 1280px) {
  .cid-vkyMJDEnyT .mbr-label {
    font-size: 100px;
    line-height: 1.1;
  }
}
@media (max-width: 992px) {
  .cid-vkyMJDEnyT .mbr-label {
    font-size: 80px;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .cid-vkyMJDEnyT .mbr-label {
    font-size: 50px;
  }
}
.cid-vkyMJDEnyT .mbr-list-title {
  color: #877e72;
  text-align: left;
}
.cid-vkyMJDEnyT .list {
  color: #ffedd6;
  text-align: left;
}
.cid-vkyMJDEnyT .content-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vkyMJDEnyT .content-wrapper {
    text-align: center;
  }
}
.cid-vkyM16dBT0 {
  z-index: 1000;
  width: 100%;
}
.cid-vkyM16dBT0 nav.navbar {
  position: fixed;
}
.cid-vkyM16dBT0 .container-fluid {
  padding-left: 182px;
  padding-right: 182px;
}
@media (max-width: 1840px) {
  .cid-vkyM16dBT0 .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1440px) {
  .cid-vkyM16dBT0 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-vkyM16dBT0 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vkyM16dBT0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkyM16dBT0 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vkyM16dBT0 .dropdown-item {
  border: none !important;
  background: #0f0e0e !important;
  font-weight: 700;
}
.cid-vkyM16dBT0 .dropdown-item:hover,
.cid-vkyM16dBT0 .dropdown-item:focus {
  background: #0f0e0e !important;
  color: #ffedd6 !important;
}
.cid-vkyM16dBT0 .dropdown-item:hover span {
  color: white;
}
.cid-vkyM16dBT0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkyM16dBT0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkyM16dBT0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkyM16dBT0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vkyM16dBT0 .nav-link {
  position: relative;
}
.cid-vkyM16dBT0 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1210px;
}
@media (min-width: 992px) {
  .cid-vkyM16dBT0 .container {
    flex-wrap: nowrap;
  }
}
.cid-vkyM16dBT0 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vkyM16dBT0 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vkyM16dBT0 .dropdown-menu,
.cid-vkyM16dBT0 .navbar.opened {
  background: #0f0e0e !important;
}
.cid-vkyM16dBT0 .nav-item:focus,
.cid-vkyM16dBT0 .nav-link:focus {
  outline: none;
}
.cid-vkyM16dBT0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkyM16dBT0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vkyM16dBT0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkyM16dBT0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkyM16dBT0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkyM16dBT0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vkyM16dBT0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(15, 14, 14, 0.6);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vkyM16dBT0 .navbar.opened {
  transition: all 0.3s;
}
.cid-vkyM16dBT0 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vkyM16dBT0 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vkyM16dBT0 .navbar .navbar-logo img {
  width: auto;
}
.cid-vkyM16dBT0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkyM16dBT0 .navbar.collapsed {
  justify-content: center;
}
.cid-vkyM16dBT0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkyM16dBT0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vkyM16dBT0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vkyM16dBT0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vkyM16dBT0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vkyM16dBT0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkyM16dBT0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkyM16dBT0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkyM16dBT0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkyM16dBT0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkyM16dBT0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkyM16dBT0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vkyM16dBT0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: -0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vkyM16dBT0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkyM16dBT0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkyM16dBT0 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vkyM16dBT0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vkyM16dBT0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkyM16dBT0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkyM16dBT0 .navbar.navbar-short {
  min-height: 70px;
}
.cid-vkyM16dBT0 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vkyM16dBT0 .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 !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vkyM16dBT0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vkyM16dBT0 .navbar-brand .navbar-caption:hover,
.cid-vkyM16dBT0 .navbar-brand .navbar-caption:focus {
  color: #ffedd6 !important;
}
.cid-vkyM16dBT0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkyM16dBT0 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vkyM16dBT0 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffedd6 !important;
}
.cid-vkyM16dBT0 .dropdown-item.active,
.cid-vkyM16dBT0 .dropdown-item:active {
  background-color: transparent;
}
.cid-vkyM16dBT0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkyM16dBT0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkyM16dBT0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkyM16dBT0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0f0e0e;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vkyM16dBT0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vkyM16dBT0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vkyM16dBT0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkyM16dBT0 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vkyM16dBT0 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vkyM16dBT0 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vkyM16dBT0 .navbar-buttons {
    text-align: left;
  }
}
.cid-vkyM16dBT0 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vkyM16dBT0 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vkyM16dBT0 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #0f0e0e !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vkyM16dBT0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffedd6;
}
.cid-vkyM16dBT0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vkyM16dBT0 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vkyM16dBT0 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vkyM16dBT0 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vkyM16dBT0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkyM16dBT0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkyM16dBT0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkyM16dBT0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkyM16dBT0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vkyM16dBT0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkyM16dBT0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vkyM16dBT0 .navbar {
    height: 70px;
  }
  .cid-vkyM16dBT0 .navbar.opened {
    height: auto;
  }
  .cid-vkyM16dBT0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkyM16dBT0 .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-vkyM16dBT0 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vkyM16dBT0 .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 10px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vkyM16dBT0 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vkyM16dBT0 .nav-item .nav-link:hover,
.cid-vkyM16dBT0 .nav-item .nav-link:focus {
  transform: translateY(-3px);
  color: #ffedd6 !important;
}
.cid-vkyM16dBT0 .nav-item .nav-link:hover::after,
.cid-vkyM16dBT0 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vkyM16dBT0 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vkyM16dBT0 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vkyM16dBT0 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vkyM16dBT0 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vkyM16dBT0 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vkyM16dBT0 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vkyM16dBT0 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vkyM16dBT0 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vkyM16dBT0 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vkyM16dBT0 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vkyM16dBT0 .content-wrap {
  min-height: 70px;
}
.cid-vrRWcnVQcl {
  padding-top: 8rem;
  padding-bottom: 3rem;
  position: relative;
  background-image: url("../../../assets/images/default-result.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cid-vrRWcnVQcl .index-intro {
  width: 80%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  text-align: center;
}
.cid-vrRWcnVQcl .mbr-section-title {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #e8e8e8;
}
.cid-vrRWcnVQcl .index-intro-text {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.6;
  color: #e8e8e8;
}
.cid-vrRWcnVQcl .index-row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vrRWcnVQcl .index-item {
  display: flex;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-bottom: 1.5rem;
}
.cid-vrRWcnVQcl .index-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #5a5348;
  padding: 2rem;
  border-radius: 0.5rem;
  text-align: "left";
  overflow: hidden;
  border: 1px solid #f5f5f5;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}
.cid-vrRWcnVQcl .index-image-wrap {
  width: 100%;
  height: 16rem;
  margin-bottom: 1.5rem;
  background-color: #eeeeee;
  overflow: hidden;
  border-radius: 0.25rem;
}
.cid-vrRWcnVQcl .index-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: "cover";
  object-position: "center center";
}
.cid-vrRWcnVQcl .index-content {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.cid-vrRWcnVQcl .index-title {
  margin-top: 0;
  margin-bottom: 0.8rem;
}
.cid-vrRWcnVQcl .index-text {
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.55;
  color: #ffedd6;
}
.cid-vrRWcnVQcl .index-button {
  margin-top: auto;
}
.cid-vrRWcnVQcl .index-button .btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-vrRWcnVQcl .index-note {
  max-width: 900px;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.cid-vrRWcnVQcl .index-note p {
  margin: 0;
  line-height: 1.5;
  color: #e8e8e8;
}
@media (max-width: 991px) {
  .cid-vrRWcnVQcl .index-intro {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .cid-vrRWcnVQcl .index-intro {
    width: 100%;
  }
  .cid-vrRWcnVQcl .index-row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-vrRWcnVQcl .index-item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1.5rem;
  }
  .cid-vrRWcnVQcl .index-card {
    padding: 1.5rem;
  }
  .cid-vrRWcnVQcl .index-image-wrap {
    height: auto;
    min-height: 12rem;
  }
  .cid-vrRWcnVQcl .index-image {
    min-height: 12rem;
    max-height: 24rem;
  }
}
.cid-vrRWcnVQcl .index-title,
.cid-vrRWcnVQcl .index-button {
  color: #f5f5f5;
}
.cid-vkyMJDEnyT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #5a5348;
}
.cid-vkyMJDEnyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkyMJDEnyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkyMJDEnyT .mbr-copy {
  margin-bottom: 0;
  color: #ffedd6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vkyMJDEnyT .mbr-copy {
    text-align: center;
  }
}
.cid-vkyMJDEnyT .nav-wrapper {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 120px;
}
@media (max-width: 992px) {
  .cid-vkyMJDEnyT .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkyMJDEnyT .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 8px;
}
.cid-vkyMJDEnyT .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vkyMJDEnyT .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vkyMJDEnyT .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vkyMJDEnyT .nav-wrapper .nav-wrap .list .item-wrap:focus {
  transform: translateY(-3px);
}
.cid-vkyMJDEnyT .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vkyMJDEnyT .mbr-label {
  margin-top: 200px;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  font-size: 300px;
  line-height: 1;
  color: #ffedd6;
  text-align: center;
}
@media (max-width: 1840px) {
  .cid-vkyMJDEnyT .mbr-label {
    font-size: 220px;
  }
}
@media (max-width: 1640px) {
  .cid-vkyMJDEnyT .mbr-label {
    font-size: 200px;
  }
}
@media (max-width: 1440px) {
  .cid-vkyMJDEnyT .mbr-label {
    font-size: 160px;
  }
}
@media (max-width: 1280px) {
  .cid-vkyMJDEnyT .mbr-label {
    font-size: 100px;
    line-height: 1.1;
  }
}
@media (max-width: 992px) {
  .cid-vkyMJDEnyT .mbr-label {
    font-size: 80px;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .cid-vkyMJDEnyT .mbr-label {
    font-size: 50px;
  }
}
.cid-vkyMJDEnyT .mbr-list-title {
  color: #877e72;
  text-align: left;
}
.cid-vkyMJDEnyT .list {
  color: #ffedd6;
  text-align: left;
}
.cid-vkyMJDEnyT .content-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vkyMJDEnyT .content-wrapper {
    text-align: center;
  }
}
