.btn {
  border-width: 2px;
}
body {
  font-family: Syne;
}
.display-1 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 3.43rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.2875rem;
}
.display-2 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 2.43rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.0375rem;
}
.display-4 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.31rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6375rem;
}
.display-5 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.744rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.401rem;
    font-size: calc( 1.8505rem + (3.43 - 1.8505) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8505rem + (3.43 - 1.8505) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.944rem;
    font-size: calc( 1.5005000000000002rem + (2.43 - 1.5005000000000002) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.5005000000000002rem + (2.43 - 1.5005000000000002) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.048rem;
    font-size: calc( 1.1085rem + (1.31 - 1.1085) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1085rem + (1.31 - 1.1085) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #333333 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #3d3d3d !important;
}
.bg-warning {
  background-color: #bfc6b8 !important;
}
.bg-danger {
  background-color: #ebed34 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #080808 !important;
  border-color: #080808 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #080808 !important;
  border-color: #080808 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d7d3c6 !important;
  border-color: #d7d3c6 !important;
  color: #5d5641 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b3ac93 !important;
  border-color: #b3ac93 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #5d5641 !important;
  background-color: #b3ac93 !important;
  border-color: #b3ac93 !important;
}
.btn-info,
.btn-info:active {
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #121212 !important;
  border-color: #121212 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #121212 !important;
  border-color: #121212 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #bfc6b8 !important;
  border-color: #bfc6b8 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #949f88 !important;
  border-color: #949f88 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #949f88 !important;
  border-color: #949f88 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ebed34 !important;
  border-color: #ebed34 !important;
  color: #1f1f03 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b8ba10 !important;
  border-color: #b8ba10 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #1f1f03 !important;
  background-color: #b8ba10 !important;
  border-color: #b8ba10 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #080808 !important;
  background-color: transparent!important;
  border-color: #080808 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #d7d3c6;
  color: #d7d3c6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b3ac93 !important;
  background-color: transparent!important;
  border-color: #b3ac93 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #5d5641 !important;
  background-color: #d7d3c6 !important;
  border-color: #d7d3c6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #3d3d3d;
  color: #3d3d3d;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #121212 !important;
  background-color: transparent!important;
  border-color: #121212 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #bfc6b8;
  color: #bfc6b8;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #949f88 !important;
  background-color: transparent!important;
  border-color: #949f88 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #bfc6b8 !important;
  border-color: #bfc6b8 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ebed34;
  color: #ebed34;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b8ba10 !important;
  background-color: transparent!important;
  border-color: #b8ba10 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #1f1f03 !important;
  background-color: #ebed34 !important;
  border-color: #ebed34 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #333333 !important;
}
.text-secondary {
  color: #d7d3c6 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #3d3d3d !important;
}
.text-warning {
  color: #bfc6b8 !important;
}
.text-danger {
  color: #ebed34 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ada58a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0a0a0a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #8c997f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #aaac0f !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #333333;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #3d3d3d;
}
.alert-warning {
  background-color: #bfc6b8;
}
.alert-danger {
  background-color: #ebed34;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #333333;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a6a6a6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b0b0b0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdfeef;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.31rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.6375rem;
}
.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: #333333 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.31rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.6375rem;
}
blockquote {
  border-color: #333333;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #333333;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #333333 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #d7d3c6 !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='%23333333' %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;
}
.cid-sZHeMUgwfv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #333333;
}
.cid-sZHeMUgwfv .mbr-media {
  position: relative;
}
.cid-sZHeMUgwfv .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sZHeMUgwfv .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sZHeMUgwfv .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-sZHeMUgwfv .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sZHeMUgwfv .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sZHeMUgwfv .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sZHeMUgwfv .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sZHeMUgwfv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sZHeMUgwfv .mbr-section-title {
  color: #ffffff;
}
.cid-sZHeMUgwfv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t09IoBtEo7 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #333333;
}
@media (min-width: 992px) {
  .cid-t09IoBtEo7 .display-1 {
    font-size: 80px;
  }
}
.cid-t09IoBtEo7 .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-t09IoBtEo7 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-t09IoBtEo7 .row {
  padding: 0 32px;
}
.cid-t09IoBtEo7 .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.cid-t09IoBtEo7 .card-title {
  width: 100%;
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-t09IoBtEo7 .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-t09IoBtEo7 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.cid-t09IoBtEo7 .link-contacts {
  display: flex;
  justify-content: center;
}
.cid-t09IoBtEo7 .emerging-underline-link {
  color: #3d3d3d;
}
.cid-t09IoBtEo7 .emerging-underline-link:not(:last-child) {
  margin-right: 15px;
}
.cid-t0abjIzxr0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #333333;
}
.cid-t0abjIzxr0 .mbr-overlay {
  z-index: 1;
}
.cid-t0abjIzxr0 .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-t0abjIzxr0 .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-t0abjIzxr0 .text-container {
  height: auto;
  border-bottom: 1px solid #7F8678;
  background: #333333;
}
@media (min-width: 992px) {
  .cid-t0abjIzxr0 .text-container {
    border-bottom: none;
    border-right: 1px solid #7F8678;
  }
}
.cid-t0abjIzxr0 .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
}
@media (min-width: 576px) {
  .cid-t0abjIzxr0 .text-wrap {
    max-width: 520px;
  }
}
.cid-t0abjIzxr0 .main-text {
  width: 100%;
  margin: 0;
}
.cid-t0abjIzxr0 .text {
  color: #3d3d3d;
}
.cid-t0abjIzxr0 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t0abjIzxr0 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t0abjIzxr0 .item-wrapper {
  width: 100%;
}
.cid-t0abjIzxr0 .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-t0abjIzxr0 .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-t0abjIzxr0 .item-img:hover img {
  transform: scale(1);
}
.cid-t0abjIzxr0 .item-title {
  line-height: 1.25em;
  color: #ffffff;
}
.cid-t0abjIzxr0 .mbr-section-title {
  line-height: 1.25em;
  color: #ffffff;
}
.cid-t0abjIzxr0 .card-container {
  display: flex;
}
@media (max-width: 767px) {
  .cid-t0abjIzxr0 .card-container {
    flex-wrap: wrap;
  }
}
.cid-t0abjIzxr0 .card {
  padding: 60px 60px 23px;
  border-radius: 0;
}
@media (max-width: 575px) {
  .cid-t0abjIzxr0 .card {
    padding: 35px 35px 23px;
  }
}
.cid-t0abjIzxr0 .card:first-child {
  border-bottom: 1px solid #7F8678;
}
@media (min-width: 576px) {
  .cid-t0abjIzxr0 .card:first-child {
    border-right: 1px solid #7F8678;
    border-bottom: none;
  }
}
.cid-t0abjIzxr0 .data-item {
  display: flex;
  align-items: center;
}
.cid-t0abjIzxr0 .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-t0abjIzxr0 .link-wrap {
  margin: 30px 0 6px;
}
.cid-t0abjIzxr0 .text-art {
  flex-grow: 1;
}
.cid-t0abjIzxr0 .link-contacts {
  color: #000000;
}
.cid-t0abjIzxr0 .link {
  color: #000000;
}
.cid-t0abjIzxr0 .text-with-round {
  color: #ffffff;
}
.cid-t0abAbQquP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #333333;
}
.cid-t0abAbQquP .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-t0abAbQquP .price {
  margin-top: 5px;
}
.cid-t0abAbQquP .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-t0abAbQquP .mbr-section-btn {
  margin-top: 10px;
}
.cid-t0abAbQquP .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-t0abAbQquP .btn-md:hover {
  background-color: #d7d3c6 !important;
  border-color: #d7d3c6 !important;
}
.cid-t0abAbQquP .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-t0abAbQquP .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-t0abAbQquP .content__block,
  .cid-t0abAbQquP .price__block {
    margin-bottom: 30px;
  }
}
.cid-t0abAbQquP .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-t09Zi01fig {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-t09Zi01fig .wrapper {
  display: flex;
  justify-content: center;
}
.cid-t09Zi01fig .cards-container {
  display: flex;
  justify-content: flex-end;
  max-width: 1100px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 32px;
}
.cid-t09Zi01fig .cards-container_grid {
  display: grid;
  max-width: 932px;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.cid-t09Zi01fig .title-text-container {
  display: flex;
  justify-content: center;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 94px;
}
.cid-t09Zi01fig .section-title-wrapper {
  max-width: 1100px;
  padding: 0 16px;
}
@media (min-width: 992px) {
  .cid-t09Zi01fig .section-title-wrapper {
    padding: 0 60px;
  }
}
.cid-t09Zi01fig .section-title {
  max-width: 490px;
}
.cid-t09Zi01fig .card__title-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  min-height: 400px;
  border-radius: 0;
  border: 1px solid #ffffff;
  padding: 40px 40px 72px;
}
.cid-t09Zi01fig .card_right {
  top: -192px;
}
.cid-t09Zi01fig .card_title {
  width: 100%;
  color: #ffffff;
}
.cid-t09Zi01fig .card_text {
  margin-bottom: 0 !important;
  color: #ffffff;
  text-align: left;
}
.cid-t09Zi01fig .card_small-text {
  color: #A2A0A0;
  width: 100%;
}
.cid-t09Zi01fig .mbr-section-btn {
  position: absolute;
  right: -30px;
  bottom: -30px;
}
.cid-t09Zi01fig .mbr-section-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0;
}
.cid-t09Zi01fig .mbr-section-btn .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t09Zi01fig .mbr-section-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-t09Zi01fig .btn-info-outline {
  border-color: #ffffff;
  background: #141414 !important;
}
.cid-t09Zi01fig .btn-info-outline:hover {
  background: #ffffff !important;
}
.cid-t09Zi01fig .btn-info-outline:hover span {
  color: #000000;
}
@media (max-width: 991px) {
  .cid-t09Zi01fig .container-fluid {
    padding: 0 40px;
  }
  .cid-t09Zi01fig .cards-container {
    display: flex;
    justify-content: flex-end;
    max-width: 1100px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
  }
  .cid-t09Zi01fig .cards-container_grid {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .cid-t09Zi01fig .card_right {
    top: 0;
  }
  .cid-t09Zi01fig .card_text {
    margin-bottom: 16px !important;
  }
  .cid-t09Zi01fig .card__title-container {
    padding: 40px 100px 40px 40px;
    min-height: auto;
  }
  .cid-t09Zi01fig .title-text-container {
    margin-bottom: 48px;
  }
  .cid-t09Zi01fig .mbr-section-btn {
    right: -16px;
    bottom: -16px;
  }
}
@media (max-width: 575px) {
  .cid-t09Zi01fig .container-fluid {
    padding: 0 24px;
  }
  .cid-t09Zi01fig .card__title-container {
    padding: 24px 70px 24px 24px;
    min-height: auto;
  }
  .cid-t09Zi01fig .mbr-section-btn {
    right: -5px;
    bottom: -10px;
  }
  .cid-t09Zi01fig .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 80px;
    border-radius: 50%;
  }
}
.cid-t09Zi01fig .mbr-section-title P {
  text-align: left;
}
.cid-t09Zi01fig .mbr-section-title {
  color: #ffffff;
}
.cid-t09Zi01fig .card_title P {
  text-align: left;
}
.cid-t09zXHc7m5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #333333;
}
.cid-t09zXHc7m5 .mbr-overlay {
  z-index: 1;
}
.cid-t09zXHc7m5 .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-t09zXHc7m5 .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-t09zXHc7m5 .text-container {
  height: auto;
  background: #333333;
  border-bottom: 1px solid #7F8678;
}
@media (min-width: 992px) {
  .cid-t09zXHc7m5 .text-container {
    border-right: 1px solid #7F8678;
    border-bottom: none;
    border-right: none;
    border-left: 1px solid #7F8678;
  }
}
.cid-t09zXHc7m5 .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  min-height: 400px;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-t09zXHc7m5 .text-wrap {
    max-width: 512px;
    min-height: 750px;
  }
}
.cid-t09zXHc7m5 .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-t09zXHc7m5 .text {
  color: #3d3d3d;
}
.cid-t09zXHc7m5 .time-text {
  color: #3d3d3d;
  margin-right: auto;
}
.cid-t09zXHc7m5 .artist-text {
  color: #3d3d3d;
}
.cid-t09zXHc7m5 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t09zXHc7m5 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t09zXHc7m5 .item-wrapper {
  width: 100%;
}
.cid-t09zXHc7m5 .mbr-section-title {
  line-height: 1.25em;
  color: #ffffff;
}
.cid-t09zXHc7m5 .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 25px 32px;
}
@media (max-width: 991px) {
  .cid-t09zXHc7m5 .img-container {
    min-height: 750px;
  }
}
.cid-t09zXHc7m5 .item-img {
  display: flex;
  flex-direction: column;
  max-width: 385px;
  overflow: hidden;
  height: auto;
  margin: auto 0;
}
.cid-t09zXHc7m5 .item-img .img {
  max-height: 315px;
  margin-bottom: 24px;
  overflow: hidden;
}
.cid-t09zXHc7m5 .item-img img {
  object-fit: cover;
  height: 315px;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-t09zXHc7m5 .item-img:hover img {
  transform: scale(1);
}
.cid-t09zXHc7m5 .item-info {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 575px) {
  .cid-t09zXHc7m5 .item-info {
    flex-wrap: wrap;
  }
}
.cid-t09zXHc7m5 .mbr-section-btn {
  text-align: right;
  margin-bottom: -9.6px;
}
.cid-t09zXHc7m5 .underlined-link:after {
  height: 1px !important;
}
.cid-t09zXHc7m5 .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-t09zXHc7m5 .btn-black-outline {
  border: 1px solid #000000;
}
.cid-t09zXHc7m5 .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-t0anpKOmTe {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t0anpKOmTe .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-t0anpKOmTe .social-list a:focus {
  text-decoration: none;
}
.cid-t0anpKOmTe H2 {
  color: #ffffff;
}
.cid-t0anU8JgzR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #333333;
}
@media (max-width: 767px) {
  .cid-t0anU8JgzR .content {
    text-align: center;
  }
  .cid-t0anU8JgzR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t0anU8JgzR .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t0anU8JgzR .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t0anU8JgzR .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-t0anU8JgzR .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t0anU8JgzR .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t0anU8JgzR .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t0anU8JgzR .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t0anU8JgzR .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t0anU8JgzR .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t0anU8JgzR .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t0anU8JgzR .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t0anU8JgzR P {
  color: #ffffff;
}
.cid-t0anU8JgzR H5 {
  color: #ffffff;
}
.cid-t0feGrVDR0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t0feGrVDR0 nav.navbar {
  position: fixed;
}
.cid-t0feGrVDR0 .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-t0feGrVDR0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t0feGrVDR0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0feGrVDR0 .dropdown-item:hover,
.cid-t0feGrVDR0 .dropdown-item:focus {
  background: #333333 !important;
  color: white !important;
}
.cid-t0feGrVDR0 .dropdown-item:hover span {
  color: white;
}
.cid-t0feGrVDR0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0feGrVDR0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0feGrVDR0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-t0feGrVDR0 .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-t0feGrVDR0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0feGrVDR0 .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-t0feGrVDR0 .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-t0feGrVDR0 .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-t0feGrVDR0 .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-t0feGrVDR0 .container {
  display: flex;
  margin: auto;
}
.cid-t0feGrVDR0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0feGrVDR0 .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-t0feGrVDR0 .navbar-nav {
    align-items: center;
  }
}
.cid-t0feGrVDR0 .dropdown-menu,
.cid-t0feGrVDR0 .navbar.opened {
  background: #333333 !important;
}
.cid-t0feGrVDR0 .nav-item:focus,
.cid-t0feGrVDR0 .nav-link:focus {
  outline: none;
}
.cid-t0feGrVDR0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-t0feGrVDR0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0feGrVDR0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0feGrVDR0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0feGrVDR0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0feGrVDR0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0feGrVDR0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #333333;
  padding: 0 !important;
  box-shadow: none;
}
.cid-t0feGrVDR0 .navbar.opened {
  transition: all 0.3s;
}
.cid-t0feGrVDR0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0feGrVDR0 .navbar .navbar-logo img {
  width: auto;
}
.cid-t0feGrVDR0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-t0feGrVDR0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0feGrVDR0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0feGrVDR0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0feGrVDR0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0feGrVDR0 .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-t0feGrVDR0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t0feGrVDR0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0feGrVDR0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0feGrVDR0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0feGrVDR0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0feGrVDR0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0feGrVDR0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t0feGrVDR0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t0feGrVDR0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t0feGrVDR0 .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-t0feGrVDR0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0feGrVDR0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0feGrVDR0 .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-t0feGrVDR0 .dropdown-item.active,
.cid-t0feGrVDR0 .dropdown-item:active {
  background-color: transparent;
}
.cid-t0feGrVDR0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0feGrVDR0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0feGrVDR0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0feGrVDR0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-t0feGrVDR0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0feGrVDR0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0feGrVDR0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0feGrVDR0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0feGrVDR0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0feGrVDR0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #fffdf7;
}
.cid-t0feGrVDR0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0feGrVDR0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0feGrVDR0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0feGrVDR0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0feGrVDR0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0feGrVDR0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0feGrVDR0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0feGrVDR0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0feGrVDR0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t0feGrVDR0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0feGrVDR0 .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-t0feGrVDR0 .navbar {
    height: 70px;
  }
  .cid-t0feGrVDR0 .navbar.opened {
    height: auto;
  }
  .cid-t0feGrVDR0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0feGrVDR0 .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-t0feGrVDR0 .container-fluid {
    padding: 0 40px;
  }
}
.cid-t0feGrVDR0 .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-t0feGrVDR0 .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-t0feGrVDR0 .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t0feGrVDR0 .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-t0feGrVDR0 .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-t0feGrVDR0 .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-t0feGrVDR0 .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-t0feGrVDR0 .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-t0feGrVDR0 .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-t0feGrVDR0 .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-t0feGrVDR0 .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-t0feGrVDR0 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t0fFonZVU1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #333333;
}
.cid-t0fFonZVU1 .line {
  background-color: #e9eaf8;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t0fFonZVU1 .mbr-text {
  color: #ffffff;
}
.cid-t0m7J01g0A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #333333;
}
.cid-t0m7J01g0A .mbr-overlay {
  z-index: 1;
}
.cid-t0m7J01g0A .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-t0m7J01g0A .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-t0m7J01g0A .text-container {
  height: auto;
  background: #3d3d3d;
  border-bottom: 1px solid #7F8678;
}
@media (min-width: 992px) {
  .cid-t0m7J01g0A .text-container {
    border-right: 1px solid #7F8678;
    border-bottom: none;
  }
}
.cid-t0m7J01g0A .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  min-height: 400px;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-t0m7J01g0A .text-wrap {
    max-width: 512px;
    min-height: 750px;
  }
}
.cid-t0m7J01g0A .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-t0m7J01g0A .text {
  color: #ffffff;
}
.cid-t0m7J01g0A .time-text {
  color: #ebed34;
  margin-right: auto;
}
.cid-t0m7J01g0A .artist-text {
  color: #ffffff;
  text-align: left;
}
.cid-t0m7J01g0A .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t0m7J01g0A .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t0m7J01g0A .item-wrapper {
  width: 100%;
}
.cid-t0m7J01g0A .mbr-section-title {
  line-height: 1.25em;
  color: #ffffff;
}
.cid-t0m7J01g0A .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 25px 32px;
}
@media (max-width: 991px) {
  .cid-t0m7J01g0A .img-container {
    min-height: 750px;
  }
}
.cid-t0m7J01g0A .item-img {
  display: flex;
  flex-direction: column;
  max-width: 385px;
  overflow: hidden;
  height: auto;
  margin: auto 0;
}
.cid-t0m7J01g0A .item-img .img {
  max-height: 315px;
  margin-bottom: 24px;
  overflow: hidden;
}
.cid-t0m7J01g0A .item-img img {
  object-fit: cover;
  height: 315px;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-t0m7J01g0A .item-img:hover img {
  transform: scale(1);
}
.cid-t0m7J01g0A .item-info {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 575px) {
  .cid-t0m7J01g0A .item-info {
    flex-wrap: wrap;
  }
}
.cid-t0m7J01g0A .mbr-section-btn {
  text-align: right;
  margin-bottom: -9.6px;
}
.cid-t0m7J01g0A .underlined-link:after {
  height: 1px !important;
}
.cid-t0m7J01g0A .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-t0m7J01g0A .btn-black-outline {
  border: 1px solid #000000;
}
.cid-t0m7J01g0A .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-t0lsCYOp6k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #333333;
}
.cid-t0lsCYOp6k .row {
  display: flex;
  flex-direction: row-reverse;
  border: 1px solid #ffffff;
  margin-top: -1px;
}
.cid-t0lsCYOp6k .title-wrapper {
  padding: 0 12px;
  padding: 0 24px;
}
.cid-t0lsCYOp6k .text-block {
  padding: 48px 24px;
}
.cid-t0lsCYOp6k .video-wrapper iframe {
  width: 100%;
}
.cid-t0lsCYOp6k .video-block {
  border-left: 1px solid #ffffff;
  padding: 0;
}
.cid-t0lsCYOp6k .mbr-section-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-t0lsCYOp6k .mbr-description {
  text-align: center;
  color: #FFFFFF;
  padding: 16px;
}
@media (min-width: 992px) {
  .cid-t0lsCYOp6k .mbr-description {
    padding: 16px 60px 16px;
  }
}
.cid-t0lsCYOp6k .mbr-text,
.cid-t0lsCYOp6k .mbr-section-subtitle {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-t0lsCYOp6k .video-block {
    border-left: none;
  }
  .cid-t0lsCYOp6k .row {
    padding: 0 12px;
  }
  .cid-t0lsCYOp6k .text-block {
    border-top: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-t0lsCYOp6k .title-wrapper {
    padding: 0 48px;
    padding: 0 60px;
  }
  .cid-t0lsCYOp6k .text-block {
    padding: 60px;
    border-right: 1px solid #ffffff;
    margin-right: -1px;
    margin-bottom: auto;
  }
  .cid-t0lsCYOp6k .row {
    padding: 0 16px;
  }
}
.cid-t0l95oJXmo {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #333333;
}
.cid-t0l95oJXmo .row {
  align-items: center;
}
.cid-t0l95oJXmo .mbr-section-title DIV {
  text-align: left;
}
.cid-t0l95oJXmo .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-t0l95oJXmo .mbr-text,
.cid-t0l95oJXmo .mbr-section-btn {
  text-align: center;
  color: #ebed34;
}
.cid-t0laRWpSUt {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t0laRWpSUt .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-t0laRWpSUt .social-list a:focus {
  text-decoration: none;
}
.cid-t0laRWpSUt H2 {
  color: #ffffff;
}
.cid-t10wFhbtVd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #333333;
}
@media (max-width: 767px) {
  .cid-t10wFhbtVd .content {
    text-align: center;
  }
  .cid-t10wFhbtVd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t10wFhbtVd .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t10wFhbtVd .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t10wFhbtVd .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-t10wFhbtVd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t10wFhbtVd .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t10wFhbtVd .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t10wFhbtVd .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t10wFhbtVd .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t10wFhbtVd .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t10wFhbtVd .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t10wFhbtVd .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t10wFhbtVd P {
  color: #ffffff;
}
.cid-t10wFhbtVd H5 {
  color: #ffffff;
}
.cid-t0feGrVDR0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t0feGrVDR0 nav.navbar {
  position: fixed;
}
.cid-t0feGrVDR0 .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-t0feGrVDR0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t0feGrVDR0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0feGrVDR0 .dropdown-item:hover,
.cid-t0feGrVDR0 .dropdown-item:focus {
  background: #333333 !important;
  color: white !important;
}
.cid-t0feGrVDR0 .dropdown-item:hover span {
  color: white;
}
.cid-t0feGrVDR0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0feGrVDR0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0feGrVDR0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-t0feGrVDR0 .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-t0feGrVDR0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0feGrVDR0 .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-t0feGrVDR0 .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-t0feGrVDR0 .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-t0feGrVDR0 .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-t0feGrVDR0 .container {
  display: flex;
  margin: auto;
}
.cid-t0feGrVDR0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0feGrVDR0 .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-t0feGrVDR0 .navbar-nav {
    align-items: center;
  }
}
.cid-t0feGrVDR0 .dropdown-menu,
.cid-t0feGrVDR0 .navbar.opened {
  background: #333333 !important;
}
.cid-t0feGrVDR0 .nav-item:focus,
.cid-t0feGrVDR0 .nav-link:focus {
  outline: none;
}
.cid-t0feGrVDR0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-t0feGrVDR0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0feGrVDR0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0feGrVDR0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0feGrVDR0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0feGrVDR0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0feGrVDR0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #333333;
  padding: 0 !important;
  box-shadow: none;
}
.cid-t0feGrVDR0 .navbar.opened {
  transition: all 0.3s;
}
.cid-t0feGrVDR0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0feGrVDR0 .navbar .navbar-logo img {
  width: auto;
}
.cid-t0feGrVDR0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-t0feGrVDR0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0feGrVDR0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0feGrVDR0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0feGrVDR0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0feGrVDR0 .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-t0feGrVDR0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t0feGrVDR0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0feGrVDR0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0feGrVDR0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0feGrVDR0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0feGrVDR0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0feGrVDR0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t0feGrVDR0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t0feGrVDR0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t0feGrVDR0 .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-t0feGrVDR0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0feGrVDR0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0feGrVDR0 .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-t0feGrVDR0 .dropdown-item.active,
.cid-t0feGrVDR0 .dropdown-item:active {
  background-color: transparent;
}
.cid-t0feGrVDR0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0feGrVDR0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0feGrVDR0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0feGrVDR0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-t0feGrVDR0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0feGrVDR0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0feGrVDR0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0feGrVDR0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0feGrVDR0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0feGrVDR0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #fffdf7;
}
.cid-t0feGrVDR0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0feGrVDR0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0feGrVDR0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0feGrVDR0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0feGrVDR0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0feGrVDR0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0feGrVDR0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0feGrVDR0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0feGrVDR0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t0feGrVDR0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0feGrVDR0 .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-t0feGrVDR0 .navbar {
    height: 70px;
  }
  .cid-t0feGrVDR0 .navbar.opened {
    height: auto;
  }
  .cid-t0feGrVDR0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0feGrVDR0 .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-t0feGrVDR0 .container-fluid {
    padding: 0 40px;
  }
}
.cid-t0feGrVDR0 .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-t0feGrVDR0 .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-t0feGrVDR0 .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t0feGrVDR0 .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-t0feGrVDR0 .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-t0feGrVDR0 .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-t0feGrVDR0 .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-t0feGrVDR0 .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-t0feGrVDR0 .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-t0feGrVDR0 .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-t0feGrVDR0 .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-t0feGrVDR0 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t0feGrVDR0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t0feGrVDR0 nav.navbar {
  position: fixed;
}
.cid-t0feGrVDR0 .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-t0feGrVDR0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t0feGrVDR0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0feGrVDR0 .dropdown-item:hover,
.cid-t0feGrVDR0 .dropdown-item:focus {
  background: #333333 !important;
  color: white !important;
}
.cid-t0feGrVDR0 .dropdown-item:hover span {
  color: white;
}
.cid-t0feGrVDR0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0feGrVDR0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0feGrVDR0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-t0feGrVDR0 .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-t0feGrVDR0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0feGrVDR0 .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-t0feGrVDR0 .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-t0feGrVDR0 .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-t0feGrVDR0 .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-t0feGrVDR0 .container {
  display: flex;
  margin: auto;
}
.cid-t0feGrVDR0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0feGrVDR0 .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-t0feGrVDR0 .navbar-nav {
    align-items: center;
  }
}
.cid-t0feGrVDR0 .dropdown-menu,
.cid-t0feGrVDR0 .navbar.opened {
  background: #333333 !important;
}
.cid-t0feGrVDR0 .nav-item:focus,
.cid-t0feGrVDR0 .nav-link:focus {
  outline: none;
}
.cid-t0feGrVDR0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-t0feGrVDR0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0feGrVDR0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0feGrVDR0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0feGrVDR0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0feGrVDR0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0feGrVDR0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #333333;
  padding: 0 !important;
  box-shadow: none;
}
.cid-t0feGrVDR0 .navbar.opened {
  transition: all 0.3s;
}
.cid-t0feGrVDR0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0feGrVDR0 .navbar .navbar-logo img {
  width: auto;
}
.cid-t0feGrVDR0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-t0feGrVDR0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0feGrVDR0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0feGrVDR0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0feGrVDR0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0feGrVDR0 .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-t0feGrVDR0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t0feGrVDR0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0feGrVDR0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0feGrVDR0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0feGrVDR0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0feGrVDR0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0feGrVDR0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t0feGrVDR0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t0feGrVDR0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t0feGrVDR0 .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-t0feGrVDR0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0feGrVDR0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0feGrVDR0 .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-t0feGrVDR0 .dropdown-item.active,
.cid-t0feGrVDR0 .dropdown-item:active {
  background-color: transparent;
}
.cid-t0feGrVDR0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0feGrVDR0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0feGrVDR0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0feGrVDR0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-t0feGrVDR0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0feGrVDR0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0feGrVDR0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0feGrVDR0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0feGrVDR0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0feGrVDR0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #fffdf7;
}
.cid-t0feGrVDR0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0feGrVDR0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0feGrVDR0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0feGrVDR0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0feGrVDR0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0feGrVDR0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0feGrVDR0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0feGrVDR0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0feGrVDR0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t0feGrVDR0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0feGrVDR0 .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-t0feGrVDR0 .navbar {
    height: 70px;
  }
  .cid-t0feGrVDR0 .navbar.opened {
    height: auto;
  }
  .cid-t0feGrVDR0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0feGrVDR0 .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-t0feGrVDR0 .container-fluid {
    padding: 0 40px;
  }
}
.cid-t0feGrVDR0 .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-t0feGrVDR0 .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-t0feGrVDR0 .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t0feGrVDR0 .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-t0feGrVDR0 .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-t0feGrVDR0 .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-t0feGrVDR0 .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-t0feGrVDR0 .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-t0feGrVDR0 .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-t0feGrVDR0 .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-t0feGrVDR0 .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-t0feGrVDR0 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t0ff53x3sS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #333333;
}
.cid-t0ff53x3sS .line {
  background-color: #e9eaf8;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t0ff53x3sS .mbr-text {
  color: #ffffff;
}
.cid-sZGYd94ASk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  background-color: #333333;
}
.cid-sZGYd94ASk .mbr-overlay {
  z-index: 1;
}
.cid-sZGYd94ASk .main-container {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-sZGYd94ASk .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-sZGYd94ASk .text-container {
  height: auto;
}
.cid-sZGYd94ASk .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-sZGYd94ASk .text-wrap {
    min-height: 100%;
  }
}
.cid-sZGYd94ASk .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-sZGYd94ASk .text {
  color: #ffffff;
}
.cid-sZGYd94ASk .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sZGYd94ASk .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sZGYd94ASk .item-wrapper {
  width: 100%;
}
.cid-sZGYd94ASk .item-title {
  line-height: 1.25em;
}
.cid-sZGYd94ASk .mbr-section-title {
  line-height: 1.25em;
  color: #ffffff;
}
.cid-sZGYd94ASk .data-item {
  display: flex;
  align-items: center;
}
.cid-sZGYd94ASk .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-sZGYd94ASk .link-wrap {
  margin: 30px 0 6px;
}
.cid-sZGYd94ASk .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-sZGYd94ASk .btn-black-outline {
  border: 1px solid #000000;
}
.cid-sZGYd94ASk .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-sZGYd94ASk .img-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
}
@media (max-width: 991px) {
  .cid-sZGYd94ASk .img-container {
    border-bottom: 1px solid #7F8678;
  }
}
@media (min-width: 992px) {
  .cid-sZGYd94ASk .img-container {
    border-right: 1px solid #7F8678;
  }
}
.cid-sZGYd94ASk .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8.6%;
  height: 800px;
  box-sizing: border-box;
  flex-grow: 1;
}
.cid-sZGYd94ASk .item-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-t0fgJx18qu {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t0fgJx18qu .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-t0fgJx18qu .social-list a:focus {
  text-decoration: none;
}
.cid-t0fgJx18qu H2 {
  color: #ffffff;
}
.cid-t10wlYF5eW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #333333;
}
@media (max-width: 767px) {
  .cid-t10wlYF5eW .content {
    text-align: center;
  }
  .cid-t10wlYF5eW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t10wlYF5eW .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t10wlYF5eW .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t10wlYF5eW .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-t10wlYF5eW .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t10wlYF5eW .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t10wlYF5eW .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t10wlYF5eW .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t10wlYF5eW .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t10wlYF5eW .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t10wlYF5eW .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t10wlYF5eW .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t10wlYF5eW P {
  color: #ffffff;
}
.cid-t10wlYF5eW H5 {
  color: #ffffff;
}
.cid-t0f1IHU6bH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #333333;
}
.cid-t0f1IHU6bH .line {
  background-color: #e9eaf8;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t0f1IHU6bH .mbr-text {
  color: #ffffff;
}
.cid-sZzx7CkdXB .modal-body .close {
  background: #1b1b1b;
}
.cid-sZzx7CkdXB .modal-body .close span {
  font-style: normal;
}
.cid-sZzx7CkdXB .carousel-inner > .active,
.cid-sZzx7CkdXB .carousel-inner > .next,
.cid-sZzx7CkdXB .carousel-inner > .prev {
  display: flex;
}
.cid-sZzx7CkdXB .carousel-control .icon-next,
.cid-sZzx7CkdXB .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sZzx7CkdXB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sZzx7CkdXB .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sZzx7CkdXB .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sZzx7CkdXB .boxed-slider > div {
  position: relative;
}
.cid-sZzx7CkdXB .container img {
  width: 100%;
}
.cid-sZzx7CkdXB .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sZzx7CkdXB .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sZzx7CkdXB .mbr-table-cell {
  padding: 0;
}
.cid-sZzx7CkdXB .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sZzx7CkdXB .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sZzx7CkdXB .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sZzx7CkdXB .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sZzx7CkdXB .carousel-item.active.right,
.cid-sZzx7CkdXB .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sZzx7CkdXB .carousel-item.active.left,
.cid-sZzx7CkdXB .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sZzx7CkdXB .carousel-item.active,
.cid-sZzx7CkdXB .carousel-item.next.left,
.cid-sZzx7CkdXB .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sZzx7CkdXB .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-sZzx7CkdXB .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZzx7CkdXB .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sZzx7CkdXB .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sZzx7CkdXB .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sZzx7CkdXB .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sZzx7CkdXB .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sZzx7CkdXB .mbr-slider .carousel-indicators li.active,
.cid-sZzx7CkdXB .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sZzx7CkdXB .mbr-slider .carousel-indicators li::after,
.cid-sZzx7CkdXB .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sZzx7CkdXB .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sZzx7CkdXB .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sZzx7CkdXB .mbr-slider > .container img {
  width: 100%;
}
.cid-sZzx7CkdXB .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sZzx7CkdXB .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sZzx7CkdXB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sZzx7CkdXB .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sZzx7CkdXB .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sZzx7CkdXB .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sZzx7CkdXB .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sZzx7CkdXB .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sZzx7CkdXB .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sZzx7CkdXB .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sZzx7CkdXB .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sZzx7CkdXB .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sZzx7CkdXB .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sZzx7CkdXB H2 {
  color: #ffffff;
  text-align: left;
}
.cid-sZH4bnFCs1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  background-color: #333333;
}
.cid-sZH4bnFCs1 .mbr-overlay {
  z-index: 1;
}
.cid-sZH4bnFCs1 .main-container {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-sZH4bnFCs1 .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-sZH4bnFCs1 .text-container {
  height: auto;
}
.cid-sZH4bnFCs1 .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-sZH4bnFCs1 .text-wrap {
    min-height: 100%;
  }
}
.cid-sZH4bnFCs1 .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-sZH4bnFCs1 .text {
  color: #ffffff;
}
.cid-sZH4bnFCs1 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sZH4bnFCs1 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sZH4bnFCs1 .item-wrapper {
  width: 100%;
}
.cid-sZH4bnFCs1 .item-title {
  line-height: 1.25em;
}
.cid-sZH4bnFCs1 .mbr-section-title {
  line-height: 1.25em;
  color: #ffffff;
}
.cid-sZH4bnFCs1 .data-item {
  display: flex;
  align-items: center;
}
.cid-sZH4bnFCs1 .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-sZH4bnFCs1 .link-wrap {
  margin: 30px 0 6px;
}
.cid-sZH4bnFCs1 .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-sZH4bnFCs1 .btn-black-outline {
  border: 1px solid #000000;
}
.cid-sZH4bnFCs1 .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-sZH4bnFCs1 .img-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
}
@media (max-width: 991px) {
  .cid-sZH4bnFCs1 .img-container {
    border-bottom: 1px solid #7F8678;
  }
}
@media (min-width: 992px) {
  .cid-sZH4bnFCs1 .img-container {
    border-right: 1px solid #7F8678;
  }
}
.cid-sZH4bnFCs1 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8.6%;
  height: 800px;
  box-sizing: border-box;
  flex-grow: 1;
}
.cid-sZH4bnFCs1 .item-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-t0f8B2HWw2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t0f8B2HWw2 .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-t0f8B2HWw2 .social-list a:focus {
  text-decoration: none;
}
.cid-t0f8B2HWw2 H2 {
  color: #ffffff;
}
.cid-t10wg3Vhlm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #333333;
}
@media (max-width: 767px) {
  .cid-t10wg3Vhlm .content {
    text-align: center;
  }
  .cid-t10wg3Vhlm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t10wg3Vhlm .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t10wg3Vhlm .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t10wg3Vhlm .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-t10wg3Vhlm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t10wg3Vhlm .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t10wg3Vhlm .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t10wg3Vhlm .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t10wg3Vhlm .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t10wg3Vhlm .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t10wg3Vhlm .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t10wg3Vhlm .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t10wg3Vhlm P {
  color: #ffffff;
}
.cid-t10wg3Vhlm H5 {
  color: #ffffff;
}
.cid-t0feGrVDR0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t0feGrVDR0 nav.navbar {
  position: fixed;
}
.cid-t0feGrVDR0 .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-t0feGrVDR0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t0feGrVDR0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0feGrVDR0 .dropdown-item:hover,
.cid-t0feGrVDR0 .dropdown-item:focus {
  background: #333333 !important;
  color: white !important;
}
.cid-t0feGrVDR0 .dropdown-item:hover span {
  color: white;
}
.cid-t0feGrVDR0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0feGrVDR0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0feGrVDR0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-t0feGrVDR0 .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-t0feGrVDR0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0feGrVDR0 .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-t0feGrVDR0 .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-t0feGrVDR0 .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-t0feGrVDR0 .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-t0feGrVDR0 .container {
  display: flex;
  margin: auto;
}
.cid-t0feGrVDR0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0feGrVDR0 .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-t0feGrVDR0 .navbar-nav {
    align-items: center;
  }
}
.cid-t0feGrVDR0 .dropdown-menu,
.cid-t0feGrVDR0 .navbar.opened {
  background: #333333 !important;
}
.cid-t0feGrVDR0 .nav-item:focus,
.cid-t0feGrVDR0 .nav-link:focus {
  outline: none;
}
.cid-t0feGrVDR0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-t0feGrVDR0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0feGrVDR0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0feGrVDR0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0feGrVDR0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0feGrVDR0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0feGrVDR0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #333333;
  padding: 0 !important;
  box-shadow: none;
}
.cid-t0feGrVDR0 .navbar.opened {
  transition: all 0.3s;
}
.cid-t0feGrVDR0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0feGrVDR0 .navbar .navbar-logo img {
  width: auto;
}
.cid-t0feGrVDR0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-t0feGrVDR0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0feGrVDR0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0feGrVDR0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0feGrVDR0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0feGrVDR0 .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-t0feGrVDR0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t0feGrVDR0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0feGrVDR0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0feGrVDR0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0feGrVDR0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0feGrVDR0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0feGrVDR0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t0feGrVDR0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t0feGrVDR0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t0feGrVDR0 .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-t0feGrVDR0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0feGrVDR0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0feGrVDR0 .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-t0feGrVDR0 .dropdown-item.active,
.cid-t0feGrVDR0 .dropdown-item:active {
  background-color: transparent;
}
.cid-t0feGrVDR0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0feGrVDR0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0feGrVDR0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0feGrVDR0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-t0feGrVDR0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0feGrVDR0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0feGrVDR0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0feGrVDR0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0feGrVDR0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0feGrVDR0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #fffdf7;
}
.cid-t0feGrVDR0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0feGrVDR0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0feGrVDR0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0feGrVDR0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0feGrVDR0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0feGrVDR0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0feGrVDR0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0feGrVDR0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0feGrVDR0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t0feGrVDR0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0feGrVDR0 .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-t0feGrVDR0 .navbar {
    height: 70px;
  }
  .cid-t0feGrVDR0 .navbar.opened {
    height: auto;
  }
  .cid-t0feGrVDR0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0feGrVDR0 .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-t0feGrVDR0 .container-fluid {
    padding: 0 40px;
  }
}
.cid-t0feGrVDR0 .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-t0feGrVDR0 .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-t0feGrVDR0 .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t0feGrVDR0 .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-t0feGrVDR0 .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-t0feGrVDR0 .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-t0feGrVDR0 .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-t0feGrVDR0 .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-t0feGrVDR0 .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-t0feGrVDR0 .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-t0feGrVDR0 .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-t0feGrVDR0 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t0fuJLX16E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #333333;
}
.cid-t0fuJLX16E .line {
  background-color: #e9eaf8;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t0fuJLX16E .mbr-text {
  color: #ffffff;
}
.cid-sZH37SKjWs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  display: flex;
  flex-direction: column;
  background-color: #333333;
}
.cid-sZH37SKjWs .mbr-overlay {
  z-index: 1;
}
.cid-sZH37SKjWs .main-container {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-sZH37SKjWs .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-sZH37SKjWs .text-container {
  height: auto;
}
.cid-sZH37SKjWs .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-sZH37SKjWs .text-wrap {
    min-height: 100%;
  }
}
.cid-sZH37SKjWs .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-sZH37SKjWs .text {
  color: #ffffff;
}
.cid-sZH37SKjWs .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sZH37SKjWs .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sZH37SKjWs .item-wrapper {
  width: 100%;
}
.cid-sZH37SKjWs .item-title {
  line-height: 1.25em;
}
.cid-sZH37SKjWs .mbr-section-title {
  line-height: 1.25em;
  color: #ffffff;
}
.cid-sZH37SKjWs .data-item {
  display: flex;
  align-items: center;
}
.cid-sZH37SKjWs .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-sZH37SKjWs .link-wrap {
  margin: 30px 0 6px;
}
.cid-sZH37SKjWs .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-sZH37SKjWs .btn-black-outline {
  border: 1px solid #000000;
}
.cid-sZH37SKjWs .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-sZH37SKjWs .img-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
}
@media (max-width: 991px) {
  .cid-sZH37SKjWs .img-container {
    border-bottom: 1px solid #7F8678;
  }
}
@media (min-width: 992px) {
  .cid-sZH37SKjWs .img-container {
    border-right: 1px solid #7F8678;
    border-left: 1px solid #7F8678;
    border-right: none;
  }
}
.cid-sZH37SKjWs .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8.6%;
  height: 800px;
  box-sizing: border-box;
  flex-grow: 1;
}
.cid-sZH37SKjWs .item-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-t0fo4xAAsf {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t0fo4xAAsf .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-t0fo4xAAsf .social-list a:focus {
  text-decoration: none;
}
.cid-t0fo4xAAsf H2 {
  color: #ffffff;
}
.cid-t10wv63Gqc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #333333;
}
@media (max-width: 767px) {
  .cid-t10wv63Gqc .content {
    text-align: center;
  }
  .cid-t10wv63Gqc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t10wv63Gqc .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t10wv63Gqc .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t10wv63Gqc .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-t10wv63Gqc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t10wv63Gqc .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t10wv63Gqc .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t10wv63Gqc .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t10wv63Gqc .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t10wv63Gqc .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t10wv63Gqc .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t10wv63Gqc .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t10wv63Gqc P {
  color: #ffffff;
}
.cid-t10wv63Gqc H5 {
  color: #ffffff;
}
.cid-t0feGrVDR0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t0feGrVDR0 nav.navbar {
  position: fixed;
}
.cid-t0feGrVDR0 .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-t0feGrVDR0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t0feGrVDR0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0feGrVDR0 .dropdown-item:hover,
.cid-t0feGrVDR0 .dropdown-item:focus {
  background: #333333 !important;
  color: white !important;
}
.cid-t0feGrVDR0 .dropdown-item:hover span {
  color: white;
}
.cid-t0feGrVDR0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0feGrVDR0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0feGrVDR0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-t0feGrVDR0 .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-t0feGrVDR0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0feGrVDR0 .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-t0feGrVDR0 .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-t0feGrVDR0 .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-t0feGrVDR0 .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-t0feGrVDR0 .container {
  display: flex;
  margin: auto;
}
.cid-t0feGrVDR0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0feGrVDR0 .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-t0feGrVDR0 .navbar-nav {
    align-items: center;
  }
}
.cid-t0feGrVDR0 .dropdown-menu,
.cid-t0feGrVDR0 .navbar.opened {
  background: #333333 !important;
}
.cid-t0feGrVDR0 .nav-item:focus,
.cid-t0feGrVDR0 .nav-link:focus {
  outline: none;
}
.cid-t0feGrVDR0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-t0feGrVDR0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0feGrVDR0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0feGrVDR0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0feGrVDR0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0feGrVDR0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0feGrVDR0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #333333;
  padding: 0 !important;
  box-shadow: none;
}
.cid-t0feGrVDR0 .navbar.opened {
  transition: all 0.3s;
}
.cid-t0feGrVDR0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0feGrVDR0 .navbar .navbar-logo img {
  width: auto;
}
.cid-t0feGrVDR0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-t0feGrVDR0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0feGrVDR0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0feGrVDR0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0feGrVDR0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0feGrVDR0 .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-t0feGrVDR0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t0feGrVDR0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0feGrVDR0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0feGrVDR0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0feGrVDR0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0feGrVDR0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0feGrVDR0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t0feGrVDR0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t0feGrVDR0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t0feGrVDR0 .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-t0feGrVDR0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0feGrVDR0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0feGrVDR0 .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-t0feGrVDR0 .dropdown-item.active,
.cid-t0feGrVDR0 .dropdown-item:active {
  background-color: transparent;
}
.cid-t0feGrVDR0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0feGrVDR0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0feGrVDR0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0feGrVDR0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-t0feGrVDR0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0feGrVDR0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0feGrVDR0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0feGrVDR0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0feGrVDR0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0feGrVDR0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #fffdf7;
}
.cid-t0feGrVDR0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0feGrVDR0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0feGrVDR0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0feGrVDR0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0feGrVDR0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0feGrVDR0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0feGrVDR0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0feGrVDR0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0feGrVDR0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t0feGrVDR0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0feGrVDR0 .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-t0feGrVDR0 .navbar {
    height: 70px;
  }
  .cid-t0feGrVDR0 .navbar.opened {
    height: auto;
  }
  .cid-t0feGrVDR0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0feGrVDR0 .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-t0feGrVDR0 .container-fluid {
    padding: 0 40px;
  }
}
.cid-t0feGrVDR0 .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-t0feGrVDR0 .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-t0feGrVDR0 .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t0feGrVDR0 .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-t0feGrVDR0 .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-t0feGrVDR0 .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-t0feGrVDR0 .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-t0feGrVDR0 .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-t0feGrVDR0 .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-t0feGrVDR0 .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-t0feGrVDR0 .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-t0feGrVDR0 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t0fp2QLBjE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #333333;
}
.cid-t0fp2QLBjE .line {
  background-color: #e9eaf8;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t0fp2QLBjE .mbr-text {
  color: #ffffff;
}
.cid-sZGZnj0oM6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  background-color: #333333;
}
.cid-sZGZnj0oM6 .mbr-overlay {
  z-index: 1;
}
.cid-sZGZnj0oM6 .main-container {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-sZGZnj0oM6 .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-sZGZnj0oM6 .text-container {
  height: auto;
}
.cid-sZGZnj0oM6 .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-sZGZnj0oM6 .text-wrap {
    min-height: 100%;
  }
}
.cid-sZGZnj0oM6 .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-sZGZnj0oM6 .text {
  color: #ffffff;
}
.cid-sZGZnj0oM6 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sZGZnj0oM6 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sZGZnj0oM6 .item-wrapper {
  width: 100%;
}
.cid-sZGZnj0oM6 .item-title {
  line-height: 1.25em;
}
.cid-sZGZnj0oM6 .mbr-section-title {
  line-height: 1.25em;
  color: #ffffff;
}
.cid-sZGZnj0oM6 .data-item {
  display: flex;
  align-items: center;
}
.cid-sZGZnj0oM6 .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-sZGZnj0oM6 .link-wrap {
  margin: 30px 0 6px;
}
.cid-sZGZnj0oM6 .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-sZGZnj0oM6 .btn-black-outline {
  border: 1px solid #000000;
}
.cid-sZGZnj0oM6 .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-sZGZnj0oM6 .img-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
}
@media (max-width: 991px) {
  .cid-sZGZnj0oM6 .img-container {
    border-bottom: 1px solid #7F8678;
  }
}
@media (min-width: 992px) {
  .cid-sZGZnj0oM6 .img-container {
    border-right: 1px solid #7F8678;
  }
}
.cid-sZGZnj0oM6 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8.6%;
  height: 800px;
  box-sizing: border-box;
  flex-grow: 1;
}
.cid-sZGZnj0oM6 .item-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-t0ft01Wufg {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t0ft01Wufg .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-t0ft01Wufg .social-list a:focus {
  text-decoration: none;
}
.cid-t0ft01Wufg H2 {
  color: #ffffff;
}
.cid-t10wzAH1YM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #333333;
}
@media (max-width: 767px) {
  .cid-t10wzAH1YM .content {
    text-align: center;
  }
  .cid-t10wzAH1YM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t10wzAH1YM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t10wzAH1YM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t10wzAH1YM .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-t10wzAH1YM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t10wzAH1YM .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t10wzAH1YM .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t10wzAH1YM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t10wzAH1YM .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t10wzAH1YM .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t10wzAH1YM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t10wzAH1YM .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t10wzAH1YM P {
  color: #ffffff;
}
.cid-t10wzAH1YM H5 {
  color: #ffffff;
}
.cid-t0feGrVDR0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t0feGrVDR0 nav.navbar {
  position: fixed;
}
.cid-t0feGrVDR0 .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-t0feGrVDR0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t0feGrVDR0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0feGrVDR0 .dropdown-item:hover,
.cid-t0feGrVDR0 .dropdown-item:focus {
  background: #333333 !important;
  color: white !important;
}
.cid-t0feGrVDR0 .dropdown-item:hover span {
  color: white;
}
.cid-t0feGrVDR0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0feGrVDR0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0feGrVDR0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-t0feGrVDR0 .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-t0feGrVDR0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0feGrVDR0 .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-t0feGrVDR0 .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-t0feGrVDR0 .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-t0feGrVDR0 .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-t0feGrVDR0 .container {
  display: flex;
  margin: auto;
}
.cid-t0feGrVDR0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0feGrVDR0 .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-t0feGrVDR0 .navbar-nav {
    align-items: center;
  }
}
.cid-t0feGrVDR0 .dropdown-menu,
.cid-t0feGrVDR0 .navbar.opened {
  background: #333333 !important;
}
.cid-t0feGrVDR0 .nav-item:focus,
.cid-t0feGrVDR0 .nav-link:focus {
  outline: none;
}
.cid-t0feGrVDR0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-t0feGrVDR0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0feGrVDR0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0feGrVDR0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0feGrVDR0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0feGrVDR0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0feGrVDR0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #333333;
  padding: 0 !important;
  box-shadow: none;
}
.cid-t0feGrVDR0 .navbar.opened {
  transition: all 0.3s;
}
.cid-t0feGrVDR0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0feGrVDR0 .navbar .navbar-logo img {
  width: auto;
}
.cid-t0feGrVDR0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-t0feGrVDR0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0feGrVDR0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0feGrVDR0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0feGrVDR0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0feGrVDR0 .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-t0feGrVDR0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t0feGrVDR0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0feGrVDR0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0feGrVDR0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0feGrVDR0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0feGrVDR0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0feGrVDR0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t0feGrVDR0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t0feGrVDR0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t0feGrVDR0 .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-t0feGrVDR0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0feGrVDR0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0feGrVDR0 .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-t0feGrVDR0 .dropdown-item.active,
.cid-t0feGrVDR0 .dropdown-item:active {
  background-color: transparent;
}
.cid-t0feGrVDR0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0feGrVDR0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0feGrVDR0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0feGrVDR0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-t0feGrVDR0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0feGrVDR0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0feGrVDR0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0feGrVDR0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0feGrVDR0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0feGrVDR0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #fffdf7;
}
.cid-t0feGrVDR0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0feGrVDR0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0feGrVDR0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0feGrVDR0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0feGrVDR0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0feGrVDR0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0feGrVDR0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0feGrVDR0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0feGrVDR0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t0feGrVDR0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0feGrVDR0 .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-t0feGrVDR0 .navbar {
    height: 70px;
  }
  .cid-t0feGrVDR0 .navbar.opened {
    height: auto;
  }
  .cid-t0feGrVDR0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0feGrVDR0 .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-t0feGrVDR0 .container-fluid {
    padding: 0 40px;
  }
}
.cid-t0feGrVDR0 .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-t0feGrVDR0 .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-t0feGrVDR0 .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t0feGrVDR0 .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-t0feGrVDR0 .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-t0feGrVDR0 .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-t0feGrVDR0 .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-t0feGrVDR0 .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-t0feGrVDR0 .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-t0feGrVDR0 .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-t0feGrVDR0 .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-t0feGrVDR0 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t0CDfeC6Jq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #333333;
}
.cid-t0CDfeC6Jq .line {
  background-color: #e9eaf8;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t0CDfeC6Jq .mbr-text {
  color: #ffffff;
}
.cid-t10iQoJpFJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3d3d3d;
}
.cid-t10iQoJpFJ .mbr-overlay {
  z-index: 1;
}
.cid-t10iQoJpFJ .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-t10iQoJpFJ .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-t10iQoJpFJ .text-container {
  height: auto;
  background: #333333;
  border-bottom: 1px solid #7F8678;
}
@media (min-width: 992px) {
  .cid-t10iQoJpFJ .text-container {
    border-right: 1px solid #7F8678;
    border-bottom: none;
  }
}
.cid-t10iQoJpFJ .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  min-height: 400px;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-t10iQoJpFJ .text-wrap {
    max-width: 512px;
    min-height: 750px;
  }
}
.cid-t10iQoJpFJ .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-t10iQoJpFJ .text {
  color: #ffffff;
}
.cid-t10iQoJpFJ .time-text {
  color: #3d3d3d;
  margin-right: auto;
}
.cid-t10iQoJpFJ .artist-text {
  color: #ffffff;
}
.cid-t10iQoJpFJ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t10iQoJpFJ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t10iQoJpFJ .item-wrapper {
  width: 100%;
}
.cid-t10iQoJpFJ .mbr-section-title {
  line-height: 1.25em;
  color: #ffffff;
}
.cid-t10iQoJpFJ .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 25px 32px;
}
@media (max-width: 991px) {
  .cid-t10iQoJpFJ .img-container {
    min-height: 750px;
  }
}
.cid-t10iQoJpFJ .item-img {
  display: flex;
  flex-direction: column;
  max-width: 385px;
  overflow: hidden;
  height: auto;
  margin: auto 0;
}
.cid-t10iQoJpFJ .item-img .img {
  max-height: 315px;
  margin-bottom: 24px;
  overflow: hidden;
}
.cid-t10iQoJpFJ .item-img img {
  object-fit: cover;
  height: 315px;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-t10iQoJpFJ .item-img:hover img {
  transform: scale(1);
}
.cid-t10iQoJpFJ .item-info {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 575px) {
  .cid-t10iQoJpFJ .item-info {
    flex-wrap: wrap;
  }
}
.cid-t10iQoJpFJ .mbr-section-btn {
  text-align: right;
  margin-bottom: -9.6px;
}
.cid-t10iQoJpFJ .underlined-link:after {
  height: 1px !important;
}
.cid-t10iQoJpFJ .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-t10iQoJpFJ .btn-black-outline {
  border: 1px solid #000000;
}
.cid-t10iQoJpFJ .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-t10iQoJpFJ .text-with-round {
  color: #ffffff;
}
.cid-t10iQoJpFJ .link-contacts {
  color: #ffffff;
}
.cid-t0CDfgIJja {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t0CDfgIJja .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-t0CDfgIJja .social-list a:focus {
  text-decoration: none;
}
.cid-t0CDfgIJja H2 {
  color: #ffffff;
}
.cid-t10wJGyTM8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #333333;
}
@media (max-width: 767px) {
  .cid-t10wJGyTM8 .content {
    text-align: center;
  }
  .cid-t10wJGyTM8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t10wJGyTM8 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t10wJGyTM8 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t10wJGyTM8 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-t10wJGyTM8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t10wJGyTM8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t10wJGyTM8 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t10wJGyTM8 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t10wJGyTM8 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t10wJGyTM8 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t10wJGyTM8 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t10wJGyTM8 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t10wJGyTM8 P {
  color: #ffffff;
}
.cid-t10wJGyTM8 H5 {
  color: #ffffff;
}
.cid-t0CDfhuPD9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t0CDfhuPD9 nav.navbar {
  position: fixed;
}
.cid-t0CDfhuPD9 .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-t0CDfhuPD9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t0CDfhuPD9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0CDfhuPD9 .dropdown-item:hover,
.cid-t0CDfhuPD9 .dropdown-item:focus {
  background: #333333 !important;
  color: white !important;
}
.cid-t0CDfhuPD9 .dropdown-item:hover span {
  color: white;
}
.cid-t0CDfhuPD9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0CDfhuPD9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0CDfhuPD9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-t0CDfhuPD9 .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-t0CDfhuPD9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0CDfhuPD9 .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-t0CDfhuPD9 .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-t0CDfhuPD9 .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-t0CDfhuPD9 .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-t0CDfhuPD9 .container {
  display: flex;
  margin: auto;
}
.cid-t0CDfhuPD9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0CDfhuPD9 .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-t0CDfhuPD9 .navbar-nav {
    align-items: center;
  }
}
.cid-t0CDfhuPD9 .dropdown-menu,
.cid-t0CDfhuPD9 .navbar.opened {
  background: #333333 !important;
}
.cid-t0CDfhuPD9 .nav-item:focus,
.cid-t0CDfhuPD9 .nav-link:focus {
  outline: none;
}
.cid-t0CDfhuPD9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-t0CDfhuPD9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0CDfhuPD9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0CDfhuPD9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0CDfhuPD9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0CDfhuPD9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0CDfhuPD9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #333333;
  padding: 0 !important;
  box-shadow: none;
}
.cid-t0CDfhuPD9 .navbar.opened {
  transition: all 0.3s;
}
.cid-t0CDfhuPD9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0CDfhuPD9 .navbar .navbar-logo img {
  width: auto;
}
.cid-t0CDfhuPD9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-t0CDfhuPD9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0CDfhuPD9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0CDfhuPD9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0CDfhuPD9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0CDfhuPD9 .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-t0CDfhuPD9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t0CDfhuPD9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0CDfhuPD9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0CDfhuPD9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0CDfhuPD9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0CDfhuPD9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0CDfhuPD9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t0CDfhuPD9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t0CDfhuPD9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t0CDfhuPD9 .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-t0CDfhuPD9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0CDfhuPD9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0CDfhuPD9 .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-t0CDfhuPD9 .dropdown-item.active,
.cid-t0CDfhuPD9 .dropdown-item:active {
  background-color: transparent;
}
.cid-t0CDfhuPD9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0CDfhuPD9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0CDfhuPD9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0CDfhuPD9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-t0CDfhuPD9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0CDfhuPD9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0CDfhuPD9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0CDfhuPD9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0CDfhuPD9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0CDfhuPD9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #fffdf7;
}
.cid-t0CDfhuPD9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0CDfhuPD9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0CDfhuPD9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0CDfhuPD9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0CDfhuPD9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0CDfhuPD9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0CDfhuPD9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0CDfhuPD9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0CDfhuPD9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t0CDfhuPD9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0CDfhuPD9 .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-t0CDfhuPD9 .navbar {
    height: 70px;
  }
  .cid-t0CDfhuPD9 .navbar.opened {
    height: auto;
  }
  .cid-t0CDfhuPD9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0CDfhuPD9 .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-t0CDfhuPD9 .container-fluid {
    padding: 0 40px;
  }
}
.cid-t0CDfhuPD9 .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-t0CDfhuPD9 .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-t0CDfhuPD9 .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t0CDfhuPD9 .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-t0CDfhuPD9 .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-t0CDfhuPD9 .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-t0CDfhuPD9 .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-t0CDfhuPD9 .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-t0CDfhuPD9 .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-t0CDfhuPD9 .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-t0CDfhuPD9 .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-t0CDfhuPD9 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t10zKIOpQg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #333333;
}
.cid-t10zKIOpQg .line {
  background-color: #e9eaf8;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t10zKIOpQg .mbr-text {
  color: #ffffff;
}
.cid-t10B0lmqzv {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #3d3d3d;
}
.cid-t10B0lmqzv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-t10B0lmqzv input,
.cid-t10B0lmqzv textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-t10B0lmqzv img {
  width: 90%;
  border-radius: 8px;
}
.cid-t10B0lmqzv .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-t10B0lmqzv textarea {
  min-height: 160px;
}
.cid-t10B0lmqzv .form-control,
.cid-t10B0lmqzv .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #ffffff;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t10B0lmqzv .form-control:hover,
.cid-t10B0lmqzv .field-input:hover,
.cid-t10B0lmqzv .form-control:focus,
.cid-t10B0lmqzv .field-input:focus {
  background-color: #ffffff;
  border-color: #a4a3a3;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-t10B0lmqzv input::-webkit-input-placeholder,
.cid-t10B0lmqzv textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-t10B0lmqzv input:-moz-placeholder,
.cid-t10B0lmqzv textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-t10B0lmqzv .jq-selectbox li,
.cid-t10B0lmqzv .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-t10B0lmqzv .jq-selectbox li:hover,
.cid-t10B0lmqzv .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-t10B0lmqzv .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-t10B0lmqzv .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-t10B0lmqzv H5 {
  color: #ffffff;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-t10B0lmqzv img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-t10B0lmqzv .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-t10B0lmqzv LABEL {
  color: #ffffff;
}
.cid-t10zKJGgIw {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t10zKJGgIw .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-t10zKJGgIw .social-list a:focus {
  text-decoration: none;
}
.cid-t10zKJGgIw H2 {
  color: #ffffff;
}
.cid-t10zKKfreF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #333333;
}
@media (max-width: 767px) {
  .cid-t10zKKfreF .content {
    text-align: center;
  }
  .cid-t10zKKfreF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t10zKKfreF .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t10zKKfreF .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t10zKKfreF .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-t10zKKfreF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t10zKKfreF .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t10zKKfreF .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t10zKKfreF .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t10zKKfreF .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t10zKKfreF .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t10zKKfreF .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t10zKKfreF .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t10zKKfreF P {
  color: #ffffff;
}
.cid-t10zKKfreF H5 {
  color: #ffffff;
}
.cid-t10zKL4a2B {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t10zKL4a2B nav.navbar {
  position: fixed;
}
.cid-t10zKL4a2B .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-t10zKL4a2B .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t10zKL4a2B .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t10zKL4a2B .dropdown-item:hover,
.cid-t10zKL4a2B .dropdown-item:focus {
  background: #333333 !important;
  color: white !important;
}
.cid-t10zKL4a2B .dropdown-item:hover span {
  color: white;
}
.cid-t10zKL4a2B .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t10zKL4a2B .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t10zKL4a2B .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-t10zKL4a2B .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-t10zKL4a2B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t10zKL4a2B .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-t10zKL4a2B .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-t10zKL4a2B .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-t10zKL4a2B .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-t10zKL4a2B .container {
  display: flex;
  margin: auto;
}
.cid-t10zKL4a2B .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t10zKL4a2B .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-t10zKL4a2B .navbar-nav {
    align-items: center;
  }
}
.cid-t10zKL4a2B .dropdown-menu,
.cid-t10zKL4a2B .navbar.opened {
  background: #333333 !important;
}
.cid-t10zKL4a2B .nav-item:focus,
.cid-t10zKL4a2B .nav-link:focus {
  outline: none;
}
.cid-t10zKL4a2B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-t10zKL4a2B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t10zKL4a2B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t10zKL4a2B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t10zKL4a2B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t10zKL4a2B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t10zKL4a2B .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #333333;
  padding: 0 !important;
  box-shadow: none;
}
.cid-t10zKL4a2B .navbar.opened {
  transition: all 0.3s;
}
.cid-t10zKL4a2B .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t10zKL4a2B .navbar .navbar-logo img {
  width: auto;
}
.cid-t10zKL4a2B .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-t10zKL4a2B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t10zKL4a2B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t10zKL4a2B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t10zKL4a2B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t10zKL4a2B .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-t10zKL4a2B .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t10zKL4a2B .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t10zKL4a2B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t10zKL4a2B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t10zKL4a2B .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t10zKL4a2B .navbar.navbar-short {
  min-height: 60px;
}
.cid-t10zKL4a2B .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t10zKL4a2B .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t10zKL4a2B .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t10zKL4a2B .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-t10zKL4a2B .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t10zKL4a2B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t10zKL4a2B .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-t10zKL4a2B .dropdown-item.active,
.cid-t10zKL4a2B .dropdown-item:active {
  background-color: transparent;
}
.cid-t10zKL4a2B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t10zKL4a2B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t10zKL4a2B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t10zKL4a2B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-t10zKL4a2B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t10zKL4a2B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t10zKL4a2B ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t10zKL4a2B .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t10zKL4a2B button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t10zKL4a2B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #fffdf7;
}
.cid-t10zKL4a2B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t10zKL4a2B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t10zKL4a2B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t10zKL4a2B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t10zKL4a2B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t10zKL4a2B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t10zKL4a2B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t10zKL4a2B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t10zKL4a2B .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t10zKL4a2B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t10zKL4a2B .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-t10zKL4a2B .navbar {
    height: 70px;
  }
  .cid-t10zKL4a2B .navbar.opened {
    height: auto;
  }
  .cid-t10zKL4a2B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t10zKL4a2B .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-t10zKL4a2B .container-fluid {
    padding: 0 40px;
  }
}
.cid-t10zKL4a2B .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-t10zKL4a2B .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-t10zKL4a2B .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t10zKL4a2B .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-t10zKL4a2B .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-t10zKL4a2B .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-t10zKL4a2B .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-t10zKL4a2B .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-t10zKL4a2B .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-t10zKL4a2B .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-t10zKL4a2B .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-t10zKL4a2B .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t15TsuPNG7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #333333;
}
.cid-t15TsuPNG7 .line {
  background-color: #e9eaf8;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t15TsuPNG7 .mbr-text {
  color: #ffffff;
}
.cid-t15VENoAWt {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-t15VENoAWt .mbr-text,
.cid-t15VENoAWt blockquote {
  color: #767676;
}
.cid-t15VENoAWt .mbr-text {
  color: #efefef;
}
.cid-t15TsvClCx {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t15TsvClCx .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-t15TsvClCx .social-list a:focus {
  text-decoration: none;
}
.cid-t15TsvClCx H2 {
  color: #ffffff;
}
.cid-t15TsvYXco {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #333333;
}
@media (max-width: 767px) {
  .cid-t15TsvYXco .content {
    text-align: center;
  }
  .cid-t15TsvYXco .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t15TsvYXco .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t15TsvYXco .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t15TsvYXco .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-t15TsvYXco .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t15TsvYXco .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t15TsvYXco .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t15TsvYXco .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t15TsvYXco .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t15TsvYXco .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t15TsvYXco .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t15TsvYXco .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t15TsvYXco P {
  color: #ffffff;
}
.cid-t15TsvYXco H5 {
  color: #ffffff;
}
.cid-t15TswlAxP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t15TswlAxP nav.navbar {
  position: fixed;
}
.cid-t15TswlAxP .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-t15TswlAxP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t15TswlAxP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t15TswlAxP .dropdown-item:hover,
.cid-t15TswlAxP .dropdown-item:focus {
  background: #333333 !important;
  color: white !important;
}
.cid-t15TswlAxP .dropdown-item:hover span {
  color: white;
}
.cid-t15TswlAxP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t15TswlAxP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t15TswlAxP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-t15TswlAxP .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-t15TswlAxP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t15TswlAxP .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-t15TswlAxP .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-t15TswlAxP .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-t15TswlAxP .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-t15TswlAxP .container {
  display: flex;
  margin: auto;
}
.cid-t15TswlAxP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t15TswlAxP .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-t15TswlAxP .navbar-nav {
    align-items: center;
  }
}
.cid-t15TswlAxP .dropdown-menu,
.cid-t15TswlAxP .navbar.opened {
  background: #333333 !important;
}
.cid-t15TswlAxP .nav-item:focus,
.cid-t15TswlAxP .nav-link:focus {
  outline: none;
}
.cid-t15TswlAxP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-t15TswlAxP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t15TswlAxP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t15TswlAxP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t15TswlAxP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t15TswlAxP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t15TswlAxP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #333333;
  padding: 0 !important;
  box-shadow: none;
}
.cid-t15TswlAxP .navbar.opened {
  transition: all 0.3s;
}
.cid-t15TswlAxP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t15TswlAxP .navbar .navbar-logo img {
  width: auto;
}
.cid-t15TswlAxP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-t15TswlAxP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t15TswlAxP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t15TswlAxP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t15TswlAxP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t15TswlAxP .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-t15TswlAxP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t15TswlAxP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t15TswlAxP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t15TswlAxP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t15TswlAxP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t15TswlAxP .navbar.navbar-short {
  min-height: 60px;
}
.cid-t15TswlAxP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t15TswlAxP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t15TswlAxP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t15TswlAxP .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-t15TswlAxP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t15TswlAxP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t15TswlAxP .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-t15TswlAxP .dropdown-item.active,
.cid-t15TswlAxP .dropdown-item:active {
  background-color: transparent;
}
.cid-t15TswlAxP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t15TswlAxP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t15TswlAxP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t15TswlAxP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-t15TswlAxP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t15TswlAxP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t15TswlAxP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t15TswlAxP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t15TswlAxP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t15TswlAxP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #fffdf7;
}
.cid-t15TswlAxP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t15TswlAxP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t15TswlAxP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t15TswlAxP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t15TswlAxP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t15TswlAxP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t15TswlAxP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t15TswlAxP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t15TswlAxP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t15TswlAxP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t15TswlAxP .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-t15TswlAxP .navbar {
    height: 70px;
  }
  .cid-t15TswlAxP .navbar.opened {
    height: auto;
  }
  .cid-t15TswlAxP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t15TswlAxP .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-t15TswlAxP .container-fluid {
    padding: 0 40px;
  }
}
.cid-t15TswlAxP .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-t15TswlAxP .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-t15TswlAxP .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t15TswlAxP .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-t15TswlAxP .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-t15TswlAxP .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-t15TswlAxP .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-t15TswlAxP .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-t15TswlAxP .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-t15TswlAxP .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-t15TswlAxP .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-t15TswlAxP .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t15TzDJ0Z4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #333333;
}
.cid-t15TzDJ0Z4 .line {
  background-color: #e9eaf8;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t15TzDJ0Z4 .mbr-text {
  color: #ffffff;
}
.cid-t15VkHfpGa {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-t15VkHfpGa .mbr-text,
.cid-t15VkHfpGa blockquote {
  color: #767676;
}
.cid-t15VkHfpGa .mbr-text {
  color: #efefef;
}
.cid-t15TzEnRqB {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t15TzEnRqB .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-t15TzEnRqB .social-list a:focus {
  text-decoration: none;
}
.cid-t15TzEnRqB H2 {
  color: #ffffff;
}
.cid-t15TzEIyFu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #333333;
}
@media (max-width: 767px) {
  .cid-t15TzEIyFu .content {
    text-align: center;
  }
  .cid-t15TzEIyFu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t15TzEIyFu .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t15TzEIyFu .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t15TzEIyFu .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-t15TzEIyFu .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t15TzEIyFu .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t15TzEIyFu .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t15TzEIyFu .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t15TzEIyFu .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t15TzEIyFu .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t15TzEIyFu .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t15TzEIyFu .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t15TzEIyFu P {
  color: #ffffff;
}
.cid-t15TzEIyFu H5 {
  color: #ffffff;
}
.cid-t15TzFbquY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t15TzFbquY nav.navbar {
  position: fixed;
}
.cid-t15TzFbquY .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-t15TzFbquY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t15TzFbquY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t15TzFbquY .dropdown-item:hover,
.cid-t15TzFbquY .dropdown-item:focus {
  background: #333333 !important;
  color: white !important;
}
.cid-t15TzFbquY .dropdown-item:hover span {
  color: white;
}
.cid-t15TzFbquY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t15TzFbquY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t15TzFbquY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-t15TzFbquY .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-t15TzFbquY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t15TzFbquY .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-t15TzFbquY .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-t15TzFbquY .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-t15TzFbquY .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-t15TzFbquY .container {
  display: flex;
  margin: auto;
}
.cid-t15TzFbquY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t15TzFbquY .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-t15TzFbquY .navbar-nav {
    align-items: center;
  }
}
.cid-t15TzFbquY .dropdown-menu,
.cid-t15TzFbquY .navbar.opened {
  background: #333333 !important;
}
.cid-t15TzFbquY .nav-item:focus,
.cid-t15TzFbquY .nav-link:focus {
  outline: none;
}
.cid-t15TzFbquY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-t15TzFbquY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t15TzFbquY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t15TzFbquY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t15TzFbquY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t15TzFbquY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t15TzFbquY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #333333;
  padding: 0 !important;
  box-shadow: none;
}
.cid-t15TzFbquY .navbar.opened {
  transition: all 0.3s;
}
.cid-t15TzFbquY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t15TzFbquY .navbar .navbar-logo img {
  width: auto;
}
.cid-t15TzFbquY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-t15TzFbquY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t15TzFbquY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t15TzFbquY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t15TzFbquY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t15TzFbquY .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-t15TzFbquY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t15TzFbquY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t15TzFbquY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t15TzFbquY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t15TzFbquY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t15TzFbquY .navbar.navbar-short {
  min-height: 60px;
}
.cid-t15TzFbquY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t15TzFbquY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t15TzFbquY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t15TzFbquY .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-t15TzFbquY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t15TzFbquY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t15TzFbquY .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-t15TzFbquY .dropdown-item.active,
.cid-t15TzFbquY .dropdown-item:active {
  background-color: transparent;
}
.cid-t15TzFbquY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t15TzFbquY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t15TzFbquY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t15TzFbquY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-t15TzFbquY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t15TzFbquY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t15TzFbquY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t15TzFbquY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t15TzFbquY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t15TzFbquY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #fffdf7;
}
.cid-t15TzFbquY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t15TzFbquY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t15TzFbquY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t15TzFbquY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t15TzFbquY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t15TzFbquY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t15TzFbquY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t15TzFbquY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t15TzFbquY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t15TzFbquY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t15TzFbquY .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-t15TzFbquY .navbar {
    height: 70px;
  }
  .cid-t15TzFbquY .navbar.opened {
    height: auto;
  }
  .cid-t15TzFbquY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t15TzFbquY .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-t15TzFbquY .container-fluid {
    padding: 0 40px;
  }
}
.cid-t15TzFbquY .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-t15TzFbquY .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-t15TzFbquY .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t15TzFbquY .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-t15TzFbquY .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-t15TzFbquY .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-t15TzFbquY .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-t15TzFbquY .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-t15TzFbquY .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-t15TzFbquY .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-t15TzFbquY .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-t15TzFbquY .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t15TvITOhV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #333333;
}
.cid-t15TvITOhV .line {
  background-color: #e9eaf8;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t15TvITOhV .mbr-text {
  color: #ffffff;
}
.cid-t15V40xzIt {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-t15V40xzIt .mbr-text,
.cid-t15V40xzIt blockquote {
  color: #767676;
}
.cid-t15V40xzIt .mbr-text {
  color: #efefef;
}
.cid-t15TvJKIaK {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t15TvJKIaK .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-t15TvJKIaK .social-list a:focus {
  text-decoration: none;
}
.cid-t15TvJKIaK H2 {
  color: #ffffff;
}
.cid-t15TvK5GHd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #333333;
}
@media (max-width: 767px) {
  .cid-t15TvK5GHd .content {
    text-align: center;
  }
  .cid-t15TvK5GHd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t15TvK5GHd .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t15TvK5GHd .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t15TvK5GHd .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-t15TvK5GHd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t15TvK5GHd .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t15TvK5GHd .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t15TvK5GHd .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t15TvK5GHd .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t15TvK5GHd .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t15TvK5GHd .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t15TvK5GHd .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t15TvK5GHd P {
  color: #ffffff;
}
.cid-t15TvK5GHd H5 {
  color: #ffffff;
}
.cid-t15TvKxdSI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t15TvKxdSI nav.navbar {
  position: fixed;
}
.cid-t15TvKxdSI .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-t15TvKxdSI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t15TvKxdSI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t15TvKxdSI .dropdown-item:hover,
.cid-t15TvKxdSI .dropdown-item:focus {
  background: #333333 !important;
  color: white !important;
}
.cid-t15TvKxdSI .dropdown-item:hover span {
  color: white;
}
.cid-t15TvKxdSI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t15TvKxdSI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t15TvKxdSI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-t15TvKxdSI .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-t15TvKxdSI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t15TvKxdSI .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-t15TvKxdSI .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-t15TvKxdSI .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-t15TvKxdSI .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-t15TvKxdSI .container {
  display: flex;
  margin: auto;
}
.cid-t15TvKxdSI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t15TvKxdSI .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-t15TvKxdSI .navbar-nav {
    align-items: center;
  }
}
.cid-t15TvKxdSI .dropdown-menu,
.cid-t15TvKxdSI .navbar.opened {
  background: #333333 !important;
}
.cid-t15TvKxdSI .nav-item:focus,
.cid-t15TvKxdSI .nav-link:focus {
  outline: none;
}
.cid-t15TvKxdSI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-t15TvKxdSI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t15TvKxdSI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t15TvKxdSI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t15TvKxdSI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t15TvKxdSI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t15TvKxdSI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #333333;
  padding: 0 !important;
  box-shadow: none;
}
.cid-t15TvKxdSI .navbar.opened {
  transition: all 0.3s;
}
.cid-t15TvKxdSI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t15TvKxdSI .navbar .navbar-logo img {
  width: auto;
}
.cid-t15TvKxdSI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-t15TvKxdSI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t15TvKxdSI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t15TvKxdSI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t15TvKxdSI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t15TvKxdSI .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-t15TvKxdSI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t15TvKxdSI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t15TvKxdSI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t15TvKxdSI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t15TvKxdSI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t15TvKxdSI .navbar.navbar-short {
  min-height: 60px;
}
.cid-t15TvKxdSI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t15TvKxdSI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t15TvKxdSI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t15TvKxdSI .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-t15TvKxdSI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t15TvKxdSI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t15TvKxdSI .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-t15TvKxdSI .dropdown-item.active,
.cid-t15TvKxdSI .dropdown-item:active {
  background-color: transparent;
}
.cid-t15TvKxdSI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t15TvKxdSI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t15TvKxdSI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t15TvKxdSI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-t15TvKxdSI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t15TvKxdSI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t15TvKxdSI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t15TvKxdSI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t15TvKxdSI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t15TvKxdSI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #fffdf7;
}
.cid-t15TvKxdSI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t15TvKxdSI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t15TvKxdSI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t15TvKxdSI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t15TvKxdSI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t15TvKxdSI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t15TvKxdSI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t15TvKxdSI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t15TvKxdSI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t15TvKxdSI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t15TvKxdSI .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-t15TvKxdSI .navbar {
    height: 70px;
  }
  .cid-t15TvKxdSI .navbar.opened {
    height: auto;
  }
  .cid-t15TvKxdSI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t15TvKxdSI .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-t15TvKxdSI .container-fluid {
    padding: 0 40px;
  }
}
.cid-t15TvKxdSI .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-t15TvKxdSI .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-t15TvKxdSI .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t15TvKxdSI .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-t15TvKxdSI .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-t15TvKxdSI .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-t15TvKxdSI .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-t15TvKxdSI .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-t15TvKxdSI .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-t15TvKxdSI .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-t15TvKxdSI .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-t15TvKxdSI .mbr-section-btn .btn {
    width: 100%;
  }
}
