body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Old Standard TT', serif;
  font-size: 3.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-2 {
  font-family: 'Old Standard TT', serif;
  font-size: 2.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  letter-spacing: 2px;
  font-family: 'Muli', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Old Standard TT', serif;
  font-size: 1.7rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.72rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #222222 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background: none;
  border: none;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-black:hover,
.btn-black:focus {
  background: white!important;
  color: black!important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none!important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-sLwslDeLXy .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLwslDeLXy .nav-item,
.cid-sLwslDeLXy .nav-link,
.cid-sLwslDeLXy .navbar-caption {
  font-weight: normal;
}
.cid-sLwslDeLXy .nav-item:focus,
.cid-sLwslDeLXy .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sLwslDeLXy .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLwslDeLXy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLwslDeLXy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLwslDeLXy .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1c1c1c;
  background: none;
}
.cid-sLwslDeLXy .navbar.opened {
  transition: all .3s;
  background: #1c1c1c !important;
}
.cid-sLwslDeLXy .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sLwslDeLXy .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLwslDeLXy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLwslDeLXy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sLwslDeLXy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 4.3rem);
  }
}
.cid-sLwslDeLXy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sLwslDeLXy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLwslDeLXy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLwslDeLXy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sLwslDeLXy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLwslDeLXy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sLwslDeLXy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sLwslDeLXy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLwslDeLXy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLwslDeLXy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sLwslDeLXy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLwslDeLXy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLwslDeLXy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sLwslDeLXy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sLwslDeLXy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLwslDeLXy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLwslDeLXy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sLwslDeLXy .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sLwslDeLXy .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sLwslDeLXy .navbar.navbar-short {
  background: #1c1c1c !important;
  min-height: 60px;
}
.cid-sLwslDeLXy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sLwslDeLXy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sLwslDeLXy .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLwslDeLXy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLwslDeLXy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLwslDeLXy .dropdown-item.active,
.cid-sLwslDeLXy .dropdown-item:active {
  background-color: transparent;
}
.cid-sLwslDeLXy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLwslDeLXy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLwslDeLXy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLwslDeLXy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c1c1c;
}
.cid-sLwslDeLXy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLwslDeLXy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLwslDeLXy ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sLwslDeLXy .navbar-buttons {
  text-align: center;
}
.cid-sLwslDeLXy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLwslDeLXy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sLwslDeLXy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLwslDeLXy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLwslDeLXy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLwslDeLXy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLwslDeLXy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLwslDeLXy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sLwslDeLXy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sLwslDeLXy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLwslDeLXy .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sLwslDeLXy a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLwslDeLXy .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sLwslDeLXy .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sLwslDeLXy .soc-item {
  margin: .5rem .3rem;
}
.cid-sLwslDeLXy .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLwslDeLXy a.nav-link,
.cid-sLwslDeLXy a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-sLwslDeLXy a.nav-link .mbr-iconfont-btn,
.cid-sLwslDeLXy a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sLwslDeLXy a.nav-link:hover .mbr-iconfont-btn,
.cid-sLwslDeLXy a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sLwslDeLXy a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLwslDeLXy .navbar {
    height: 77px;
  }
  .cid-sLwslDeLXy .navbar.opened {
    height: auto;
  }
  .cid-sLwslDeLXy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tlchOS6KE4 {
  background-image: url("../../../assets/images/1.-inicio-1700x1134.jpeg");
}
.cid-tlchOS6KE4 H1 {
  text-align: left;
}
.cid-tlchOS6KE4 H3 {
  text-align: left;
}
.cid-tlchOS6KE4 .display-1 {
  font-weight: 100;
}
.cid-tlchOS6KE4 .display-7 {
  font-weight: 100;
}
.cid-tlcgtUHVJe {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ece8e5;
}
.cid-tlcgtUHVJe .container {
  max-width: 1500px;
}
.cid-tlcgtUHVJe img {
  width: 90%;
}
.cid-tlcgtUHVJe h2 {
  padding: 0;
  margin: 0;
}
.cid-tlcgtUHVJe .text-wrap {
  margin-left: 4rem!important;
}
.cid-tlcgtUHVJe .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-tlcgtUHVJe .img-col {
  position: relative;
}
.cid-tlcgtUHVJe .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-tlcgtUHVJe .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-tlcgtUHVJe .title-col {
    margin-top: 4rem!important;
  }
  .cid-tlcgtUHVJe .img2 {
    top: -2rem;
  }
  .cid-tlcgtUHVJe .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-tlcgtUHVJe .img2 {
    width: 50%;
  }
  .cid-tlcgtUHVJe .number {
    margin: auto;
  }
}
.cid-tlcgtUHVJe .mbr-text {
  text-align: justify;
}
.cid-sANTAGYHKS {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ece8e5;
}
.cid-sANTAGYHKS .container {
  max-width: 1500px;
}
.cid-sANTAGYHKS img {
  width: 100%;
}
.cid-sANTAGYHKS h2 {
  padding: 0;
  margin: 0;
}
.cid-sANTAGYHKS .text-wrap {
  margin-left: 3rem !important;
}
.cid-sANTAGYHKS .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sANTAGYHKS .img-col {
  position: relative;
}
.cid-sANTAGYHKS .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-sANTAGYHKS .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-sANTAGYHKS .title-col {
    margin-bottom: 4rem!important;
  }
  .cid-sANTAGYHKS .img2 {
    top: -2rem;
  }
  .cid-sANTAGYHKS .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-sANTAGYHKS .img2 {
    width: 50%;
  }
  .cid-sANTAGYHKS .number {
    margin: auto;
  }
}
.cid-sANTAGYHKS .mbr-text {
  text-align: justify;
}
.cid-sB2GQhnU82 {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ece8e5;
}
.cid-sB2GQhnU82 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sB2GQhnU82 .panel-title {
  border-bottom: 2px solid #1c1c1c;
}
.cid-sB2GQhnU82 .collapsed {
  border: none;
}
.cid-sB2GQhnU82 .panel-body {
  padding-top: 0.5rem;
}
.cid-sB2GQhnU82 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sB2GQhnU82 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-sB2GQhnU82 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sB2GQhnU82 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sB2GQhnU82 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sB2GQhnU82 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sB2GQhnU82 .panel-text {
  color: #767676;
}
.cid-sB2GQhnU82 H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-sypxs3PBcC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1c1c1c;
}
.cid-sLwslDeLXy .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLwslDeLXy .nav-item,
.cid-sLwslDeLXy .nav-link,
.cid-sLwslDeLXy .navbar-caption {
  font-weight: normal;
}
.cid-sLwslDeLXy .nav-item:focus,
.cid-sLwslDeLXy .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sLwslDeLXy .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLwslDeLXy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLwslDeLXy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLwslDeLXy .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1c1c1c;
  background: none;
}
.cid-sLwslDeLXy .navbar.opened {
  transition: all .3s;
  background: #1c1c1c !important;
}
.cid-sLwslDeLXy .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sLwslDeLXy .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLwslDeLXy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLwslDeLXy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sLwslDeLXy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 4.3rem);
  }
}
.cid-sLwslDeLXy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sLwslDeLXy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLwslDeLXy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLwslDeLXy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sLwslDeLXy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLwslDeLXy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sLwslDeLXy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sLwslDeLXy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLwslDeLXy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLwslDeLXy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sLwslDeLXy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLwslDeLXy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLwslDeLXy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sLwslDeLXy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sLwslDeLXy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLwslDeLXy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLwslDeLXy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sLwslDeLXy .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sLwslDeLXy .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sLwslDeLXy .navbar.navbar-short {
  background: #1c1c1c !important;
  min-height: 60px;
}
.cid-sLwslDeLXy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sLwslDeLXy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sLwslDeLXy .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLwslDeLXy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLwslDeLXy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLwslDeLXy .dropdown-item.active,
.cid-sLwslDeLXy .dropdown-item:active {
  background-color: transparent;
}
.cid-sLwslDeLXy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLwslDeLXy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLwslDeLXy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLwslDeLXy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c1c1c;
}
.cid-sLwslDeLXy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLwslDeLXy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLwslDeLXy ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sLwslDeLXy .navbar-buttons {
  text-align: center;
}
.cid-sLwslDeLXy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLwslDeLXy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sLwslDeLXy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLwslDeLXy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLwslDeLXy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLwslDeLXy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLwslDeLXy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLwslDeLXy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sLwslDeLXy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sLwslDeLXy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLwslDeLXy .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sLwslDeLXy a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLwslDeLXy .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sLwslDeLXy .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sLwslDeLXy .soc-item {
  margin: .5rem .3rem;
}
.cid-sLwslDeLXy .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLwslDeLXy a.nav-link,
.cid-sLwslDeLXy a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-sLwslDeLXy a.nav-link .mbr-iconfont-btn,
.cid-sLwslDeLXy a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sLwslDeLXy a.nav-link:hover .mbr-iconfont-btn,
.cid-sLwslDeLXy a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sLwslDeLXy a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLwslDeLXy .navbar {
    height: 77px;
  }
  .cid-sLwslDeLXy .navbar.opened {
    height: auto;
  }
  .cid-sLwslDeLXy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBK0oIWVRN {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/piano-cola-steinway-sons-b211-artesanal-nuevo-negro-teclas-1-1200x841.png");
}
.cid-sBK0oIWVRN H1 {
  text-align: center;
}
.cid-sBK0oIWVRN H3 {
  text-align: center;
}
.cid-sAum9oPkRz {
  padding-top: 210px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sAum9oPkRz .container {
  max-width: 1500px;
}
.cid-sAum9oPkRz img {
  width: 100%;
}
.cid-sAum9oPkRz h2 {
  padding: 0;
  margin: 0;
}
.cid-sAum9oPkRz .text-wrap {
  margin-left: 4rem!important;
}
.cid-sAum9oPkRz .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sAum9oPkRz .img-col {
  position: relative;
}
.cid-sAum9oPkRz .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-sAum9oPkRz .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-sAum9oPkRz .title-col {
    margin-bottom: 4rem!important;
  }
  .cid-sAum9oPkRz .img2 {
    top: -2rem;
  }
  .cid-sAum9oPkRz .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-sAum9oPkRz .img2 {
    width: 50%;
  }
  .cid-sAum9oPkRz .number {
    margin: auto;
  }
}
.cid-sAum9oPkRz .mbr-text {
  text-align: Justify;
}
.cid-sAumOcye3v {
  padding-top: 15px;
  padding-bottom: 150px;
  background-color: #efeeee;
}
.cid-sAumOcye3v .container {
  max-width: 1500px;
}
.cid-sAumOcye3v img {
  width: 100%;
}
.cid-sAumOcye3v h2 {
  padding: 0;
  margin: 0;
}
.cid-sAumOcye3v .text-wrap {
  margin-left: 3rem !important;
}
.cid-sAumOcye3v .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sAumOcye3v .img-col {
  position: relative;
}
.cid-sAumOcye3v .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-sAumOcye3v .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-sAumOcye3v .title-col {
    margin-bottom: 4rem!important;
  }
  .cid-sAumOcye3v .img2 {
    top: -2rem;
  }
  .cid-sAumOcye3v .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-sAumOcye3v .img2 {
    width: 50%;
  }
  .cid-sAumOcye3v .number {
    margin: auto;
  }
}
.cid-sAumOcye3v .mbr-text {
  text-align: justify;
}
.cid-sAukVbxuuW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1c1c1c;
}
.cid-sLwslDeLXy .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLwslDeLXy .nav-item,
.cid-sLwslDeLXy .nav-link,
.cid-sLwslDeLXy .navbar-caption {
  font-weight: normal;
}
.cid-sLwslDeLXy .nav-item:focus,
.cid-sLwslDeLXy .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sLwslDeLXy .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLwslDeLXy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLwslDeLXy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLwslDeLXy .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1c1c1c;
  background: none;
}
.cid-sLwslDeLXy .navbar.opened {
  transition: all .3s;
  background: #1c1c1c !important;
}
.cid-sLwslDeLXy .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sLwslDeLXy .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLwslDeLXy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLwslDeLXy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sLwslDeLXy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 4.3rem);
  }
}
.cid-sLwslDeLXy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sLwslDeLXy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLwslDeLXy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLwslDeLXy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sLwslDeLXy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLwslDeLXy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sLwslDeLXy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sLwslDeLXy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLwslDeLXy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLwslDeLXy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sLwslDeLXy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLwslDeLXy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLwslDeLXy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sLwslDeLXy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sLwslDeLXy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLwslDeLXy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLwslDeLXy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sLwslDeLXy .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sLwslDeLXy .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sLwslDeLXy .navbar.navbar-short {
  background: #1c1c1c !important;
  min-height: 60px;
}
.cid-sLwslDeLXy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sLwslDeLXy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sLwslDeLXy .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLwslDeLXy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLwslDeLXy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLwslDeLXy .dropdown-item.active,
.cid-sLwslDeLXy .dropdown-item:active {
  background-color: transparent;
}
.cid-sLwslDeLXy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLwslDeLXy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLwslDeLXy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLwslDeLXy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c1c1c;
}
.cid-sLwslDeLXy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLwslDeLXy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLwslDeLXy ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sLwslDeLXy .navbar-buttons {
  text-align: center;
}
.cid-sLwslDeLXy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLwslDeLXy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sLwslDeLXy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLwslDeLXy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLwslDeLXy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLwslDeLXy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLwslDeLXy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLwslDeLXy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sLwslDeLXy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sLwslDeLXy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLwslDeLXy .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sLwslDeLXy a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLwslDeLXy .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sLwslDeLXy .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sLwslDeLXy .soc-item {
  margin: .5rem .3rem;
}
.cid-sLwslDeLXy .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLwslDeLXy a.nav-link,
.cid-sLwslDeLXy a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-sLwslDeLXy a.nav-link .mbr-iconfont-btn,
.cid-sLwslDeLXy a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sLwslDeLXy a.nav-link:hover .mbr-iconfont-btn,
.cid-sLwslDeLXy a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sLwslDeLXy a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLwslDeLXy .navbar {
    height: 77px;
  }
  .cid-sLwslDeLXy .navbar.opened {
    height: auto;
  }
  .cid-sLwslDeLXy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpPjgyCeJx {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/3.-agenda-2000x1334.jpg");
}
.cid-tYx2JnN212 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-tYx2JnN212 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-tYx2JnN212 .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-tYx2JnN212 .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-tYx2JnN212 .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tYx2JnN212 .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tYx2JnN212 .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-tYx2JnN212 .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-tYx2JnN212 .content-box {
  display: flex;
}
.cid-tYx2JnN212 .date-box {
  background: #cebfaf;
  width: 210px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tYx2JnN212 .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tYx2JnN212 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tYx2JnN212 .rev,
.cid-tYx2JnN212 .mbr-iconfont {
  display: inline-block;
}
.cid-tYx2JnN212 .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #1c1c1c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tYx2JnN212 .card-title {
  color: #232323;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-tYx2JnN212 .card-box {
  padding: 1rem;
  width: 810px;
}
.cid-tYx2JnN212 .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-tYx2JnN212 .mbr-section-title,
.cid-tYx2JnN212 .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-tYx2JnN212 .rev {
  text-align: left;
  color: #0a1c44;
  line-height: 2;
}
.cid-tYx2JnN212 .date {
  text-align: center;
  color: #ffffff;
}
.cid-tYx2JnN212 .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-tYx2JnN212 .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tYx2JnN212 .img-hover {
    opacity: 0.5;
  }
  .cid-tYx2JnN212 .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-tYx2IROlsm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-tYx2IROlsm .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-tYx2IROlsm .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-tYx2IROlsm .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-tYx2IROlsm .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tYx2IROlsm .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tYx2IROlsm .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-tYx2IROlsm .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-tYx2IROlsm .content-box {
  display: flex;
}
.cid-tYx2IROlsm .date-box {
  background: #cebfaf;
  width: 210px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tYx2IROlsm .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tYx2IROlsm .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tYx2IROlsm .rev,
.cid-tYx2IROlsm .mbr-iconfont {
  display: inline-block;
}
.cid-tYx2IROlsm .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #1c1c1c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tYx2IROlsm .card-title {
  color: #232323;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-tYx2IROlsm .card-box {
  padding: 1rem;
  width: 810px;
}
.cid-tYx2IROlsm .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-tYx2IROlsm .mbr-section-title,
.cid-tYx2IROlsm .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-tYx2IROlsm .rev {
  text-align: left;
  color: #0a1c44;
  line-height: 2;
}
.cid-tYx2IROlsm .date {
  text-align: center;
  color: #ffffff;
}
.cid-tYx2IROlsm .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-tYx2IROlsm .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tYx2IROlsm .img-hover {
    opacity: 0.5;
  }
  .cid-tYx2IROlsm .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-tYx2IiXrDk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-tYx2IiXrDk .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-tYx2IiXrDk .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-tYx2IiXrDk .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-tYx2IiXrDk .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tYx2IiXrDk .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tYx2IiXrDk .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-tYx2IiXrDk .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-tYx2IiXrDk .content-box {
  display: flex;
}
.cid-tYx2IiXrDk .date-box {
  background: #cebfaf;
  width: 210px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tYx2IiXrDk .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tYx2IiXrDk .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tYx2IiXrDk .rev,
.cid-tYx2IiXrDk .mbr-iconfont {
  display: inline-block;
}
.cid-tYx2IiXrDk .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #1c1c1c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tYx2IiXrDk .card-title {
  color: #232323;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-tYx2IiXrDk .card-box {
  padding: 1rem;
  width: 810px;
}
.cid-tYx2IiXrDk .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-tYx2IiXrDk .mbr-section-title,
.cid-tYx2IiXrDk .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-tYx2IiXrDk .rev {
  text-align: left;
  color: #0a1c44;
  line-height: 2;
}
.cid-tYx2IiXrDk .date {
  text-align: center;
  color: #ffffff;
}
.cid-tYx2IiXrDk .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-tYx2IiXrDk .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tYx2IiXrDk .img-hover {
    opacity: 0.5;
  }
  .cid-tYx2IiXrDk .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-tYx2HBI6ZX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-tYx2HBI6ZX .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-tYx2HBI6ZX .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-tYx2HBI6ZX .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-tYx2HBI6ZX .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tYx2HBI6ZX .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tYx2HBI6ZX .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-tYx2HBI6ZX .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-tYx2HBI6ZX .content-box {
  display: flex;
}
.cid-tYx2HBI6ZX .date-box {
  background: #cebfaf;
  width: 210px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tYx2HBI6ZX .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tYx2HBI6ZX .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tYx2HBI6ZX .rev,
.cid-tYx2HBI6ZX .mbr-iconfont {
  display: inline-block;
}
.cid-tYx2HBI6ZX .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #1c1c1c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tYx2HBI6ZX .card-title {
  color: #232323;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-tYx2HBI6ZX .card-box {
  padding: 1rem;
  width: 810px;
}
.cid-tYx2HBI6ZX .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-tYx2HBI6ZX .mbr-section-title,
.cid-tYx2HBI6ZX .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-tYx2HBI6ZX .rev {
  text-align: left;
  color: #0a1c44;
  line-height: 2;
}
.cid-tYx2HBI6ZX .date {
  text-align: center;
  color: #ffffff;
}
.cid-tYx2HBI6ZX .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-tYx2HBI6ZX .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tYx2HBI6ZX .img-hover {
    opacity: 0.5;
  }
  .cid-tYx2HBI6ZX .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-tSRArR1zVD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-tSRArR1zVD .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-tSRArR1zVD .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-tSRArR1zVD .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-tSRArR1zVD .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tSRArR1zVD .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tSRArR1zVD .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-tSRArR1zVD .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-tSRArR1zVD .content-box {
  display: flex;
}
.cid-tSRArR1zVD .date-box {
  background: #cebfaf;
  width: 210px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tSRArR1zVD .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tSRArR1zVD .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tSRArR1zVD .rev,
.cid-tSRArR1zVD .mbr-iconfont {
  display: inline-block;
}
.cid-tSRArR1zVD .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #1c1c1c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tSRArR1zVD .card-title {
  color: #232323;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-tSRArR1zVD .card-box {
  padding: 1rem;
  width: 810px;
}
.cid-tSRArR1zVD .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-tSRArR1zVD .mbr-section-title,
.cid-tSRArR1zVD .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-tSRArR1zVD .rev {
  text-align: left;
  color: #0a1c44;
  line-height: 2;
}
.cid-tSRArR1zVD .date {
  text-align: center;
  color: #ffffff;
}
.cid-tSRArR1zVD .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-tSRArR1zVD .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tSRArR1zVD .img-hover {
    opacity: 0.5;
  }
  .cid-tSRArR1zVD .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-tSRArfx4wV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-tSRArfx4wV .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-tSRArfx4wV .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-tSRArfx4wV .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-tSRArfx4wV .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tSRArfx4wV .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tSRArfx4wV .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-tSRArfx4wV .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-tSRArfx4wV .content-box {
  display: flex;
}
.cid-tSRArfx4wV .date-box {
  background: #cebfaf;
  width: 210px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tSRArfx4wV .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tSRArfx4wV .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tSRArfx4wV .rev,
.cid-tSRArfx4wV .mbr-iconfont {
  display: inline-block;
}
.cid-tSRArfx4wV .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #1c1c1c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tSRArfx4wV .card-title {
  color: #232323;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-tSRArfx4wV .card-box {
  padding: 1rem;
  width: 810px;
}
.cid-tSRArfx4wV .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-tSRArfx4wV .mbr-section-title,
.cid-tSRArfx4wV .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-tSRArfx4wV .rev {
  text-align: left;
  color: #0a1c44;
  line-height: 2;
}
.cid-tSRArfx4wV .date {
  text-align: center;
  color: #ffffff;
}
.cid-tSRArfx4wV .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-tSRArfx4wV .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tSRArfx4wV .img-hover {
    opacity: 0.5;
  }
  .cid-tSRArfx4wV .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-tSRAqGAvlW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-tSRAqGAvlW .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-tSRAqGAvlW .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-tSRAqGAvlW .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-tSRAqGAvlW .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tSRAqGAvlW .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tSRAqGAvlW .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-tSRAqGAvlW .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-tSRAqGAvlW .content-box {
  display: flex;
}
.cid-tSRAqGAvlW .date-box {
  background: #cebfaf;
  width: 210px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tSRAqGAvlW .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tSRAqGAvlW .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tSRAqGAvlW .rev,
.cid-tSRAqGAvlW .mbr-iconfont {
  display: inline-block;
}
.cid-tSRAqGAvlW .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #1c1c1c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tSRAqGAvlW .card-title {
  color: #232323;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-tSRAqGAvlW .card-box {
  padding: 1rem;
  width: 810px;
}
.cid-tSRAqGAvlW .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-tSRAqGAvlW .mbr-section-title,
.cid-tSRAqGAvlW .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-tSRAqGAvlW .rev {
  text-align: left;
  color: #0a1c44;
  line-height: 2;
}
.cid-tSRAqGAvlW .date {
  text-align: center;
  color: #ffffff;
}
.cid-tSRAqGAvlW .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-tSRAqGAvlW .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tSRAqGAvlW .img-hover {
    opacity: 0.5;
  }
  .cid-tSRAqGAvlW .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-tHBWQUbHRS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-tHBWQUbHRS .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-tHBWQUbHRS .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-tHBWQUbHRS .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-tHBWQUbHRS .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tHBWQUbHRS .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tHBWQUbHRS .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-tHBWQUbHRS .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-tHBWQUbHRS .content-box {
  display: flex;
}
.cid-tHBWQUbHRS .date-box {
  background: #cebfaf;
  width: 210px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHBWQUbHRS .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tHBWQUbHRS .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tHBWQUbHRS .rev,
.cid-tHBWQUbHRS .mbr-iconfont {
  display: inline-block;
}
.cid-tHBWQUbHRS .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #1c1c1c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tHBWQUbHRS .card-title {
  color: #232323;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-tHBWQUbHRS .card-box {
  padding: 1rem;
  width: 810px;
}
.cid-tHBWQUbHRS .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-tHBWQUbHRS .mbr-section-title,
.cid-tHBWQUbHRS .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-tHBWQUbHRS .rev {
  text-align: left;
  color: #0a1c44;
  line-height: 2;
}
.cid-tHBWQUbHRS .date {
  text-align: center;
  color: #ffffff;
}
.cid-tHBWQUbHRS .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-tHBWQUbHRS .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tHBWQUbHRS .img-hover {
    opacity: 0.5;
  }
  .cid-tHBWQUbHRS .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-tzIkgolUjr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-tzIkgolUjr .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-tzIkgolUjr .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-tzIkgolUjr .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-tzIkgolUjr .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tzIkgolUjr .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tzIkgolUjr .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-tzIkgolUjr .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-tzIkgolUjr .content-box {
  display: flex;
}
.cid-tzIkgolUjr .date-box {
  background: #cebfaf;
  width: 210px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tzIkgolUjr .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tzIkgolUjr .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tzIkgolUjr .rev,
.cid-tzIkgolUjr .mbr-iconfont {
  display: inline-block;
}
.cid-tzIkgolUjr .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #1c1c1c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tzIkgolUjr .card-title {
  color: #232323;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-tzIkgolUjr .card-box {
  padding: 1rem;
  width: 810px;
}
.cid-tzIkgolUjr .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-tzIkgolUjr .mbr-section-title,
.cid-tzIkgolUjr .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-tzIkgolUjr .rev {
  text-align: left;
  color: #0a1c44;
  line-height: 2;
}
.cid-tzIkgolUjr .date {
  text-align: center;
  color: #ffffff;
}
.cid-tzIkgolUjr .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-tzIkgolUjr .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tzIkgolUjr .img-hover {
    opacity: 0.5;
  }
  .cid-tzIkgolUjr .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-tq5m5ypfxd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-tq5m5ypfxd .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-tq5m5ypfxd .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-tq5m5ypfxd .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-tq5m5ypfxd .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tq5m5ypfxd .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tq5m5ypfxd .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-tq5m5ypfxd .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-tq5m5ypfxd .content-box {
  display: flex;
}
.cid-tq5m5ypfxd .date-box {
  background: #cebfaf;
  width: 210px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tq5m5ypfxd .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tq5m5ypfxd .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tq5m5ypfxd .rev,
.cid-tq5m5ypfxd .mbr-iconfont {
  display: inline-block;
}
.cid-tq5m5ypfxd .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #1c1c1c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tq5m5ypfxd .card-title {
  color: #232323;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-tq5m5ypfxd .card-box {
  padding: 1rem;
  width: 810px;
}
.cid-tq5m5ypfxd .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-tq5m5ypfxd .mbr-section-title,
.cid-tq5m5ypfxd .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-tq5m5ypfxd .rev {
  text-align: left;
  color: #0a1c44;
  line-height: 2;
}
.cid-tq5m5ypfxd .date {
  text-align: center;
  color: #ffffff;
}
.cid-tq5m5ypfxd .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-tq5m5ypfxd .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tq5m5ypfxd .img-hover {
    opacity: 0.5;
  }
  .cid-tq5m5ypfxd .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-tlcgEOaru9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-tlcgEOaru9 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-tlcgEOaru9 .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-tlcgEOaru9 .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-tlcgEOaru9 .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tlcgEOaru9 .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tlcgEOaru9 .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-tlcgEOaru9 .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-tlcgEOaru9 .content-box {
  display: flex;
}
.cid-tlcgEOaru9 .date-box {
  background: #cebfaf;
  width: 210px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tlcgEOaru9 .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tlcgEOaru9 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tlcgEOaru9 .rev,
.cid-tlcgEOaru9 .mbr-iconfont {
  display: inline-block;
}
.cid-tlcgEOaru9 .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #1c1c1c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tlcgEOaru9 .card-title {
  color: #232323;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-tlcgEOaru9 .card-box {
  padding: 1rem;
  width: 810px;
}
.cid-tlcgEOaru9 .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-tlcgEOaru9 .mbr-section-title,
.cid-tlcgEOaru9 .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-tlcgEOaru9 .rev {
  text-align: left;
  color: #0a1c44;
  line-height: 2;
}
.cid-tlcgEOaru9 .date {
  text-align: center;
  color: #ffffff;
}
.cid-tlcgEOaru9 .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-tlcgEOaru9 .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tlcgEOaru9 .img-hover {
    opacity: 0.5;
  }
  .cid-tlcgEOaru9 .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-tlcgDZPHXH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-tlcgDZPHXH .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-tlcgDZPHXH .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-tlcgDZPHXH .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-tlcgDZPHXH .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tlcgDZPHXH .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tlcgDZPHXH .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-tlcgDZPHXH .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-tlcgDZPHXH .content-box {
  display: flex;
}
.cid-tlcgDZPHXH .date-box {
  background: #cebfaf;
  width: 210px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tlcgDZPHXH .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tlcgDZPHXH .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tlcgDZPHXH .rev,
.cid-tlcgDZPHXH .mbr-iconfont {
  display: inline-block;
}
.cid-tlcgDZPHXH .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #1c1c1c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tlcgDZPHXH .card-title {
  color: #232323;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-tlcgDZPHXH .card-box {
  padding: 1rem;
  width: 810px;
}
.cid-tlcgDZPHXH .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-tlcgDZPHXH .mbr-section-title,
.cid-tlcgDZPHXH .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-tlcgDZPHXH .rev {
  text-align: left;
  color: #0a1c44;
  line-height: 2;
}
.cid-tlcgDZPHXH .date {
  text-align: center;
  color: #ffffff;
}
.cid-tlcgDZPHXH .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-tlcgDZPHXH .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tlcgDZPHXH .img-hover {
    opacity: 0.5;
  }
  .cid-tlcgDZPHXH .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-tcPb7OTeMC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-tcPb7OTeMC .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-tcPb7OTeMC .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-tcPb7OTeMC .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-tcPb7OTeMC .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tcPb7OTeMC .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tcPb7OTeMC .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-tcPb7OTeMC .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-tcPb7OTeMC .content-box {
  display: flex;
}
.cid-tcPb7OTeMC .date-box {
  background: #cebfaf;
  width: 210px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tcPb7OTeMC .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tcPb7OTeMC .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tcPb7OTeMC .rev,
.cid-tcPb7OTeMC .mbr-iconfont {
  display: inline-block;
}
.cid-tcPb7OTeMC .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #1c1c1c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tcPb7OTeMC .card-title {
  color: #232323;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-tcPb7OTeMC .card-box {
  padding: 1rem;
  width: 810px;
}
.cid-tcPb7OTeMC .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-tcPb7OTeMC .mbr-section-title,
.cid-tcPb7OTeMC .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-tcPb7OTeMC .rev {
  text-align: left;
  color: #0a1c44;
  line-height: 2;
}
.cid-tcPb7OTeMC .date {
  text-align: center;
  color: #ffffff;
}
.cid-tcPb7OTeMC .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-tcPb7OTeMC .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tcPb7OTeMC .img-hover {
    opacity: 0.5;
  }
  .cid-tcPb7OTeMC .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-tcPat1nIxb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-tcPat1nIxb .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-tcPat1nIxb .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-tcPat1nIxb .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-tcPat1nIxb .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tcPat1nIxb .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tcPat1nIxb .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-tcPat1nIxb .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-tcPat1nIxb .content-box {
  display: flex;
}
.cid-tcPat1nIxb .date-box {
  background: #cebfaf;
  width: 210px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tcPat1nIxb .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tcPat1nIxb .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tcPat1nIxb .rev,
.cid-tcPat1nIxb .mbr-iconfont {
  display: inline-block;
}
.cid-tcPat1nIxb .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #1c1c1c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tcPat1nIxb .card-title {
  color: #232323;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-tcPat1nIxb .card-box {
  padding: 1rem;
  width: 810px;
}
.cid-tcPat1nIxb .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-tcPat1nIxb .mbr-section-title,
.cid-tcPat1nIxb .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-tcPat1nIxb .rev {
  text-align: left;
  color: #0a1c44;
  line-height: 2;
}
.cid-tcPat1nIxb .date {
  text-align: center;
  color: #ffffff;
}
.cid-tcPat1nIxb .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-tcPat1nIxb .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tcPat1nIxb .img-hover {
    opacity: 0.5;
  }
  .cid-tcPat1nIxb .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-tcPapAHze7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-tcPapAHze7 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-tcPapAHze7 .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-tcPapAHze7 .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-tcPapAHze7 .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tcPapAHze7 .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tcPapAHze7 .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-tcPapAHze7 .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-tcPapAHze7 .content-box {
  display: flex;
}
.cid-tcPapAHze7 .date-box {
  background: #cebfaf;
  width: 210px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tcPapAHze7 .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tcPapAHze7 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tcPapAHze7 .rev,
.cid-tcPapAHze7 .mbr-iconfont {
  display: inline-block;
}
.cid-tcPapAHze7 .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #1c1c1c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tcPapAHze7 .card-title {
  color: #232323;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-tcPapAHze7 .card-box {
  padding: 1rem;
  width: 810px;
}
.cid-tcPapAHze7 .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-tcPapAHze7 .mbr-section-title,
.cid-tcPapAHze7 .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-tcPapAHze7 .rev {
  text-align: left;
  color: #0a1c44;
  line-height: 2;
}
.cid-tcPapAHze7 .date {
  text-align: center;
  color: #ffffff;
}
.cid-tcPapAHze7 .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-tcPapAHze7 .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tcPapAHze7 .img-hover {
    opacity: 0.5;
  }
  .cid-tcPapAHze7 .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-tcP9StSxU8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-tcP9StSxU8 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-tcP9StSxU8 .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-tcP9StSxU8 .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-tcP9StSxU8 .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tcP9StSxU8 .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tcP9StSxU8 .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-tcP9StSxU8 .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-tcP9StSxU8 .content-box {
  display: flex;
}
.cid-tcP9StSxU8 .date-box {
  background: #cebfaf;
  width: 210px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tcP9StSxU8 .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tcP9StSxU8 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tcP9StSxU8 .rev,
.cid-tcP9StSxU8 .mbr-iconfont {
  display: inline-block;
}
.cid-tcP9StSxU8 .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #1c1c1c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tcP9StSxU8 .card-title {
  color: #232323;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-tcP9StSxU8 .card-box {
  padding: 1rem;
  width: 810px;
}
.cid-tcP9StSxU8 .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-tcP9StSxU8 .mbr-section-title,
.cid-tcP9StSxU8 .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-tcP9StSxU8 .rev {
  text-align: left;
  color: #0a1c44;
  line-height: 2;
}
.cid-tcP9StSxU8 .date {
  text-align: center;
  color: #ffffff;
}
.cid-tcP9StSxU8 .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-tcP9StSxU8 .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tcP9StSxU8 .img-hover {
    opacity: 0.5;
  }
  .cid-tcP9StSxU8 .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-t6RTANF30C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-t6RTANF30C .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-t6RTANF30C .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-t6RTANF30C .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-t6RTANF30C .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-t6RTANF30C .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-t6RTANF30C .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-t6RTANF30C .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-t6RTANF30C .content-box {
  display: flex;
}
.cid-t6RTANF30C .date-box {
  background: #cebfaf;
  width: 210px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-t6RTANF30C .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-t6RTANF30C .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-t6RTANF30C .rev,
.cid-t6RTANF30C .mbr-iconfont {
  display: inline-block;
}
.cid-t6RTANF30C .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #1c1c1c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-t6RTANF30C .card-title {
  color: #232323;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-t6RTANF30C .card-box {
  padding: 1rem;
  width: 810px;
}
.cid-t6RTANF30C .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-t6RTANF30C .mbr-section-title,
.cid-t6RTANF30C .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-t6RTANF30C .rev {
  text-align: left;
  color: #0a1c44;
  line-height: 2;
}
.cid-t6RTANF30C .date {
  text-align: center;
  color: #ffffff;
}
.cid-t6RTANF30C .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-t6RTANF30C .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-t6RTANF30C .img-hover {
    opacity: 0.5;
  }
  .cid-t6RTANF30C .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-t6RTBgj1E7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-t6RTBgj1E7 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-t6RTBgj1E7 .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-t6RTBgj1E7 .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-t6RTBgj1E7 .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-t6RTBgj1E7 .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-t6RTBgj1E7 .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-t6RTBgj1E7 .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-t6RTBgj1E7 .content-box {
  display: flex;
}
.cid-t6RTBgj1E7 .date-box {
  background: #cebfaf;
  width: 210px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-t6RTBgj1E7 .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-t6RTBgj1E7 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-t6RTBgj1E7 .rev,
.cid-t6RTBgj1E7 .mbr-iconfont {
  display: inline-block;
}
.cid-t6RTBgj1E7 .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #1c1c1c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-t6RTBgj1E7 .card-title {
  color: #232323;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-t6RTBgj1E7 .card-box {
  padding: 1rem;
  width: 810px;
}
.cid-t6RTBgj1E7 .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-t6RTBgj1E7 .mbr-section-title,
.cid-t6RTBgj1E7 .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-t6RTBgj1E7 .rev {
  text-align: left;
  color: #0a1c44;
  line-height: 2;
}
.cid-t6RTBgj1E7 .date {
  text-align: center;
  color: #ffffff;
}
.cid-t6RTBgj1E7 .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-t6RTBgj1E7 .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-t6RTBgj1E7 .img-hover {
    opacity: 0.5;
  }
  .cid-t6RTBgj1E7 .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-t6RTBH0dfy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-t6RTBH0dfy .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-t6RTBH0dfy .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-t6RTBH0dfy .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-t6RTBH0dfy .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-t6RTBH0dfy .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-t6RTBH0dfy .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-t6RTBH0dfy .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-t6RTBH0dfy .content-box {
  display: flex;
}
.cid-t6RTBH0dfy .date-box {
  background: #cebfaf;
  width: 210px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-t6RTBH0dfy .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-t6RTBH0dfy .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-t6RTBH0dfy .rev,
.cid-t6RTBH0dfy .mbr-iconfont {
  display: inline-block;
}
.cid-t6RTBH0dfy .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #1c1c1c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-t6RTBH0dfy .card-title {
  color: #232323;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-t6RTBH0dfy .card-box {
  padding: 1rem;
  width: 810px;
}
.cid-t6RTBH0dfy .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-t6RTBH0dfy .mbr-section-title,
.cid-t6RTBH0dfy .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-t6RTBH0dfy .rev {
  text-align: left;
  color: #0a1c44;
  line-height: 2;
}
.cid-t6RTBH0dfy .date {
  text-align: center;
  color: #ffffff;
}
.cid-t6RTBH0dfy .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-t6RTBH0dfy .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-t6RTBH0dfy .img-hover {
    opacity: 0.5;
  }
  .cid-t6RTBH0dfy .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-t6RUwvMk1Y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-t6RUwvMk1Y .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-t6RUwvMk1Y .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-t6RUwvMk1Y .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-t6RUwvMk1Y .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-t6RUwvMk1Y .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-t6RUwvMk1Y .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-t6RUwvMk1Y .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-t6RUwvMk1Y .content-box {
  display: flex;
}
.cid-t6RUwvMk1Y .date-box {
  background: #cebfaf;
  width: 210px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-t6RUwvMk1Y .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-t6RUwvMk1Y .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-t6RUwvMk1Y .rev,
.cid-t6RUwvMk1Y .mbr-iconfont {
  display: inline-block;
}
.cid-t6RUwvMk1Y .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #1c1c1c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-t6RUwvMk1Y .card-title {
  color: #232323;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-t6RUwvMk1Y .card-box {
  padding: 1rem;
  width: 810px;
}
.cid-t6RUwvMk1Y .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-t6RUwvMk1Y .mbr-section-title,
.cid-t6RUwvMk1Y .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-t6RUwvMk1Y .rev {
  text-align: left;
  color: #0a1c44;
  line-height: 2;
}
.cid-t6RUwvMk1Y .date {
  text-align: center;
  color: #ffffff;
}
.cid-t6RUwvMk1Y .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-t6RUwvMk1Y .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-t6RUwvMk1Y .img-hover {
    opacity: 0.5;
  }
  .cid-t6RUwvMk1Y .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-t6RTCxaauE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-t6RTCxaauE .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-t6RTCxaauE .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-t6RTCxaauE .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-t6RTCxaauE .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-t6RTCxaauE .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-t6RTCxaauE .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-t6RTCxaauE .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-t6RTCxaauE .content-box {
  display: flex;
}
.cid-t6RTCxaauE .date-box {
  background: #cebfaf;
  width: 210px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-t6RTCxaauE .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-t6RTCxaauE .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-t6RTCxaauE .rev,
.cid-t6RTCxaauE .mbr-iconfont {
  display: inline-block;
}
.cid-t6RTCxaauE .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #1c1c1c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-t6RTCxaauE .card-title {
  color: #232323;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-t6RTCxaauE .card-box {
  padding: 1rem;
  width: 810px;
}
.cid-t6RTCxaauE .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-t6RTCxaauE .mbr-section-title,
.cid-t6RTCxaauE .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-t6RTCxaauE .rev {
  text-align: left;
  color: #0a1c44;
  line-height: 2;
}
.cid-t6RTCxaauE .date {
  text-align: center;
  color: #ffffff;
}
.cid-t6RTCxaauE .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-t6RTCxaauE .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-t6RTCxaauE .img-hover {
    opacity: 0.5;
  }
  .cid-t6RTCxaauE .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-sWRjdPMZxN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-sWRjdPMZxN .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-sWRjdPMZxN .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-sWRjdPMZxN .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-sWRjdPMZxN .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sWRjdPMZxN .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-sWRjdPMZxN .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-sWRjdPMZxN .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-sWRjdPMZxN .content-box {
  display: flex;
}
.cid-sWRjdPMZxN .date-box {
  background: #cebfaf;
  width: 210px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sWRjdPMZxN .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-sWRjdPMZxN .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sWRjdPMZxN .rev,
.cid-sWRjdPMZxN .mbr-iconfont {
  display: inline-block;
}
.cid-sWRjdPMZxN .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #1c1c1c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sWRjdPMZxN .card-title {
  color: #232323;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sWRjdPMZxN .card-box {
  padding: 1rem;
  width: 810px;
}
.cid-sWRjdPMZxN .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-sWRjdPMZxN .mbr-section-title,
.cid-sWRjdPMZxN .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-sWRjdPMZxN .rev {
  text-align: left;
  color: #0a1c44;
  line-height: 2;
}
.cid-sWRjdPMZxN .date {
  text-align: center;
  color: #ffffff;
}
.cid-sWRjdPMZxN .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-sWRjdPMZxN .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sWRjdPMZxN .img-hover {
    opacity: 0.5;
  }
  .cid-sWRjdPMZxN .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-sChGNTqbHi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-sChGNTqbHi .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-sChGNTqbHi .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-sChGNTqbHi .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-sChGNTqbHi .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sChGNTqbHi .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-sChGNTqbHi .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-sChGNTqbHi .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-sChGNTqbHi .content-box {
  display: flex;
}
.cid-sChGNTqbHi .date-box {
  background: #cebfaf;
  width: 210px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sChGNTqbHi .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-sChGNTqbHi .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sChGNTqbHi .rev,
.cid-sChGNTqbHi .mbr-iconfont {
  display: inline-block;
}
.cid-sChGNTqbHi .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #1c1c1c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sChGNTqbHi .card-title {
  color: #232323;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sChGNTqbHi .card-box {
  padding: 1rem;
  width: 810px;
}
.cid-sChGNTqbHi .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-sChGNTqbHi .mbr-section-title,
.cid-sChGNTqbHi .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-sChGNTqbHi .rev {
  text-align: left;
  color: #0a1c44;
  line-height: 2;
}
.cid-sChGNTqbHi .date {
  text-align: center;
  color: #ffffff;
}
.cid-sChGNTqbHi .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-sChGNTqbHi .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sChGNTqbHi .img-hover {
    opacity: 0.5;
  }
  .cid-sChGNTqbHi .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-sR0aI4PpWx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-sR0aI4PpWx .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-sR0aI4PpWx .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-sR0aI4PpWx .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-sR0aI4PpWx .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sR0aI4PpWx .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-sR0aI4PpWx .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-sR0aI4PpWx .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-sR0aI4PpWx .content-box {
  display: flex;
}
.cid-sR0aI4PpWx .date-box {
  background: #cebfaf;
  width: 210px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sR0aI4PpWx .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-sR0aI4PpWx .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sR0aI4PpWx .rev,
.cid-sR0aI4PpWx .mbr-iconfont {
  display: inline-block;
}
.cid-sR0aI4PpWx .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #1c1c1c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sR0aI4PpWx .card-title {
  color: #232323;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sR0aI4PpWx .card-box {
  padding: 1rem;
  width: 810px;
}
.cid-sR0aI4PpWx .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-sR0aI4PpWx .mbr-section-title,
.cid-sR0aI4PpWx .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-sR0aI4PpWx .rev {
  text-align: left;
  color: #0a1c44;
  line-height: 2;
}
.cid-sR0aI4PpWx .date {
  text-align: center;
  color: #ffffff;
}
.cid-sR0aI4PpWx .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-sR0aI4PpWx .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sR0aI4PpWx .img-hover {
    opacity: 0.5;
  }
  .cid-sR0aI4PpWx .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-sCEaVqteEG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-sCEaVqteEG .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-sCEaVqteEG .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-sCEaVqteEG .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-sCEaVqteEG .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sCEaVqteEG .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-sCEaVqteEG .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-sCEaVqteEG .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-sCEaVqteEG .content-box {
  display: flex;
}
.cid-sCEaVqteEG .date-box {
  background: #cebfaf;
  width: 210px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sCEaVqteEG .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-sCEaVqteEG .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sCEaVqteEG .rev,
.cid-sCEaVqteEG .mbr-iconfont {
  display: inline-block;
}
.cid-sCEaVqteEG .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #1c1c1c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sCEaVqteEG .card-title {
  color: #232323;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sCEaVqteEG .card-box {
  padding: 1rem;
  width: 810px;
}
.cid-sCEaVqteEG .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-sCEaVqteEG .mbr-section-title,
.cid-sCEaVqteEG .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-sCEaVqteEG .rev {
  text-align: left;
  color: #0a1c44;
  line-height: 2;
}
.cid-sCEaVqteEG .date {
  text-align: center;
  color: #ffffff;
}
.cid-sCEaVqteEG .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-sCEaVqteEG .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sCEaVqteEG .img-hover {
    opacity: 0.5;
  }
  .cid-sCEaVqteEG .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-sLwv82r7Ml {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-sLwv82r7Ml .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-sLwv82r7Ml .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-sLwv82r7Ml .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-sLwv82r7Ml .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sLwv82r7Ml .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-sLwv82r7Ml .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-sLwv82r7Ml .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-sLwv82r7Ml .content-box {
  display: flex;
}
.cid-sLwv82r7Ml .date-box {
  background: #cebfaf;
  width: 210px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLwv82r7Ml .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-sLwv82r7Ml .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sLwv82r7Ml .rev,
.cid-sLwv82r7Ml .mbr-iconfont {
  display: inline-block;
}
.cid-sLwv82r7Ml .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #1c1c1c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sLwv82r7Ml .card-title {
  color: #232323;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sLwv82r7Ml .card-box {
  padding: 1rem;
  width: 810px;
}
.cid-sLwv82r7Ml .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-sLwv82r7Ml .mbr-section-title,
.cid-sLwv82r7Ml .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-sLwv82r7Ml .rev {
  text-align: left;
  color: #0a1c44;
  line-height: 2;
}
.cid-sLwv82r7Ml .date {
  text-align: center;
  color: #ffffff;
}
.cid-sLwv82r7Ml .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-sLwv82r7Ml .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sLwv82r7Ml .img-hover {
    opacity: 0.5;
  }
  .cid-sLwv82r7Ml .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-sLwv8yu8Pk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-sLwv8yu8Pk .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-sLwv8yu8Pk .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-sLwv8yu8Pk .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-sLwv8yu8Pk .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sLwv8yu8Pk .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-sLwv8yu8Pk .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-sLwv8yu8Pk .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-sLwv8yu8Pk .content-box {
  display: flex;
}
.cid-sLwv8yu8Pk .date-box {
  background: #cebfaf;
  width: 210px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLwv8yu8Pk .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-sLwv8yu8Pk .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sLwv8yu8Pk .rev,
.cid-sLwv8yu8Pk .mbr-iconfont {
  display: inline-block;
}
.cid-sLwv8yu8Pk .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #1c1c1c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sLwv8yu8Pk .card-title {
  color: #232323;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sLwv8yu8Pk .card-box {
  padding: 1rem;
  width: 810px;
}
.cid-sLwv8yu8Pk .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-sLwv8yu8Pk .mbr-section-title,
.cid-sLwv8yu8Pk .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-sLwv8yu8Pk .rev {
  text-align: left;
  color: #0a1c44;
  line-height: 2;
}
.cid-sLwv8yu8Pk .date {
  text-align: center;
  color: #ffffff;
}
.cid-sLwv8yu8Pk .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-sLwv8yu8Pk .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sLwv8yu8Pk .img-hover {
    opacity: 0.5;
  }
  .cid-sLwv8yu8Pk .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-sLwv90iEsE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-sLwv90iEsE .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-sLwv90iEsE .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-sLwv90iEsE .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-sLwv90iEsE .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sLwv90iEsE .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-sLwv90iEsE .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-sLwv90iEsE .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-sLwv90iEsE .content-box {
  display: flex;
}
.cid-sLwv90iEsE .date-box {
  background: #cebfaf;
  width: 210px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLwv90iEsE .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-sLwv90iEsE .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sLwv90iEsE .rev,
.cid-sLwv90iEsE .mbr-iconfont {
  display: inline-block;
}
.cid-sLwv90iEsE .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #1c1c1c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sLwv90iEsE .card-title {
  color: #232323;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sLwv90iEsE .card-box {
  padding: 1rem;
  width: 810px;
}
.cid-sLwv90iEsE .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-sLwv90iEsE .mbr-section-title,
.cid-sLwv90iEsE .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-sLwv90iEsE .rev {
  text-align: left;
  color: #0a1c44;
  line-height: 2;
}
.cid-sLwv90iEsE .date {
  text-align: center;
  color: #ffffff;
}
.cid-sLwv90iEsE .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-sLwv90iEsE .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sLwv90iEsE .img-hover {
    opacity: 0.5;
  }
  .cid-sLwv90iEsE .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-sWRjtVRJBu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-sWRjtVRJBu .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-sWRjtVRJBu .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-sWRjtVRJBu .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-sWRjtVRJBu .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sWRjtVRJBu .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-sWRjtVRJBu .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-sWRjtVRJBu .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-sWRjtVRJBu .content-box {
  display: flex;
}
.cid-sWRjtVRJBu .date-box {
  background: #cebfaf;
  width: 210px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sWRjtVRJBu .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-sWRjtVRJBu .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sWRjtVRJBu .rev,
.cid-sWRjtVRJBu .mbr-iconfont {
  display: inline-block;
}
.cid-sWRjtVRJBu .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #1c1c1c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sWRjtVRJBu .card-title {
  color: #232323;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sWRjtVRJBu .card-box {
  padding: 1rem;
  width: 810px;
}
.cid-sWRjtVRJBu .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-sWRjtVRJBu .mbr-section-title,
.cid-sWRjtVRJBu .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-sWRjtVRJBu .rev {
  text-align: left;
  color: #0a1c44;
  line-height: 2;
}
.cid-sWRjtVRJBu .date {
  text-align: center;
  color: #ffffff;
}
.cid-sWRjtVRJBu .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-sWRjtVRJBu .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sWRjtVRJBu .img-hover {
    opacity: 0.5;
  }
  .cid-sWRjtVRJBu .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-sPtOKxuc6a {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-sPtOKxuc6a .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-sPtOKxuc6a .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-sPtOKxuc6a .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-sPtOKxuc6a .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sPtOKxuc6a .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-sPtOKxuc6a .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-sPtOKxuc6a .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-sPtOKxuc6a .content-box {
  display: flex;
}
.cid-sPtOKxuc6a .date-box {
  background: #cebfaf;
  width: 210px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sPtOKxuc6a .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-sPtOKxuc6a .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sPtOKxuc6a .rev,
.cid-sPtOKxuc6a .mbr-iconfont {
  display: inline-block;
}
.cid-sPtOKxuc6a .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #1c1c1c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sPtOKxuc6a .card-title {
  color: #232323;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sPtOKxuc6a .card-box {
  padding: 1rem;
  width: 810px;
}
.cid-sPtOKxuc6a .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-sPtOKxuc6a .mbr-section-title,
.cid-sPtOKxuc6a .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-sPtOKxuc6a .rev {
  text-align: left;
  color: #0a1c44;
  line-height: 2;
}
.cid-sPtOKxuc6a .date {
  text-align: center;
  color: #ffffff;
}
.cid-sPtOKxuc6a .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-sPtOKxuc6a .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sPtOKxuc6a .img-hover {
    opacity: 0.5;
  }
  .cid-sPtOKxuc6a .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-sCEaI4z8kx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-sCEaI4z8kx .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-sCEaI4z8kx .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-sCEaI4z8kx .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-sCEaI4z8kx .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sCEaI4z8kx .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-sCEaI4z8kx .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-sCEaI4z8kx .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-sCEaI4z8kx .content-box {
  display: flex;
}
.cid-sCEaI4z8kx .date-box {
  background: #cebfaf;
  width: 210px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sCEaI4z8kx .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-sCEaI4z8kx .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sCEaI4z8kx .rev,
.cid-sCEaI4z8kx .mbr-iconfont {
  display: inline-block;
}
.cid-sCEaI4z8kx .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #1c1c1c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sCEaI4z8kx .card-title {
  color: #232323;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sCEaI4z8kx .card-box {
  padding: 1rem;
  width: 810px;
}
.cid-sCEaI4z8kx .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-sCEaI4z8kx .mbr-section-title,
.cid-sCEaI4z8kx .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-sCEaI4z8kx .rev {
  text-align: left;
  color: #0a1c44;
  line-height: 2;
}
.cid-sCEaI4z8kx .date {
  text-align: center;
  color: #ffffff;
}
.cid-sCEaI4z8kx .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-sCEaI4z8kx .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sCEaI4z8kx .img-hover {
    opacity: 0.5;
  }
  .cid-sCEaI4z8kx .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-sPtOIl9v6M {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-sPtOIl9v6M .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-sPtOIl9v6M .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-sPtOIl9v6M .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-sPtOIl9v6M .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sPtOIl9v6M .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-sPtOIl9v6M .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-sPtOIl9v6M .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-sPtOIl9v6M .content-box {
  display: flex;
}
.cid-sPtOIl9v6M .date-box {
  background: #cebfaf;
  width: 210px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sPtOIl9v6M .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-sPtOIl9v6M .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sPtOIl9v6M .rev,
.cid-sPtOIl9v6M .mbr-iconfont {
  display: inline-block;
}
.cid-sPtOIl9v6M .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #1c1c1c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sPtOIl9v6M .card-title {
  color: #232323;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sPtOIl9v6M .card-box {
  padding: 1rem;
  width: 810px;
}
.cid-sPtOIl9v6M .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-sPtOIl9v6M .mbr-section-title,
.cid-sPtOIl9v6M .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-sPtOIl9v6M .rev {
  text-align: left;
  color: #0a1c44;
  line-height: 2;
}
.cid-sPtOIl9v6M .date {
  text-align: center;
  color: #ffffff;
}
.cid-sPtOIl9v6M .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-sPtOIl9v6M .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sPtOIl9v6M .img-hover {
    opacity: 0.5;
  }
  .cid-sPtOIl9v6M .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-sLwv0fKYuI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-sLwv0fKYuI .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-sLwv0fKYuI .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-sLwv0fKYuI .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-sLwv0fKYuI .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sLwv0fKYuI .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-sLwv0fKYuI .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-sLwv0fKYuI .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-sLwv0fKYuI .content-box {
  display: flex;
}
.cid-sLwv0fKYuI .date-box {
  background: #cebfaf;
  width: 210px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLwv0fKYuI .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-sLwv0fKYuI .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sLwv0fKYuI .rev,
.cid-sLwv0fKYuI .mbr-iconfont {
  display: inline-block;
}
.cid-sLwv0fKYuI .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #1c1c1c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sLwv0fKYuI .card-title {
  color: #232323;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sLwv0fKYuI .card-box {
  padding: 1rem;
  width: 810px;
}
.cid-sLwv0fKYuI .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-sLwv0fKYuI .mbr-section-title,
.cid-sLwv0fKYuI .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-sLwv0fKYuI .rev {
  text-align: left;
  color: #0a1c44;
  line-height: 2;
}
.cid-sLwv0fKYuI .date {
  text-align: center;
  color: #ffffff;
}
.cid-sLwv0fKYuI .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-sLwv0fKYuI .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sLwv0fKYuI .img-hover {
    opacity: 0.5;
  }
  .cid-sLwv0fKYuI .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-sCEaQTwCC1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-sCEaQTwCC1 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-sCEaQTwCC1 .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-sCEaQTwCC1 .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-sCEaQTwCC1 .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sCEaQTwCC1 .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-sCEaQTwCC1 .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-sCEaQTwCC1 .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-sCEaQTwCC1 .content-box {
  display: flex;
}
.cid-sCEaQTwCC1 .date-box {
  background: #cebfaf;
  width: 210px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sCEaQTwCC1 .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-sCEaQTwCC1 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sCEaQTwCC1 .rev,
.cid-sCEaQTwCC1 .mbr-iconfont {
  display: inline-block;
}
.cid-sCEaQTwCC1 .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #1c1c1c;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sCEaQTwCC1 .card-title {
  color: #232323;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sCEaQTwCC1 .card-box {
  padding: 1rem;
  width: 810px;
}
.cid-sCEaQTwCC1 .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-sCEaQTwCC1 .mbr-section-title,
.cid-sCEaQTwCC1 .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-sCEaQTwCC1 .rev {
  text-align: left;
  color: #0a1c44;
  line-height: 2;
}
.cid-sCEaQTwCC1 .date {
  text-align: center;
  color: #ffffff;
}
.cid-sCEaQTwCC1 .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-sCEaQTwCC1 .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sCEaQTwCC1 .img-hover {
    opacity: 0.5;
  }
  .cid-sCEaQTwCC1 .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-sAunZcFYo5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1c1c1c;
}
.cid-sLwslDeLXy .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLwslDeLXy .nav-item,
.cid-sLwslDeLXy .nav-link,
.cid-sLwslDeLXy .navbar-caption {
  font-weight: normal;
}
.cid-sLwslDeLXy .nav-item:focus,
.cid-sLwslDeLXy .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sLwslDeLXy .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLwslDeLXy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLwslDeLXy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLwslDeLXy .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1c1c1c;
  background: none;
}
.cid-sLwslDeLXy .navbar.opened {
  transition: all .3s;
  background: #1c1c1c !important;
}
.cid-sLwslDeLXy .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sLwslDeLXy .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLwslDeLXy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLwslDeLXy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sLwslDeLXy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 4.3rem);
  }
}
.cid-sLwslDeLXy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sLwslDeLXy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLwslDeLXy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLwslDeLXy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sLwslDeLXy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLwslDeLXy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sLwslDeLXy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sLwslDeLXy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLwslDeLXy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLwslDeLXy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sLwslDeLXy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLwslDeLXy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLwslDeLXy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sLwslDeLXy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sLwslDeLXy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLwslDeLXy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLwslDeLXy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sLwslDeLXy .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sLwslDeLXy .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sLwslDeLXy .navbar.navbar-short {
  background: #1c1c1c !important;
  min-height: 60px;
}
.cid-sLwslDeLXy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sLwslDeLXy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sLwslDeLXy .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLwslDeLXy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLwslDeLXy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLwslDeLXy .dropdown-item.active,
.cid-sLwslDeLXy .dropdown-item:active {
  background-color: transparent;
}
.cid-sLwslDeLXy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLwslDeLXy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLwslDeLXy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLwslDeLXy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c1c1c;
}
.cid-sLwslDeLXy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLwslDeLXy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLwslDeLXy ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sLwslDeLXy .navbar-buttons {
  text-align: center;
}
.cid-sLwslDeLXy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLwslDeLXy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sLwslDeLXy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLwslDeLXy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLwslDeLXy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLwslDeLXy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLwslDeLXy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLwslDeLXy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sLwslDeLXy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sLwslDeLXy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLwslDeLXy .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sLwslDeLXy a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLwslDeLXy .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sLwslDeLXy .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sLwslDeLXy .soc-item {
  margin: .5rem .3rem;
}
.cid-sLwslDeLXy .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLwslDeLXy a.nav-link,
.cid-sLwslDeLXy a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-sLwslDeLXy a.nav-link .mbr-iconfont-btn,
.cid-sLwslDeLXy a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sLwslDeLXy a.nav-link:hover .mbr-iconfont-btn,
.cid-sLwslDeLXy a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sLwslDeLXy a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLwslDeLXy .navbar {
    height: 77px;
  }
  .cid-sLwslDeLXy .navbar.opened {
    height: auto;
  }
  .cid-sLwslDeLXy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sMgrtRWXPB {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpeg");
}
.cid-sMgrtRWXPB .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-sMgrtRWXPB .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sMgrtRWXPB .row {
  align-items: center;
  height: 100%;
}
.cid-sMgrtRWXPB .container {
  max-width: 720px;
  margin: auto;
}
.cid-sAutplSPZ5 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAutplSPZ5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sAutplSPZ5 label {
  padding: 0 1rem;
}
.cid-sAutplSPZ5 textarea {
  min-height: 75px;
}
.cid-sAutplSPZ5 .btn {
  padding: 1rem 3rem;
}
@media (min-width: 992px) {
  .cid-sAutplSPZ5 .image-wrapper {
    max-width: 80%;
  }
}
.cid-sAutplSPZ5 .row {
  align-items: center;
}
.cid-sAutplSPZ5 .form-control,
.cid-sAutplSPZ5 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #232323 !important;
  border-radius: 0;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sAutplSPZ5 .form-control::-webkit-input-placeholder,
