.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.7rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.375rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 1.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.54rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.16rem;
    font-size: calc( 1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 1.54rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.16rem;
    font-size: calc( 1.595rem + (2.7 - 1.595) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.595rem + (2.7 - 1.595) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9fe870 !important;
}
.bg-success {
  background-color: #ff3f7f !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #00befa !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff3f7f !important;
  border-color: #ff3f7f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ff72a1 !important;
  border-color: #ff72a1 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff72a1 !important;
  border-color: #ff72a1 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #00befa !important;
  border-color: #00befa !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #2ecdff !important;
  border-color: #2ecdff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #2ecdff !important;
  border-color: #2ecdff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ff3f7f;
  color: #ff3f7f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e7004d !important;
  background-color: transparent !important;
  border-color: #e7004d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3f7f !important;
  border-color: #ff3f7f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #00befa;
  color: #00befa;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #007ca3 !important;
  background-color: transparent !important;
  border-color: #007ca3 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #00befa !important;
  border-color: #00befa !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #ff3f7f !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #00befa !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #d80048 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #007094 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #00befa;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #9fe870;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #c7f2ff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #9fe870;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9fe870;
  border-bottom-color: #9fe870;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #9fe870 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !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='%239fe870' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vd9hPR9MjJ .navbar-dropdown {
  position: relative !important;
}
.cid-vd9hPR9MjJ .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-vd9hPR9MjJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vd9hPR9MjJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vd9hPR9MjJ .dropdown-item:hover,
.cid-vd9hPR9MjJ .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-vd9hPR9MjJ .dropdown-item:hover span {
  color: white;
}
.cid-vd9hPR9MjJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vd9hPR9MjJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vd9hPR9MjJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vd9hPR9MjJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vd9hPR9MjJ .nav-link {
  position: relative;
}
.cid-vd9hPR9MjJ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vd9hPR9MjJ .container {
    flex-wrap: wrap;
  }
}
.cid-vd9hPR9MjJ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vd9hPR9MjJ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vd9hPR9MjJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vd9hPR9MjJ .dropdown-menu,
.cid-vd9hPR9MjJ .navbar.opened {
  background: #ffffff !important;
}
.cid-vd9hPR9MjJ .nav-item:focus,
.cid-vd9hPR9MjJ .nav-link:focus {
  outline: none;
}
.cid-vd9hPR9MjJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vd9hPR9MjJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd9hPR9MjJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vd9hPR9MjJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vd9hPR9MjJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd9hPR9MjJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vd9hPR9MjJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vd9hPR9MjJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vd9hPR9MjJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vd9hPR9MjJ .navbar .navbar-logo img {
  width: auto;
}
.cid-vd9hPR9MjJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vd9hPR9MjJ .navbar.collapsed {
  justify-content: center;
}
.cid-vd9hPR9MjJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd9hPR9MjJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vd9hPR9MjJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd9hPR9MjJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vd9hPR9MjJ .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-vd9hPR9MjJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vd9hPR9MjJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vd9hPR9MjJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vd9hPR9MjJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd9hPR9MjJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd9hPR9MjJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd9hPR9MjJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vd9hPR9MjJ .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-vd9hPR9MjJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vd9hPR9MjJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vd9hPR9MjJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vd9hPR9MjJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vd9hPR9MjJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vd9hPR9MjJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vd9hPR9MjJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vd9hPR9MjJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vd9hPR9MjJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vd9hPR9MjJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vd9hPR9MjJ .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-vd9hPR9MjJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vd9hPR9MjJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd9hPR9MjJ .dropdown-item.active,
.cid-vd9hPR9MjJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vd9hPR9MjJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vd9hPR9MjJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vd9hPR9MjJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vd9hPR9MjJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vd9hPR9MjJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vd9hPR9MjJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vd9hPR9MjJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vd9hPR9MjJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vd9hPR9MjJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vd9hPR9MjJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vd9hPR9MjJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd9hPR9MjJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd9hPR9MjJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd9hPR9MjJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd9hPR9MjJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd9hPR9MjJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd9hPR9MjJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd9hPR9MjJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd9hPR9MjJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vd9hPR9MjJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vd9hPR9MjJ .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-vd9hPR9MjJ .navbar {
    height: 70px;
  }
  .cid-vd9hPR9MjJ .navbar.opened {
    height: auto;
  }
  .cid-vd9hPR9MjJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd9jffzDDa {
  display: flex;
  padding-top: 16rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/anker-powerbank-6.png");
}
.cid-vd9jffzDDa .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-vd9jffzDDa {
    align-items: flex-end;
  }
  .cid-vd9jffzDDa .row {
    justify-content: center;
  }
  .cid-vd9jffzDDa .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd9jffzDDa .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vd9jffzDDa {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vd9jffzDDa .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vd9jffzDDa .content-wrap {
    width: 100%;
  }
}
.cid-vd9jffzDDa .mbr-section-title,
.cid-vd9jffzDDa .mbr-section-subtitle {
  text-align: center;
}
.cid-vd9jffzDDa .mbr-text,
.cid-vd9jffzDDa .mbr-section-btn {
  text-align: center;
}
.cid-vd9k88VElx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vd9k88VElx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd9k88VElx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd9k88VElx .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vd9k88VElx .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vd9k88VElx .mbr-section-title {
  text-align: center;
}
.cid-vd9k88VElx .mbr-section-subtitle {
  text-align: center;
}
.cid-vd9k88VElx .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-vd9k88VElx .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vd9k88VElx .content-head {
  max-width: 800px;
}
.cid-vd9k88VElx .img-box {
  display: flex;
  justify-content: center;
}
.cid-vd9k88VElx .card-title {
  text-align: center;
}
.cid-vd9k88VElx .card-text {
  text-align: center;
}
.cid-vd9k88VElx .link {
  text-align: center;
}
.cid-vdOsOJPClO {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdOsOJPClO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdOsOJPClO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdOsOJPClO .item {
  padding-bottom: 2rem;
}
.cid-vdOsOJPClO .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vdOsOJPClO .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vdOsOJPClO .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vdOsOJPClO .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vdOsOJPClO .carousel-control,
.cid-vdOsOJPClO .close {
  background: #1b1b1b;
}
.cid-vdOsOJPClO .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vdOsOJPClO .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vdOsOJPClO .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vdOsOJPClO .carousel-control-next span {
  margin-left: 5px;
}
.cid-vdOsOJPClO .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vdOsOJPClO .close::before {
  content: '\e91a';
}
.cid-vdOsOJPClO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vdOsOJPClO .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vdOsOJPClO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdOsOJPClO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdOsOJPClO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdOsOJPClO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vdOsOJPClO .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vdOsOJPClO .carousel-indicators li.active,
.cid-vdOsOJPClO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vdOsOJPClO .carousel-indicators li::after,
.cid-vdOsOJPClO .carousel-indicators li::before {
  content: none;
}
.cid-vdOsOJPClO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vdOsOJPClO .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vdOsOJPClO .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdOsOJPClO .carousel-indicators {
    display: none;
  }
}
.cid-vdOsOJPClO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vdOsOJPClO .carousel-inner > .active {
  display: block;
}
.cid-vdOsOJPClO .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdOsOJPClO .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdOsOJPClO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vdOsOJPClO .carousel-control,
  .cid-vdOsOJPClO .carousel-indicators,
  .cid-vdOsOJPClO .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vdOsOJPClO .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vdOsOJPClO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vdOsOJPClO .carousel-indicators .active,
.cid-vdOsOJPClO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vdOsOJPClO .carousel-indicators .active {
  background: #fff;
}
.cid-vdOsOJPClO .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vdOsOJPClO .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vdOsOJPClO .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vdOsOJPClO .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vdOsOJPClO .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vdOsOJPClO .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vdOsOJPClO .carousel {
  width: 100%;
}
.cid-vdOsOJPClO .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vdOsOJPClO .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vdOsOJPClO .modal.fade .modal-dialog,
.cid-vdOsOJPClO .modal.in .modal-dialog {
  transform: none;
}
.cid-vdOsOJPClO .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vdOsOJPClO H6 {
  text-align: center;
}
.cid-vd9qEOjuUd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vd9qEOjuUd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd9qEOjuUd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd9qEOjuUd .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-vd9qEOjuUd .icon-box {
  background: #00befa;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vd9qEOjuUd .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vd9qEOjuUd .card {
    margin-bottom: 2rem;
  }
  .cid-vd9qEOjuUd .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vd9qEOjuUd .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vd9DPP2fc7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vd9DPP2fc7 img,
