body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'PlayfairDisplay-Medium';
  font-size: 5.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.575rem;
}
.display-2 {
  font-family: 'PlayfairDisplay-Regular';
  font-size: 3.38rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.197rem;
}
.display-4 {
  font-family: 'BeVietnamPro-Light';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 0.78rem;
}
.display-5 {
  font-family: 'PlayfairDisplay-Regular';
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.3rem;
}
.display-7 {
  font-family: 'Oswald-Light';
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 0.975rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.85rem;
    font-size: calc( 1.9rem + (5.5 - 1.9) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.9rem + (5.5 - 1.9) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.704rem;
    font-size: calc( 1.476rem + (3.38 - 1.476) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.476rem + (3.38 - 1.476) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.25rem + (2 - 1.25) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.25rem + (2 - 1.25) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: #728771 !important;
}
.bg-success {
  background-color: #f6921e !important;
}
.bg-info {
  background-color: #c9beb5 !important;
}
.bg-warning {
  background-color: #a09099 !important;
}
.bg-danger {
  background-color: #694f5f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #728771 !important;
  border-color: #728771 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4a5849 !important;
  border-color: #4a5849 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #212428 !important;
  border-color: #212428 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #c9beb5 !important;
  border-color: #c9beb5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a49283 !important;
  border-color: #a49283 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f6921e !important;
  border-color: #f6921e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b66507 !important;
  border-color: #b66507 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a09099 !important;
  border-color: #a09099 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #75646e !important;
  border-color: #75646e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #694f5f !important;
  border-color: #694f5f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #382a32 !important;
  border-color: #382a32 !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.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #45494e !important;
  border-color: #45494e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1c1e20 !important;
  border-color: #1c1e20 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #728771;
}
.btn-primary-outline:before,
.btn-primary-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #728771;
  opacity: 0.1;
}
.btn-primary-outline:after,
.btn-primary-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #728771;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-primary-outline .mbr-iconfont,
.btn-primary-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #728771;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-primary-outline .mbr-iconfont:before,
.btn-primary-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #728771 !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  background: #728771;
  color: #ffffff;
}
.btn-primary-outline:hover .mbr-iconfont::before,
.btn-primary-outline:focus .mbr-iconfont::before,
.btn-primary-outline.focus .mbr-iconfont::before,
.btn-primary-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-primary-outline:hover:after,
.btn-primary-outline:focus:after,
.btn-primary-outline.focus:after,
.btn-primary-outline.active:after {
  transform: scaleX(1);
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #728771 !important;
  border-color: #728771 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #212428;
}
.btn-secondary-outline:before,
.btn-secondary-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #212428;
  opacity: 0.1;
}
.btn-secondary-outline:after,
.btn-secondary-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #212428;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-secondary-outline .mbr-iconfont,
.btn-secondary-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #212428;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-secondary-outline .mbr-iconfont:before,
.btn-secondary-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #212428 !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  background: #212428;
  color: #ffffff;
}
.btn-secondary-outline:hover .mbr-iconfont::before,
.btn-secondary-outline:focus .mbr-iconfont::before,
.btn-secondary-outline.focus .mbr-iconfont::before,
.btn-secondary-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-secondary-outline:hover:after,
.btn-secondary-outline:focus:after,
.btn-secondary-outline.focus:after,
.btn-secondary-outline.active:after {
  transform: scaleX(1);
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #212428 !important;
  border-color: #212428 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #c9beb5;
}
.btn-info-outline:before,
.btn-info-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #c9beb5;
  opacity: 0.1;
}
.btn-info-outline:after,
.btn-info-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #c9beb5;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-info-outline .mbr-iconfont,
.btn-info-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #c9beb5;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-info-outline .mbr-iconfont:before,
.btn-info-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c9beb5 !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  background: #c9beb5;
  color: #ffffff;
}
.btn-info-outline:hover .mbr-iconfont::before,
.btn-info-outline:focus .mbr-iconfont::before,
.btn-info-outline.focus .mbr-iconfont::before,
.btn-info-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-info-outline:hover:after,
.btn-info-outline:focus:after,
.btn-info-outline.focus:after,
.btn-info-outline.active:after {
  transform: scaleX(1);
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c9beb5 !important;
  border-color: #c9beb5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #f6921e;
}
.btn-success-outline:before,
.btn-success-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #f6921e;
  opacity: 0.1;
}
.btn-success-outline:after,
.btn-success-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #f6921e;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-success-outline .mbr-iconfont,
.btn-success-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #f6921e;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-success-outline .mbr-iconfont:before,
.btn-success-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #f6921e !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  background: #f6921e;
  color: #ffffff;
}
.btn-success-outline:hover .mbr-iconfont::before,
.btn-success-outline:focus .mbr-iconfont::before,
.btn-success-outline.focus .mbr-iconfont::before,
.btn-success-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-success-outline:hover:after,
.btn-success-outline:focus:after,
.btn-success-outline.focus:after,
.btn-success-outline.active:after {
  transform: scaleX(1);
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f6921e !important;
  border-color: #f6921e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #a09099;
}
.btn-warning-outline:before,
.btn-warning-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #a09099;
  opacity: 0.1;
}
.btn-warning-outline:after,
.btn-warning-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #a09099;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-warning-outline .mbr-iconfont,
.btn-warning-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #a09099;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-warning-outline .mbr-iconfont:before,
.btn-warning-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a09099 !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  background: #a09099;
  color: #ffffff;
}
.btn-warning-outline:hover .mbr-iconfont::before,
.btn-warning-outline:focus .mbr-iconfont::before,
.btn-warning-outline.focus .mbr-iconfont::before,
.btn-warning-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-warning-outline:hover:after,
.btn-warning-outline:focus:after,
.btn-warning-outline.focus:after,
.btn-warning-outline.active:after {
  transform: scaleX(1);
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a09099 !important;
  border-color: #a09099 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #694f5f;
}
.btn-danger-outline:before,
.btn-danger-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #694f5f;
  opacity: 0.1;
}
.btn-danger-outline:after,
.btn-danger-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #694f5f;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-danger-outline .mbr-iconfont,
.btn-danger-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #694f5f;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-danger-outline .mbr-iconfont:before,
.btn-danger-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #694f5f !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  background: #694f5f;
  color: #ffffff;
}
.btn-danger-outline:hover .mbr-iconfont::before,
.btn-danger-outline:focus .mbr-iconfont::before,
.btn-danger-outline.focus .mbr-iconfont::before,
.btn-danger-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-danger-outline:hover:after,
.btn-danger-outline:focus:after,
.btn-danger-outline.focus:after,
.btn-danger-outline.active:after {
  transform: scaleX(1);
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #694f5f !important;
  border-color: #694f5f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #45494e;
}
.btn-black-outline:before,
.btn-black-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #45494e;
  opacity: 0.1;
}
.btn-black-outline:after,
.btn-black-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #45494e;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-black-outline .mbr-iconfont,
.btn-black-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #45494e;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-black-outline .mbr-iconfont:before,
.btn-black-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #45494e !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  background: #45494e;
  color: #ffffff;
}
.btn-black-outline:hover .mbr-iconfont::before,
.btn-black-outline:focus .mbr-iconfont::before,
.btn-black-outline.focus .mbr-iconfont::before,
.btn-black-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-black-outline:hover:after,
.btn-black-outline:focus:after,
.btn-black-outline.focus:after,
.btn-black-outline.active:after {
  transform: scaleX(1);
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #45494e !important;
  border-color: #45494e !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #fafafa;
}
.btn-white-outline:before,
.btn-white-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #fafafa;
  opacity: 0.1;
}
.btn-white-outline:after,
.btn-white-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #fafafa;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-white-outline .mbr-iconfont,
.btn-white-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #fafafa;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-white-outline .mbr-iconfont:before,
.btn-white-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  background: #fafafa;
  color: #7a7a7a;
}
.btn-white-outline:hover .mbr-iconfont::before,
.btn-white-outline:focus .mbr-iconfont::before,
.btn-white-outline.focus .mbr-iconfont::before,
.btn-white-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-white-outline:hover:after,
.btn-white-outline:focus:after,
.btn-white-outline.focus:after,
.btn-white-outline.active:after {
  transform: scaleX(1);
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #728771 !important;
}
.text-secondary {
  color: #212428 !important;
}
.text-success {
  color: #f6921e !important;
}
.text-info {
  color: #c9beb5 !important;
}
.text-warning {
  color: #a09099 !important;
}
.text-danger {
  color: #694f5f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #45494E !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #434f43 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a75d07 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #9e8a7a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #6d5d66 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #2f232a !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: #151618 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #728771;
}
.nav-tabs .nav-link:not(.active) {
  color: #26292C;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c9beb5;
}
.alert-warning {
  background-color: #a09099;
}
.alert-danger {
  background-color: #694f5f;
}
.mbr-gallery-filter li.active .btn {
  background-color: #728771;
  border-color: #728771;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #728771;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b6c2b6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fef1e2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #dbd5d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #aa8e9f;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'BeVietnamPro-Light';
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 0.78rem;
}
.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: #728771 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'BeVietnamPro-Light';
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 0.78rem;
}
blockquote {
  border-color: #728771;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #728771;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #728771;
}
.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: #728771;
  border-bottom-color: #728771;
}
.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: #728771 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #212428 !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='%23728771' %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-duration: .2s;
}
a:hover {
  background-image: none !important;
}
.container,
.container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1599px) {
  .container,
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .container,
  .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .container,
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.container {
  max-width: 1920px;
  margin: 0 auto;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .row {
    margin-left: -18px;
    margin-right: -18px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .row {
    margin-left: -16px;
    margin-right: -16px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 60px;
  padding: 15px 30px;
  font-weight: 500;
  line-height: 1 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@keyframes btn-move {
  0% {
    left: 0;
  }
  49% {
    left: -100%;
  }
  50% {
    left: -100%;
    opacity: 0;
  }
  51% {
    left: 100%;
    opacity: 0;
  }
  52% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 0;
  }
}
@keyframes btn-move-hover {
  0% {
    left: 0;
  }
  49% {
    left: 100%;
  }
  50% {
    left: 100%;
    opacity: 0;
  }
  51% {
    left: -100%;
    opacity: 0;
  }
  52% {
    left: -100%;
    opacity: 1;
  }
  100% {
    left: 0;
  }
}
.cid-u72dpThviR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u72dpThviR nav.navbar {
  position: fixed;
}
.cid-u72dpThviR .btn {
  line-height: 1.2;
}
.cid-u72dpThviR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u72dpThviR .nav-link {
  position: relative;
}
.cid-u72dpThviR .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #f6921e;
}
.cid-u72dpThviR .nav-link:hover {
  color: #f6921e !important;
}
.cid-u72dpThviR .nav-link:hover:before {
  width: 100%;
}
.cid-u72dpThviR .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-u72dpThviR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u72dpThviR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u72dpThviR .dropdown-item:hover,
.cid-u72dpThviR .dropdown-item:focus {
  background: #728771 !important;
  color: white !important;
}
.cid-u72dpThviR .dropdown-item:hover span {
  color: white;
}
.cid-u72dpThviR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u72dpThviR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u72dpThviR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u72dpThviR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-u72dpThviR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u72dpThviR .container {
    flex-wrap: nowrap;
  }
}
.cid-u72dpThviR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u72dpThviR .navbar-nav {
  margin: auto;
}
.cid-u72dpThviR .dropdown-menu,
.cid-u72dpThviR .navbar.opened {
  background: #ffffff !important;
}
.cid-u72dpThviR .nav-item:focus,
.cid-u72dpThviR .nav-link:focus {
  outline: none;
}
.cid-u72dpThviR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u72dpThviR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u72dpThviR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u72dpThviR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u72dpThviR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u72dpThviR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u72dpThviR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u72dpThviR .navbar.opened {
  transition: all 0.3s;
}
.cid-u72dpThviR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u72dpThviR .navbar .navbar-logo img {
  width: auto;
}
.cid-u72dpThviR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u72dpThviR .navbar.collapsed {
  justify-content: center;
}
.cid-u72dpThviR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u72dpThviR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u72dpThviR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-u72dpThviR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u72dpThviR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u72dpThviR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u72dpThviR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u72dpThviR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u72dpThviR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u72dpThviR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u72dpThviR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u72dpThviR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u72dpThviR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u72dpThviR .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-u72dpThviR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u72dpThviR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u72dpThviR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u72dpThviR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u72dpThviR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u72dpThviR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u72dpThviR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u72dpThviR .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u72dpThviR .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-u72dpThviR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u72dpThviR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u72dpThviR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u72dpThviR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u72dpThviR .dropdown-item.active,
.cid-u72dpThviR .dropdown-item:active {
  background-color: transparent;
}
.cid-u72dpThviR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u72dpThviR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u72dpThviR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u72dpThviR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u72dpThviR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u72dpThviR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u72dpThviR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u72dpThviR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u72dpThviR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u72dpThviR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u72dpThviR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u72dpThviR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u72dpThviR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u72dpThviR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u72dpThviR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u72dpThviR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u72dpThviR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u72dpThviR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u72dpThviR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u72dpThviR .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-u72dpThviR .navbar {
    height: 70px;
  }
  .cid-u72dpThviR .navbar.opened {
    height: auto;
  }
  .cid-u72dpThviR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7yJh5sTkI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #26292c;
}
.cid-u7yJh5sTkI .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-u7yJh5sTkI .content_block:hover .mbr-section-title a {
  color: #212428 !important;
}
.cid-u7yJh5sTkI .card_topic,
.cid-u7yJh5sTkI .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-u7yJh5sTkI .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #212428;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-u7yJh5sTkI .image {
  position: relative;
}
.cid-u7yJh5sTkI .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #26292c);
  z-index: 1;
  pointer-events: none;
}
.cid-u7yJh5sTkI .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7yJh5sTkI .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-u7yJh5sTkI .mbr-section-btn .btn-secondary-outline:hover,
.cid-u7yJh5sTkI .mbr-section-btn .btn-secondary-outline .active,
.cid-u7yJh5sTkI .mbr-section-btn .btn-secondary-outline:focus {
  color: #728771 !important;
}
.cid-u7yJh5sTkI .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-u7yJh5sTkI .content_block {
    padding: 30px 15px;
  }
  .cid-u7yJh5sTkI .mbr-figure {
    padding: 0;
  }
  .cid-u7yJh5sTkI .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(38, 41, 44, 0.99));
  }
}
.cid-u7yJh5sTkI .mbr-text,
.cid-u7yJh5sTkI .mbr-section-btn {
  color: #f8f6f2;
  text-align: center;
}
.cid-u7yJh5sTkI .mbr-section-title {
  color: #f6921e;
  text-align: center;
}
.cid-u7yRv9lFCJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7yRv9lFCJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7yRv9lFCJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7yRv9lFCJ .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7yRv9lFCJ .mbr-text {
  color: #000000;
}
.cid-u7yRv9lFCJ .mbr-section-title,
.cid-u7yRv9lFCJ .mbr-section-btn {
  color: #f6921e;
}
.cid-u7sP21XhaU {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-u7sP21XhaU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u7sP21XhaU .card-title {
  margin-bottom: 26px;
  color: #212428;
}
.cid-u7sP21XhaU .mbr-text {
  margin-bottom: 30px;
}
.cid-u7sP21XhaU .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-u7sP21XhaU .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-u7sP21XhaU .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-u7sP21XhaU .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u7sP21XhaU .btn_link:hover {
  cursor: pointer;
}
.cid-u7sP21XhaU .btn_link:hover a {
  color: #728771 !important;
}
.cid-u7sP21XhaU .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-u7sP21XhaU .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7sP21XhaU .text-wrapper {
    text-align: center;
  }
  .cid-u7sP21XhaU .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-u7sP21XhaU .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u7sP21XhaU .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7sP21XhaU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7sP21XhaU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7sP21XhaU .card-title,
.cid-u7sP21XhaU .icon_block {
  color: #000000;
}
.cid-u7sPjvVHu8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u7sPjvVHu8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u7sPjvVHu8 .card-title {
  margin-bottom: 26px;
  color: #212428;
}
.cid-u7sPjvVHu8 .mbr-text {
  margin-bottom: 30px;
}
.cid-u7sPjvVHu8 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-u7sPjvVHu8 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-u7sPjvVHu8 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-u7sPjvVHu8 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u7sPjvVHu8 .btn_link:hover {
  cursor: pointer;
}
.cid-u7sPjvVHu8 .btn_link:hover a {
  color: #728771 !important;
}
.cid-u7sPjvVHu8 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-u7sPjvVHu8 .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7sPjvVHu8 .text-wrapper {
    text-align: center;
  }
  .cid-u7sPjvVHu8 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-u7sPjvVHu8 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u7sPjvVHu8 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7sPjvVHu8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7sPjvVHu8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u71W0VNsow {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-u71W0VNsow .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-u71W0VNsow .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-u71W0VNsow .item-content {
  position: relative;
  padding: 1rem;
}
.cid-u71W0VNsow .img-big {
  transition: all 1s;
}
.cid-u71W0VNsow .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-u71W0VNsow .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-u71W0VNsow .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-u71W0VNsow .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-u71W0VNsow .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #000000;
  background: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-u71W0VNsow .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-u71W0VNsow .item-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u71W0VNsow .item:focus,
.cid-u71W0VNsow span:focus {
  outline: none;
}
.cid-u71W0VNsow .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u71W0VNsow .mbr-section-title {
  color: #728771;
}
.cid-u71W0VNsow .mbr-text,
.cid-u71W0VNsow .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-u71W0VNsow .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-u71W0VNsow .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u71W0VNsow .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u70necrmh1 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-u70necrmh1 .row {
  justify-content: flex-start;
}
.cid-u70necrmh1 .mbr-section-title {
  color: #a2a4a7;
  text-align: center;
}
.cid-u70necrmh1 .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u70necrmh1 .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u70necrmh1 .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-u70necrmh1 .mbr-text {
  margin-top: 36px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-u70necrmh1 .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-u70necrmh1 .mbr-text {
    margin-top: 20px;
  }
}
.cid-u75z9sw61B {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #26292c;
}
.cid-u75z9sw61B .mbr-fallback-image.disabled {
  display: none;
}
.cid-u75z9sw61B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u75z9sw61B .video-wrapper iframe {
  width: 100%;
}
.cid-u75z9sw61B .mbr-section-title,
.cid-u75z9sw61B .mbr-section-subtitle,
.cid-u75z9sw61B .mbr-text {
  text-align: center;
}
.cid-u75F8tR643 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-u75F8tR643 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u75F8tR643 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u75F8tR643 .video-wrapper iframe {
  width: 100%;
}
.cid-u75F8tR643 .mbr-section-title,
.cid-u75F8tR643 .mbr-section-subtitle,
.cid-u75F8tR643 .mbr-text {
  text-align: center;
}
.cid-u75F8tR643 .mbr-text {
  color: #a2a4a7;
}
.cid-u7hOskKEen {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-u7hOskKEen .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7hOskKEen .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u7hOskKEen .container {
    padding: 0 16px;
  }
}
.cid-u7hOskKEen .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-u7hOskKEen .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-u7hOskKEen .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-u7hOskKEen .image-wrapper img {
    height: 300px;
  }
}
.cid-u7hOskKEen .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u7hOskKEen .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u7hOskKEen .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u7hOskKEen .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-u7hOskKEen .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u7hOskKEen .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u723Clj1z5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f8f6f2;
}
.cid-u723Clj1z5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u723Clj1z5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u723Clj1z5 .container {
    padding: 0 30px;
  }
}
.cid-u723Clj1z5 .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-u723Clj1z5 .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-u723Clj1z5 .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-u723Clj1z5 .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-u723Clj1z5 .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u723Clj1z5 .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ff6839;
}
.cid-u723Clj1z5 .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-u723Clj1z5 .image-wrapper img {
    height: 280px;
  }
}
.cid-u723Clj1z5 .mbr-text {
  color: #000000;
}
.cid-u75GgYaMJP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-u75GgYaMJP .row {
  flex-direction: row-reverse;
}
.cid-u75GgYaMJP img {
  display: inline;
}
.cid-u75GgYaMJP .si {
  width: 100%;
}
.cid-u75GgYaMJP .si img {
  width: auto;
}
.cid-u75GgYaMJP .text {
  color: #ffffff;
}
.cid-u75GgYaMJP .text,
.cid-u75GgYaMJP .si {
  color: #ba9b67;
  text-align: center;
}
.cid-u75GgYaMJP .copyright {
  color: #9A948D;
}
.cid-u75GgYaMJP .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #a2a4a7;
}
@media (max-width: 991px) {
  .cid-u75GgYaMJP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u75GgYaMJP .list {
    margin-bottom: 0rem;
  }
}
.cid-u75GgYaMJP .list li {
  margin-bottom: .5rem;
}
.cid-u75GgYaMJP .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-u75GgYaMJP .logo {
    margin-top: 2rem;
  }
}
.cid-u75GgYaMJP .mbr-section-subtitle {
  color: #94a393;
}
.cid-u7aRUppCg4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u7aRUppCg4 .google-map {
  width: 100%;
  height: 25rem;
}
.cid-u7aRUppCg4 .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-u7aRUppCg4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7aRUppCg4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u74lcQX41Z {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u74lcQX41Z nav.navbar {
  position: fixed;
}
.cid-u74lcQX41Z .btn {
  line-height: 1.2;
}
.cid-u74lcQX41Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u74lcQX41Z .nav-link {
  position: relative;
}
.cid-u74lcQX41Z .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #f6921e;
}
.cid-u74lcQX41Z .nav-link:hover {
  color: #f6921e !important;
}
.cid-u74lcQX41Z .nav-link:hover:before {
  width: 100%;
}
.cid-u74lcQX41Z .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-u74lcQX41Z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u74lcQX41Z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u74lcQX41Z .dropdown-item:hover,
.cid-u74lcQX41Z .dropdown-item:focus {
  background: #728771 !important;
  color: white !important;
}
.cid-u74lcQX41Z .dropdown-item:hover span {
  color: white;
}
.cid-u74lcQX41Z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u74lcQX41Z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u74lcQX41Z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u74lcQX41Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-u74lcQX41Z .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u74lcQX41Z .container {
    flex-wrap: nowrap;
  }
}
.cid-u74lcQX41Z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u74lcQX41Z .navbar-nav {
  margin: auto;
}
.cid-u74lcQX41Z .dropdown-menu,
.cid-u74lcQX41Z .navbar.opened {
  background: #ffffff !important;
}
.cid-u74lcQX41Z .nav-item:focus,
.cid-u74lcQX41Z .nav-link:focus {
  outline: none;
}
.cid-u74lcQX41Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u74lcQX41Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u74lcQX41Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u74lcQX41Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u74lcQX41Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u74lcQX41Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u74lcQX41Z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u74lcQX41Z .navbar.opened {
  transition: all 0.3s;
}
.cid-u74lcQX41Z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u74lcQX41Z .navbar .navbar-logo img {
  width: auto;
}
.cid-u74lcQX41Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u74lcQX41Z .navbar.collapsed {
  justify-content: center;
}
.cid-u74lcQX41Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u74lcQX41Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u74lcQX41Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-u74lcQX41Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u74lcQX41Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u74lcQX41Z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u74lcQX41Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u74lcQX41Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u74lcQX41Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u74lcQX41Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u74lcQX41Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u74lcQX41Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u74lcQX41Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u74lcQX41Z .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-u74lcQX41Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u74lcQX41Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u74lcQX41Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u74lcQX41Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u74lcQX41Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u74lcQX41Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u74lcQX41Z .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u74lcQX41Z .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u74lcQX41Z .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-u74lcQX41Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u74lcQX41Z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u74lcQX41Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u74lcQX41Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u74lcQX41Z .dropdown-item.active,
.cid-u74lcQX41Z .dropdown-item:active {
  background-color: transparent;
}
.cid-u74lcQX41Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u74lcQX41Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u74lcQX41Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u74lcQX41Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u74lcQX41Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u74lcQX41Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u74lcQX41Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u74lcQX41Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u74lcQX41Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u74lcQX41Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u74lcQX41Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u74lcQX41Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u74lcQX41Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u74lcQX41Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u74lcQX41Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u74lcQX41Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u74lcQX41Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u74lcQX41Z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u74lcQX41Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u74lcQX41Z .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-u74lcQX41Z .navbar {
    height: 70px;
  }
  .cid-u74lcQX41Z .navbar.opened {
    height: auto;
  }
  .cid-u74lcQX41Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7z79t16ID {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #26292c;
}
.cid-u7z79t16ID .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-u7z79t16ID .content_block:hover .mbr-section-title a {
  color: #212428 !important;
}
.cid-u7z79t16ID .card_topic,
.cid-u7z79t16ID .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-u7z79t16ID .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #212428;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-u7z79t16ID .image {
  position: relative;
}
.cid-u7z79t16ID .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #26292c);
  z-index: 1;
  pointer-events: none;
}
.cid-u7z79t16ID .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7z79t16ID .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-u7z79t16ID .mbr-section-btn .btn-secondary-outline:hover,
.cid-u7z79t16ID .mbr-section-btn .btn-secondary-outline .active,
.cid-u7z79t16ID .mbr-section-btn .btn-secondary-outline:focus {
  color: #728771 !important;
}
.cid-u7z79t16ID .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-u7z79t16ID .content_block {
    padding: 30px 15px;
  }
  .cid-u7z79t16ID .mbr-figure {
    padding: 0;
  }
  .cid-u7z79t16ID .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(38, 41, 44, 0.99));
  }
}
.cid-u7z79t16ID .mbr-text,
.cid-u7z79t16ID .mbr-section-btn {
  color: #f8f6f2;
  text-align: center;
}
.cid-u7z79t16ID .mbr-section-title {
  color: #f6921e;
  text-align: center;
}
.cid-u7sFjU1BnZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f8f6f2;
}
.cid-u7sFjU1BnZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7sFjU1BnZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7sFjU1BnZ .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-u7sFjU1BnZ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7sFjU1BnZ .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-u7sFjU1BnZ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7sFjU1BnZ .container {
    padding: 0 14px;
  }
}
.cid-u7sFjU1BnZ .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-u7sFjU1BnZ .content-wrapper .link-wrapper {
  display: block;
}
.cid-u7sFjU1BnZ .content-wrapper .link-wrapper:hover .mbr-link,
.cid-u7sFjU1BnZ .content-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-u7sFjU1BnZ .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u7sFjU1BnZ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-u7sFjU1BnZ .mbr-link {
  color: #000000;
  text-align: center;
}
.cid-u74lcVbQNi {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-u74lcVbQNi .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-u74lcVbQNi .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-u74lcVbQNi .item-content {
  position: relative;
  padding: 1rem;
}
.cid-u74lcVbQNi .img-big {
  transition: all 1s;
}
.cid-u74lcVbQNi .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-u74lcVbQNi .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-u74lcVbQNi .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-u74lcVbQNi .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-u74lcVbQNi .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #000000;
  background: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-u74lcVbQNi .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-u74lcVbQNi .item-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u74lcVbQNi .item:focus,
.cid-u74lcVbQNi span:focus {
  outline: none;
}
.cid-u74lcVbQNi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u74lcVbQNi .mbr-section-title {
  color: #728771;
}
.cid-u74lcVbQNi .mbr-text,
.cid-u74lcVbQNi .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-u74lcVbQNi .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-u74lcVbQNi .item-subtitle {
  text-align: center;
  color: #68b918;
}
.cid-u74lcVbQNi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u74lcUJ7jY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f8f6f2;
}
.cid-u74lcUJ7jY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u74lcUJ7jY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u74lcUJ7jY .container {
    padding: 0 30px;
  }
}
.cid-u74lcUJ7jY .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-u74lcUJ7jY .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-u74lcUJ7jY .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-u74lcUJ7jY .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-u74lcUJ7jY .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u74lcUJ7jY .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ff6839;
}
.cid-u74lcUJ7jY .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-u74lcUJ7jY .image-wrapper img {
    height: 280px;
  }
}
.cid-u74lcUJ7jY .mbr-text {
  color: #000000;
}
.cid-u75GgYaMJP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-u75GgYaMJP .row {
  flex-direction: row-reverse;
}
.cid-u75GgYaMJP img {
  display: inline;
}
.cid-u75GgYaMJP .si {
  width: 100%;
}
.cid-u75GgYaMJP .si img {
  width: auto;
}
.cid-u75GgYaMJP .text {
  color: #ffffff;
}
.cid-u75GgYaMJP .text,
.cid-u75GgYaMJP .si {
  color: #ba9b67;
  text-align: center;
}
.cid-u75GgYaMJP .copyright {
  color: #9A948D;
}
.cid-u75GgYaMJP .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #a2a4a7;
}
@media (max-width: 991px) {
  .cid-u75GgYaMJP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u75GgYaMJP .list {
    margin-bottom: 0rem;
  }
}
.cid-u75GgYaMJP .list li {
  margin-bottom: .5rem;
}
.cid-u75GgYaMJP .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-u75GgYaMJP .logo {
    margin-top: 2rem;
  }
}
.cid-u75GgYaMJP .mbr-section-subtitle {
  color: #94a393;
}
.cid-u74x8uqDWp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u74x8uqDWp nav.navbar {
  position: fixed;
}
.cid-u74x8uqDWp .btn {
  line-height: 1.2;
}
.cid-u74x8uqDWp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u74x8uqDWp .nav-link {
  position: relative;
}
.cid-u74x8uqDWp .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #f6921e;
}
.cid-u74x8uqDWp .nav-link:hover {
  color: #f6921e !important;
}
.cid-u74x8uqDWp .nav-link:hover:before {
  width: 100%;
}
.cid-u74x8uqDWp .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-u74x8uqDWp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u74x8uqDWp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u74x8uqDWp .dropdown-item:hover,
.cid-u74x8uqDWp .dropdown-item:focus {
  background: #728771 !important;
  color: white !important;
}
.cid-u74x8uqDWp .dropdown-item:hover span {
  color: white;
}
.cid-u74x8uqDWp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u74x8uqDWp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u74x8uqDWp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u74x8uqDWp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-u74x8uqDWp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u74x8uqDWp .container {
    flex-wrap: nowrap;
  }
}
.cid-u74x8uqDWp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u74x8uqDWp .navbar-nav {
  margin: auto;
}
.cid-u74x8uqDWp .dropdown-menu,
.cid-u74x8uqDWp .navbar.opened {
  background: #ffffff !important;
}
.cid-u74x8uqDWp .nav-item:focus,
.cid-u74x8uqDWp .nav-link:focus {
  outline: none;
}
.cid-u74x8uqDWp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u74x8uqDWp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u74x8uqDWp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u74x8uqDWp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u74x8uqDWp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u74x8uqDWp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u74x8uqDWp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u74x8uqDWp .navbar.opened {
  transition: all 0.3s;
}
.cid-u74x8uqDWp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u74x8uqDWp .navbar .navbar-logo img {
  width: auto;
}
.cid-u74x8uqDWp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u74x8uqDWp .navbar.collapsed {
  justify-content: center;
}
.cid-u74x8uqDWp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u74x8uqDWp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u74x8uqDWp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-u74x8uqDWp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u74x8uqDWp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u74x8uqDWp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u74x8uqDWp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u74x8uqDWp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u74x8uqDWp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u74x8uqDWp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u74x8uqDWp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u74x8uqDWp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u74x8uqDWp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u74x8uqDWp .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-u74x8uqDWp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u74x8uqDWp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u74x8uqDWp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u74x8uqDWp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u74x8uqDWp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u74x8uqDWp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u74x8uqDWp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u74x8uqDWp .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u74x8uqDWp .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-u74x8uqDWp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u74x8uqDWp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u74x8uqDWp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u74x8uqDWp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u74x8uqDWp .dropdown-item.active,
.cid-u74x8uqDWp .dropdown-item:active {
  background-color: transparent;
}
.cid-u74x8uqDWp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u74x8uqDWp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u74x8uqDWp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u74x8uqDWp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u74x8uqDWp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u74x8uqDWp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u74x8uqDWp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u74x8uqDWp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u74x8uqDWp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u74x8uqDWp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u74x8uqDWp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u74x8uqDWp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u74x8uqDWp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u74x8uqDWp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u74x8uqDWp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u74x8uqDWp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u74x8uqDWp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u74x8uqDWp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u74x8uqDWp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u74x8uqDWp .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-u74x8uqDWp .navbar {
    height: 70px;
  }
  .cid-u74x8uqDWp .navbar.opened {
    height: auto;
  }
  .cid-u74x8uqDWp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7z7n62GGF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #26292c;
}
.cid-u7z7n62GGF .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-u7z7n62GGF .content_block:hover .mbr-section-title a {
  color: #212428 !important;
}
.cid-u7z7n62GGF .card_topic,
.cid-u7z7n62GGF .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-u7z7n62GGF .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #212428;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-u7z7n62GGF .image {
  position: relative;
}
.cid-u7z7n62GGF .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #26292c);
  z-index: 1;
  pointer-events: none;
}
.cid-u7z7n62GGF .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7z7n62GGF .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-u7z7n62GGF .mbr-section-btn .btn-secondary-outline:hover,
.cid-u7z7n62GGF .mbr-section-btn .btn-secondary-outline .active,
.cid-u7z7n62GGF .mbr-section-btn .btn-secondary-outline:focus {
  color: #728771 !important;
}
.cid-u7z7n62GGF .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-u7z7n62GGF .content_block {
    padding: 30px 15px;
  }
  .cid-u7z7n62GGF .mbr-figure {
    padding: 0;
  }
  .cid-u7z7n62GGF .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(38, 41, 44, 0.99));
  }
}
.cid-u7z7n62GGF .mbr-text,
.cid-u7z7n62GGF .mbr-section-btn {
  color: #f8f6f2;
  text-align: center;
}
.cid-u7z7n62GGF .mbr-section-title {
  color: #f6921e;
  text-align: center;
}
.cid-u7sFBCko2a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f8f6f2;
}
.cid-u7sFBCko2a .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7sFBCko2a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7sFBCko2a .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-u7sFBCko2a .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7sFBCko2a .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-u7sFBCko2a .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7sFBCko2a .container {
    padding: 0 14px;
  }
}
.cid-u7sFBCko2a .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-u7sFBCko2a .content-wrapper .link-wrapper {
  display: block;
}
.cid-u7sFBCko2a .content-wrapper .link-wrapper:hover .mbr-link,
.cid-u7sFBCko2a .content-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-u7sFBCko2a .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u7sFBCko2a .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-u7sFBCko2a .mbr-link {
  color: #000000;
  text-align: center;
}
.cid-u74x8vGpgN {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-u74x8vGpgN .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-u74x8vGpgN .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-u74x8vGpgN .item-content {
  position: relative;
  padding: 1rem;
}
.cid-u74x8vGpgN .img-big {
  transition: all 1s;
}
.cid-u74x8vGpgN .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-u74x8vGpgN .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-u74x8vGpgN .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-u74x8vGpgN .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-u74x8vGpgN .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #000000;
  background: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-u74x8vGpgN .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-u74x8vGpgN .item-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u74x8vGpgN .item:focus,
.cid-u74x8vGpgN span:focus {
  outline: none;
}
.cid-u74x8vGpgN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u74x8vGpgN .mbr-section-title {
  color: #728771;
}
.cid-u74x8vGpgN .mbr-text,
.cid-u74x8vGpgN .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-u74x8vGpgN .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-u74x8vGpgN .item-subtitle {
  text-align: center;
  color: #68b918;
}
.cid-u74x8vGpgN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u74x8x9qvk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f8f6f2;
}
.cid-u74x8x9qvk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u74x8x9qvk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u74x8x9qvk .container {
    padding: 0 30px;
  }
}
.cid-u74x8x9qvk .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-u74x8x9qvk .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-u74x8x9qvk .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-u74x8x9qvk .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-u74x8x9qvk .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u74x8x9qvk .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ff6839;
}
.cid-u74x8x9qvk .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-u74x8x9qvk .image-wrapper img {
    height: 280px;
  }
}
.cid-u74x8x9qvk .mbr-text {
  color: #000000;
}
.cid-u75GgYaMJP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-u75GgYaMJP .row {
  flex-direction: row-reverse;
}
.cid-u75GgYaMJP img {
  display: inline;
}
.cid-u75GgYaMJP .si {
  width: 100%;
}
.cid-u75GgYaMJP .si img {
  width: auto;
}
.cid-u75GgYaMJP .text {
  color: #ffffff;
}
.cid-u75GgYaMJP .text,
.cid-u75GgYaMJP .si {
  color: #ba9b67;
  text-align: center;
}
.cid-u75GgYaMJP .copyright {
  color: #9A948D;
}
.cid-u75GgYaMJP .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #a2a4a7;
}
@media (max-width: 991px) {
  .cid-u75GgYaMJP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u75GgYaMJP .list {
    margin-bottom: 0rem;
  }
}
.cid-u75GgYaMJP .list li {
  margin-bottom: .5rem;
}
.cid-u75GgYaMJP .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-u75GgYaMJP .logo {
    margin-top: 2rem;
  }
}
.cid-u75GgYaMJP .mbr-section-subtitle {
  color: #94a393;
}
.cid-u74PhlO6Ht {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u74PhlO6Ht nav.navbar {
  position: fixed;
}
.cid-u74PhlO6Ht .btn {
  line-height: 1.2;
}
.cid-u74PhlO6Ht .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u74PhlO6Ht .nav-link {
  position: relative;
}
.cid-u74PhlO6Ht .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #f6921e;
}
.cid-u74PhlO6Ht .nav-link:hover {
  color: #f6921e !important;
}
.cid-u74PhlO6Ht .nav-link:hover:before {
  width: 100%;
}
.cid-u74PhlO6Ht .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-u74PhlO6Ht .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u74PhlO6Ht .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u74PhlO6Ht .dropdown-item:hover,
.cid-u74PhlO6Ht .dropdown-item:focus {
  background: #728771 !important;
  color: white !important;
}
.cid-u74PhlO6Ht .dropdown-item:hover span {
  color: white;
}
.cid-u74PhlO6Ht .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u74PhlO6Ht .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u74PhlO6Ht .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u74PhlO6Ht .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-u74PhlO6Ht .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u74PhlO6Ht .container {
    flex-wrap: nowrap;
  }
}
.cid-u74PhlO6Ht .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u74PhlO6Ht .navbar-nav {
  margin: auto;
}
.cid-u74PhlO6Ht .dropdown-menu,
.cid-u74PhlO6Ht .navbar.opened {
  background: #ffffff !important;
}
.cid-u74PhlO6Ht .nav-item:focus,
.cid-u74PhlO6Ht .nav-link:focus {
  outline: none;
}
.cid-u74PhlO6Ht .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u74PhlO6Ht .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u74PhlO6Ht .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u74PhlO6Ht .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u74PhlO6Ht .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u74PhlO6Ht .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u74PhlO6Ht .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u74PhlO6Ht .navbar.opened {
  transition: all 0.3s;
}
.cid-u74PhlO6Ht .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u74PhlO6Ht .navbar .navbar-logo img {
  width: auto;
}
.cid-u74PhlO6Ht .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u74PhlO6Ht .navbar.collapsed {
  justify-content: center;
}
.cid-u74PhlO6Ht .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u74PhlO6Ht .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u74PhlO6Ht .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-u74PhlO6Ht .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u74PhlO6Ht .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u74PhlO6Ht .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u74PhlO6Ht .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u74PhlO6Ht .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u74PhlO6Ht .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u74PhlO6Ht .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u74PhlO6Ht .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u74PhlO6Ht .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u74PhlO6Ht .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u74PhlO6Ht .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-u74PhlO6Ht .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u74PhlO6Ht .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u74PhlO6Ht .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u74PhlO6Ht .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u74PhlO6Ht .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u74PhlO6Ht .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u74PhlO6Ht .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u74PhlO6Ht .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u74PhlO6Ht .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-u74PhlO6Ht .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u74PhlO6Ht .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u74PhlO6Ht .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u74PhlO6Ht .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u74PhlO6Ht .dropdown-item.active,
.cid-u74PhlO6Ht .dropdown-item:active {
  background-color: transparent;
}
.cid-u74PhlO6Ht .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u74PhlO6Ht .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u74PhlO6Ht .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u74PhlO6Ht .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u74PhlO6Ht .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u74PhlO6Ht .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u74PhlO6Ht ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u74PhlO6Ht button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u74PhlO6Ht button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u74PhlO6Ht button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u74PhlO6Ht button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u74PhlO6Ht button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u74PhlO6Ht button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u74PhlO6Ht nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u74PhlO6Ht nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u74PhlO6Ht nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u74PhlO6Ht nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u74PhlO6Ht .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u74PhlO6Ht a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u74PhlO6Ht .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-u74PhlO6Ht .navbar {
    height: 70px;
  }
  .cid-u74PhlO6Ht .navbar.opened {
    height: auto;
  }
  .cid-u74PhlO6Ht .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7z7tIchhH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #26292c;
}
.cid-u7z7tIchhH .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-u7z7tIchhH .content_block:hover .mbr-section-title a {
  color: #212428 !important;
}
.cid-u7z7tIchhH .card_topic,
.cid-u7z7tIchhH .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-u7z7tIchhH .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #212428;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-u7z7tIchhH .image {
  position: relative;
}
.cid-u7z7tIchhH .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #26292c);
  z-index: 1;
  pointer-events: none;
}
.cid-u7z7tIchhH .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7z7tIchhH .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-u7z7tIchhH .mbr-section-btn .btn-secondary-outline:hover,
.cid-u7z7tIchhH .mbr-section-btn .btn-secondary-outline .active,
.cid-u7z7tIchhH .mbr-section-btn .btn-secondary-outline:focus {
  color: #728771 !important;
}
.cid-u7z7tIchhH .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-u7z7tIchhH .content_block {
    padding: 30px 15px;
  }
  .cid-u7z7tIchhH .mbr-figure {
    padding: 0;
  }
  .cid-u7z7tIchhH .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(38, 41, 44, 0.99));
  }
}
.cid-u7z7tIchhH .mbr-text,
.cid-u7z7tIchhH .mbr-section-btn {
  color: #f8f6f2;
  text-align: center;
}
.cid-u7z7tIchhH .mbr-section-title {
  color: #f6921e;
  text-align: center;
}
.cid-u7sFLKxpT6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f8f6f2;
}
.cid-u7sFLKxpT6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7sFLKxpT6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7sFLKxpT6 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-u7sFLKxpT6 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7sFLKxpT6 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-u7sFLKxpT6 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7sFLKxpT6 .container {
    padding: 0 14px;
  }
}
.cid-u7sFLKxpT6 .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-u7sFLKxpT6 .content-wrapper .link-wrapper {
  display: block;
}
.cid-u7sFLKxpT6 .content-wrapper .link-wrapper:hover .mbr-link,
.cid-u7sFLKxpT6 .content-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-u7sFLKxpT6 .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u7sFLKxpT6 .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-u7sFLKxpT6 .mbr-link {
  color: #000000;
  text-align: center;
}
.cid-u74Phn7z7u {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-u74Phn7z7u .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-u74Phn7z7u .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-u74Phn7z7u .item-content {
  position: relative;
  padding: 1rem;
}
.cid-u74Phn7z7u .img-big {
  transition: all 1s;
}
.cid-u74Phn7z7u .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-u74Phn7z7u .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-u74Phn7z7u .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-u74Phn7z7u .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-u74Phn7z7u .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #000000;
  background: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-u74Phn7z7u .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-u74Phn7z7u .item-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u74Phn7z7u .item:focus,
.cid-u74Phn7z7u span:focus {
  outline: none;
}
.cid-u74Phn7z7u .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u74Phn7z7u .mbr-section-title {
  color: #728771;
}
.cid-u74Phn7z7u .mbr-text,
.cid-u74Phn7z7u .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-u74Phn7z7u .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-u74Phn7z7u .item-subtitle {
  text-align: center;
  color: #68b918;
}
.cid-u74Phn7z7u .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u74Pho9FiE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f8f6f2;
}
.cid-u74Pho9FiE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u74Pho9FiE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u74Pho9FiE .container {
    padding: 0 30px;
  }
}
.cid-u74Pho9FiE .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-u74Pho9FiE .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-u74Pho9FiE .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-u74Pho9FiE .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-u74Pho9FiE .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u74Pho9FiE .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ff6839;
}
.cid-u74Pho9FiE .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-u74Pho9FiE .image-wrapper img {
    height: 280px;
  }
}
.cid-u74Pho9FiE .mbr-text {
  color: #000000;
}
.cid-u75GgYaMJP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-u75GgYaMJP .row {
  flex-direction: row-reverse;
}
.cid-u75GgYaMJP img {
  display: inline;
}
.cid-u75GgYaMJP .si {
  width: 100%;
}
.cid-u75GgYaMJP .si img {
  width: auto;
}
.cid-u75GgYaMJP .text {
  color: #ffffff;
}
.cid-u75GgYaMJP .text,
.cid-u75GgYaMJP .si {
  color: #ba9b67;
  text-align: center;
}
.cid-u75GgYaMJP .copyright {
  color: #9A948D;
}
.cid-u75GgYaMJP .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #a2a4a7;
}
@media (max-width: 991px) {
  .cid-u75GgYaMJP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u75GgYaMJP .list {
    margin-bottom: 0rem;
  }
}
.cid-u75GgYaMJP .list li {
  margin-bottom: .5rem;
}
.cid-u75GgYaMJP .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-u75GgYaMJP .logo {
    margin-top: 2rem;
  }
}
.cid-u75GgYaMJP .mbr-section-subtitle {
  color: #94a393;
}
.cid-u752GI3WO5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u752GI3WO5 nav.navbar {
  position: fixed;
}
.cid-u752GI3WO5 .btn {
  line-height: 1.2;
}
.cid-u752GI3WO5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u752GI3WO5 .nav-link {
  position: relative;
}
.cid-u752GI3WO5 .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #f6921e;
}
.cid-u752GI3WO5 .nav-link:hover {
  color: #f6921e !important;
}
.cid-u752GI3WO5 .nav-link:hover:before {
  width: 100%;
}
.cid-u752GI3WO5 .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-u752GI3WO5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u752GI3WO5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u752GI3WO5 .dropdown-item:hover,
.cid-u752GI3WO5 .dropdown-item:focus {
  background: #728771 !important;
  color: white !important;
}
.cid-u752GI3WO5 .dropdown-item:hover span {
  color: white;
}
.cid-u752GI3WO5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u752GI3WO5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u752GI3WO5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u752GI3WO5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-u752GI3WO5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u752GI3WO5 .container {
    flex-wrap: nowrap;
  }
}
.cid-u752GI3WO5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u752GI3WO5 .navbar-nav {
  margin: auto;
}
.cid-u752GI3WO5 .dropdown-menu,
.cid-u752GI3WO5 .navbar.opened {
  background: #ffffff !important;
}
.cid-u752GI3WO5 .nav-item:focus,
.cid-u752GI3WO5 .nav-link:focus {
  outline: none;
}
.cid-u752GI3WO5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u752GI3WO5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u752GI3WO5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u752GI3WO5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u752GI3WO5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u752GI3WO5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u752GI3WO5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u752GI3WO5 .navbar.opened {
  transition: all 0.3s;
}
.cid-u752GI3WO5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u752GI3WO5 .navbar .navbar-logo img {
  width: auto;
}
.cid-u752GI3WO5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u752GI3WO5 .navbar.collapsed {
  justify-content: center;
}
.cid-u752GI3WO5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u752GI3WO5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u752GI3WO5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-u752GI3WO5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u752GI3WO5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u752GI3WO5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u752GI3WO5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u752GI3WO5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u752GI3WO5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u752GI3WO5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u752GI3WO5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u752GI3WO5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u752GI3WO5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u752GI3WO5 .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-u752GI3WO5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u752GI3WO5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u752GI3WO5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u752GI3WO5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u752GI3WO5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u752GI3WO5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u752GI3WO5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u752GI3WO5 .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u752GI3WO5 .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-u752GI3WO5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u752GI3WO5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u752GI3WO5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u752GI3WO5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u752GI3WO5 .dropdown-item.active,
.cid-u752GI3WO5 .dropdown-item:active {
  background-color: transparent;
}
.cid-u752GI3WO5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u752GI3WO5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u752GI3WO5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u752GI3WO5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u752GI3WO5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u752GI3WO5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u752GI3WO5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u752GI3WO5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u752GI3WO5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u752GI3WO5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u752GI3WO5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u752GI3WO5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u752GI3WO5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u752GI3WO5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u752GI3WO5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u752GI3WO5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u752GI3WO5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u752GI3WO5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u752GI3WO5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u752GI3WO5 .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-u752GI3WO5 .navbar {
    height: 70px;
  }
  .cid-u752GI3WO5 .navbar.opened {
    height: auto;
  }
  .cid-u752GI3WO5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7z7xVGc3I {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #26292c;
}
.cid-u7z7xVGc3I .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-u7z7xVGc3I .content_block:hover .mbr-section-title a {
  color: #212428 !important;
}
.cid-u7z7xVGc3I .card_topic,
.cid-u7z7xVGc3I .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-u7z7xVGc3I .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #212428;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-u7z7xVGc3I .image {
  position: relative;
}
.cid-u7z7xVGc3I .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #26292c);
  z-index: 1;
  pointer-events: none;
}
.cid-u7z7xVGc3I .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7z7xVGc3I .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-u7z7xVGc3I .mbr-section-btn .btn-secondary-outline:hover,
.cid-u7z7xVGc3I .mbr-section-btn .btn-secondary-outline .active,
.cid-u7z7xVGc3I .mbr-section-btn .btn-secondary-outline:focus {
  color: #728771 !important;
}
.cid-u7z7xVGc3I .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-u7z7xVGc3I .content_block {
    padding: 30px 15px;
  }
  .cid-u7z7xVGc3I .mbr-figure {
    padding: 0;
  }
  .cid-u7z7xVGc3I .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(38, 41, 44, 0.99));
  }
}
.cid-u7z7xVGc3I .mbr-text,
.cid-u7z7xVGc3I .mbr-section-btn {
  color: #f8f6f2;
  text-align: center;
}
.cid-u7z7xVGc3I .mbr-section-title {
  color: #f6921e;
  text-align: center;
}
.cid-u7sG1l6TNU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f8f6f2;
}
.cid-u7sG1l6TNU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7sG1l6TNU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7sG1l6TNU .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-u7sG1l6TNU .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7sG1l6TNU .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-u7sG1l6TNU .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7sG1l6TNU .container {
    padding: 0 14px;
  }
}
.cid-u7sG1l6TNU .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-u7sG1l6TNU .content-wrapper .link-wrapper {
  display: block;
}
.cid-u7sG1l6TNU .content-wrapper .link-wrapper:hover .mbr-link,
.cid-u7sG1l6TNU .content-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-u7sG1l6TNU .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u7sG1l6TNU .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-u7sG1l6TNU .mbr-link {
  color: #000000;
  text-align: center;
}
.cid-u752GJMswU {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-u752GJMswU .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-u752GJMswU .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-u752GJMswU .item-content {
  position: relative;
  padding: 1rem;
}
.cid-u752GJMswU .img-big {
  transition: all 1s;
}
.cid-u752GJMswU .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-u752GJMswU .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-u752GJMswU .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-u752GJMswU .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-u752GJMswU .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #000000;
  background: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-u752GJMswU .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-u752GJMswU .item-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u752GJMswU .item:focus,
.cid-u752GJMswU span:focus {
  outline: none;
}
.cid-u752GJMswU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u752GJMswU .mbr-section-title {
  color: #728771;
}
.cid-u752GJMswU .mbr-text,
.cid-u752GJMswU .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-u752GJMswU .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-u752GJMswU .item-subtitle {
  text-align: center;
  color: #68b918;
}
.cid-u752GJMswU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u752GLo0uE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f8f6f2;
}
.cid-u752GLo0uE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u752GLo0uE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u752GLo0uE .container {
    padding: 0 30px;
  }
}
.cid-u752GLo0uE .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-u752GLo0uE .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-u752GLo0uE .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-u752GLo0uE .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-u752GLo0uE .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u752GLo0uE .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ff6839;
}
.cid-u752GLo0uE .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-u752GLo0uE .image-wrapper img {
    height: 280px;
  }
}
.cid-u752GLo0uE .mbr-text {
  color: #000000;
}
.cid-u75GgYaMJP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-u75GgYaMJP .row {
  flex-direction: row-reverse;
}
.cid-u75GgYaMJP img {
  display: inline;
}
.cid-u75GgYaMJP .si {
  width: 100%;
}
.cid-u75GgYaMJP .si img {
  width: auto;
}
.cid-u75GgYaMJP .text {
  color: #ffffff;
}
.cid-u75GgYaMJP .text,
.cid-u75GgYaMJP .si {
  color: #ba9b67;
  text-align: center;
}
.cid-u75GgYaMJP .copyright {
  color: #9A948D;
}
.cid-u75GgYaMJP .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #a2a4a7;
}
@media (max-width: 991px) {
  .cid-u75GgYaMJP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u75GgYaMJP .list {
    margin-bottom: 0rem;
  }
}
.cid-u75GgYaMJP .list li {
  margin-bottom: .5rem;
}
.cid-u75GgYaMJP .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-u75GgYaMJP .logo {
    margin-top: 2rem;
  }
}
.cid-u75GgYaMJP .mbr-section-subtitle {
  color: #94a393;
}
.cid-u755JcHj5Q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u755JcHj5Q nav.navbar {
  position: fixed;
}
.cid-u755JcHj5Q .btn {
  line-height: 1.2;
}
.cid-u755JcHj5Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u755JcHj5Q .nav-link {
  position: relative;
}
.cid-u755JcHj5Q .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #f6921e;
}
.cid-u755JcHj5Q .nav-link:hover {
  color: #f6921e !important;
}
.cid-u755JcHj5Q .nav-link:hover:before {
  width: 100%;
}
.cid-u755JcHj5Q .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-u755JcHj5Q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u755JcHj5Q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u755JcHj5Q .dropdown-item:hover,
.cid-u755JcHj5Q .dropdown-item:focus {
  background: #728771 !important;
  color: white !important;
}
.cid-u755JcHj5Q .dropdown-item:hover span {
  color: white;
}
.cid-u755JcHj5Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u755JcHj5Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u755JcHj5Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u755JcHj5Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-u755JcHj5Q .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u755JcHj5Q .container {
    flex-wrap: nowrap;
  }
}
.cid-u755JcHj5Q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u755JcHj5Q .navbar-nav {
  margin: auto;
}
.cid-u755JcHj5Q .dropdown-menu,
.cid-u755JcHj5Q .navbar.opened {
  background: #ffffff !important;
}
.cid-u755JcHj5Q .nav-item:focus,
.cid-u755JcHj5Q .nav-link:focus {
  outline: none;
}
.cid-u755JcHj5Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u755JcHj5Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u755JcHj5Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u755JcHj5Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u755JcHj5Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u755JcHj5Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u755JcHj5Q .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u755JcHj5Q .navbar.opened {
  transition: all 0.3s;
}
.cid-u755JcHj5Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u755JcHj5Q .navbar .navbar-logo img {
  width: auto;
}
.cid-u755JcHj5Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u755JcHj5Q .navbar.collapsed {
  justify-content: center;
}
.cid-u755JcHj5Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u755JcHj5Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u755JcHj5Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-u755JcHj5Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u755JcHj5Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u755JcHj5Q .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u755JcHj5Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u755JcHj5Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u755JcHj5Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u755JcHj5Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u755JcHj5Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u755JcHj5Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u755JcHj5Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u755JcHj5Q .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-u755JcHj5Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u755JcHj5Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u755JcHj5Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u755JcHj5Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u755JcHj5Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u755JcHj5Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u755JcHj5Q .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u755JcHj5Q .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u755JcHj5Q .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-u755JcHj5Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u755JcHj5Q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u755JcHj5Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u755JcHj5Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u755JcHj5Q .dropdown-item.active,
.cid-u755JcHj5Q .dropdown-item:active {
  background-color: transparent;
}
.cid-u755JcHj5Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u755JcHj5Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u755JcHj5Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u755JcHj5Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u755JcHj5Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u755JcHj5Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u755JcHj5Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u755JcHj5Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u755JcHj5Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u755JcHj5Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u755JcHj5Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u755JcHj5Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u755JcHj5Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u755JcHj5Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u755JcHj5Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u755JcHj5Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u755JcHj5Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u755JcHj5Q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u755JcHj5Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u755JcHj5Q .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-u755JcHj5Q .navbar {
    height: 70px;
  }
  .cid-u755JcHj5Q .navbar.opened {
    height: auto;
  }
  .cid-u755JcHj5Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7z7BLQL3Z {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #26292c;
}
.cid-u7z7BLQL3Z .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-u7z7BLQL3Z .content_block:hover .mbr-section-title a {
  color: #212428 !important;
}
.cid-u7z7BLQL3Z .card_topic,
.cid-u7z7BLQL3Z .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-u7z7BLQL3Z .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #212428;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-u7z7BLQL3Z .image {
  position: relative;
}
.cid-u7z7BLQL3Z .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #26292c);
  z-index: 1;
  pointer-events: none;
}
.cid-u7z7BLQL3Z .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7z7BLQL3Z .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-u7z7BLQL3Z .mbr-section-btn .btn-secondary-outline:hover,
.cid-u7z7BLQL3Z .mbr-section-btn .btn-secondary-outline .active,
.cid-u7z7BLQL3Z .mbr-section-btn .btn-secondary-outline:focus {
  color: #728771 !important;
}
.cid-u7z7BLQL3Z .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-u7z7BLQL3Z .content_block {
    padding: 30px 15px;
  }
  .cid-u7z7BLQL3Z .mbr-figure {
    padding: 0;
  }
  .cid-u7z7BLQL3Z .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(38, 41, 44, 0.99));
  }
}
.cid-u7z7BLQL3Z .mbr-text,
.cid-u7z7BLQL3Z .mbr-section-btn {
  color: #f8f6f2;
  text-align: center;
}
.cid-u7z7BLQL3Z .mbr-section-title {
  color: #f6921e;
  text-align: center;
}
.cid-u7sGaP921R {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f8f6f2;
}
.cid-u7sGaP921R .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7sGaP921R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7sGaP921R .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-u7sGaP921R .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7sGaP921R .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-u7sGaP921R .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7sGaP921R .container {
    padding: 0 14px;
  }
}
.cid-u7sGaP921R .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-u7sGaP921R .content-wrapper .link-wrapper {
  display: block;
}
.cid-u7sGaP921R .content-wrapper .link-wrapper:hover .mbr-link,
.cid-u7sGaP921R .content-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-u7sGaP921R .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u7sGaP921R .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-u7sGaP921R .mbr-link {
  color: #000000;
  text-align: center;
}
.cid-u756bbnAwl {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-u756bbnAwl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u756bbnAwl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u756bbnAwl .mbr-section-title {
  color: #728771;
}
.cid-u756bbnAwl .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-u756bbnAwl .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .cid-u756bbnAwl .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-u756bbnAwl .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-u756bbnAwl .mbr-section-btn {
    margin-top: 2px;
  }
}
.cid-u756bbnAwl .text-wrap {
  display: flex;
  column-gap: 20px;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .cid-u756bbnAwl .text-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .cid-u756bbnAwl .text-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u756bbnAwl .text-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
    margin-top: 12px;
  }
}
.cid-u756bbnAwl .mbr-text {
  width: 1px;
  flex-grow: 1;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-u756bbnAwl .mbr-text {
    width: 100%;
  }
}
.cid-u756bbnAwl .mbr-section-subtitle,
.cid-u756bbnAwl .mbr-section-btn {
  color: #000000;
}
.cid-u7Ep3hM92j {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f8f6f2;
}
.cid-u7Ep3hM92j .row {
  justify-content: flex-start;
  align-items: stretch;
}
.cid-u7Ep3hM92j .mbr-section-head {
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .cid-u7Ep3hM92j .mbr-section-head {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .cid-u7Ep3hM92j .mbr-section-head {
    margin-bottom: 70px;
  }
}
.cid-u7Ep3hM92j .mbr-section-title {
  color: #45494E;
}
.cid-u7Ep3hM92j .mbr-section-subtitle {
  color: #45494E;
}
.cid-u7Ep3hM92j .item {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .cid-u7Ep3hM92j .item {
    margin-bottom: 50px;
  }
}
.cid-u7Ep3hM92j .item-content {
  display: flex;
  flex-direction: column;
  padding: 10%;
  width: 100%;
  flex-grow: 1;
}
.cid-u7Ep3hM92j .item-title {
  color: #45494E;
  margin-bottom: 50px !important;
}
@media (max-width: 767px) {
  .cid-u7Ep3hM92j .item-title {
    margin-bottom: 34px !important;
  }
}
.cid-u7Ep3hM92j .item-subtitle {
  color: #45494E;
  margin-bottom: 24px;
}
.cid-u7Ep3hM92j .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-u7Ep3hM92j .mbr-text {
  color: #A2A4A7;
  margin-top: auto;
}
.cid-u7Ep3hM92j .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 75%;
}
.cid-u7Ep3hM92j .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.cid-u7Ep3hM92j .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7Ep3hM92j .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-u7Ep3hM92j .item-wrapper:hover .img-wrap {
  transform: scale(1.1);
}
.cid-u755JeQkhx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f8f6f2;
}
.cid-u755JeQkhx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u755JeQkhx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u755JeQkhx .container {
    padding: 0 30px;
  }
}
.cid-u755JeQkhx .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-u755JeQkhx .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-u755JeQkhx .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-u755JeQkhx .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-u755JeQkhx .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u755JeQkhx .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ff6839;
}
.cid-u755JeQkhx .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-u755JeQkhx .image-wrapper img {
    height: 280px;
  }
}
.cid-u755JeQkhx .mbr-text {
  color: #000000;
}
.cid-u75GgYaMJP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-u75GgYaMJP .row {
  flex-direction: row-reverse;
}
.cid-u75GgYaMJP img {
  display: inline;
}
.cid-u75GgYaMJP .si {
  width: 100%;
}
.cid-u75GgYaMJP .si img {
  width: auto;
}
.cid-u75GgYaMJP .text {
  color: #ffffff;
}
.cid-u75GgYaMJP .text,
.cid-u75GgYaMJP .si {
  color: #ba9b67;
  text-align: center;
}
.cid-u75GgYaMJP .copyright {
  color: #9A948D;
}
.cid-u75GgYaMJP .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #a2a4a7;
}
@media (max-width: 991px) {
  .cid-u75GgYaMJP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u75GgYaMJP .list {
    margin-bottom: 0rem;
  }
}
.cid-u75GgYaMJP .list li {
  margin-bottom: .5rem;
}
.cid-u75GgYaMJP .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-u75GgYaMJP .logo {
    margin-top: 2rem;
  }
}
.cid-u75GgYaMJP .mbr-section-subtitle {
  color: #94a393;
}
.cid-u75af2SSvy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u75af2SSvy nav.navbar {
  position: fixed;
}
.cid-u75af2SSvy .btn {
  line-height: 1.2;
}
.cid-u75af2SSvy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u75af2SSvy .nav-link {
  position: relative;
}
.cid-u75af2SSvy .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #f6921e;
}
.cid-u75af2SSvy .nav-link:hover {
  color: #f6921e !important;
}
.cid-u75af2SSvy .nav-link:hover:before {
  width: 100%;
}
.cid-u75af2SSvy .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-u75af2SSvy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u75af2SSvy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u75af2SSvy .dropdown-item:hover,
.cid-u75af2SSvy .dropdown-item:focus {
  background: #728771 !important;
  color: white !important;
}
.cid-u75af2SSvy .dropdown-item:hover span {
  color: white;
}
.cid-u75af2SSvy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u75af2SSvy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u75af2SSvy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u75af2SSvy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-u75af2SSvy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u75af2SSvy .container {
    flex-wrap: nowrap;
  }
}
.cid-u75af2SSvy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u75af2SSvy .navbar-nav {
  margin: auto;
}
.cid-u75af2SSvy .dropdown-menu,
.cid-u75af2SSvy .navbar.opened {
  background: #ffffff !important;
}
.cid-u75af2SSvy .nav-item:focus,
.cid-u75af2SSvy .nav-link:focus {
  outline: none;
}
.cid-u75af2SSvy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u75af2SSvy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u75af2SSvy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u75af2SSvy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u75af2SSvy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u75af2SSvy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u75af2SSvy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u75af2SSvy .navbar.opened {
  transition: all 0.3s;
}
.cid-u75af2SSvy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u75af2SSvy .navbar .navbar-logo img {
  width: auto;
}
.cid-u75af2SSvy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u75af2SSvy .navbar.collapsed {
  justify-content: center;
}
.cid-u75af2SSvy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u75af2SSvy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u75af2SSvy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-u75af2SSvy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u75af2SSvy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u75af2SSvy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u75af2SSvy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u75af2SSvy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u75af2SSvy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u75af2SSvy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u75af2SSvy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u75af2SSvy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u75af2SSvy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u75af2SSvy .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-u75af2SSvy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u75af2SSvy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u75af2SSvy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u75af2SSvy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u75af2SSvy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u75af2SSvy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u75af2SSvy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u75af2SSvy .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u75af2SSvy .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-u75af2SSvy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u75af2SSvy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u75af2SSvy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u75af2SSvy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u75af2SSvy .dropdown-item.active,
.cid-u75af2SSvy .dropdown-item:active {
  background-color: transparent;
}
.cid-u75af2SSvy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u75af2SSvy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u75af2SSvy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u75af2SSvy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u75af2SSvy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u75af2SSvy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u75af2SSvy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u75af2SSvy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u75af2SSvy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u75af2SSvy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u75af2SSvy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u75af2SSvy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u75af2SSvy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u75af2SSvy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u75af2SSvy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u75af2SSvy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u75af2SSvy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u75af2SSvy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u75af2SSvy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u75af2SSvy .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-u75af2SSvy .navbar {
    height: 70px;
  }
  .cid-u75af2SSvy .navbar.opened {
    height: auto;
  }
  .cid-u75af2SSvy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7z7GjqlwL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #26292c;
}
.cid-u7z7GjqlwL .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-u7z7GjqlwL .content_block:hover .mbr-section-title a {
  color: #212428 !important;
}
.cid-u7z7GjqlwL .card_topic,
.cid-u7z7GjqlwL .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-u7z7GjqlwL .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #212428;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-u7z7GjqlwL .image {
  position: relative;
}
.cid-u7z7GjqlwL .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #26292c);
  z-index: 1;
  pointer-events: none;
}
.cid-u7z7GjqlwL .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7z7GjqlwL .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-u7z7GjqlwL .mbr-section-btn .btn-secondary-outline:hover,
.cid-u7z7GjqlwL .mbr-section-btn .btn-secondary-outline .active,
.cid-u7z7GjqlwL .mbr-section-btn .btn-secondary-outline:focus {
  color: #728771 !important;
}
.cid-u7z7GjqlwL .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-u7z7GjqlwL .content_block {
    padding: 30px 15px;
  }
  .cid-u7z7GjqlwL .mbr-figure {
    padding: 0;
  }
  .cid-u7z7GjqlwL .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(38, 41, 44, 0.99));
  }
}
.cid-u7z7GjqlwL .mbr-text,
.cid-u7z7GjqlwL .mbr-section-btn {
  color: #f8f6f2;
  text-align: center;
}
.cid-u7z7GjqlwL .mbr-section-title {
  color: #f6921e;
  text-align: center;
}
.cid-u7sGpeOeoB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f8f6f2;
}
.cid-u7sGpeOeoB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7sGpeOeoB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7sGpeOeoB .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-u7sGpeOeoB .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7sGpeOeoB .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-u7sGpeOeoB .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7sGpeOeoB .container {
    padding: 0 14px;
  }
}
.cid-u7sGpeOeoB .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-u7sGpeOeoB .content-wrapper .link-wrapper {
  display: block;
}
.cid-u7sGpeOeoB .content-wrapper .link-wrapper:hover .mbr-link,
.cid-u7sGpeOeoB .content-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-u7sGpeOeoB .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u7sGpeOeoB .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-u7sGpeOeoB .mbr-link {
  color: #000000;
  text-align: center;
}
.cid-u75af4yDgv {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-u75af4yDgv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u75af4yDgv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u75af4yDgv .mbr-section-title {
  color: #728771;
}
.cid-u75af4yDgv .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-u75af4yDgv .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .cid-u75af4yDgv .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-u75af4yDgv .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-u75af4yDgv .mbr-section-btn {
    margin-top: 2px;
  }
}
.cid-u75af4yDgv .text-wrap {
  display: flex;
  column-gap: 20px;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .cid-u75af4yDgv .text-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .cid-u75af4yDgv .text-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u75af4yDgv .text-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
    margin-top: 12px;
  }
}
.cid-u75af4yDgv .mbr-text {
  width: 1px;
  flex-grow: 1;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-u75af4yDgv .mbr-text {
    width: 100%;
  }
}
.cid-u75af4yDgv .mbr-section-subtitle,
.cid-u75af4yDgv .mbr-section-btn {
  color: #000000;
}
.cid-u7EqaI3s0i {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f8f6f2;
}
.cid-u7EqaI3s0i .row {
  justify-content: flex-start;
  align-items: stretch;
}
.cid-u7EqaI3s0i .mbr-section-head {
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .cid-u7EqaI3s0i .mbr-section-head {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .cid-u7EqaI3s0i .mbr-section-head {
    margin-bottom: 70px;
  }
}
.cid-u7EqaI3s0i .mbr-section-title {
  color: #45494E;
}
.cid-u7EqaI3s0i .mbr-section-subtitle {
  color: #45494E;
}
.cid-u7EqaI3s0i .item {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .cid-u7EqaI3s0i .item {
    margin-bottom: 50px;
  }
}
.cid-u7EqaI3s0i .item-content {
  display: flex;
  flex-direction: column;
  padding: 10%;
  width: 100%;
  flex-grow: 1;
}
.cid-u7EqaI3s0i .item-title {
  color: #45494E;
  margin-bottom: 50px !important;
}
@media (max-width: 767px) {
  .cid-u7EqaI3s0i .item-title {
    margin-bottom: 34px !important;
  }
}
.cid-u7EqaI3s0i .item-subtitle {
  color: #45494E;
  margin-bottom: 24px;
}
.cid-u7EqaI3s0i .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-u7EqaI3s0i .mbr-text {
  color: #A2A4A7;
  margin-top: auto;
}
.cid-u7EqaI3s0i .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 75%;
}
.cid-u7EqaI3s0i .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.cid-u7EqaI3s0i .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7EqaI3s0i .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-u7EqaI3s0i .item-wrapper:hover .img-wrap {
  transform: scale(1.1);
}
.cid-u75af5UBRv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f8f6f2;
}
.cid-u75af5UBRv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u75af5UBRv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u75af5UBRv .container {
    padding: 0 30px;
  }
}
.cid-u75af5UBRv .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-u75af5UBRv .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-u75af5UBRv .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-u75af5UBRv .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-u75af5UBRv .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u75af5UBRv .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ff6839;
}
.cid-u75af5UBRv .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-u75af5UBRv .image-wrapper img {
    height: 280px;
  }
}
.cid-u75af5UBRv .mbr-text {
  color: #000000;
}
.cid-u75GgYaMJP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-u75GgYaMJP .row {
  flex-direction: row-reverse;
}
.cid-u75GgYaMJP img {
  display: inline;
}
.cid-u75GgYaMJP .si {
  width: 100%;
}
.cid-u75GgYaMJP .si img {
  width: auto;
}
.cid-u75GgYaMJP .text {
  color: #ffffff;
}
.cid-u75GgYaMJP .text,
.cid-u75GgYaMJP .si {
  color: #ba9b67;
  text-align: center;
}
.cid-u75GgYaMJP .copyright {
  color: #9A948D;
}
.cid-u75GgYaMJP .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #a2a4a7;
}
@media (max-width: 991px) {
  .cid-u75GgYaMJP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u75GgYaMJP .list {
    margin-bottom: 0rem;
  }
}
.cid-u75GgYaMJP .list li {
  margin-bottom: .5rem;
}
.cid-u75GgYaMJP .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-u75GgYaMJP .logo {
    margin-top: 2rem;
  }
}
.cid-u75GgYaMJP .mbr-section-subtitle {
  color: #94a393;
}
.cid-u76rhp8qGl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u76rhp8qGl nav.navbar {
  position: fixed;
}
.cid-u76rhp8qGl .btn {
  line-height: 1.2;
}
.cid-u76rhp8qGl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u76rhp8qGl .nav-link {
  position: relative;
}
.cid-u76rhp8qGl .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #f6921e;
}
.cid-u76rhp8qGl .nav-link:hover {
  color: #f6921e !important;
}
.cid-u76rhp8qGl .nav-link:hover:before {
  width: 100%;
}
.cid-u76rhp8qGl .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-u76rhp8qGl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u76rhp8qGl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u76rhp8qGl .dropdown-item:hover,
.cid-u76rhp8qGl .dropdown-item:focus {
  background: #728771 !important;
  color: white !important;
}
.cid-u76rhp8qGl .dropdown-item:hover span {
  color: white;
}
.cid-u76rhp8qGl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u76rhp8qGl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u76rhp8qGl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u76rhp8qGl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-u76rhp8qGl .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u76rhp8qGl .container {
    flex-wrap: nowrap;
  }
}
.cid-u76rhp8qGl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u76rhp8qGl .navbar-nav {
  margin: auto;
}
.cid-u76rhp8qGl .dropdown-menu,
.cid-u76rhp8qGl .navbar.opened {
  background: #ffffff !important;
}
.cid-u76rhp8qGl .nav-item:focus,
.cid-u76rhp8qGl .nav-link:focus {
  outline: none;
}
.cid-u76rhp8qGl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u76rhp8qGl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u76rhp8qGl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u76rhp8qGl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u76rhp8qGl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u76rhp8qGl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u76rhp8qGl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u76rhp8qGl .navbar.opened {
  transition: all 0.3s;
}
.cid-u76rhp8qGl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u76rhp8qGl .navbar .navbar-logo img {
  width: auto;
}
.cid-u76rhp8qGl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u76rhp8qGl .navbar.collapsed {
  justify-content: center;
}
.cid-u76rhp8qGl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u76rhp8qGl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u76rhp8qGl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-u76rhp8qGl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u76rhp8qGl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u76rhp8qGl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u76rhp8qGl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u76rhp8qGl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u76rhp8qGl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u76rhp8qGl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u76rhp8qGl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u76rhp8qGl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u76rhp8qGl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u76rhp8qGl .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-u76rhp8qGl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u76rhp8qGl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u76rhp8qGl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u76rhp8qGl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u76rhp8qGl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u76rhp8qGl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u76rhp8qGl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u76rhp8qGl .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u76rhp8qGl .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-u76rhp8qGl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u76rhp8qGl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u76rhp8qGl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u76rhp8qGl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u76rhp8qGl .dropdown-item.active,
.cid-u76rhp8qGl .dropdown-item:active {
  background-color: transparent;
}
.cid-u76rhp8qGl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u76rhp8qGl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u76rhp8qGl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u76rhp8qGl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u76rhp8qGl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u76rhp8qGl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u76rhp8qGl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u76rhp8qGl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u76rhp8qGl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u76rhp8qGl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u76rhp8qGl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u76rhp8qGl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u76rhp8qGl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u76rhp8qGl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u76rhp8qGl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u76rhp8qGl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u76rhp8qGl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u76rhp8qGl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u76rhp8qGl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u76rhp8qGl .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-u76rhp8qGl .navbar {
    height: 70px;
  }
  .cid-u76rhp8qGl .navbar.opened {
    height: auto;
  }
  .cid-u76rhp8qGl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7z7KR5Hz9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #26292c;
}
.cid-u7z7KR5Hz9 .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-u7z7KR5Hz9 .content_block:hover .mbr-section-title a {
  color: #212428 !important;
}
.cid-u7z7KR5Hz9 .card_topic,
.cid-u7z7KR5Hz9 .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-u7z7KR5Hz9 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #212428;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-u7z7KR5Hz9 .image {
  position: relative;
}
.cid-u7z7KR5Hz9 .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #26292c);
  z-index: 1;
  pointer-events: none;
}
.cid-u7z7KR5Hz9 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7z7KR5Hz9 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-u7z7KR5Hz9 .mbr-section-btn .btn-secondary-outline:hover,
.cid-u7z7KR5Hz9 .mbr-section-btn .btn-secondary-outline .active,
.cid-u7z7KR5Hz9 .mbr-section-btn .btn-secondary-outline:focus {
  color: #728771 !important;
}
.cid-u7z7KR5Hz9 .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-u7z7KR5Hz9 .content_block {
    padding: 30px 15px;
  }
  .cid-u7z7KR5Hz9 .mbr-figure {
    padding: 0;
  }
  .cid-u7z7KR5Hz9 .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(38, 41, 44, 0.99));
  }
}
.cid-u7z7KR5Hz9 .mbr-text,
.cid-u7z7KR5Hz9 .mbr-section-btn {
  color: #f8f6f2;
  text-align: center;
}
.cid-u7z7KR5Hz9 .mbr-section-title {
  color: #f6921e;
  text-align: center;
}
.cid-u7sGBQgre6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f8f6f2;
}
.cid-u7sGBQgre6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7sGBQgre6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7sGBQgre6 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-u7sGBQgre6 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7sGBQgre6 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-u7sGBQgre6 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7sGBQgre6 .container {
    padding: 0 14px;
  }
}
.cid-u7sGBQgre6 .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-u7sGBQgre6 .content-wrapper .link-wrapper {
  display: block;
}
.cid-u7sGBQgre6 .content-wrapper .link-wrapper:hover .mbr-link,
.cid-u7sGBQgre6 .content-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-u7sGBQgre6 .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u7sGBQgre6 .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-u7sGBQgre6 .mbr-link {
  color: #000000;
  text-align: center;
}
.cid-u76rhpXGeI {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u76rhpXGeI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u76rhpXGeI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u76rhpXGeI .mbr-section-title {
  color: #728771;
  text-align: left;
}
.cid-u76rhpXGeI .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-u76rhpXGeI .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .cid-u76rhpXGeI .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-u76rhpXGeI .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-u76rhpXGeI .mbr-section-btn {
    margin-top: 2px;
  }
}
.cid-u76rhpXGeI .text-wrap {
  display: flex;
  column-gap: 20px;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .cid-u76rhpXGeI .text-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .cid-u76rhpXGeI .text-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u76rhpXGeI .text-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
    margin-top: 12px;
  }
}
.cid-u76rhpXGeI .mbr-text {
  width: 1px;
  flex-grow: 1;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-u76rhpXGeI .mbr-text {
    width: 100%;
  }
}
.cid-u76rhpXGeI .mbr-section-subtitle,
.cid-u76rhpXGeI .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u76zXMDMt8 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #26292c;
}
.cid-u76zXMDMt8 .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-u76zXMDMt8 .mbr-section-title {
  margin: 0;
}
.cid-u76zXMDMt8 .mbr-section-subtitle {
  color: #f6921e;
}
.cid-u76zXMDMt8 .card-img span {
  color: #f6921e;
}
.cid-u76zXMDMt8 .row-item {
  margin-bottom: 2rem;
}
.cid-u76zXMDMt8 .row-item:hover .wrapper {
  background: linear-gradient(90deg, #f6921e, #f7b726);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-u76zXMDMt8 .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-u76zXMDMt8 .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-u76zXMDMt8 .wrapper {
  padding: 2.5rem 1rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-u76zXMDMt8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u76zXMDMt8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u76C6yMrHL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #26292c;
}
.cid-u76C6yMrHL .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-u76C6yMrHL .mbr-section-title {
  margin: 0;
}
.cid-u76C6yMrHL .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-u76C6yMrHL .card-img span {
  color: #f6921e;
}
.cid-u76C6yMrHL .row-item {
  margin-bottom: 2rem;
}
.cid-u76C6yMrHL .row-item:hover .wrapper {
  background: linear-gradient(90deg, #f6921e, #f7b726);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-u76C6yMrHL .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-u76C6yMrHL .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-u76C6yMrHL .wrapper {
  padding: 2.5rem 1rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-u76C6yMrHL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u76C6yMrHL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u76rhqGyVF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f8f6f2;
}
.cid-u76rhqGyVF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u76rhqGyVF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u76rhqGyVF .container {
    padding: 0 30px;
  }
}
.cid-u76rhqGyVF .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-u76rhqGyVF .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-u76rhqGyVF .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-u76rhqGyVF .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-u76rhqGyVF .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u76rhqGyVF .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ff6839;
}
.cid-u76rhqGyVF .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-u76rhqGyVF .image-wrapper img {
    height: 280px;
  }
}
.cid-u76rhqGyVF .mbr-text {
  color: #000000;
}
.cid-u76rhr1Ssj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-u76rhr1Ssj .row {
  flex-direction: row-reverse;
}
.cid-u76rhr1Ssj img {
  display: inline;
}
.cid-u76rhr1Ssj .si {
  width: 100%;
}
.cid-u76rhr1Ssj .si img {
  width: auto;
}
.cid-u76rhr1Ssj .text {
  color: #ffffff;
}
.cid-u76rhr1Ssj .text,
.cid-u76rhr1Ssj .si {
  color: #ba9b67;
  text-align: center;
}
.cid-u76rhr1Ssj .copyright {
  color: #9A948D;
}
.cid-u76rhr1Ssj .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #a2a4a7;
}
@media (max-width: 991px) {
  .cid-u76rhr1Ssj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u76rhr1Ssj .list {
    margin-bottom: 0rem;
  }
}
.cid-u76rhr1Ssj .list li {
  margin-bottom: .5rem;
}
.cid-u76rhr1Ssj .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-u76rhr1Ssj .logo {
    margin-top: 2rem;
  }
}
.cid-u76rhr1Ssj .mbr-section-subtitle {
  color: #94a393;
}
.cid-u7asy66hg1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u7asy66hg1 nav.navbar {
  position: fixed;
}
.cid-u7asy66hg1 .btn {
  line-height: 1.2;
}
.cid-u7asy66hg1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7asy66hg1 .nav-link {
  position: relative;
}
.cid-u7asy66hg1 .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #f6921e;
}
.cid-u7asy66hg1 .nav-link:hover {
  color: #f6921e !important;
}
.cid-u7asy66hg1 .nav-link:hover:before {
  width: 100%;
}
.cid-u7asy66hg1 .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-u7asy66hg1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7asy66hg1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7asy66hg1 .dropdown-item:hover,
.cid-u7asy66hg1 .dropdown-item:focus {
  background: #728771 !important;
  color: white !important;
}
.cid-u7asy66hg1 .dropdown-item:hover span {
  color: white;
}
.cid-u7asy66hg1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7asy66hg1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7asy66hg1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7asy66hg1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-u7asy66hg1 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7asy66hg1 .container {
    flex-wrap: nowrap;
  }
}
.cid-u7asy66hg1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7asy66hg1 .navbar-nav {
  margin: auto;
}
.cid-u7asy66hg1 .dropdown-menu,
.cid-u7asy66hg1 .navbar.opened {
  background: #ffffff !important;
}
.cid-u7asy66hg1 .nav-item:focus,
.cid-u7asy66hg1 .nav-link:focus {
  outline: none;
}
.cid-u7asy66hg1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7asy66hg1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7asy66hg1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7asy66hg1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7asy66hg1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7asy66hg1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7asy66hg1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u7asy66hg1 .navbar.opened {
  transition: all 0.3s;
}
.cid-u7asy66hg1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7asy66hg1 .navbar .navbar-logo img {
  width: auto;
}
.cid-u7asy66hg1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7asy66hg1 .navbar.collapsed {
  justify-content: center;
}
.cid-u7asy66hg1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7asy66hg1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7asy66hg1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-u7asy66hg1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7asy66hg1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7asy66hg1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u7asy66hg1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7asy66hg1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7asy66hg1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7asy66hg1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7asy66hg1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7asy66hg1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7asy66hg1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7asy66hg1 .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-u7asy66hg1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7asy66hg1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7asy66hg1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7asy66hg1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7asy66hg1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7asy66hg1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u7asy66hg1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u7asy66hg1 .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7asy66hg1 .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-u7asy66hg1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7asy66hg1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7asy66hg1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7asy66hg1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7asy66hg1 .dropdown-item.active,
.cid-u7asy66hg1 .dropdown-item:active {
  background-color: transparent;
}
.cid-u7asy66hg1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7asy66hg1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7asy66hg1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7asy66hg1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7asy66hg1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7asy66hg1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7asy66hg1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7asy66hg1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7asy66hg1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u7asy66hg1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7asy66hg1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7asy66hg1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7asy66hg1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7asy66hg1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7asy66hg1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7asy66hg1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7asy66hg1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7asy66hg1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7asy66hg1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7asy66hg1 .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-u7asy66hg1 .navbar {
    height: 70px;
  }
  .cid-u7asy66hg1 .navbar.opened {
    height: auto;
  }
  .cid-u7asy66hg1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7z7QZkrh8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #26292c;
}
.cid-u7z7QZkrh8 .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-u7z7QZkrh8 .content_block:hover .mbr-section-title a {
  color: #212428 !important;
}
.cid-u7z7QZkrh8 .card_topic,
.cid-u7z7QZkrh8 .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-u7z7QZkrh8 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #212428;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-u7z7QZkrh8 .image {
  position: relative;
}
.cid-u7z7QZkrh8 .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #26292c);
  z-index: 1;
  pointer-events: none;
}
.cid-u7z7QZkrh8 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7z7QZkrh8 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-u7z7QZkrh8 .mbr-section-btn .btn-secondary-outline:hover,
.cid-u7z7QZkrh8 .mbr-section-btn .btn-secondary-outline .active,
.cid-u7z7QZkrh8 .mbr-section-btn .btn-secondary-outline:focus {
  color: #728771 !important;
}
.cid-u7z7QZkrh8 .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-u7z7QZkrh8 .content_block {
    padding: 30px 15px;
  }
  .cid-u7z7QZkrh8 .mbr-figure {
    padding: 0;
  }
  .cid-u7z7QZkrh8 .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(38, 41, 44, 0.99));
  }
}
.cid-u7z7QZkrh8 .mbr-text,
.cid-u7z7QZkrh8 .mbr-section-btn {
  color: #f8f6f2;
  text-align: center;
}
.cid-u7z7QZkrh8 .mbr-section-title {
  color: #f6921e;
  text-align: center;
}
.cid-u7sGRmFYvb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f8f6f2;
}
.cid-u7sGRmFYvb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7sGRmFYvb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7sGRmFYvb .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-u7sGRmFYvb .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7sGRmFYvb .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-u7sGRmFYvb .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7sGRmFYvb .container {
    padding: 0 14px;
  }
}
.cid-u7sGRmFYvb .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-u7sGRmFYvb .content-wrapper .link-wrapper {
  display: block;
}
.cid-u7sGRmFYvb .content-wrapper .link-wrapper:hover .mbr-link,
.cid-u7sGRmFYvb .content-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-u7sGRmFYvb .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u7sGRmFYvb .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-u7sGRmFYvb .mbr-link {
  color: #000000;
  text-align: center;
}
.cid-u7axFNkKbX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-u7axFNkKbX .mbr-text {
  color: #000000;
}
@media (min-width: 767px) {
  .cid-u7axFNkKbX .list {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
.cid-u7axFNkKbX .mbr-list {
  color: #1d5356;
}
.cid-u7axFNkKbX .mbr-section-subtitle {
  color: #000000;
}
.cid-u7axFNkKbX .mbr-section-title {
  color: #491414;
}
.cid-u7asy70EyV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u7asy70EyV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7asy70EyV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7asy70EyV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u7asy70EyV .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-u7asy70EyV .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .cid-u7asy70EyV .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-u7asy70EyV .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-u7asy70EyV .mbr-section-btn {
    margin-top: 2px;
  }
}
.cid-u7asy70EyV .text-wrap {
  display: flex;
  column-gap: 20px;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .cid-u7asy70EyV .text-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .cid-u7asy70EyV .text-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u7asy70EyV .text-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
    margin-top: 12px;
  }
}
.cid-u7asy70EyV .mbr-text {
  width: 1px;
  flex-grow: 1;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-u7asy70EyV .mbr-text {
    width: 100%;
  }
}
.cid-u7asy70EyV .mbr-section-subtitle,
.cid-u7asy70EyV .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u7asy9JlS0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-u7asy9JlS0 .row {
  flex-direction: row-reverse;
}
.cid-u7asy9JlS0 img {
  display: inline;
}
.cid-u7asy9JlS0 .si {
  width: 100%;
}
.cid-u7asy9JlS0 .si img {
  width: auto;
}
.cid-u7asy9JlS0 .text {
  color: #ffffff;
}
.cid-u7asy9JlS0 .text,
.cid-u7asy9JlS0 .si {
  color: #ba9b67;
  text-align: center;
}
.cid-u7asy9JlS0 .copyright {
  color: #9A948D;
}
.cid-u7asy9JlS0 .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #a2a4a7;
}
@media (max-width: 991px) {
  .cid-u7asy9JlS0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7asy9JlS0 .list {
    margin-bottom: 0rem;
  }
}
.cid-u7asy9JlS0 .list li {
  margin-bottom: .5rem;
}
.cid-u7asy9JlS0 .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-u7asy9JlS0 .logo {
    margin-top: 2rem;
  }
}
.cid-u7asy9JlS0 .mbr-section-subtitle {
  color: #94a393;
}