.cid-sAutplSPZ5 .field-input::-webkit-input-placeholder,
.cid-sAutplSPZ5 .form-control::-webkit-input-placeholder,
.cid-sAutplSPZ5 .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-sAutplSPZ5 .form-control:-moz-placeholder,
.cid-sAutplSPZ5 .field-input:-moz-placeholder,
.cid-sAutplSPZ5 .form-control:-moz-placeholder,
.cid-sAutplSPZ5 .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-sAutplSPZ5 .form-control:hover,
.cid-sAutplSPZ5 .field-input:hover,
.cid-sAutplSPZ5 .form-control:focus,
.cid-sAutplSPZ5 .field-input:focus {
  background-color: #ffffff;
  border-color: #004cd5 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-sAutplSPZ5 .form-control:hover::-webkit-input-placeholder,
.cid-sAutplSPZ5 .field-input:hover::-webkit-input-placeholder,
.cid-sAutplSPZ5 .form-control:focus::-webkit-input-placeholder,
.cid-sAutplSPZ5 .field-input:focus::-webkit-input-placeholder,
.cid-sAutplSPZ5 .form-control:hover::-webkit-input-placeholder,
.cid-sAutplSPZ5 .field-input:hover::-webkit-input-placeholder,
.cid-sAutplSPZ5 .form-control:focus::-webkit-input-placeholder,
.cid-sAutplSPZ5 .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-sAutplSPZ5 .form-control:hover:-moz-placeholder,
.cid-sAutplSPZ5 .field-input:hover:-moz-placeholder,
.cid-sAutplSPZ5 .form-control:focus:-moz-placeholder,
.cid-sAutplSPZ5 .field-input:focus:-moz-placeholder,
.cid-sAutplSPZ5 .form-control:hover:-moz-placeholder,
.cid-sAutplSPZ5 .field-input:hover:-moz-placeholder,
.cid-sAutplSPZ5 .form-control:focus:-moz-placeholder,
.cid-sAutplSPZ5 .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-sAutplSPZ5 .jq-number__spin:hover,
.cid-sAutplSPZ5 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #004cd5;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sAutplSPZ5 .jq-number__spin {
  background-color: #ffffff;
  border-color: #232323;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sAutplSPZ5 .jq-selectbox li,
.cid-sAutplSPZ5 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sAutplSPZ5 .jq-selectbox li:hover,
.cid-sAutplSPZ5 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sAutplSPZ5 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sAutplSPZ5 .jq-number__spin.minus:hover:after,
.cid-sAutplSPZ5 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sAutplSPZ5 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sAutplSPZ5 .jq-number__spin.minus:after,
.cid-sAutplSPZ5 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sAutplSPZ5 input::-webkit-clear-button {
  display: none;
}
.cid-sAutplSPZ5 input::-webkit-inner-spin-button {
  display: none;
}
.cid-sAutplSPZ5 input::-webkit-outer-spin-button {
  display: none;
}
.cid-sAutplSPZ5 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sAutplSPZ5 .wrapper {
  display: flex;
}
.cid-sAutplSPZ5 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #ffffff;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sAutplSPZ5 .wrapper {
    flex-direction: column;
  }
  .cid-sAutplSPZ5 .iconfont-wrapper {
    margin: auto;
  }
  .cid-sAutplSPZ5 .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-sAutplSPZ5 .mbr-section-title {
  color: #1c1c1c;
}
.cid-sAO0VzYxOC {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sAO0VzYxOC [class^="socicon-"]:before,
.cid-sAO0VzYxOC [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sAO0VzYxOC .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sAO0VzYxOC .btn-social,
.cid-sAO0VzYxOC .mbr-section-title {
  color: #57468b;
}
.cid-sAO0VzYxOC .soc-item {
  width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-sAO0VzYxOC .soc-item span {
  font-size: 1.2rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-sAO0VzYxOC .soc-item:hover span {
  color: #1c1c1c !important;
}
.cid-sAus2Lrxbp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1c1c1c;
}
.cid-sLwslDeLXy .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLwslDeLXy .nav-item,
.cid-sLwslDeLXy .nav-link,
.cid-sLwslDeLXy .navbar-caption {
  font-weight: normal;
}
.cid-sLwslDeLXy .nav-item:focus,
.cid-sLwslDeLXy .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sLwslDeLXy .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLwslDeLXy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLwslDeLXy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLwslDeLXy .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1c1c1c;
  background: none;
}
.cid-sLwslDeLXy .navbar.opened {
  transition: all .3s;
  background: #1c1c1c !important;
}
.cid-sLwslDeLXy .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sLwslDeLXy .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLwslDeLXy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLwslDeLXy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sLwslDeLXy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 4.3rem);
  }
}
.cid-sLwslDeLXy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sLwslDeLXy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLwslDeLXy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLwslDeLXy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sLwslDeLXy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLwslDeLXy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sLwslDeLXy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sLwslDeLXy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLwslDeLXy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLwslDeLXy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sLwslDeLXy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLwslDeLXy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLwslDeLXy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sLwslDeLXy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sLwslDeLXy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLwslDeLXy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLwslDeLXy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sLwslDeLXy .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sLwslDeLXy .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sLwslDeLXy .navbar.navbar-short {
  background: #1c1c1c !important;
  min-height: 60px;
}
.cid-sLwslDeLXy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sLwslDeLXy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sLwslDeLXy .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLwslDeLXy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLwslDeLXy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLwslDeLXy .dropdown-item.active,
.cid-sLwslDeLXy .dropdown-item:active {
  background-color: transparent;
}
.cid-sLwslDeLXy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLwslDeLXy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLwslDeLXy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLwslDeLXy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c1c1c;
}
.cid-sLwslDeLXy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLwslDeLXy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLwslDeLXy ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sLwslDeLXy .navbar-buttons {
  text-align: center;
}
.cid-sLwslDeLXy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLwslDeLXy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sLwslDeLXy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLwslDeLXy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLwslDeLXy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLwslDeLXy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLwslDeLXy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLwslDeLXy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sLwslDeLXy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sLwslDeLXy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLwslDeLXy .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sLwslDeLXy a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLwslDeLXy .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sLwslDeLXy .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sLwslDeLXy .soc-item {
  margin: .5rem .3rem;
}
.cid-sLwslDeLXy .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLwslDeLXy a.nav-link,
.cid-sLwslDeLXy a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-sLwslDeLXy a.nav-link .mbr-iconfont-btn,
.cid-sLwslDeLXy a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sLwslDeLXy a.nav-link:hover .mbr-iconfont-btn,
.cid-sLwslDeLXy a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sLwslDeLXy a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLwslDeLXy .navbar {
    height: 77px;
  }
  .cid-sLwslDeLXy .navbar.opened {
    height: auto;
  }
  .cid-sLwslDeLXy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sANWv8qQzx {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/media-foto-2000x1330.jpeg");
}
.cid-sB2JOhliKV {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
@media (max-width: 992px) {
  .cid-sB2JOhliKV {
    padding-top: 50px;
    padding-bottom: 10px;
  }
}
.cid-sB2JOhliKV .text {
  padding: 0;
}
.cid-sB2JOhliKV section {
  position: relative;
}
.cid-sB2JOhliKV h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sB2JOhliKV .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ece8e5;
}
.cid-sB2JOhliKV .box {
  background-image: url("../../../assets/images/video2-1920x1080.png");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sB2JOhliKV .icon-wrap {
  background-color: #ffffff !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sB2JOhliKV .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sB2JOhliKV .icon-wrap span {
  padding-left: 8px;
}
.cid-sB2JOhliKV .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #1c1c1c !important;
}
.cid-sB2JOhliKV .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sB2JOhliKV .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sB2JOhliKV .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sB2JOhliKV .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sB2JOhliKV a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sB2JOhliKV a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sB2JOhliKV {
    padding-top: 35px;
    padding-bottom: 7px;
  }
  .cid-sB2JOhliKV .box {
    height: 250px;
  }
  .cid-sB2JOhliKV .row {
    padding: 1rem!important;
  }
}
.cid-sB2JOhliKV H1 {
  color: #4f4943;
}
.cid-sB2JOhliKV H3 {
  color: #4f4943;
}
.cid-sB2Js5kRso {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ece8e5;
}
@media (max-width: 992px) {
  .cid-sB2Js5kRso {
    padding-top: 10px;
    padding-bottom: 50px;
  }
}
.cid-sB2Js5kRso .text {
  padding: 0;
}
.cid-sB2Js5kRso section {
  position: relative;
}
.cid-sB2Js5kRso h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sB2Js5kRso .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #cebfaf;
}
.cid-sB2Js5kRso .box {
  background-image: url("../../../assets/images/saint-saens2-e1599550484884-1030x515.jpeg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sB2Js5kRso .icon-wrap {
  background-color: #ffffff !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sB2Js5kRso .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sB2Js5kRso .icon-wrap span {
  padding-left: 8px;
}
.cid-sB2Js5kRso .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #4f4943 !important;
}
.cid-sB2Js5kRso .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sB2Js5kRso .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sB2Js5kRso .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sB2Js5kRso .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sB2Js5kRso a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sB2Js5kRso a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sB2Js5kRso {
    padding-top: 7px;
    padding-bottom: 35px;
  }
  .cid-sB2Js5kRso .box {
    height: 250px;
  }
  .cid-sB2Js5kRso .row {
    padding: 1rem!important;
  }
}
.cid-sB2Js5kRso H1 {
  color: #4f4943;
}
.cid-sB2Js5kRso H3 {
  color: #4f4943;
}
.cid-tlhNtt9DZo {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #cebfaf;
}
.cid-tlhNtt9DZo .mbr-overlay {
  z-index: 1;
}
.cid-tlhNtt9DZo .carousel,
.cid-tlhNtt9DZo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tlhNtt9DZo .item-wrapper {
  width: 100%;
}
.cid-tlhNtt9DZo .carousel-caption {
  bottom: 40px;
}
.cid-tlhNtt9DZo .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tlhNtt9DZo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tlhNtt9DZo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tlhNtt9DZo .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-tlhNtt9DZo span {
  font-size: 50px;
}
.cid-tlhNtt9DZo .mobi-mbri-arrow-next {
  margin-left: 5px;
  color: #000000;
}
.cid-tlhNtt9DZo .mobi-mbri-arrow-next:hover {
  color: #ffffff;
}
.cid-tlhNtt9DZo .mobi-mbri-arrow-prev:hover {
  color: #ffffff;
}
.cid-tlhNtt9DZo .mobi-mbri-arrow-prev {
  margin-right: 5px;
  color: #000000;
}
.cid-tlhNtt9DZo .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-tlhNtt9DZo .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-tlhNtt9DZo .carousel-fade .active.carousel-item-left,
.cid-tlhNtt9DZo .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-tlhNtt9DZo .carousel-fade .carousel-item-left.carousel-item-next,
.cid-tlhNtt9DZo .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
.cid-sANWv9HIMp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1c1c1c;
}
.cid-sLwslDeLXy .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLwslDeLXy .nav-item,
.cid-sLwslDeLXy .nav-link,
.cid-sLwslDeLXy .navbar-caption {
  font-weight: normal;
}
.cid-sLwslDeLXy .nav-item:focus,
.cid-sLwslDeLXy .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sLwslDeLXy .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLwslDeLXy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLwslDeLXy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLwslDeLXy .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1c1c1c;
  background: none;
}
.cid-sLwslDeLXy .navbar.opened {
  transition: all .3s;
  background: #1c1c1c !important;
}
.cid-sLwslDeLXy .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sLwslDeLXy .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLwslDeLXy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLwslDeLXy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sLwslDeLXy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 4.3rem);
  }
}
.cid-sLwslDeLXy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sLwslDeLXy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLwslDeLXy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLwslDeLXy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sLwslDeLXy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLwslDeLXy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sLwslDeLXy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sLwslDeLXy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLwslDeLXy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLwslDeLXy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sLwslDeLXy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLwslDeLXy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLwslDeLXy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sLwslDeLXy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sLwslDeLXy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLwslDeLXy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLwslDeLXy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sLwslDeLXy .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sLwslDeLXy .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sLwslDeLXy .navbar.navbar-short {
  background: #1c1c1c !important;
  min-height: 60px;
}
.cid-sLwslDeLXy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sLwslDeLXy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sLwslDeLXy .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLwslDeLXy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLwslDeLXy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLwslDeLXy .dropdown-item.active,
.cid-sLwslDeLXy .dropdown-item:active {
  background-color: transparent;
}
.cid-sLwslDeLXy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLwslDeLXy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLwslDeLXy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLwslDeLXy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c1c1c;
}
.cid-sLwslDeLXy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLwslDeLXy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLwslDeLXy ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sLwslDeLXy .navbar-buttons {
  text-align: center;
}
.cid-sLwslDeLXy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLwslDeLXy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sLwslDeLXy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLwslDeLXy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLwslDeLXy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLwslDeLXy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLwslDeLXy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLwslDeLXy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sLwslDeLXy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sLwslDeLXy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLwslDeLXy .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sLwslDeLXy a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLwslDeLXy .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sLwslDeLXy .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sLwslDeLXy .soc-item {
  margin: .5rem .3rem;
}
.cid-sLwslDeLXy .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLwslDeLXy a.nav-link,
.cid-sLwslDeLXy a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-sLwslDeLXy a.nav-link .mbr-iconfont-btn,
.cid-sLwslDeLXy a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sLwslDeLXy a.nav-link:hover .mbr-iconfont-btn,
.cid-sLwslDeLXy a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sLwslDeLXy a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLwslDeLXy .navbar {
    height: 77px;
  }
  .cid-sLwslDeLXy .navbar.opened {
    height: auto;
  }
  .cid-sLwslDeLXy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sANYpAnkza {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/media-1-2000x1330.jpeg");
}
.cid-sANYRI1c9V {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-sANYRI1c9V .card-box {
  padding: 2rem 2rem 0rem 2rem;
}
.cid-sANYRI1c9V .mbr-section-btn {
  padding-top: 0.5rem;
}
.cid-sANYRI1c9V .card {
  height: fit-content;
}
.cid-sANYRI1c9V h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sANYRI1c9V .card1 {
  background: #ffffff;
}
.cid-sANYRI1c9V .card2 {
  background: #232323;
}
.cid-sANYRI1c9V .card3 {
  background: #ffffff;
}
.cid-sANYRI1c9V .card4 {
  background: #232323;
}
.cid-sANYRI1c9V .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sANYRI1c9V .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sANYRI1c9V .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-sANYRI1c9V .card-subtitle1 {
  text-align: center;
}
.cid-sANYRI1c9V .card-title1 {
  text-align: center;
}
.cid-sANYRI1c9V .mbr-text1 {
  text-align: center;
}
.cid-sANYRI1c9V .card-title2 {
  text-align: center;
  color: #ffffff;
}
.cid-sANYRI1c9V .mbr-text2 {
  color: #ffffff;
  text-align: center;
}
.cid-sANYRI1c9V .card-subtitle2 {
  color: #ffffff;
  text-align: center;
}
.cid-sANYRI1c9V .card-title3 {
  text-align: center;
}
.cid-sANYRI1c9V .mbr-text3 {
  text-align: center;
}
.cid-sANYRI1c9V .card-subtitle3 {
  text-align: center;
  color: #232323;
}
.cid-sANYRI1c9V .card-title4 {
  text-align: center;
}
.cid-sANYRI1c9V .mbr-text4 {
  text-align: center;
  color: #ffffff;
}
.cid-sANYRI1c9V .card-subtitle4 {
  text-align: center;
  color: #ffffff;
}
.cid-sANYRI1c9V .card-title2,
.cid-sANYRI1c9V .title-wrap2 {
  text-align: center;
  color: #ffffff;
}
.cid-sANYRI1c9V .card-title3,
.cid-sANYRI1c9V .title-wrap3 {
  text-align: center;
}
.cid-sANYRI1c9V .card-title4,
.cid-sANYRI1c9V .title-wrap4 {
  text-align: center;
  color: #ffffff;
}
.cid-sANYRI1c9V .card-title1,
.cid-sANYRI1c9V .title-wrap1 {
  text-align: center;
}
.cid-sANYRI1c9V .title {
  text-align: center;
}
.cid-sANYpBo3LC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1c1c1c;
}
.cid-sLwslDeLXy .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLwslDeLXy .nav-item,
.cid-sLwslDeLXy .nav-link,
.cid-sLwslDeLXy .navbar-caption {
  font-weight: normal;
}
.cid-sLwslDeLXy .nav-item:focus,
.cid-sLwslDeLXy .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sLwslDeLXy .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLwslDeLXy .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLwslDeLXy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLwslDeLXy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLwslDeLXy .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1c1c1c;
  background: none;
}
.cid-sLwslDeLXy .navbar.opened {
  transition: all .3s;
  background: #1c1c1c !important;
}
.cid-sLwslDeLXy .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sLwslDeLXy .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLwslDeLXy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLwslDeLXy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sLwslDeLXy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 4.3rem);
  }
}
.cid-sLwslDeLXy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sLwslDeLXy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLwslDeLXy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLwslDeLXy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sLwslDeLXy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLwslDeLXy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sLwslDeLXy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sLwslDeLXy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLwslDeLXy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLwslDeLXy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sLwslDeLXy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLwslDeLXy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLwslDeLXy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sLwslDeLXy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sLwslDeLXy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLwslDeLXy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLwslDeLXy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sLwslDeLXy .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sLwslDeLXy .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sLwslDeLXy .navbar.navbar-short {
  background: #1c1c1c !important;
  min-height: 60px;
}
.cid-sLwslDeLXy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sLwslDeLXy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sLwslDeLXy .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLwslDeLXy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLwslDeLXy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLwslDeLXy .dropdown-item.active,
.cid-sLwslDeLXy .dropdown-item:active {
  background-color: transparent;
}
.cid-sLwslDeLXy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLwslDeLXy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLwslDeLXy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLwslDeLXy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c1c1c;
}
.cid-sLwslDeLXy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLwslDeLXy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLwslDeLXy ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sLwslDeLXy .navbar-buttons {
  text-align: center;
}
.cid-sLwslDeLXy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLwslDeLXy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sLwslDeLXy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLwslDeLXy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLwslDeLXy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLwslDeLXy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLwslDeLXy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLwslDeLXy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sLwslDeLXy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sLwslDeLXy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLwslDeLXy .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sLwslDeLXy a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLwslDeLXy .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sLwslDeLXy .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sLwslDeLXy .soc-item {
  margin: .5rem .3rem;
}
.cid-sLwslDeLXy .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLwslDeLXy a.nav-link,
.cid-sLwslDeLXy a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-sLwslDeLXy a.nav-link .mbr-iconfont-btn,
.cid-sLwslDeLXy a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sLwslDeLXy a.nav-link:hover .mbr-iconfont-btn,
.cid-sLwslDeLXy a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sLwslDeLXy a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLwslDeLXy .navbar {
    height: 77px;
  }
  .cid-sLwslDeLXy .navbar.opened {
    height: auto;
  }
  .cid-sLwslDeLXy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCp4WTXSss {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1536x1920.jpeg");
}
.cid-sCp4WTXSss .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sCp4WTXSss .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sCp4WTXSss .row {
  align-items: center;
  height: 100%;
}
.cid-sCp4WTXSss .container {
  max-width: 720px;
  margin: auto;
}
.cid-sCp4WVv9fc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1c1c1c;
}