.cid-vd9DPP2fc7 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vd9DPP2fc7 .item:focus,
.cid-vd9DPP2fc7 span:focus {
  outline: none;
}
.cid-vd9DPP2fc7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vd9DPP2fc7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vd9DPP2fc7 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vd9DPP2fc7 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vd9DPP2fc7 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vd9DPP2fc7 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vd9DPP2fc7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vd9DPP2fc7 .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-vd9DPP2fc7 .mbr-text,
.cid-vd9DPP2fc7 .mbr-section-btn {
  text-align: center;
}
.cid-vd9DPP2fc7 .item-title {
  text-align: center;
}
.cid-vd9DPP2fc7 .item-subtitle {
  text-align: center;
}
.cid-vd9DPP2fc7 .mbr-section-subtitle {
  text-align: center;
}
.cid-vd9DPP2fc7 .item-subtitle DIV {
  text-align: center;
}
.cid-vdOw4fK6UP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vdOw4fK6UP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdOw4fK6UP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vdOw4fK6UP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdOw4fK6UP .row {
  flex-direction: row-reverse;
}
.cid-vdOw4fK6UP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vdOw4fK6UP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vdOw4fK6UP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vdOw4fK6UP .mbr-section-title {
  color: #232323;
}
.cid-vdOw4fK6UP .mbr-text,
.cid-vdOw4fK6UP .mbr-section-btn {
  color: #000000;
}
.cid-vdD9IdV5Aa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdD9IdV5Aa .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-vdD9IdV5Aa .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-vdD9IdV5Aa .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #00befa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdD9IdV5Aa .mbr-section-title {
  text-align: left;
}
.cid-vdD9IdV5Aa .mbr-section-subtitle {
  text-align: left;
}
.cid-vdOxMN85cN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-vdOxMN85cN .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdOxMN85cN .item {
    margin-bottom: 1rem;
  }
}
.cid-vdOxMN85cN .item-wrapper {
  position: relative;
}
.cid-vdOxMN85cN .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vdOxMN85cN .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vdOxMN85cN .carousel-control,
.cid-vdOxMN85cN .close {
  background: #1b1b1b;
}
.cid-vdOxMN85cN .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vdOxMN85cN .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vdOxMN85cN .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vdOxMN85cN .carousel-control-next span {
  margin-left: 5px;
}
.cid-vdOxMN85cN .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vdOxMN85cN .close::before {
  content: '\e91a';
}
.cid-vdOxMN85cN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vdOxMN85cN .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vdOxMN85cN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdOxMN85cN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdOxMN85cN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdOxMN85cN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vdOxMN85cN .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vdOxMN85cN .carousel-indicators li.active,
.cid-vdOxMN85cN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vdOxMN85cN .carousel-indicators li::after,
.cid-vdOxMN85cN .carousel-indicators li::before {
  content: none;
}
.cid-vdOxMN85cN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vdOxMN85cN .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vdOxMN85cN .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdOxMN85cN .carousel-indicators {
    display: none;
  }
}
.cid-vdOxMN85cN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vdOxMN85cN .carousel-inner > .active {
  display: block;
}
.cid-vdOxMN85cN .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdOxMN85cN .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdOxMN85cN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vdOxMN85cN .carousel-control,
  .cid-vdOxMN85cN .carousel-indicators,
  .cid-vdOxMN85cN .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vdOxMN85cN .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vdOxMN85cN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vdOxMN85cN .carousel-indicators .active,
.cid-vdOxMN85cN .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vdOxMN85cN .carousel-indicators .active {
  background: #fff;
}
.cid-vdOxMN85cN .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vdOxMN85cN .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vdOxMN85cN .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vdOxMN85cN .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vdOxMN85cN .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vdOxMN85cN .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vdOxMN85cN .carousel {
  width: 100%;
}
.cid-vdOxMN85cN .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vdOxMN85cN .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vdOxMN85cN .modal.fade .modal-dialog,
.cid-vdOxMN85cN .modal.in .modal-dialog {
  transform: none;
}
.cid-vdOxMN85cN .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vdOxMN85cN .content-head {
  max-width: 800px;
}
.cid-vd9MYIBIQR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vd9MYIBIQR .row {
  flex-direction: row-reverse;
}
.cid-vd9MYIBIQR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd9MYIBIQR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd9MYIBIQR .mbr-description {
  text-align: left;
}
.cid-vd9MYIBIQR .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vd9MYIBIQR .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vd9MYIBIQR .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vd9MYIBIQR .card-title,
.cid-vd9MYIBIQR .iconfont-wrapper {
  color: #000000;
}
.cid-vd9MYIBIQR .card-text {
  color: #000000;
}
.cid-vd9MYIBIQR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vd9MYIBIQR .mbr-text,
.cid-vd9MYIBIQR .mbr-section-btn {
  text-align: center;
}
.cid-vd9MYIBIQR .card-text,
.cid-vd9MYIBIQR .item .mbr-section-btn {
  text-align: left;
}
.cid-vd9MYIBIQR .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vd9MYIBIQR .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vd9MYIBIQR .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00befa;
  background-color: #00befa;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vd9MYIBIQR .mbr-text UL {
  text-align: left;
}
.cid-vda2F7lf3q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-vda2F7lf3q h4 {
  display: flex;
  color: #000000;
}
.cid-vda2F7lf3q .panel-text {
  color: #000000;
  line-height: 1.7;
}
.cid-vda2F7lf3q .wrap {
  display: flex;
}
.cid-vda2F7lf3q .icon {
  background: #00befa;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-vda2F7lf3q img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-vda2F7lf3q .mbr-section-title {
  color: #333333;
  text-align: center;
}
.cid-vda2F7lf3q p {
  margin: 0;
}
.cid-vda2F7lf3q .card .card-header a.panel-title {
  background-color: transparent !important;
  margin-top: 0px !important;
}
.cid-vda2F7lf3q .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-vda2F7lf3q .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-vda2F7lf3q .panel-group {
  width: 100%;
}
.cid-vda2F7lf3q .panel-title {
  border-bottom: 1px solid #ffffff;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vda2F7lf3q .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vda2F7lf3q .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vda2F7lf3q .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vda2F7lf3q .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vda2F7lf3q .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-vda2F7lf3q .card .panel-body {
  background: #ffffff;
}
.cid-vda2F7lf3q .sign {
  color: #000000;
}
.cid-vda2F7lf3q .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vda2F7lf3q .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-vda2F7lf3q .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-vda2F7lf3q .header-text,
.cid-vda2F7lf3q .sign {
  color: #333333;
}
.cid-vda2F7lf3q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vda2F7lf3q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd9rs1weLp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vd9rs1weLp .card-title {
  line-height: 1.6;
  margin: 0;
  color: #ffffff;
}
.cid-vd9rs1weLp .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-vd9rs1weLp .card:hover {
  margin-top: -0.6rem;
}
.cid-vd9rs1weLp .card-wrapper {
  position: relative;
}
.cid-vd9rs1weLp .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-vd9rs1weLp .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-vd9rs1weLp .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-vd9rs1weLp .big {
  margin-top: -25%;
}
.cid-vd9rs1weLp .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-vd9rs1weLp .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vd9rs1weLp .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-vd9rs1weLp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd9rs1weLp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdDpeeLV3R {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vdDpeeLV3R img,
.cid-vdDpeeLV3R .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vdDpeeLV3R .item:focus,
.cid-vdDpeeLV3R span:focus {
  outline: none;
}
.cid-vdDpeeLV3R .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vdDpeeLV3R .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vdDpeeLV3R .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vdDpeeLV3R .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vdDpeeLV3R .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vdDpeeLV3R .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vdDpeeLV3R .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vdDpeeLV3R .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-vdDpeeLV3R .mbr-text,
.cid-vdDpeeLV3R .mbr-section-btn {
  text-align: center;
}
.cid-vdDpeeLV3R .item-title {
  text-align: center;
}
.cid-vdDpeeLV3R .item-subtitle {
  text-align: left;
}
.cid-vdDpeeLV3R .mbr-section-subtitle {
  text-align: left;
}
.cid-vdDpeeLV3R .item-subtitle DIV {
  text-align: center;
}
.cid-vd9QnO5eAT {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #fff8ef;
}
.cid-vd9QnO5eAT .item:focus,
.cid-vd9QnO5eAT span:focus {
  outline: none;
}
.cid-vd9QnO5eAT .item-wrapper {
  position: relative;
}
.cid-vd9QnO5eAT .mbr-section-title {
  margin-bottom: 24px;
  color: #012b3a;
  text-align: center;
}
.cid-vd9QnO5eAT .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-vd9QnO5eAT .mbr-text,
.cid-vd9QnO5eAT .mbr-section-btn {
  text-align: left;
}
.cid-vd9QnO5eAT .item-title {
  text-align: left;
}
.cid-vd9QnO5eAT .item-subtitle {
  text-align: left;
}
.cid-vd9QnO5eAT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 23%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-vd9QnO5eAT .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-vd9QnO5eAT .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-vd9QnO5eAT .embla__slide {
    min-width: 375px;
  }
}
.cid-vd9QnO5eAT .embla__button--next,
.cid-vd9QnO5eAT .embla__button--prev {
  display: flex;
}
.cid-vd9QnO5eAT .embla__button {
  background-color: rgba(17, 17, 17, 0.5);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px 0px;
  transition: all .3s;
  border: none;
  width: 32px;
  height: 32px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vd9QnO5eAT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vd9QnO5eAT .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vd9QnO5eAT .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vd9QnO5eAT .embla__button:hover {
  background-color: #14142b;
}
.cid-vd9QnO5eAT .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vd9QnO5eAT .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vd9QnO5eAT .embla {
  position: relative;
  width: 100%;
}
.cid-vd9QnO5eAT .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-vd9QnO5eAT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vd9QnO5eAT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vd9QnO5eAT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vd9QnO5eAT .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-vd9QnO5eAT .shadow {
  border-radius: 8px;
  box-shadow: none !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  padding: 24px;
  background-color: #ffffff;
}
.cid-vd9QnO5eAT .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  display: inline;
  padding-right: 10px;
  padding-bottom: 15px;
}
.cid-vd9QnO5eAT .card-title {
  color: #000000;
  transition: 0.35s;
  text-align: left;
  font-size: 14px;
}
.cid-vd9QnO5eAT .card-text {
  color: #000000;
  text-align: left;
  font-size: 18px;
  margin-bottom: 15px;
}
.cid-vd9QnO5eAT .margin {
  margin-right: 14px;
}
.cid-vd9QnO5eAT .article {
  display: contents;
}
.cid-vd9QnO5eAT .link-row {
  align-items: center;
}
.cid-vd9QnO5eAT .iconfont-wrapper {
  text-align: left;
  margin-bottom: 32px;
  display: inline;
}
.cid-vd9QnO5eAT .iconfont-wrapper .mbr-iconfont:before {
  font-size: 16px;
}
.cid-vd9QnO5eAT .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-vd9QnO5eAT .btn {
  margin-top: 20px;
}
.cid-vd9QnO5eAT a.btn > span {
  margin-left: 0.5rem;
}
.cid-vd9QnO5eAT img {
  border-radius: 50%;
  width: 44px;
  height: auto;
}
.cid-vd9QnO5eAT .card-title1 {
  display: inline;
  font-size: 12px;
  color: #8b8d8d;
}
.cid-vd9QnO5eAT .top {
  display: flex;
  align-items: center;
}
.cid-vd9QnO5eAT .mbr-iconfont:before {
  font-size: 34px;
}
.cid-vd9QnO5eAT .mbr-iconfont {
  width: auto;
  display: inline-flex;
  padding: 0;
  padding-right: 10px;
}
.cid-vd9QnO5eAT .small-header {
  font-size: 12px;
  color: #8b8d8d;
}
.cid-vd9QnO5eAT .mbr-text {
  font-size: 14px;
}
.cid-vd9QnO5eAT .fl {
  display: flex;
  align-items: flex-start;
}
.cid-vd9QnO5eAT .iconfont-wrapper .mbr-iconfont {
  padding-right: 0px;
}
.cid-vd9QnO5eAT button .mbr-iconfont:before {
  font-size: 16px;
}
.cid-vd9QnO5eAT button .mbr-iconfont {
  padding-right: 2px;
}
.cid-vd9QnO5eAT a:hover {
  text-decoration: underline;
}
.cid-vd9QnO5eAT .mbr-text a {
  color: #1c91ff !important;
}
.cid-vd9QnO5eAT a {
  transition: all .3s;
}
.cid-vd9QnO5eAT .mbr-text a:hover {
  color: #1c91ff !important;
}
@media (max-width: 576px) {
  .cid-vd9QnO5eAT .embla__slide {
    min-width: 100%;
  }
}
.cid-vdDj9soBfu {
  padding-top: 2rem;
  background-color: #ffffff;
}
.cid-vdDj9soBfu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdDj9soBfu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdDj9soBfu .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 3rem;
}
.cid-vdDj9soBfu .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vdDj9soBfu .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vdDj9soBfu .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vdDj9soBfu .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vdDj9soBfu .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vdDj9soBfu .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdDj9soBfu .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vdDj9soBfu .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdDj9soBfu .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdDj9soBfu .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vdDj9soBfu .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vdDj9soBfu .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-vdDj9soBfu .panel-group .card {
  position: relative;
  padding: 0;
  margin-top: 20px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #00befa, 0 10px 10px -5px #00befa;
  transition: all 0.3s ease-in-out;
}
.cid-vdDj9soBfu .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vdDj9soBfu .panel-group .card:hover {
  transform: translateY(-2px);
}
.cid-vdDj9soBfu .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vdDj9soBfu .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px 20px;
}
.cid-vdDj9soBfu .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-vdDj9soBfu .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-vdDj9soBfu .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #475569;
}
.cid-vdDj9soBfu .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ff6900;
  transform: rotate(-180deg);
}
.cid-vdDj9soBfu .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ff6900;
}
.cid-vdDj9soBfu .panel-group .card .panel-collapse .panel-body {
  margin: 0 18px 20px;
}
.cid-vdDj9soBfu .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vdDj9soBfu .mbr-label,
.cid-vdDj9soBfu .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-vdDj9soBfu .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vdDj9soBfu .mbr-text,
.cid-vdDj9soBfu .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-vdDj9soBfu .panel-title-edit {
  color: #0f172a;
}
.cid-vdDj9soBfu .panel-text {
  color: #475569;
}
.cid-vdDj9soBfu .mbr-section-btn {
  text-align: center;
}
.cid-vdOLUQhYzS {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-vdOLUQhYzS img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vd9kAz65ZM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vd9kAz65ZM .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vd9kAz65ZM .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vd9kAz65ZM .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vd9kAz65ZM .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vd9kAz65ZM .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vd9kAz65ZM .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vd9kAz65ZM .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vd9kAz65ZM .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vd9kAz65ZM .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vd9kAz65ZM .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vd9kAz65ZM .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vd9kAz65ZM .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vd9kAz65ZM .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vd9kAz65ZM .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vd9hPR9MjJ .navbar-dropdown {
  position: relative !important;
}
.cid-vd9hPR9MjJ .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-vd9hPR9MjJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vd9hPR9MjJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vd9hPR9MjJ .dropdown-item:hover,
.cid-vd9hPR9MjJ .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-vd9hPR9MjJ .dropdown-item:hover span {
  color: white;
}
.cid-vd9hPR9MjJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vd9hPR9MjJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vd9hPR9MjJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vd9hPR9MjJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vd9hPR9MjJ .nav-link {
  position: relative;
}
.cid-vd9hPR9MjJ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vd9hPR9MjJ .container {
    flex-wrap: wrap;
  }
}
.cid-vd9hPR9MjJ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vd9hPR9MjJ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vd9hPR9MjJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vd9hPR9MjJ .dropdown-menu,
.cid-vd9hPR9MjJ .navbar.opened {
  background: #ffffff !important;
}
.cid-vd9hPR9MjJ .nav-item:focus,
.cid-vd9hPR9MjJ .nav-link:focus {
  outline: none;
}
.cid-vd9hPR9MjJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vd9hPR9MjJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd9hPR9MjJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vd9hPR9MjJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vd9hPR9MjJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd9hPR9MjJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vd9hPR9MjJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vd9hPR9MjJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vd9hPR9MjJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vd9hPR9MjJ .navbar .navbar-logo img {
  width: auto;
}
.cid-vd9hPR9MjJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vd9hPR9MjJ .navbar.collapsed {
  justify-content: center;
}
.cid-vd9hPR9MjJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd9hPR9MjJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vd9hPR9MjJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd9hPR9MjJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vd9hPR9MjJ .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-vd9hPR9MjJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vd9hPR9MjJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vd9hPR9MjJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vd9hPR9MjJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd9hPR9MjJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd9hPR9MjJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd9hPR9MjJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vd9hPR9MjJ .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-vd9hPR9MjJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vd9hPR9MjJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vd9hPR9MjJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vd9hPR9MjJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vd9hPR9MjJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vd9hPR9MjJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vd9hPR9MjJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vd9hPR9MjJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vd9hPR9MjJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vd9hPR9MjJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vd9hPR9MjJ .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-vd9hPR9MjJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vd9hPR9MjJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd9hPR9MjJ .dropdown-item.active,
.cid-vd9hPR9MjJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vd9hPR9MjJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vd9hPR9MjJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vd9hPR9MjJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vd9hPR9MjJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vd9hPR9MjJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vd9hPR9MjJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vd9hPR9MjJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vd9hPR9MjJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vd9hPR9MjJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vd9hPR9MjJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vd9hPR9MjJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd9hPR9MjJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd9hPR9MjJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd9hPR9MjJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd9hPR9MjJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd9hPR9MjJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd9hPR9MjJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd9hPR9MjJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd9hPR9MjJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vd9hPR9MjJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vd9hPR9MjJ .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-vd9hPR9MjJ .navbar {
    height: 70px;
  }
  .cid-vd9hPR9MjJ .navbar.opened {
    height: auto;
  }
  .cid-vd9hPR9MjJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdlCg8LLNJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdlCg8LLNJ blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vd9kAz65ZM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vd9kAz65ZM .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vd9kAz65ZM .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vd9kAz65ZM .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vd9kAz65ZM .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vd9kAz65ZM .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vd9kAz65ZM .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vd9kAz65ZM .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vd9kAz65ZM .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vd9kAz65ZM .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vd9kAz65ZM .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vd9kAz65ZM .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vd9kAz65ZM .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vd9kAz65ZM .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vd9kAz65ZM .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vdlD5oZTN0 .navbar-dropdown {
  position: relative !important;
}
.cid-vdlD5oZTN0 .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-vdlD5oZTN0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdlD5oZTN0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vdlD5oZTN0 .dropdown-item:hover,
.cid-vdlD5oZTN0 .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-vdlD5oZTN0 .dropdown-item:hover span {
  color: white;
}
.cid-vdlD5oZTN0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdlD5oZTN0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdlD5oZTN0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdlD5oZTN0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdlD5oZTN0 .nav-link {
  position: relative;
}
.cid-vdlD5oZTN0 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdlD5oZTN0 .container {
    flex-wrap: wrap;
  }
}
.cid-vdlD5oZTN0 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdlD5oZTN0 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vdlD5oZTN0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdlD5oZTN0 .dropdown-menu,
.cid-vdlD5oZTN0 .navbar.opened {
  background: #ffffff !important;
}
.cid-vdlD5oZTN0 .nav-item:focus,
.cid-vdlD5oZTN0 .nav-link:focus {
  outline: none;
}
.cid-vdlD5oZTN0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdlD5oZTN0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdlD5oZTN0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdlD5oZTN0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdlD5oZTN0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdlD5oZTN0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdlD5oZTN0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vdlD5oZTN0 .navbar.opened {
  transition: all 0.3s;
}
.cid-vdlD5oZTN0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdlD5oZTN0 .navbar .navbar-logo img {
  width: auto;
}
.cid-vdlD5oZTN0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdlD5oZTN0 .navbar.collapsed {
  justify-content: center;
}
.cid-vdlD5oZTN0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdlD5oZTN0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdlD5oZTN0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdlD5oZTN0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdlD5oZTN0 .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-vdlD5oZTN0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdlD5oZTN0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdlD5oZTN0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdlD5oZTN0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdlD5oZTN0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdlD5oZTN0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdlD5oZTN0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdlD5oZTN0 .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-vdlD5oZTN0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdlD5oZTN0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdlD5oZTN0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdlD5oZTN0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdlD5oZTN0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdlD5oZTN0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vdlD5oZTN0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vdlD5oZTN0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdlD5oZTN0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdlD5oZTN0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdlD5oZTN0 .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-vdlD5oZTN0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdlD5oZTN0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdlD5oZTN0 .dropdown-item.active,
.cid-vdlD5oZTN0 .dropdown-item:active {
  background-color: transparent;
}
.cid-vdlD5oZTN0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdlD5oZTN0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdlD5oZTN0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdlD5oZTN0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdlD5oZTN0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdlD5oZTN0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdlD5oZTN0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdlD5oZTN0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdlD5oZTN0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdlD5oZTN0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdlD5oZTN0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdlD5oZTN0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdlD5oZTN0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdlD5oZTN0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdlD5oZTN0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdlD5oZTN0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdlD5oZTN0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdlD5oZTN0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdlD5oZTN0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdlD5oZTN0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdlD5oZTN0 .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-vdlD5oZTN0 .navbar {
    height: 70px;
  }
  .cid-vdlD5oZTN0 .navbar.opened {
    height: auto;
  }
  .cid-vdlD5oZTN0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdlD5pmz8C {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdlD5pmz8C blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vdlD5pyn4H {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vdlD5pyn4H .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vdlD5pyn4H .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vdlD5pyn4H .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vdlD5pyn4H .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vdlD5pyn4H .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vdlD5pyn4H .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vdlD5pyn4H .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vdlD5pyn4H .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vdlD5pyn4H .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vdlD5pyn4H .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vdlD5pyn4H .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vdlD5pyn4H .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vdlD5pyn4H .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vdlD5pyn4H .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vdlDw4knM5 .navbar-dropdown {
  position: relative !important;
}
.cid-vdlDw4knM5 .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-vdlDw4knM5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdlDw4knM5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vdlDw4knM5 .dropdown-item:hover,
.cid-vdlDw4knM5 .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-vdlDw4knM5 .dropdown-item:hover span {
  color: white;
}
.cid-vdlDw4knM5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdlDw4knM5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdlDw4knM5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdlDw4knM5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdlDw4knM5 .nav-link {
  position: relative;
}
.cid-vdlDw4knM5 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdlDw4knM5 .container {
    flex-wrap: wrap;
  }
}
.cid-vdlDw4knM5 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdlDw4knM5 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vdlDw4knM5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdlDw4knM5 .dropdown-menu,
.cid-vdlDw4knM5 .navbar.opened {
  background: #ffffff !important;
}
.cid-vdlDw4knM5 .nav-item:focus,
.cid-vdlDw4knM5 .nav-link:focus {
  outline: none;
}
.cid-vdlDw4knM5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdlDw4knM5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdlDw4knM5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdlDw4knM5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdlDw4knM5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdlDw4knM5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdlDw4knM5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vdlDw4knM5 .navbar.opened {
  transition: all 0.3s;
}
.cid-vdlDw4knM5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdlDw4knM5 .navbar .navbar-logo img {
  width: auto;
}
.cid-vdlDw4knM5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdlDw4knM5 .navbar.collapsed {
  justify-content: center;
}
.cid-vdlDw4knM5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdlDw4knM5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdlDw4knM5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdlDw4knM5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdlDw4knM5 .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-vdlDw4knM5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdlDw4knM5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdlDw4knM5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdlDw4knM5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdlDw4knM5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdlDw4knM5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdlDw4knM5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdlDw4knM5 .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-vdlDw4knM5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdlDw4knM5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdlDw4knM5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdlDw4knM5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdlDw4knM5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdlDw4knM5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vdlDw4knM5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vdlDw4knM5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdlDw4knM5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdlDw4knM5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdlDw4knM5 .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-vdlDw4knM5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdlDw4knM5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdlDw4knM5 .dropdown-item.active,
.cid-vdlDw4knM5 .dropdown-item:active {
  background-color: transparent;
}
.cid-vdlDw4knM5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdlDw4knM5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdlDw4knM5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdlDw4knM5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdlDw4knM5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdlDw4knM5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdlDw4knM5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdlDw4knM5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdlDw4knM5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdlDw4knM5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdlDw4knM5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdlDw4knM5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdlDw4knM5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdlDw4knM5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdlDw4knM5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdlDw4knM5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdlDw4knM5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdlDw4knM5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdlDw4knM5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdlDw4knM5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdlDw4knM5 .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-vdlDw4knM5 .navbar {
    height: 70px;
  }
  .cid-vdlDw4knM5 .navbar.opened {
    height: auto;
  }
  .cid-vdlDw4knM5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdlDw4GKou {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdlDw4GKou blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vdlDw4SK0F {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vdlDw4SK0F .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vdlDw4SK0F .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vdlDw4SK0F .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vdlDw4SK0F .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vdlDw4SK0F .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vdlDw4SK0F .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vdlDw4SK0F .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vdlDw4SK0F .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vdlDw4SK0F .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vdlDw4SK0F .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vdlDw4SK0F .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vdlDw4SK0F .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vdlDw4SK0F .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vdlDw4SK0F .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vdlDPtbzTX .navbar-dropdown {
  position: relative !important;
}
.cid-vdlDPtbzTX .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-vdlDPtbzTX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdlDPtbzTX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vdlDPtbzTX .dropdown-item:hover,
.cid-vdlDPtbzTX .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-vdlDPtbzTX .dropdown-item:hover span {
  color: white;
}
.cid-vdlDPtbzTX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdlDPtbzTX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdlDPtbzTX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdlDPtbzTX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdlDPtbzTX .nav-link {
  position: relative;
}
.cid-vdlDPtbzTX .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdlDPtbzTX .container {
    flex-wrap: wrap;
  }
}
.cid-vdlDPtbzTX .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdlDPtbzTX .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vdlDPtbzTX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdlDPtbzTX .dropdown-menu,
.cid-vdlDPtbzTX .navbar.opened {
  background: #ffffff !important;
}
.cid-vdlDPtbzTX .nav-item:focus,
.cid-vdlDPtbzTX .nav-link:focus {
  outline: none;
}
.cid-vdlDPtbzTX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdlDPtbzTX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdlDPtbzTX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdlDPtbzTX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdlDPtbzTX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdlDPtbzTX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdlDPtbzTX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vdlDPtbzTX .navbar.opened {
  transition: all 0.3s;
}
.cid-vdlDPtbzTX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdlDPtbzTX .navbar .navbar-logo img {
  width: auto;
}
.cid-vdlDPtbzTX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdlDPtbzTX .navbar.collapsed {
  justify-content: center;
}
.cid-vdlDPtbzTX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdlDPtbzTX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdlDPtbzTX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdlDPtbzTX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdlDPtbzTX .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-vdlDPtbzTX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdlDPtbzTX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdlDPtbzTX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdlDPtbzTX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdlDPtbzTX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdlDPtbzTX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdlDPtbzTX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdlDPtbzTX .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-vdlDPtbzTX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdlDPtbzTX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdlDPtbzTX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdlDPtbzTX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdlDPtbzTX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdlDPtbzTX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vdlDPtbzTX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vdlDPtbzTX .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdlDPtbzTX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdlDPtbzTX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdlDPtbzTX .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-vdlDPtbzTX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdlDPtbzTX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdlDPtbzTX .dropdown-item.active,
.cid-vdlDPtbzTX .dropdown-item:active {
  background-color: transparent;
}
.cid-vdlDPtbzTX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdlDPtbzTX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdlDPtbzTX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdlDPtbzTX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdlDPtbzTX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdlDPtbzTX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdlDPtbzTX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdlDPtbzTX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdlDPtbzTX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdlDPtbzTX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdlDPtbzTX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdlDPtbzTX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdlDPtbzTX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdlDPtbzTX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdlDPtbzTX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdlDPtbzTX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdlDPtbzTX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdlDPtbzTX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdlDPtbzTX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdlDPtbzTX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdlDPtbzTX .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-vdlDPtbzTX .navbar {
    height: 70px;
  }
  .cid-vdlDPtbzTX .navbar.opened {
    height: auto;
  }
  .cid-vdlDPtbzTX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdlDPtvBP2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdlDPtvBP2 blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vdlDPtJ7aJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vdlDPtJ7aJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vdlDPtJ7aJ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vdlDPtJ7aJ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vdlDPtJ7aJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vdlDPtJ7aJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vdlDPtJ7aJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vdlDPtJ7aJ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vdlDPtJ7aJ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vdlDPtJ7aJ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vdlDPtJ7aJ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vdlDPtJ7aJ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vdlDPtJ7aJ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vdlDPtJ7aJ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vdlDPtJ7aJ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vdDnT3vpZs .navbar-dropdown {
  position: relative !important;
}
.cid-vdDnT3vpZs .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-vdDnT3vpZs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdDnT3vpZs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vdDnT3vpZs .dropdown-item:hover,
.cid-vdDnT3vpZs .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-vdDnT3vpZs .dropdown-item:hover span {
  color: white;
}
.cid-vdDnT3vpZs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdDnT3vpZs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdDnT3vpZs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdDnT3vpZs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdDnT3vpZs .nav-link {
  position: relative;
}
.cid-vdDnT3vpZs .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdDnT3vpZs .container {
    flex-wrap: wrap;
  }
}
.cid-vdDnT3vpZs .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdDnT3vpZs .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vdDnT3vpZs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdDnT3vpZs .dropdown-menu,
.cid-vdDnT3vpZs .navbar.opened {
  background: #ffffff !important;
}
.cid-vdDnT3vpZs .nav-item:focus,
.cid-vdDnT3vpZs .nav-link:focus {
  outline: none;
}
.cid-vdDnT3vpZs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdDnT3vpZs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdDnT3vpZs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdDnT3vpZs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdDnT3vpZs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdDnT3vpZs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdDnT3vpZs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vdDnT3vpZs .navbar.opened {
  transition: all 0.3s;
}
.cid-vdDnT3vpZs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdDnT3vpZs .navbar .navbar-logo img {
  width: auto;
}
.cid-vdDnT3vpZs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdDnT3vpZs .navbar.collapsed {
  justify-content: center;
}
.cid-vdDnT3vpZs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdDnT3vpZs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdDnT3vpZs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdDnT3vpZs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdDnT3vpZs .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-vdDnT3vpZs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdDnT3vpZs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdDnT3vpZs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdDnT3vpZs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdDnT3vpZs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdDnT3vpZs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdDnT3vpZs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdDnT3vpZs .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-vdDnT3vpZs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdDnT3vpZs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdDnT3vpZs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdDnT3vpZs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdDnT3vpZs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdDnT3vpZs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vdDnT3vpZs .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vdDnT3vpZs .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdDnT3vpZs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdDnT3vpZs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdDnT3vpZs .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-vdDnT3vpZs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdDnT3vpZs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdDnT3vpZs .dropdown-item.active,
.cid-vdDnT3vpZs .dropdown-item:active {
  background-color: transparent;
}
.cid-vdDnT3vpZs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdDnT3vpZs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdDnT3vpZs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdDnT3vpZs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdDnT3vpZs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdDnT3vpZs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdDnT3vpZs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdDnT3vpZs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdDnT3vpZs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdDnT3vpZs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdDnT3vpZs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdDnT3vpZs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdDnT3vpZs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdDnT3vpZs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdDnT3vpZs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdDnT3vpZs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdDnT3vpZs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdDnT3vpZs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdDnT3vpZs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdDnT3vpZs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdDnT3vpZs .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-vdDnT3vpZs .navbar {
    height: 70px;
  }
  .cid-vdDnT3vpZs .navbar.opened {
    height: auto;
  }
  .cid-vdDnT3vpZs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdOPCDDcBz {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vdOPCDDcBz img,
.cid-vdOPCDDcBz .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vdOPCDDcBz .item:focus,
.cid-vdOPCDDcBz span:focus {
  outline: none;
}
.cid-vdOPCDDcBz .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdOPCDDcBz .item {
    margin-bottom: 1rem;
  }
}
.cid-vdOPCDDcBz .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdOPCDDcBz .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdOPCDDcBz .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vdOPCDDcBz .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vdOPCDDcBz .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vdOPCDDcBz .mbr-section-title {
  color: #000000;
}
.cid-vdOPCDDcBz .item-title {
  text-align: center;
}
.cid-vdOPCDDcBz .item-subtitle {
  text-align: left;
}
.cid-vdOPCDDcBz .mbr-text,
.cid-vdOPCDDcBz .item .mbr-section-btn {
  text-align: center;
}
.cid-vdOPCDDcBz .content-head {
  max-width: 800px;
}
.cid-vdDnT5ALj7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vdDnT5ALj7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vdDnT5ALj7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vdDnT5ALj7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vdDnT5ALj7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vdDnT5ALj7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vdDnT5ALj7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vdDnT5ALj7 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vdDnT5ALj7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vdDnT5ALj7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vdDnT5ALj7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vdDnT5ALj7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vdDnT5ALj7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vdDnT5ALj7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vdDnT5ALj7 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vdDrhDdaPE .navbar-dropdown {
  position: relative !important;
}
.cid-vdDrhDdaPE .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-vdDrhDdaPE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdDrhDdaPE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vdDrhDdaPE .dropdown-item:hover,
.cid-vdDrhDdaPE .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-vdDrhDdaPE .dropdown-item:hover span {
  color: white;
}
.cid-vdDrhDdaPE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdDrhDdaPE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdDrhDdaPE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdDrhDdaPE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdDrhDdaPE .nav-link {
  position: relative;
}
.cid-vdDrhDdaPE .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdDrhDdaPE .container {
    flex-wrap: wrap;
  }
}
.cid-vdDrhDdaPE .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdDrhDdaPE .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vdDrhDdaPE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdDrhDdaPE .dropdown-menu,
.cid-vdDrhDdaPE .navbar.opened {
  background: #ffffff !important;
}
.cid-vdDrhDdaPE .nav-item:focus,
.cid-vdDrhDdaPE .nav-link:focus {
  outline: none;
}
.cid-vdDrhDdaPE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdDrhDdaPE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdDrhDdaPE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdDrhDdaPE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdDrhDdaPE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdDrhDdaPE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdDrhDdaPE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vdDrhDdaPE .navbar.opened {
  transition: all 0.3s;
}
.cid-vdDrhDdaPE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdDrhDdaPE .navbar .navbar-logo img {
  width: auto;
}
.cid-vdDrhDdaPE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdDrhDdaPE .navbar.collapsed {
  justify-content: center;
}
.cid-vdDrhDdaPE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdDrhDdaPE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdDrhDdaPE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdDrhDdaPE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdDrhDdaPE .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-vdDrhDdaPE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdDrhDdaPE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdDrhDdaPE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdDrhDdaPE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdDrhDdaPE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdDrhDdaPE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdDrhDdaPE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdDrhDdaPE .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-vdDrhDdaPE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdDrhDdaPE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdDrhDdaPE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdDrhDdaPE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdDrhDdaPE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdDrhDdaPE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vdDrhDdaPE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vdDrhDdaPE .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdDrhDdaPE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdDrhDdaPE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdDrhDdaPE .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-vdDrhDdaPE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdDrhDdaPE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdDrhDdaPE .dropdown-item.active,
.cid-vdDrhDdaPE .dropdown-item:active {
  background-color: transparent;
}
.cid-vdDrhDdaPE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdDrhDdaPE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdDrhDdaPE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdDrhDdaPE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdDrhDdaPE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdDrhDdaPE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdDrhDdaPE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdDrhDdaPE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdDrhDdaPE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdDrhDdaPE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdDrhDdaPE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdDrhDdaPE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdDrhDdaPE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdDrhDdaPE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdDrhDdaPE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdDrhDdaPE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdDrhDdaPE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdDrhDdaPE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdDrhDdaPE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdDrhDdaPE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdDrhDdaPE .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-vdDrhDdaPE .navbar {
    height: 70px;
  }
  .cid-vdDrhDdaPE .navbar.opened {
    height: auto;
  }
  .cid-vdDrhDdaPE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdOT9uZT6V {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdOT9uZT6V .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdOT9uZT6V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdOT9uZT6V .item {
  padding-bottom: 2rem;
}
.cid-vdOT9uZT6V .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vdOT9uZT6V .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vdOT9uZT6V .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vdOT9uZT6V .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vdOT9uZT6V .carousel-control,
.cid-vdOT9uZT6V .close {
  background: #1b1b1b;
}
.cid-vdOT9uZT6V .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vdOT9uZT6V .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vdOT9uZT6V .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vdOT9uZT6V .carousel-control-next span {
  margin-left: 5px;
}
.cid-vdOT9uZT6V .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vdOT9uZT6V .close::before {
  content: '\e91a';
}
.cid-vdOT9uZT6V .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vdOT9uZT6V .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vdOT9uZT6V .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdOT9uZT6V .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdOT9uZT6V .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdOT9uZT6V .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vdOT9uZT6V .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vdOT9uZT6V .carousel-indicators li.active,
.cid-vdOT9uZT6V .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vdOT9uZT6V .carousel-indicators li::after,
.cid-vdOT9uZT6V .carousel-indicators li::before {
  content: none;
}
.cid-vdOT9uZT6V .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vdOT9uZT6V .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vdOT9uZT6V .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdOT9uZT6V .carousel-indicators {
    display: none;
  }
}
.cid-vdOT9uZT6V .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vdOT9uZT6V .carousel-inner > .active {
  display: block;
}
.cid-vdOT9uZT6V .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdOT9uZT6V .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdOT9uZT6V .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vdOT9uZT6V .carousel-control,
  .cid-vdOT9uZT6V .carousel-indicators,
  .cid-vdOT9uZT6V .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vdOT9uZT6V .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vdOT9uZT6V .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vdOT9uZT6V .carousel-indicators .active,
.cid-vdOT9uZT6V .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vdOT9uZT6V .carousel-indicators .active {
  background: #fff;
}
.cid-vdOT9uZT6V .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vdOT9uZT6V .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vdOT9uZT6V .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vdOT9uZT6V .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vdOT9uZT6V .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vdOT9uZT6V .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vdOT9uZT6V .carousel {
  width: 100%;
}
.cid-vdOT9uZT6V .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vdOT9uZT6V .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vdOT9uZT6V .modal.fade .modal-dialog,
.cid-vdOT9uZT6V .modal.in .modal-dialog {
  transform: none;
}
.cid-vdOT9uZT6V .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vdOT9uZT6V H6 {
  text-align: center;
}
.cid-vdDtFP7Iid {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdDtFP7Iid .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdDtFP7Iid .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdDtFP7Iid .mbr-section-subtitle {
  text-align: left;
}
.cid-vdDrhDNfuz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vdDrhDNfuz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vdDrhDNfuz .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vdDrhDNfuz .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vdDrhDNfuz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vdDrhDNfuz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vdDrhDNfuz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vdDrhDNfuz .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vdDrhDNfuz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vdDrhDNfuz .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vdDrhDNfuz .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vdDrhDNfuz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vdDrhDNfuz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vdDrhDNfuz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vdDrhDNfuz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vdDtRzZYea .navbar-dropdown {
  position: relative !important;
}
.cid-vdDtRzZYea .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-vdDtRzZYea .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdDtRzZYea .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vdDtRzZYea .dropdown-item:hover,
.cid-vdDtRzZYea .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-vdDtRzZYea .dropdown-item:hover span {
  color: white;
}
.cid-vdDtRzZYea .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdDtRzZYea .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdDtRzZYea .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdDtRzZYea .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdDtRzZYea .nav-link {
  position: relative;
}
.cid-vdDtRzZYea .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdDtRzZYea .container {
    flex-wrap: wrap;
  }
}
.cid-vdDtRzZYea .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdDtRzZYea .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vdDtRzZYea .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdDtRzZYea .dropdown-menu,
.cid-vdDtRzZYea .navbar.opened {
  background: #ffffff !important;
}
.cid-vdDtRzZYea .nav-item:focus,
.cid-vdDtRzZYea .nav-link:focus {
  outline: none;
}
.cid-vdDtRzZYea .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdDtRzZYea .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdDtRzZYea .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdDtRzZYea .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdDtRzZYea .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdDtRzZYea .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdDtRzZYea .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vdDtRzZYea .navbar.opened {
  transition: all 0.3s;
}
.cid-vdDtRzZYea .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdDtRzZYea .navbar .navbar-logo img {
  width: auto;
}
.cid-vdDtRzZYea .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdDtRzZYea .navbar.collapsed {
  justify-content: center;
}
.cid-vdDtRzZYea .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdDtRzZYea .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdDtRzZYea .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdDtRzZYea .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdDtRzZYea .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-vdDtRzZYea .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdDtRzZYea .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdDtRzZYea .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdDtRzZYea .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdDtRzZYea .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdDtRzZYea .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdDtRzZYea .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdDtRzZYea .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-vdDtRzZYea .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdDtRzZYea .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdDtRzZYea .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdDtRzZYea .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdDtRzZYea .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdDtRzZYea .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vdDtRzZYea .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vdDtRzZYea .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdDtRzZYea .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdDtRzZYea .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdDtRzZYea .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-vdDtRzZYea .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdDtRzZYea .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdDtRzZYea .dropdown-item.active,
.cid-vdDtRzZYea .dropdown-item:active {
  background-color: transparent;
}
.cid-vdDtRzZYea .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdDtRzZYea .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdDtRzZYea .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdDtRzZYea .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdDtRzZYea .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdDtRzZYea .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdDtRzZYea ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdDtRzZYea .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdDtRzZYea button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdDtRzZYea button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdDtRzZYea button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdDtRzZYea button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdDtRzZYea button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdDtRzZYea button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdDtRzZYea nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdDtRzZYea nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdDtRzZYea nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdDtRzZYea nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdDtRzZYea .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdDtRzZYea a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdDtRzZYea .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-vdDtRzZYea .navbar {
    height: 70px;
  }
  .cid-vdDtRzZYea .navbar.opened {
    height: auto;
  }
  .cid-vdDtRzZYea .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdOUqbb8TI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdOUqbb8TI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdOUqbb8TI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdOUqbb8TI .item {
  padding-bottom: 2rem;
}
.cid-vdOUqbb8TI .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vdOUqbb8TI .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vdOUqbb8TI .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vdOUqbb8TI .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vdOUqbb8TI .carousel-control,
.cid-vdOUqbb8TI .close {
  background: #1b1b1b;
}
.cid-vdOUqbb8TI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vdOUqbb8TI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vdOUqbb8TI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vdOUqbb8TI .carousel-control-next span {
  margin-left: 5px;
}
.cid-vdOUqbb8TI .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vdOUqbb8TI .close::before {
  content: '\e91a';
}
.cid-vdOUqbb8TI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vdOUqbb8TI .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vdOUqbb8TI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdOUqbb8TI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdOUqbb8TI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdOUqbb8TI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vdOUqbb8TI .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vdOUqbb8TI .carousel-indicators li.active,
.cid-vdOUqbb8TI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vdOUqbb8TI .carousel-indicators li::after,
.cid-vdOUqbb8TI .carousel-indicators li::before {
  content: none;
}
.cid-vdOUqbb8TI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vdOUqbb8TI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vdOUqbb8TI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdOUqbb8TI .carousel-indicators {
    display: none;
  }
}
.cid-vdOUqbb8TI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vdOUqbb8TI .carousel-inner > .active {
  display: block;
}
.cid-vdOUqbb8TI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdOUqbb8TI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdOUqbb8TI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vdOUqbb8TI .carousel-control,
  .cid-vdOUqbb8TI .carousel-indicators,
  .cid-vdOUqbb8TI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vdOUqbb8TI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vdOUqbb8TI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vdOUqbb8TI .carousel-indicators .active,
.cid-vdOUqbb8TI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vdOUqbb8TI .carousel-indicators .active {
  background: #fff;
}
.cid-vdOUqbb8TI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vdOUqbb8TI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vdOUqbb8TI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vdOUqbb8TI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vdOUqbb8TI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vdOUqbb8TI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vdOUqbb8TI .carousel {
  width: 100%;
}
.cid-vdOUqbb8TI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vdOUqbb8TI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vdOUqbb8TI .modal.fade .modal-dialog,
.cid-vdOUqbb8TI .modal.in .modal-dialog {
  transform: none;
}
.cid-vdOUqbb8TI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vdOUqbb8TI H6 {
  text-align: center;
}
.cid-vdDtRAPPQM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdDtRAPPQM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdDtRAPPQM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdDtRAPPQM .mbr-section-subtitle {
  text-align: left;
}
.cid-vdDtRBdkde {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vdDtRBdkde .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vdDtRBdkde .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vdDtRBdkde .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vdDtRBdkde .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vdDtRBdkde .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vdDtRBdkde .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vdDtRBdkde .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vdDtRBdkde .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vdDtRBdkde .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vdDtRBdkde .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vdDtRBdkde .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vdDtRBdkde .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vdDtRBdkde .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vdDtRBdkde .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vdDtZd6bUl .navbar-dropdown {
  position: relative !important;
}
.cid-vdDtZd6bUl .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-vdDtZd6bUl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdDtZd6bUl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vdDtZd6bUl .dropdown-item:hover,
.cid-vdDtZd6bUl .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-vdDtZd6bUl .dropdown-item:hover span {
  color: white;
}
.cid-vdDtZd6bUl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdDtZd6bUl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdDtZd6bUl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdDtZd6bUl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdDtZd6bUl .nav-link {
  position: relative;
}
.cid-vdDtZd6bUl .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdDtZd6bUl .container {
    flex-wrap: wrap;
  }
}
.cid-vdDtZd6bUl .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdDtZd6bUl .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vdDtZd6bUl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdDtZd6bUl .dropdown-menu,
.cid-vdDtZd6bUl .navbar.opened {
  background: #ffffff !important;
}
.cid-vdDtZd6bUl .nav-item:focus,
.cid-vdDtZd6bUl .nav-link:focus {
  outline: none;
}
.cid-vdDtZd6bUl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdDtZd6bUl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdDtZd6bUl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdDtZd6bUl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdDtZd6bUl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdDtZd6bUl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdDtZd6bUl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vdDtZd6bUl .navbar.opened {
  transition: all 0.3s;
}
.cid-vdDtZd6bUl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdDtZd6bUl .navbar .navbar-logo img {
  width: auto;
}
.cid-vdDtZd6bUl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdDtZd6bUl .navbar.collapsed {
  justify-content: center;
}
.cid-vdDtZd6bUl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdDtZd6bUl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdDtZd6bUl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdDtZd6bUl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdDtZd6bUl .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-vdDtZd6bUl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdDtZd6bUl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdDtZd6bUl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdDtZd6bUl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdDtZd6bUl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdDtZd6bUl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdDtZd6bUl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdDtZd6bUl .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-vdDtZd6bUl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdDtZd6bUl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdDtZd6bUl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdDtZd6bUl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdDtZd6bUl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdDtZd6bUl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vdDtZd6bUl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vdDtZd6bUl .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdDtZd6bUl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdDtZd6bUl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdDtZd6bUl .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-vdDtZd6bUl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdDtZd6bUl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdDtZd6bUl .dropdown-item.active,
.cid-vdDtZd6bUl .dropdown-item:active {
  background-color: transparent;
}
.cid-vdDtZd6bUl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdDtZd6bUl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdDtZd6bUl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdDtZd6bUl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdDtZd6bUl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdDtZd6bUl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdDtZd6bUl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdDtZd6bUl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdDtZd6bUl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdDtZd6bUl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdDtZd6bUl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdDtZd6bUl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdDtZd6bUl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdDtZd6bUl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdDtZd6bUl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdDtZd6bUl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdDtZd6bUl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdDtZd6bUl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdDtZd6bUl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdDtZd6bUl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdDtZd6bUl .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-vdDtZd6bUl .navbar {
    height: 70px;
  }
  .cid-vdDtZd6bUl .navbar.opened {
    height: auto;
  }
  .cid-vdDtZd6bUl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdOWdmKUuh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdOWdmKUuh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdOWdmKUuh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdOWdmKUuh .item {
  padding-bottom: 2rem;
}
.cid-vdOWdmKUuh .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vdOWdmKUuh .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vdOWdmKUuh .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vdOWdmKUuh .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vdOWdmKUuh .carousel-control,
.cid-vdOWdmKUuh .close {
  background: #1b1b1b;
}
.cid-vdOWdmKUuh .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vdOWdmKUuh .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vdOWdmKUuh .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vdOWdmKUuh .carousel-control-next span {
  margin-left: 5px;
}
.cid-vdOWdmKUuh .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vdOWdmKUuh .close::before {
  content: '\e91a';
}
.cid-vdOWdmKUuh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vdOWdmKUuh .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vdOWdmKUuh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdOWdmKUuh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdOWdmKUuh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdOWdmKUuh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vdOWdmKUuh .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vdOWdmKUuh .carousel-indicators li.active,
.cid-vdOWdmKUuh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vdOWdmKUuh .carousel-indicators li::after,
.cid-vdOWdmKUuh .carousel-indicators li::before {
  content: none;
}
.cid-vdOWdmKUuh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vdOWdmKUuh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vdOWdmKUuh .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdOWdmKUuh .carousel-indicators {
    display: none;
  }
}
.cid-vdOWdmKUuh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vdOWdmKUuh .carousel-inner > .active {
  display: block;
}
.cid-vdOWdmKUuh .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdOWdmKUuh .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdOWdmKUuh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vdOWdmKUuh .carousel-control,
  .cid-vdOWdmKUuh .carousel-indicators,
  .cid-vdOWdmKUuh .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vdOWdmKUuh .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vdOWdmKUuh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vdOWdmKUuh .carousel-indicators .active,
.cid-vdOWdmKUuh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vdOWdmKUuh .carousel-indicators .active {
  background: #fff;
}
.cid-vdOWdmKUuh .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vdOWdmKUuh .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vdOWdmKUuh .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vdOWdmKUuh .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vdOWdmKUuh .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vdOWdmKUuh .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vdOWdmKUuh .carousel {
  width: 100%;
}
.cid-vdOWdmKUuh .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vdOWdmKUuh .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vdOWdmKUuh .modal.fade .modal-dialog,
.cid-vdOWdmKUuh .modal.in .modal-dialog {
  transform: none;
}
.cid-vdOWdmKUuh .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vdOWdmKUuh H6 {
  text-align: center;
}
.cid-vdDtZfL7Px {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdDtZfL7Px .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdDtZfL7Px .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdDtZfL7Px .mbr-section-subtitle {
  text-align: left;
}
.cid-vdDtZg4hEl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vdDtZg4hEl .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vdDtZg4hEl .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vdDtZg4hEl .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vdDtZg4hEl .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vdDtZg4hEl .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vdDtZg4hEl .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vdDtZg4hEl .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vdDtZg4hEl .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vdDtZg4hEl .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vdDtZg4hEl .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vdDtZg4hEl .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vdDtZg4hEl .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vdDtZg4hEl .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vdDtZg4hEl .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vdDu2e1IZR .navbar-dropdown {
  position: relative !important;
}
.cid-vdDu2e1IZR .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-vdDu2e1IZR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdDu2e1IZR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vdDu2e1IZR .dropdown-item:hover,
.cid-vdDu2e1IZR .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-vdDu2e1IZR .dropdown-item:hover span {
  color: white;
}
.cid-vdDu2e1IZR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdDu2e1IZR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdDu2e1IZR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdDu2e1IZR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdDu2e1IZR .nav-link {
  position: relative;
}
.cid-vdDu2e1IZR .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdDu2e1IZR .container {
    flex-wrap: wrap;
  }
}
.cid-vdDu2e1IZR .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdDu2e1IZR .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vdDu2e1IZR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdDu2e1IZR .dropdown-menu,
.cid-vdDu2e1IZR .navbar.opened {
  background: #ffffff !important;
}
.cid-vdDu2e1IZR .nav-item:focus,
.cid-vdDu2e1IZR .nav-link:focus {
  outline: none;
}
.cid-vdDu2e1IZR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdDu2e1IZR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdDu2e1IZR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdDu2e1IZR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdDu2e1IZR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdDu2e1IZR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdDu2e1IZR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vdDu2e1IZR .navbar.opened {
  transition: all 0.3s;
}
.cid-vdDu2e1IZR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdDu2e1IZR .navbar .navbar-logo img {
  width: auto;
}
.cid-vdDu2e1IZR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdDu2e1IZR .navbar.collapsed {
  justify-content: center;
}
.cid-vdDu2e1IZR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdDu2e1IZR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdDu2e1IZR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdDu2e1IZR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdDu2e1IZR .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-vdDu2e1IZR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdDu2e1IZR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdDu2e1IZR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdDu2e1IZR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdDu2e1IZR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdDu2e1IZR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdDu2e1IZR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdDu2e1IZR .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-vdDu2e1IZR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdDu2e1IZR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdDu2e1IZR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdDu2e1IZR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdDu2e1IZR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdDu2e1IZR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vdDu2e1IZR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vdDu2e1IZR .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdDu2e1IZR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdDu2e1IZR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdDu2e1IZR .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-vdDu2e1IZR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdDu2e1IZR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdDu2e1IZR .dropdown-item.active,
.cid-vdDu2e1IZR .dropdown-item:active {
  background-color: transparent;
}
.cid-vdDu2e1IZR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdDu2e1IZR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdDu2e1IZR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdDu2e1IZR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdDu2e1IZR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdDu2e1IZR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdDu2e1IZR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdDu2e1IZR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdDu2e1IZR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdDu2e1IZR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdDu2e1IZR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdDu2e1IZR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdDu2e1IZR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdDu2e1IZR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdDu2e1IZR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdDu2e1IZR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdDu2e1IZR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdDu2e1IZR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdDu2e1IZR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdDu2e1IZR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdDu2e1IZR .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-vdDu2e1IZR .navbar {
    height: 70px;
  }
  .cid-vdDu2e1IZR .navbar.opened {
    height: auto;
  }
  .cid-vdDu2e1IZR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdOWNjQIiY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdOWNjQIiY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdOWNjQIiY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdOWNjQIiY .item {
  padding-bottom: 2rem;
}
.cid-vdOWNjQIiY .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vdOWNjQIiY .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vdOWNjQIiY .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vdOWNjQIiY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vdOWNjQIiY .carousel-control,
.cid-vdOWNjQIiY .close {
  background: #1b1b1b;
}
.cid-vdOWNjQIiY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vdOWNjQIiY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vdOWNjQIiY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vdOWNjQIiY .carousel-control-next span {
  margin-left: 5px;
}
.cid-vdOWNjQIiY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vdOWNjQIiY .close::before {
  content: '\e91a';
}
.cid-vdOWNjQIiY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vdOWNjQIiY .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vdOWNjQIiY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdOWNjQIiY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdOWNjQIiY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdOWNjQIiY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vdOWNjQIiY .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vdOWNjQIiY .carousel-indicators li.active,
.cid-vdOWNjQIiY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vdOWNjQIiY .carousel-indicators li::after,
.cid-vdOWNjQIiY .carousel-indicators li::before {
  content: none;
}
.cid-vdOWNjQIiY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vdOWNjQIiY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vdOWNjQIiY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdOWNjQIiY .carousel-indicators {
    display: none;
  }
}
.cid-vdOWNjQIiY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vdOWNjQIiY .carousel-inner > .active {
  display: block;
}
.cid-vdOWNjQIiY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdOWNjQIiY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdOWNjQIiY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vdOWNjQIiY .carousel-control,
  .cid-vdOWNjQIiY .carousel-indicators,
  .cid-vdOWNjQIiY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vdOWNjQIiY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vdOWNjQIiY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vdOWNjQIiY .carousel-indicators .active,
.cid-vdOWNjQIiY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vdOWNjQIiY .carousel-indicators .active {
  background: #fff;
}
.cid-vdOWNjQIiY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vdOWNjQIiY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vdOWNjQIiY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vdOWNjQIiY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vdOWNjQIiY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vdOWNjQIiY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vdOWNjQIiY .carousel {
  width: 100%;
}
.cid-vdOWNjQIiY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vdOWNjQIiY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vdOWNjQIiY .modal.fade .modal-dialog,
.cid-vdOWNjQIiY .modal.in .modal-dialog {
  transform: none;
}
.cid-vdOWNjQIiY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vdOWNjQIiY H6 {
  text-align: center;
}
.cid-vdDu2eUpvJ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdDu2eUpvJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdDu2eUpvJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdDu2eUpvJ .mbr-section-subtitle {
  text-align: left;
}
.cid-vdDu2fkNPw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vdDu2fkNPw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vdDu2fkNPw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vdDu2fkNPw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vdDu2fkNPw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vdDu2fkNPw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vdDu2fkNPw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vdDu2fkNPw .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vdDu2fkNPw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vdDu2fkNPw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vdDu2fkNPw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vdDu2fkNPw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vdDu2fkNPw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vdDu2fkNPw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vdDu2fkNPw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vdDu56I2Nl .navbar-dropdown {
  position: relative !important;
}
.cid-vdDu56I2Nl .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-vdDu56I2Nl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdDu56I2Nl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vdDu56I2Nl .dropdown-item:hover,
.cid-vdDu56I2Nl .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-vdDu56I2Nl .dropdown-item:hover span {
  color: white;
}
.cid-vdDu56I2Nl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdDu56I2Nl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdDu56I2Nl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdDu56I2Nl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdDu56I2Nl .nav-link {
  position: relative;
}
.cid-vdDu56I2Nl .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdDu56I2Nl .container {
    flex-wrap: wrap;
  }
}
.cid-vdDu56I2Nl .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdDu56I2Nl .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vdDu56I2Nl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdDu56I2Nl .dropdown-menu,
.cid-vdDu56I2Nl .navbar.opened {
  background: #ffffff !important;
}
.cid-vdDu56I2Nl .nav-item:focus,
.cid-vdDu56I2Nl .nav-link:focus {
  outline: none;
}
.cid-vdDu56I2Nl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdDu56I2Nl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdDu56I2Nl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdDu56I2Nl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdDu56I2Nl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdDu56I2Nl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdDu56I2Nl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vdDu56I2Nl .navbar.opened {
  transition: all 0.3s;
}
.cid-vdDu56I2Nl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdDu56I2Nl .navbar .navbar-logo img {
  width: auto;
}
.cid-vdDu56I2Nl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdDu56I2Nl .navbar.collapsed {
  justify-content: center;
}
.cid-vdDu56I2Nl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdDu56I2Nl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdDu56I2Nl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdDu56I2Nl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdDu56I2Nl .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-vdDu56I2Nl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdDu56I2Nl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdDu56I2Nl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdDu56I2Nl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdDu56I2Nl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdDu56I2Nl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdDu56I2Nl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdDu56I2Nl .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-vdDu56I2Nl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdDu56I2Nl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdDu56I2Nl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdDu56I2Nl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdDu56I2Nl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdDu56I2Nl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vdDu56I2Nl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vdDu56I2Nl .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdDu56I2Nl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdDu56I2Nl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdDu56I2Nl .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-vdDu56I2Nl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdDu56I2Nl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdDu56I2Nl .dropdown-item.active,
.cid-vdDu56I2Nl .dropdown-item:active {
  background-color: transparent;
}
.cid-vdDu56I2Nl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdDu56I2Nl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdDu56I2Nl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdDu56I2Nl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdDu56I2Nl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdDu56I2Nl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdDu56I2Nl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdDu56I2Nl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdDu56I2Nl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdDu56I2Nl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdDu56I2Nl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdDu56I2Nl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdDu56I2Nl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdDu56I2Nl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdDu56I2Nl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdDu56I2Nl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdDu56I2Nl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdDu56I2Nl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdDu56I2Nl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdDu56I2Nl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdDu56I2Nl .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-vdDu56I2Nl .navbar {
    height: 70px;
  }
  .cid-vdDu56I2Nl .navbar.opened {
    height: auto;
  }
  .cid-vdDu56I2Nl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdOXiK4OHv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdOXiK4OHv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdOXiK4OHv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdOXiK4OHv .item {
  padding-bottom: 2rem;
}
.cid-vdOXiK4OHv .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vdOXiK4OHv .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vdOXiK4OHv .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vdOXiK4OHv .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vdOXiK4OHv .carousel-control,
.cid-vdOXiK4OHv .close {
  background: #1b1b1b;
}
.cid-vdOXiK4OHv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vdOXiK4OHv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vdOXiK4OHv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vdOXiK4OHv .carousel-control-next span {
  margin-left: 5px;
}
.cid-vdOXiK4OHv .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vdOXiK4OHv .close::before {
  content: '\e91a';
}
.cid-vdOXiK4OHv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vdOXiK4OHv .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vdOXiK4OHv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdOXiK4OHv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdOXiK4OHv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdOXiK4OHv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vdOXiK4OHv .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vdOXiK4OHv .carousel-indicators li.active,
.cid-vdOXiK4OHv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vdOXiK4OHv .carousel-indicators li::after,
.cid-vdOXiK4OHv .carousel-indicators li::before {
  content: none;
}
.cid-vdOXiK4OHv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vdOXiK4OHv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vdOXiK4OHv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdOXiK4OHv .carousel-indicators {
    display: none;
  }
}
.cid-vdOXiK4OHv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vdOXiK4OHv .carousel-inner > .active {
  display: block;
}
.cid-vdOXiK4OHv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdOXiK4OHv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdOXiK4OHv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vdOXiK4OHv .carousel-control,
  .cid-vdOXiK4OHv .carousel-indicators,
  .cid-vdOXiK4OHv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vdOXiK4OHv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vdOXiK4OHv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vdOXiK4OHv .carousel-indicators .active,
.cid-vdOXiK4OHv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vdOXiK4OHv .carousel-indicators .active {
  background: #fff;
}
.cid-vdOXiK4OHv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vdOXiK4OHv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vdOXiK4OHv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vdOXiK4OHv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vdOXiK4OHv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vdOXiK4OHv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vdOXiK4OHv .carousel {
  width: 100%;
}
.cid-vdOXiK4OHv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vdOXiK4OHv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vdOXiK4OHv .modal.fade .modal-dialog,
.cid-vdOXiK4OHv .modal.in .modal-dialog {
  transform: none;
}
.cid-vdOXiK4OHv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vdOXiK4OHv H6 {
  text-align: center;
}
.cid-vdDu57J8Da {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdDu57J8Da .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdDu57J8Da .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdDu57J8Da .mbr-section-subtitle {
  text-align: left;
}
.cid-vdDu583QQ3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vdDu583QQ3 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vdDu583QQ3 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vdDu583QQ3 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vdDu583QQ3 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vdDu583QQ3 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vdDu583QQ3 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vdDu583QQ3 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vdDu583QQ3 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vdDu583QQ3 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vdDu583QQ3 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vdDu583QQ3 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vdDu583QQ3 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vdDu583QQ3 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vdDu583QQ3 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vdDu7k8f3y .navbar-dropdown {
  position: relative !important;
}
.cid-vdDu7k8f3y .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-vdDu7k8f3y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdDu7k8f3y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vdDu7k8f3y .dropdown-item:hover,
.cid-vdDu7k8f3y .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-vdDu7k8f3y .dropdown-item:hover span {
  color: white;
}
.cid-vdDu7k8f3y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdDu7k8f3y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdDu7k8f3y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdDu7k8f3y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdDu7k8f3y .nav-link {
  position: relative;
}
.cid-vdDu7k8f3y .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdDu7k8f3y .container {
    flex-wrap: wrap;
  }
}
.cid-vdDu7k8f3y .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdDu7k8f3y .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vdDu7k8f3y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdDu7k8f3y .dropdown-menu,
.cid-vdDu7k8f3y .navbar.opened {
  background: #ffffff !important;
}
.cid-vdDu7k8f3y .nav-item:focus,
.cid-vdDu7k8f3y .nav-link:focus {
  outline: none;
}
.cid-vdDu7k8f3y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdDu7k8f3y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdDu7k8f3y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdDu7k8f3y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdDu7k8f3y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdDu7k8f3y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdDu7k8f3y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vdDu7k8f3y .navbar.opened {
  transition: all 0.3s;
}
.cid-vdDu7k8f3y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdDu7k8f3y .navbar .navbar-logo img {
  width: auto;
}
.cid-vdDu7k8f3y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdDu7k8f3y .navbar.collapsed {
  justify-content: center;
}
.cid-vdDu7k8f3y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdDu7k8f3y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdDu7k8f3y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdDu7k8f3y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdDu7k8f3y .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-vdDu7k8f3y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdDu7k8f3y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdDu7k8f3y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdDu7k8f3y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdDu7k8f3y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdDu7k8f3y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdDu7k8f3y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdDu7k8f3y .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-vdDu7k8f3y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdDu7k8f3y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdDu7k8f3y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdDu7k8f3y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdDu7k8f3y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdDu7k8f3y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vdDu7k8f3y .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vdDu7k8f3y .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdDu7k8f3y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdDu7k8f3y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdDu7k8f3y .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-vdDu7k8f3y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdDu7k8f3y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdDu7k8f3y .dropdown-item.active,
.cid-vdDu7k8f3y .dropdown-item:active {
  background-color: transparent;
}
.cid-vdDu7k8f3y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdDu7k8f3y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdDu7k8f3y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdDu7k8f3y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdDu7k8f3y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdDu7k8f3y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdDu7k8f3y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdDu7k8f3y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdDu7k8f3y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdDu7k8f3y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdDu7k8f3y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdDu7k8f3y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdDu7k8f3y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdDu7k8f3y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdDu7k8f3y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdDu7k8f3y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdDu7k8f3y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdDu7k8f3y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdDu7k8f3y .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdDu7k8f3y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdDu7k8f3y .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-vdDu7k8f3y .navbar {
    height: 70px;
  }
  .cid-vdDu7k8f3y .navbar.opened {
    height: auto;
  }
  .cid-vdDu7k8f3y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdOXLnwyTq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdOXLnwyTq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdOXLnwyTq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdOXLnwyTq .item {
  padding-bottom: 2rem;
}
.cid-vdOXLnwyTq .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vdOXLnwyTq .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vdOXLnwyTq .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vdOXLnwyTq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vdOXLnwyTq .carousel-control,
.cid-vdOXLnwyTq .close {
  background: #1b1b1b;
}
.cid-vdOXLnwyTq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vdOXLnwyTq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vdOXLnwyTq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vdOXLnwyTq .carousel-control-next span {
  margin-left: 5px;
}
.cid-vdOXLnwyTq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vdOXLnwyTq .close::before {
  content: '\e91a';
}
.cid-vdOXLnwyTq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vdOXLnwyTq .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vdOXLnwyTq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdOXLnwyTq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdOXLnwyTq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdOXLnwyTq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vdOXLnwyTq .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vdOXLnwyTq .carousel-indicators li.active,
.cid-vdOXLnwyTq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vdOXLnwyTq .carousel-indicators li::after,
.cid-vdOXLnwyTq .carousel-indicators li::before {
  content: none;
}
.cid-vdOXLnwyTq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vdOXLnwyTq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vdOXLnwyTq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdOXLnwyTq .carousel-indicators {
    display: none;
  }
}
.cid-vdOXLnwyTq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vdOXLnwyTq .carousel-inner > .active {
  display: block;
}
.cid-vdOXLnwyTq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdOXLnwyTq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdOXLnwyTq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vdOXLnwyTq .carousel-control,
  .cid-vdOXLnwyTq .carousel-indicators,
  .cid-vdOXLnwyTq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vdOXLnwyTq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vdOXLnwyTq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vdOXLnwyTq .carousel-indicators .active,
.cid-vdOXLnwyTq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vdOXLnwyTq .carousel-indicators .active {
  background: #fff;
}
.cid-vdOXLnwyTq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vdOXLnwyTq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vdOXLnwyTq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vdOXLnwyTq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vdOXLnwyTq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vdOXLnwyTq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vdOXLnwyTq .carousel {
  width: 100%;
}
.cid-vdOXLnwyTq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vdOXLnwyTq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vdOXLnwyTq .modal.fade .modal-dialog,
.cid-vdOXLnwyTq .modal.in .modal-dialog {
  transform: none;
}
.cid-vdOXLnwyTq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vdOXLnwyTq H6 {
  text-align: center;
}
.cid-vdDu7mjEJu {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdDu7mjEJu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdDu7mjEJu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdDu7mjEJu .mbr-section-subtitle {
  text-align: left;
}
.cid-vdDu7mNwog {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vdDu7mNwog .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vdDu7mNwog .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vdDu7mNwog .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vdDu7mNwog .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vdDu7mNwog .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vdDu7mNwog .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vdDu7mNwog .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vdDu7mNwog .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vdDu7mNwog .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vdDu7mNwog .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vdDu7mNwog .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vdDu7mNwog .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vdDu7mNwog .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vdDu7mNwog .media-container-row .row-copirayt p {
  width: 100%;
}
