body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Abril Fatface', display;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff6666 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff6666 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff0000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff6666;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff6666;
  border-color: #ff6666;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff6666;
}
.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: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff6666 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ff6666;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff6666;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff6666;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff6666;
  border-bottom-color: #ff6666;
}
.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: #ff6666 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff6666' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-t8D2xdEmCo {
  z-index: 1000;
  width: 100%;
}
.cid-t8D2xdEmCo nav.navbar {
  position: fixed;
}
.cid-t8D2xdEmCo .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8D2xdEmCo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t8D2xdEmCo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t8D2xdEmCo .dropdown-item:hover,
.cid-t8D2xdEmCo .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-t8D2xdEmCo .dropdown-item:hover span {
  color: white;
}
.cid-t8D2xdEmCo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t8D2xdEmCo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t8D2xdEmCo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t8D2xdEmCo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t8D2xdEmCo .nav-link {
  position: relative;
}
.cid-t8D2xdEmCo .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t8D2xdEmCo .container {
    flex-wrap: nowrap;
  }
}
.cid-t8D2xdEmCo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t8D2xdEmCo .dropdown-menu,
.cid-t8D2xdEmCo .navbar.opened {
  background: #bfbfbf !important;
}
.cid-t8D2xdEmCo .nav-item:focus,
.cid-t8D2xdEmCo .nav-link:focus {
  outline: none;
}
.cid-t8D2xdEmCo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t8D2xdEmCo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8D2xdEmCo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t8D2xdEmCo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8D2xdEmCo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8D2xdEmCo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t8D2xdEmCo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(191, 191, 191, 0.3);
}
.cid-t8D2xdEmCo .navbar.opened {
  transition: all 0.3s;
}
.cid-t8D2xdEmCo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t8D2xdEmCo .navbar .navbar-logo img {
  width: auto;
}
.cid-t8D2xdEmCo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8D2xdEmCo .navbar.collapsed {
  justify-content: center;
}
.cid-t8D2xdEmCo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8D2xdEmCo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t8D2xdEmCo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t8D2xdEmCo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8D2xdEmCo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8D2xdEmCo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t8D2xdEmCo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8D2xdEmCo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t8D2xdEmCo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t8D2xdEmCo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8D2xdEmCo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8D2xdEmCo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8D2xdEmCo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8D2xdEmCo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t8D2xdEmCo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t8D2xdEmCo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8D2xdEmCo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8D2xdEmCo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t8D2xdEmCo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t8D2xdEmCo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t8D2xdEmCo .navbar.navbar-short {
  min-height: 60px;
}
.cid-t8D2xdEmCo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t8D2xdEmCo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t8D2xdEmCo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t8D2xdEmCo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8D2xdEmCo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8D2xdEmCo .dropdown-item.active,
.cid-t8D2xdEmCo .dropdown-item:active {
  background-color: transparent;
}
.cid-t8D2xdEmCo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8D2xdEmCo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8D2xdEmCo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8D2xdEmCo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bfbfbf;
}
.cid-t8D2xdEmCo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8D2xdEmCo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8D2xdEmCo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t8D2xdEmCo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t8D2xdEmCo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t8D2xdEmCo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-t8D2xdEmCo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t8D2xdEmCo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8D2xdEmCo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8D2xdEmCo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t8D2xdEmCo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8D2xdEmCo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t8D2xdEmCo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t8D2xdEmCo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8D2xdEmCo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t8D2xdEmCo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8D2xdEmCo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t8D2xdEmCo .navbar {
    height: 70px;
  }
  .cid-t8D2xdEmCo .navbar.opened {
    height: auto;
  }
  .cid-t8D2xdEmCo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8CKeE1Zuu {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8CKeE1Zuu img,
.cid-t8CKeE1Zuu .item-img {
  width: 100%;
}
.cid-t8CKeE1Zuu .item:focus,
.cid-t8CKeE1Zuu span:focus {
  outline: none;
}
.cid-t8CKeE1Zuu .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-t8CKeE1Zuu .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t8CKeE1Zuu .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t8CKeE1Zuu .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t8CKeE1Zuu .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t8CKeE1Zuu .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t8CKeE1Zuu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t8CKeE1Zuu .mbr-section-title {
  color: #ff6666;
  text-align: center;
}
.cid-t8CKeE1Zuu .item-title {
  text-align: left;
}
.cid-t8kWVLHCxM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t8kWVLHCxM .mbr-fallback-image.disabled {
  display: none;
}
.cid-t8kWVLHCxM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-t8kWVLHCxM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t8kWVLHCxM .row {
  flex-direction: row-reverse;
}
.cid-t8kWVLHCxM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t8kWVLHCxM .text-wrapper {
    padding: 2rem;
  }
}
.cid-t8kWVLHCxM .mbr-description {
  text-align: left;
  color: #fafafa;
}
.cid-t8kWVLHCxM .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-t8kWVLHCxM .mbr-section-title {
  color: #fafafa;
}
.cid-t8kWXAGmAz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-t8kWXAGmAz blockquote {
  border-color: #ff6666;
  border-radius: 33px;
  background-color: #eeecec;
}
.cid-t8kWXAGmAz .mbr-text {
  color: #000000;
}
.cid-t9tmnSzYVv {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t9tmnSzYVv .mbr-section-subtitle {
  color: #fafafa;
}
.cid-t9tmnSzYVv .mbr-text {
  color: #fafafa;
}
.cid-t8l8iQ1xuF {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t8l8iQ1xuF .mbr-fallback-image.disabled {
  display: none;
}
.cid-t8l8iQ1xuF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8l8iQ1xuF .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-t8l8iQ1xuF .item .icon-wrap {
  text-align: center;
}
.cid-t8l8iQ1xuF .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-t8l8iQ1xuF .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #ff6666;
}
.cid-t8l8iQ1xuF .item.first:before {
  display: none;
}
.cid-t8l8iQ1xuF .item.five:before {
  display: none;
}
.cid-t8l8iQ1xuF .icon-box {
  background: #ff6666;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-t8l8iQ1xuF .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-t8l8iQ1xuF .mbr-iconfont {
  color: #ff6666 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-t8l8iQ1xuF .item:before {
    display: none;
  }
  .cid-t8l8iQ1xuF .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t8l8iQ1xuF .card-title,
.cid-t8l8iQ1xuF .card-box {
  color: #ff6666;
}
.cid-t8l8iQ1xuF .text-box .mbr-text DIV {
  text-align: left;
}
.cid-t8l8iQ1xuF .text-box .mbr-text {
  text-align: left;
}
.cid-t8kX2hQIUp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t8kX2hQIUp .mbr-fallback-image.disabled {
  display: none;
}
.cid-t8kX2hQIUp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8kX2hQIUp .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff6666;
  margin-bottom: 2rem;
}
.cid-t8kX2hQIUp .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-t8kX2hQIUp .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8kX2hQIUp .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-t8kX2hQIUp .card-title {
  color: #232323;
}
.cid-t8kX2hQIUp .mbr-section-title {
  color: #ff6666;
}
.cid-t8D76mWJcA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-t8D76mWJcA .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t8D76mWJcA .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t8D76mWJcA .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-t8D76mWJcA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t8D76mWJcA .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-t8D76mWJcA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t8D76mWJcA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t8D76mWJcA .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-t8D76mWJcA .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t8D76mWJcA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8D76mWJcA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8DvwUVuzN {
  z-index: 1000;
  width: 100%;
}
.cid-t8DvwUVuzN nav.navbar {
  position: fixed;
}
.cid-t8DvwUVuzN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8DvwUVuzN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t8DvwUVuzN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t8DvwUVuzN .dropdown-item:hover,
.cid-t8DvwUVuzN .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-t8DvwUVuzN .dropdown-item:hover span {
  color: white;
}
.cid-t8DvwUVuzN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t8DvwUVuzN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t8DvwUVuzN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t8DvwUVuzN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t8DvwUVuzN .nav-link {
  position: relative;
}
.cid-t8DvwUVuzN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t8DvwUVuzN .container {
    flex-wrap: nowrap;
  }
}
.cid-t8DvwUVuzN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t8DvwUVuzN .dropdown-menu,
.cid-t8DvwUVuzN .navbar.opened {
  background: #bfbfbf !important;
}
.cid-t8DvwUVuzN .nav-item:focus,
.cid-t8DvwUVuzN .nav-link:focus {
  outline: none;
}
.cid-t8DvwUVuzN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t8DvwUVuzN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8DvwUVuzN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t8DvwUVuzN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8DvwUVuzN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8DvwUVuzN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t8DvwUVuzN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(191, 191, 191, 0.3);
}
.cid-t8DvwUVuzN .navbar.opened {
  transition: all 0.3s;
}
.cid-t8DvwUVuzN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t8DvwUVuzN .navbar .navbar-logo img {
  width: auto;
}
.cid-t8DvwUVuzN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8DvwUVuzN .navbar.collapsed {
  justify-content: center;
}
.cid-t8DvwUVuzN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8DvwUVuzN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t8DvwUVuzN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t8DvwUVuzN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8DvwUVuzN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8DvwUVuzN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t8DvwUVuzN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8DvwUVuzN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t8DvwUVuzN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t8DvwUVuzN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8DvwUVuzN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8DvwUVuzN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8DvwUVuzN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8DvwUVuzN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t8DvwUVuzN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t8DvwUVuzN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8DvwUVuzN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8DvwUVuzN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t8DvwUVuzN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t8DvwUVuzN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t8DvwUVuzN .navbar.navbar-short {
  min-height: 60px;
}
.cid-t8DvwUVuzN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t8DvwUVuzN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t8DvwUVuzN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t8DvwUVuzN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8DvwUVuzN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8DvwUVuzN .dropdown-item.active,
.cid-t8DvwUVuzN .dropdown-item:active {
  background-color: transparent;
}
.cid-t8DvwUVuzN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8DvwUVuzN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8DvwUVuzN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8DvwUVuzN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bfbfbf;
}
.cid-t8DvwUVuzN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8DvwUVuzN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8DvwUVuzN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t8DvwUVuzN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t8DvwUVuzN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t8DvwUVuzN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-t8DvwUVuzN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t8DvwUVuzN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8DvwUVuzN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8DvwUVuzN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t8DvwUVuzN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8DvwUVuzN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t8DvwUVuzN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t8DvwUVuzN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8DvwUVuzN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t8DvwUVuzN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8DvwUVuzN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t8DvwUVuzN .navbar {
    height: 70px;
  }
  .cid-t8DvwUVuzN .navbar.opened {
    height: auto;
  }
  .cid-t8DvwUVuzN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8DvwVgWH4 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-t8DvwVgWH4 .carousel {
    min-height: 800px;
  }
  .cid-t8DvwVgWH4 .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t8DvwVgWH4 .carousel {
    min-height: 520px;
  }
  .cid-t8DvwVgWH4 .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-t8DvwVgWH4 .carousel {
    min-height: 440px;
  }
  .cid-t8DvwVgWH4 .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-t8DvwVgWH4 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t8DvwVgWH4 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t8DvwVgWH4 .carousel,
.cid-t8DvwVgWH4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t8DvwVgWH4 .item-wrapper {
  width: 100%;
}
.cid-t8DvwVgWH4 .carousel-caption {
  bottom: 40px;
}
.cid-t8DvwVgWH4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t8DvwVgWH4 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t8DvwVgWH4 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t8DvwVgWH4 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t8DvwVgWH4 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t8DvwVgWH4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8DvwVgWH4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t8DvwVgWH4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t8DvwVgWH4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t8DvwVgWH4 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t8DvwVgWH4 .carousel-indicators li.active,
.cid-t8DvwVgWH4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t8DvwVgWH4 .carousel-indicators li::after,
.cid-t8DvwVgWH4 .carousel-indicators li::before {
  content: none;
}
.cid-t8DvwVgWH4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t8DvwVgWH4 .carousel-indicators {
    display: none !important;
  }
}
.cid-t8DvwVgWH4 P {
  color: #232323;
  text-align: center;
}
.cid-t8DvwVIupL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-t8DvwVIupL .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t8DvwVIupL .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t8DvwVIupL .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-t8DvwVIupL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t8DvwVIupL .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-t8DvwVIupL .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t8DvwVIupL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t8DvwVIupL .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-t8DvwVIupL .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t8DvwVIupL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8DvwVIupL .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8D2xdEmCo {
  z-index: 1000;
  width: 100%;
}
.cid-t8D2xdEmCo nav.navbar {
  position: fixed;
}
.cid-t8D2xdEmCo .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8D2xdEmCo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t8D2xdEmCo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t8D2xdEmCo .dropdown-item:hover,
.cid-t8D2xdEmCo .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-t8D2xdEmCo .dropdown-item:hover span {
  color: white;
}
.cid-t8D2xdEmCo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t8D2xdEmCo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t8D2xdEmCo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t8D2xdEmCo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t8D2xdEmCo .nav-link {
  position: relative;
}
.cid-t8D2xdEmCo .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t8D2xdEmCo .container {
    flex-wrap: nowrap;
  }
}
.cid-t8D2xdEmCo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t8D2xdEmCo .dropdown-menu,
.cid-t8D2xdEmCo .navbar.opened {
  background: #bfbfbf !important;
}
.cid-t8D2xdEmCo .nav-item:focus,
.cid-t8D2xdEmCo .nav-link:focus {
  outline: none;
}
.cid-t8D2xdEmCo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t8D2xdEmCo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8D2xdEmCo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t8D2xdEmCo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8D2xdEmCo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8D2xdEmCo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t8D2xdEmCo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(191, 191, 191, 0.3);
}
.cid-t8D2xdEmCo .navbar.opened {
  transition: all 0.3s;
}
.cid-t8D2xdEmCo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t8D2xdEmCo .navbar .navbar-logo img {
  width: auto;
}
.cid-t8D2xdEmCo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8D2xdEmCo .navbar.collapsed {
  justify-content: center;
}
.cid-t8D2xdEmCo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8D2xdEmCo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t8D2xdEmCo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t8D2xdEmCo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8D2xdEmCo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8D2xdEmCo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t8D2xdEmCo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8D2xdEmCo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t8D2xdEmCo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t8D2xdEmCo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8D2xdEmCo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8D2xdEmCo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8D2xdEmCo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8D2xdEmCo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t8D2xdEmCo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t8D2xdEmCo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8D2xdEmCo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8D2xdEmCo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t8D2xdEmCo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t8D2xdEmCo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t8D2xdEmCo .navbar.navbar-short {
  min-height: 60px;
}
.cid-t8D2xdEmCo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t8D2xdEmCo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t8D2xdEmCo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t8D2xdEmCo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8D2xdEmCo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8D2xdEmCo .dropdown-item.active,
.cid-t8D2xdEmCo .dropdown-item:active {
  background-color: transparent;
}
.cid-t8D2xdEmCo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8D2xdEmCo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8D2xdEmCo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8D2xdEmCo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bfbfbf;
}
.cid-t8D2xdEmCo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8D2xdEmCo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8D2xdEmCo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t8D2xdEmCo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t8D2xdEmCo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t8D2xdEmCo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-t8D2xdEmCo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t8D2xdEmCo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8D2xdEmCo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8D2xdEmCo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t8D2xdEmCo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8D2xdEmCo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t8D2xdEmCo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t8D2xdEmCo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8D2xdEmCo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t8D2xdEmCo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8D2xdEmCo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t8D2xdEmCo .navbar {
    height: 70px;
  }
  .cid-t8D2xdEmCo .navbar.opened {
    height: auto;
  }
  .cid-t8D2xdEmCo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8CY3YMRH7 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-t8CY3YMRH7 .carousel {
    min-height: 800px;
  }
  .cid-t8CY3YMRH7 .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t8CY3YMRH7 .carousel {
    min-height: 520px;
  }
  .cid-t8CY3YMRH7 .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-t8CY3YMRH7 .carousel {
    min-height: 440px;
  }
  .cid-t8CY3YMRH7 .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-t8CY3YMRH7 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t8CY3YMRH7 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t8CY3YMRH7 .carousel,
.cid-t8CY3YMRH7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t8CY3YMRH7 .item-wrapper {
  width: 100%;
}
.cid-t8CY3YMRH7 .carousel-caption {
  bottom: 40px;
}
.cid-t8CY3YMRH7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t8CY3YMRH7 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t8CY3YMRH7 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t8CY3YMRH7 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t8CY3YMRH7 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t8CY3YMRH7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8CY3YMRH7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t8CY3YMRH7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t8CY3YMRH7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t8CY3YMRH7 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t8CY3YMRH7 .carousel-indicators li.active,
.cid-t8CY3YMRH7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t8CY3YMRH7 .carousel-indicators li::after,
.cid-t8CY3YMRH7 .carousel-indicators li::before {
  content: none;
}
.cid-t8CY3YMRH7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t8CY3YMRH7 .carousel-indicators {
    display: none !important;
  }
}
.cid-t8CY3YMRH7 P {
  color: #232323;
  text-align: center;
}
.cid-t8D76mWJcA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-t8D76mWJcA .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t8D76mWJcA .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t8D76mWJcA .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-t8D76mWJcA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t8D76mWJcA .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-t8D76mWJcA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t8D76mWJcA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t8D76mWJcA .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-t8D76mWJcA .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t8D76mWJcA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8D76mWJcA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t9txARb5MK {
  z-index: 1000;
  width: 100%;
}
.cid-t9txARb5MK nav.navbar {
  position: fixed;
}
.cid-t9txARb5MK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t9txARb5MK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t9txARb5MK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t9txARb5MK .dropdown-item:hover,
.cid-t9txARb5MK .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-t9txARb5MK .dropdown-item:hover span {
  color: white;
}
.cid-t9txARb5MK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t9txARb5MK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t9txARb5MK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t9txARb5MK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t9txARb5MK .nav-link {
  position: relative;
}
.cid-t9txARb5MK .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t9txARb5MK .container {
    flex-wrap: nowrap;
  }
}
.cid-t9txARb5MK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t9txARb5MK .dropdown-menu,
.cid-t9txARb5MK .navbar.opened {
  background: #bfbfbf !important;
}
.cid-t9txARb5MK .nav-item:focus,
.cid-t9txARb5MK .nav-link:focus {
  outline: none;
}
.cid-t9txARb5MK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t9txARb5MK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t9txARb5MK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t9txARb5MK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t9txARb5MK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t9txARb5MK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t9txARb5MK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(191, 191, 191, 0.3);
}
.cid-t9txARb5MK .navbar.opened {
  transition: all 0.3s;
}
.cid-t9txARb5MK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t9txARb5MK .navbar .navbar-logo img {
  width: auto;
}
.cid-t9txARb5MK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t9txARb5MK .navbar.collapsed {
  justify-content: center;
}
.cid-t9txARb5MK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t9txARb5MK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t9txARb5MK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t9txARb5MK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t9txARb5MK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t9txARb5MK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t9txARb5MK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t9txARb5MK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t9txARb5MK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t9txARb5MK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t9txARb5MK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t9txARb5MK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t9txARb5MK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t9txARb5MK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t9txARb5MK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t9txARb5MK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t9txARb5MK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t9txARb5MK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t9txARb5MK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t9txARb5MK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t9txARb5MK .navbar.navbar-short {
  min-height: 60px;
}
.cid-t9txARb5MK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t9txARb5MK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t9txARb5MK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t9txARb5MK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t9txARb5MK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t9txARb5MK .dropdown-item.active,
.cid-t9txARb5MK .dropdown-item:active {
  background-color: transparent;
}
.cid-t9txARb5MK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t9txARb5MK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t9txARb5MK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t9txARb5MK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bfbfbf;
}
.cid-t9txARb5MK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t9txARb5MK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t9txARb5MK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t9txARb5MK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t9txARb5MK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t9txARb5MK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-t9txARb5MK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t9txARb5MK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t9txARb5MK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t9txARb5MK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t9txARb5MK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t9txARb5MK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t9txARb5MK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t9txARb5MK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t9txARb5MK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t9txARb5MK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t9txARb5MK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t9txARb5MK .navbar {
    height: 70px;
  }
  .cid-t9txARb5MK .navbar.opened {
    height: auto;
  }
  .cid-t9txARb5MK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t9txARwmQQ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-t9txARwmQQ .carousel {
    min-height: 800px;
  }
  .cid-t9txARwmQQ .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t9txARwmQQ .carousel {
    min-height: 520px;
  }
  .cid-t9txARwmQQ .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-t9txARwmQQ .carousel {
    min-height: 440px;
  }
  .cid-t9txARwmQQ .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-t9txARwmQQ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t9txARwmQQ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t9txARwmQQ .carousel,
.cid-t9txARwmQQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t9txARwmQQ .item-wrapper {
  width: 100%;
}
.cid-t9txARwmQQ .carousel-caption {
  bottom: 40px;
}
.cid-t9txARwmQQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t9txARwmQQ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t9txARwmQQ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t9txARwmQQ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t9txARwmQQ .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t9txARwmQQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t9txARwmQQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t9txARwmQQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t9txARwmQQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t9txARwmQQ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t9txARwmQQ .carousel-indicators li.active,
.cid-t9txARwmQQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t9txARwmQQ .carousel-indicators li::after,
.cid-t9txARwmQQ .carousel-indicators li::before {
  content: none;
}
.cid-t9txARwmQQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t9txARwmQQ .carousel-indicators {
    display: none !important;
  }
}
.cid-t9txARwmQQ P {
  color: #232323;
  text-align: center;
}
.cid-t9txARVqsr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-t9txARVqsr .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t9txARVqsr .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t9txARVqsr .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-t9txARVqsr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t9txARVqsr .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-t9txARVqsr .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t9txARVqsr .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t9txARVqsr .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-t9txARVqsr .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t9txARVqsr .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t9txARVqsr .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t9uEOaOHMM {
  z-index: 1000;
  width: 100%;
}
.cid-t9uEOaOHMM nav.navbar {
  position: fixed;
}
.cid-t9uEOaOHMM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t9uEOaOHMM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t9uEOaOHMM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t9uEOaOHMM .dropdown-item:hover,
.cid-t9uEOaOHMM .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-t9uEOaOHMM .dropdown-item:hover span {
  color: white;
}
.cid-t9uEOaOHMM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t9uEOaOHMM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t9uEOaOHMM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t9uEOaOHMM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t9uEOaOHMM .nav-link {
  position: relative;
}
.cid-t9uEOaOHMM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t9uEOaOHMM .container {
    flex-wrap: nowrap;
  }
}
.cid-t9uEOaOHMM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t9uEOaOHMM .dropdown-menu,
.cid-t9uEOaOHMM .navbar.opened {
  background: #bfbfbf !important;
}
.cid-t9uEOaOHMM .nav-item:focus,
.cid-t9uEOaOHMM .nav-link:focus {
  outline: none;
}
.cid-t9uEOaOHMM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t9uEOaOHMM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t9uEOaOHMM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t9uEOaOHMM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t9uEOaOHMM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t9uEOaOHMM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t9uEOaOHMM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(191, 191, 191, 0.3);
}
.cid-t9uEOaOHMM .navbar.opened {
  transition: all 0.3s;
}
.cid-t9uEOaOHMM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t9uEOaOHMM .navbar .navbar-logo img {
  width: auto;
}
.cid-t9uEOaOHMM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t9uEOaOHMM .navbar.collapsed {
  justify-content: center;
}
.cid-t9uEOaOHMM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t9uEOaOHMM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t9uEOaOHMM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t9uEOaOHMM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t9uEOaOHMM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t9uEOaOHMM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t9uEOaOHMM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t9uEOaOHMM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t9uEOaOHMM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t9uEOaOHMM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t9uEOaOHMM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t9uEOaOHMM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t9uEOaOHMM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t9uEOaOHMM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t9uEOaOHMM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t9uEOaOHMM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t9uEOaOHMM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t9uEOaOHMM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t9uEOaOHMM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t9uEOaOHMM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t9uEOaOHMM .navbar.navbar-short {
  min-height: 60px;
}
.cid-t9uEOaOHMM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t9uEOaOHMM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t9uEOaOHMM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t9uEOaOHMM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t9uEOaOHMM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t9uEOaOHMM .dropdown-item.active,
.cid-t9uEOaOHMM .dropdown-item:active {
  background-color: transparent;
}
.cid-t9uEOaOHMM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t9uEOaOHMM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t9uEOaOHMM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t9uEOaOHMM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bfbfbf;
}
.cid-t9uEOaOHMM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t9uEOaOHMM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t9uEOaOHMM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t9uEOaOHMM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t9uEOaOHMM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t9uEOaOHMM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-t9uEOaOHMM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t9uEOaOHMM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t9uEOaOHMM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t9uEOaOHMM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t9uEOaOHMM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t9uEOaOHMM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t9uEOaOHMM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t9uEOaOHMM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t9uEOaOHMM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t9uEOaOHMM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t9uEOaOHMM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t9uEOaOHMM .navbar {
    height: 70px;
  }
  .cid-t9uEOaOHMM .navbar.opened {
    height: auto;
  }
  .cid-t9uEOaOHMM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t9uEObhIj1 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-t9uEObhIj1 .carousel {
    min-height: 800px;
  }
  .cid-t9uEObhIj1 .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t9uEObhIj1 .carousel {
    min-height: 520px;
  }
  .cid-t9uEObhIj1 .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-t9uEObhIj1 .carousel {
    min-height: 440px;
  }
  .cid-t9uEObhIj1 .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-t9uEObhIj1 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t9uEObhIj1 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t9uEObhIj1 .carousel,
.cid-t9uEObhIj1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t9uEObhIj1 .item-wrapper {
  width: 100%;
}
.cid-t9uEObhIj1 .carousel-caption {
  bottom: 40px;
}
.cid-t9uEObhIj1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t9uEObhIj1 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t9uEObhIj1 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t9uEObhIj1 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t9uEObhIj1 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t9uEObhIj1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t9uEObhIj1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t9uEObhIj1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t9uEObhIj1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t9uEObhIj1 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t9uEObhIj1 .carousel-indicators li.active,
.cid-t9uEObhIj1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t9uEObhIj1 .carousel-indicators li::after,
.cid-t9uEObhIj1 .carousel-indicators li::before {
  content: none;
}
.cid-t9uEObhIj1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t9uEObhIj1 .carousel-indicators {
    display: none !important;
  }
}
.cid-t9uEObhIj1 P {
  color: #000000;
  text-align: center;
}
.cid-t9uEObNl0D {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-t9uEObNl0D .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t9uEObNl0D .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t9uEObNl0D .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-t9uEObNl0D .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t9uEObNl0D .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-t9uEObNl0D .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t9uEObNl0D .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t9uEObNl0D .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-t9uEObNl0D .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t9uEObNl0D .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t9uEObNl0D .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8DpjdvpGw {
  z-index: 1000;
  width: 100%;
}
.cid-t8DpjdvpGw nav.navbar {
  position: fixed;
}
.cid-t8DpjdvpGw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8DpjdvpGw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t8DpjdvpGw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t8DpjdvpGw .dropdown-item:hover,
.cid-t8DpjdvpGw .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-t8DpjdvpGw .dropdown-item:hover span {
  color: white;
}
.cid-t8DpjdvpGw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t8DpjdvpGw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t8DpjdvpGw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t8DpjdvpGw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t8DpjdvpGw .nav-link {
  position: relative;
}
.cid-t8DpjdvpGw .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t8DpjdvpGw .container {
    flex-wrap: nowrap;
  }
}
.cid-t8DpjdvpGw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t8DpjdvpGw .dropdown-menu,
.cid-t8DpjdvpGw .navbar.opened {
  background: #bfbfbf !important;
}
.cid-t8DpjdvpGw .nav-item:focus,
.cid-t8DpjdvpGw .nav-link:focus {
  outline: none;
}
.cid-t8DpjdvpGw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t8DpjdvpGw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8DpjdvpGw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t8DpjdvpGw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8DpjdvpGw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8DpjdvpGw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t8DpjdvpGw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(191, 191, 191, 0.3);
}
.cid-t8DpjdvpGw .navbar.opened {
  transition: all 0.3s;
}
.cid-t8DpjdvpGw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t8DpjdvpGw .navbar .navbar-logo img {
  width: auto;
}
.cid-t8DpjdvpGw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8DpjdvpGw .navbar.collapsed {
  justify-content: center;
}
.cid-t8DpjdvpGw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8DpjdvpGw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t8DpjdvpGw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t8DpjdvpGw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8DpjdvpGw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8DpjdvpGw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t8DpjdvpGw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8DpjdvpGw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t8DpjdvpGw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t8DpjdvpGw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8DpjdvpGw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8DpjdvpGw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8DpjdvpGw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8DpjdvpGw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t8DpjdvpGw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t8DpjdvpGw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8DpjdvpGw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8DpjdvpGw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t8DpjdvpGw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t8DpjdvpGw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t8DpjdvpGw .navbar.navbar-short {
  min-height: 60px;
}
.cid-t8DpjdvpGw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t8DpjdvpGw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t8DpjdvpGw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t8DpjdvpGw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8DpjdvpGw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8DpjdvpGw .dropdown-item.active,
.cid-t8DpjdvpGw .dropdown-item:active {
  background-color: transparent;
}
.cid-t8DpjdvpGw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8DpjdvpGw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8DpjdvpGw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8DpjdvpGw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bfbfbf;
}
.cid-t8DpjdvpGw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8DpjdvpGw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8DpjdvpGw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t8DpjdvpGw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t8DpjdvpGw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t8DpjdvpGw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-t8DpjdvpGw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t8DpjdvpGw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8DpjdvpGw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8DpjdvpGw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t8DpjdvpGw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8DpjdvpGw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t8DpjdvpGw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t8DpjdvpGw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8DpjdvpGw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t8DpjdvpGw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8DpjdvpGw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t8DpjdvpGw .navbar {
    height: 70px;
  }
  .cid-t8DpjdvpGw .navbar.opened {
    height: auto;
  }
  .cid-t8DpjdvpGw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8IRhVd4GM {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-t8IRhVd4GM .carousel {
    min-height: 800px;
  }
  .cid-t8IRhVd4GM .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t8IRhVd4GM .carousel {
    min-height: 520px;
  }
  .cid-t8IRhVd4GM .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-t8IRhVd4GM .carousel {
    min-height: 440px;
  }
  .cid-t8IRhVd4GM .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-t8IRhVd4GM .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t8IRhVd4GM .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t8IRhVd4GM .carousel,
.cid-t8IRhVd4GM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t8IRhVd4GM .item-wrapper {
  width: 100%;
}
.cid-t8IRhVd4GM .carousel-caption {
  bottom: 40px;
}
.cid-t8IRhVd4GM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t8IRhVd4GM .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t8IRhVd4GM .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t8IRhVd4GM .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t8IRhVd4GM .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t8IRhVd4GM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8IRhVd4GM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t8IRhVd4GM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t8IRhVd4GM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t8IRhVd4GM .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t8IRhVd4GM .carousel-indicators li.active,
.cid-t8IRhVd4GM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t8IRhVd4GM .carousel-indicators li::after,
.cid-t8IRhVd4GM .carousel-indicators li::before {
  content: none;
}
.cid-t8IRhVd4GM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t8IRhVd4GM .carousel-indicators {
    display: none !important;
  }
}
.cid-t8ISQO8I5L {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t8ISQO8I5L .mbr-section-subtitle {
  text-align: left;
  color: #ff6666;
}
.cid-t8Dpje6x66 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-t8Dpje6x66 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t8Dpje6x66 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t8Dpje6x66 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-t8Dpje6x66 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t8Dpje6x66 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-t8Dpje6x66 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t8Dpje6x66 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t8Dpje6x66 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-t8Dpje6x66 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t8Dpje6x66 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8Dpje6x66 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8DGXOIgy7 {
  z-index: 1000;
  width: 100%;
}
.cid-t8DGXOIgy7 nav.navbar {
  position: fixed;
}
.cid-t8DGXOIgy7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8DGXOIgy7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t8DGXOIgy7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t8DGXOIgy7 .dropdown-item:hover,
.cid-t8DGXOIgy7 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-t8DGXOIgy7 .dropdown-item:hover span {
  color: white;
}
.cid-t8DGXOIgy7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t8DGXOIgy7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t8DGXOIgy7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t8DGXOIgy7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t8DGXOIgy7 .nav-link {
  position: relative;
}
.cid-t8DGXOIgy7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t8DGXOIgy7 .container {
    flex-wrap: nowrap;
  }
}
.cid-t8DGXOIgy7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t8DGXOIgy7 .dropdown-menu,
.cid-t8DGXOIgy7 .navbar.opened {
  background: #bfbfbf !important;
}
.cid-t8DGXOIgy7 .nav-item:focus,
.cid-t8DGXOIgy7 .nav-link:focus {
  outline: none;
}
.cid-t8DGXOIgy7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t8DGXOIgy7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8DGXOIgy7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t8DGXOIgy7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8DGXOIgy7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8DGXOIgy7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t8DGXOIgy7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(191, 191, 191, 0.3);
}
.cid-t8DGXOIgy7 .navbar.opened {
  transition: all 0.3s;
}
.cid-t8DGXOIgy7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t8DGXOIgy7 .navbar .navbar-logo img {
  width: auto;
}
.cid-t8DGXOIgy7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8DGXOIgy7 .navbar.collapsed {
  justify-content: center;
}
.cid-t8DGXOIgy7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8DGXOIgy7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t8DGXOIgy7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t8DGXOIgy7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8DGXOIgy7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8DGXOIgy7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t8DGXOIgy7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8DGXOIgy7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t8DGXOIgy7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t8DGXOIgy7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8DGXOIgy7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8DGXOIgy7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8DGXOIgy7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8DGXOIgy7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t8DGXOIgy7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t8DGXOIgy7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8DGXOIgy7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8DGXOIgy7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t8DGXOIgy7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t8DGXOIgy7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t8DGXOIgy7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t8DGXOIgy7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t8DGXOIgy7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t8DGXOIgy7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t8DGXOIgy7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8DGXOIgy7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8DGXOIgy7 .dropdown-item.active,
.cid-t8DGXOIgy7 .dropdown-item:active {
  background-color: transparent;
}
.cid-t8DGXOIgy7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8DGXOIgy7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8DGXOIgy7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8DGXOIgy7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bfbfbf;
}
.cid-t8DGXOIgy7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8DGXOIgy7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8DGXOIgy7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t8DGXOIgy7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t8DGXOIgy7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t8DGXOIgy7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-t8DGXOIgy7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t8DGXOIgy7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8DGXOIgy7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8DGXOIgy7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t8DGXOIgy7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8DGXOIgy7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t8DGXOIgy7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t8DGXOIgy7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8DGXOIgy7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t8DGXOIgy7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8DGXOIgy7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t8DGXOIgy7 .navbar {
    height: 70px;
  }
  .cid-t8DGXOIgy7 .navbar.opened {
    height: auto;
  }
  .cid-t8DGXOIgy7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8DGXOWaVP {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-t8DGXOWaVP .carousel {
    min-height: 800px;
  }
  .cid-t8DGXOWaVP .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t8DGXOWaVP .carousel {
    min-height: 520px;
  }
  .cid-t8DGXOWaVP .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-t8DGXOWaVP .carousel {
    min-height: 440px;
  }
  .cid-t8DGXOWaVP .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-t8DGXOWaVP .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t8DGXOWaVP .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t8DGXOWaVP .carousel,
.cid-t8DGXOWaVP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t8DGXOWaVP .item-wrapper {
  width: 100%;
}
.cid-t8DGXOWaVP .carousel-caption {
  bottom: 40px;
}
.cid-t8DGXOWaVP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t8DGXOWaVP .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t8DGXOWaVP .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t8DGXOWaVP .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t8DGXOWaVP .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t8DGXOWaVP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8DGXOWaVP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t8DGXOWaVP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t8DGXOWaVP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t8DGXOWaVP .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t8DGXOWaVP .carousel-indicators li.active,
.cid-t8DGXOWaVP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t8DGXOWaVP .carousel-indicators li::after,
.cid-t8DGXOWaVP .carousel-indicators li::before {
  content: none;
}
.cid-t8DGXOWaVP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t8DGXOWaVP .carousel-indicators {
    display: none !important;
  }
}
.cid-t8DGXOWaVP P {
  color: #232323;
  text-align: center;
}
.cid-t8DGXPpJNv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-t8DGXPpJNv .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t8DGXPpJNv .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t8DGXPpJNv .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-t8DGXPpJNv .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t8DGXPpJNv .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-t8DGXPpJNv .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t8DGXPpJNv .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t8DGXPpJNv .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-t8DGXPpJNv .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t8DGXPpJNv .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8DGXPpJNv .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t9XHg7LjRx {
  z-index: 1000;
  width: 100%;
}
.cid-t9XHg7LjRx nav.navbar {
  position: fixed;
}
.cid-t9XHg7LjRx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t9XHg7LjRx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t9XHg7LjRx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t9XHg7LjRx .dropdown-item:hover,
.cid-t9XHg7LjRx .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-t9XHg7LjRx .dropdown-item:hover span {
  color: white;
}
.cid-t9XHg7LjRx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t9XHg7LjRx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t9XHg7LjRx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t9XHg7LjRx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t9XHg7LjRx .nav-link {
  position: relative;
}
.cid-t9XHg7LjRx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t9XHg7LjRx .container {
    flex-wrap: nowrap;
  }
}
.cid-t9XHg7LjRx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t9XHg7LjRx .dropdown-menu,
.cid-t9XHg7LjRx .navbar.opened {
  background: #bfbfbf !important;
}
.cid-t9XHg7LjRx .nav-item:focus,
.cid-t9XHg7LjRx .nav-link:focus {
  outline: none;
}
.cid-t9XHg7LjRx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t9XHg7LjRx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t9XHg7LjRx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t9XHg7LjRx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t9XHg7LjRx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t9XHg7LjRx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t9XHg7LjRx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(191, 191, 191, 0.3);
}
.cid-t9XHg7LjRx .navbar.opened {
  transition: all 0.3s;
}
.cid-t9XHg7LjRx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t9XHg7LjRx .navbar .navbar-logo img {
  width: auto;
}
.cid-t9XHg7LjRx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t9XHg7LjRx .navbar.collapsed {
  justify-content: center;
}
.cid-t9XHg7LjRx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t9XHg7LjRx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t9XHg7LjRx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t9XHg7LjRx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t9XHg7LjRx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t9XHg7LjRx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t9XHg7LjRx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t9XHg7LjRx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t9XHg7LjRx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t9XHg7LjRx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t9XHg7LjRx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t9XHg7LjRx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t9XHg7LjRx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t9XHg7LjRx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t9XHg7LjRx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t9XHg7LjRx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t9XHg7LjRx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t9XHg7LjRx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t9XHg7LjRx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t9XHg7LjRx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t9XHg7LjRx .navbar.navbar-short {
  min-height: 60px;
}
.cid-t9XHg7LjRx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t9XHg7LjRx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t9XHg7LjRx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t9XHg7LjRx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t9XHg7LjRx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t9XHg7LjRx .dropdown-item.active,
.cid-t9XHg7LjRx .dropdown-item:active {
  background-color: transparent;
}
.cid-t9XHg7LjRx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t9XHg7LjRx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t9XHg7LjRx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t9XHg7LjRx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bfbfbf;
}
.cid-t9XHg7LjRx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t9XHg7LjRx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t9XHg7LjRx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t9XHg7LjRx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t9XHg7LjRx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t9XHg7LjRx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-t9XHg7LjRx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t9XHg7LjRx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t9XHg7LjRx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t9XHg7LjRx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t9XHg7LjRx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t9XHg7LjRx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t9XHg7LjRx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t9XHg7LjRx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t9XHg7LjRx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t9XHg7LjRx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t9XHg7LjRx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t9XHg7LjRx .navbar {
    height: 70px;
  }
  .cid-t9XHg7LjRx .navbar.opened {
    height: auto;
  }
  .cid-t9XHg7LjRx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t9XHg890CW {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-t9XHg890CW .carousel {
    min-height: 800px;
  }
  .cid-t9XHg890CW .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t9XHg890CW .carousel {
    min-height: 520px;
  }
  .cid-t9XHg890CW .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-t9XHg890CW .carousel {
    min-height: 440px;
  }
  .cid-t9XHg890CW .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-t9XHg890CW .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t9XHg890CW .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t9XHg890CW .carousel,
.cid-t9XHg890CW .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t9XHg890CW .item-wrapper {
  width: 100%;
}
.cid-t9XHg890CW .carousel-caption {
  bottom: 40px;
}
.cid-t9XHg890CW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t9XHg890CW .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t9XHg890CW .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t9XHg890CW .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t9XHg890CW .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t9XHg890CW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t9XHg890CW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t9XHg890CW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t9XHg890CW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t9XHg890CW .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t9XHg890CW .carousel-indicators li.active,
.cid-t9XHg890CW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t9XHg890CW .carousel-indicators li::after,
.cid-t9XHg890CW .carousel-indicators li::before {
  content: none;
}
.cid-t9XHg890CW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t9XHg890CW .carousel-indicators {
    display: none !important;
  }
}
.cid-t9XHg890CW P {
  color: #232323;
  text-align: center;
}
.cid-t9XHg8u3O1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-t9XHg8u3O1 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t9XHg8u3O1 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t9XHg8u3O1 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-t9XHg8u3O1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t9XHg8u3O1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-t9XHg8u3O1 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t9XHg8u3O1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t9XHg8u3O1 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-t9XHg8u3O1 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t9XHg8u3O1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t9XHg8u3O1 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t9uw5SdTyK {
  z-index: 1000;
  width: 100%;
}
.cid-t9uw5SdTyK nav.navbar {
  position: fixed;
}
.cid-t9uw5SdTyK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t9uw5SdTyK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t9uw5SdTyK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t9uw5SdTyK .dropdown-item:hover,
.cid-t9uw5SdTyK .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-t9uw5SdTyK .dropdown-item:hover span {
  color: white;
}
.cid-t9uw5SdTyK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t9uw5SdTyK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t9uw5SdTyK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t9uw5SdTyK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t9uw5SdTyK .nav-link {
  position: relative;
}
.cid-t9uw5SdTyK .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t9uw5SdTyK .container {
    flex-wrap: nowrap;
  }
}
.cid-t9uw5SdTyK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t9uw5SdTyK .dropdown-menu,
.cid-t9uw5SdTyK .navbar.opened {
  background: #bfbfbf !important;
}
.cid-t9uw5SdTyK .nav-item:focus,
.cid-t9uw5SdTyK .nav-link:focus {
  outline: none;
}
.cid-t9uw5SdTyK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t9uw5SdTyK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t9uw5SdTyK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t9uw5SdTyK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t9uw5SdTyK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t9uw5SdTyK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t9uw5SdTyK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(191, 191, 191, 0.3);
}
.cid-t9uw5SdTyK .navbar.opened {
  transition: all 0.3s;
}
.cid-t9uw5SdTyK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t9uw5SdTyK .navbar .navbar-logo img {
  width: auto;
}
.cid-t9uw5SdTyK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t9uw5SdTyK .navbar.collapsed {
  justify-content: center;
}
.cid-t9uw5SdTyK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t9uw5SdTyK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t9uw5SdTyK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t9uw5SdTyK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t9uw5SdTyK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t9uw5SdTyK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t9uw5SdTyK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t9uw5SdTyK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t9uw5SdTyK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t9uw5SdTyK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t9uw5SdTyK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t9uw5SdTyK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t9uw5SdTyK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t9uw5SdTyK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t9uw5SdTyK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t9uw5SdTyK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t9uw5SdTyK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t9uw5SdTyK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t9uw5SdTyK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t9uw5SdTyK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t9uw5SdTyK .navbar.navbar-short {
  min-height: 60px;
}
.cid-t9uw5SdTyK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t9uw5SdTyK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t9uw5SdTyK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t9uw5SdTyK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t9uw5SdTyK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t9uw5SdTyK .dropdown-item.active,
.cid-t9uw5SdTyK .dropdown-item:active {
  background-color: transparent;
}
.cid-t9uw5SdTyK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t9uw5SdTyK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t9uw5SdTyK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t9uw5SdTyK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bfbfbf;
}
.cid-t9uw5SdTyK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t9uw5SdTyK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t9uw5SdTyK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t9uw5SdTyK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t9uw5SdTyK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t9uw5SdTyK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-t9uw5SdTyK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t9uw5SdTyK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t9uw5SdTyK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t9uw5SdTyK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t9uw5SdTyK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t9uw5SdTyK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t9uw5SdTyK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t9uw5SdTyK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t9uw5SdTyK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t9uw5SdTyK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t9uw5SdTyK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t9uw5SdTyK .navbar {
    height: 70px;
  }
  .cid-t9uw5SdTyK .navbar.opened {
    height: auto;
  }
  .cid-t9uw5SdTyK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t9uw5SBcO7 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-t9uw5SBcO7 .carousel {
    min-height: 800px;
  }
  .cid-t9uw5SBcO7 .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t9uw5SBcO7 .carousel {
    min-height: 520px;
  }
  .cid-t9uw5SBcO7 .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-t9uw5SBcO7 .carousel {
    min-height: 440px;
  }
  .cid-t9uw5SBcO7 .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-t9uw5SBcO7 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t9uw5SBcO7 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t9uw5SBcO7 .carousel,
.cid-t9uw5SBcO7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t9uw5SBcO7 .item-wrapper {
  width: 100%;
}
.cid-t9uw5SBcO7 .carousel-caption {
  bottom: 40px;
}
.cid-t9uw5SBcO7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t9uw5SBcO7 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t9uw5SBcO7 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t9uw5SBcO7 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t9uw5SBcO7 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t9uw5SBcO7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t9uw5SBcO7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t9uw5SBcO7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t9uw5SBcO7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t9uw5SBcO7 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t9uw5SBcO7 .carousel-indicators li.active,
.cid-t9uw5SBcO7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t9uw5SBcO7 .carousel-indicators li::after,
.cid-t9uw5SBcO7 .carousel-indicators li::before {
  content: none;
}
.cid-t9uw5SBcO7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t9uw5SBcO7 .carousel-indicators {
    display: none !important;
  }
}
.cid-t9uw5SBcO7 P {
  color: #000000;
  text-align: center;
}
.cid-t9uw5T6NwN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-t9uw5T6NwN .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t9uw5T6NwN .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t9uw5T6NwN .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-t9uw5T6NwN .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t9uw5T6NwN .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-t9uw5T6NwN .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t9uw5T6NwN .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t9uw5T6NwN .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-t9uw5T6NwN .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t9uw5T6NwN .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t9uw5T6NwN .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t9uAXooeUZ {
  z-index: 1000;
  width: 100%;
}
.cid-t9uAXooeUZ nav.navbar {
  position: fixed;
}
.cid-t9uAXooeUZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t9uAXooeUZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t9uAXooeUZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t9uAXooeUZ .dropdown-item:hover,
.cid-t9uAXooeUZ .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-t9uAXooeUZ .dropdown-item:hover span {
  color: white;
}
.cid-t9uAXooeUZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t9uAXooeUZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t9uAXooeUZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t9uAXooeUZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t9uAXooeUZ .nav-link {
  position: relative;
}
.cid-t9uAXooeUZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t9uAXooeUZ .container {
    flex-wrap: nowrap;
  }
}
.cid-t9uAXooeUZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t9uAXooeUZ .dropdown-menu,
.cid-t9uAXooeUZ .navbar.opened {
  background: #bfbfbf !important;
}
.cid-t9uAXooeUZ .nav-item:focus,
.cid-t9uAXooeUZ .nav-link:focus {
  outline: none;
}
.cid-t9uAXooeUZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t9uAXooeUZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t9uAXooeUZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t9uAXooeUZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t9uAXooeUZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t9uAXooeUZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t9uAXooeUZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(191, 191, 191, 0.3);
}
.cid-t9uAXooeUZ .navbar.opened {
  transition: all 0.3s;
}
.cid-t9uAXooeUZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t9uAXooeUZ .navbar .navbar-logo img {
  width: auto;
}
.cid-t9uAXooeUZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t9uAXooeUZ .navbar.collapsed {
  justify-content: center;
}
.cid-t9uAXooeUZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t9uAXooeUZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t9uAXooeUZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t9uAXooeUZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t9uAXooeUZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t9uAXooeUZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t9uAXooeUZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t9uAXooeUZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t9uAXooeUZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t9uAXooeUZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t9uAXooeUZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t9uAXooeUZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t9uAXooeUZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t9uAXooeUZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t9uAXooeUZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t9uAXooeUZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t9uAXooeUZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t9uAXooeUZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t9uAXooeUZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t9uAXooeUZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t9uAXooeUZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-t9uAXooeUZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t9uAXooeUZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t9uAXooeUZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t9uAXooeUZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t9uAXooeUZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t9uAXooeUZ .dropdown-item.active,
.cid-t9uAXooeUZ .dropdown-item:active {
  background-color: transparent;
}
.cid-t9uAXooeUZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t9uAXooeUZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t9uAXooeUZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t9uAXooeUZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bfbfbf;
}
.cid-t9uAXooeUZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t9uAXooeUZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t9uAXooeUZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t9uAXooeUZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t9uAXooeUZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t9uAXooeUZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-t9uAXooeUZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t9uAXooeUZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t9uAXooeUZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t9uAXooeUZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t9uAXooeUZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t9uAXooeUZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t9uAXooeUZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t9uAXooeUZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t9uAXooeUZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t9uAXooeUZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t9uAXooeUZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t9uAXooeUZ .navbar {
    height: 70px;
  }
  .cid-t9uAXooeUZ .navbar.opened {
    height: auto;
  }
  .cid-t9uAXooeUZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t9uAXoJnPf {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-t9uAXoJnPf .carousel {
    min-height: 800px;
  }
  .cid-t9uAXoJnPf .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t9uAXoJnPf .carousel {
    min-height: 520px;
  }
  .cid-t9uAXoJnPf .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-t9uAXoJnPf .carousel {
    min-height: 440px;
  }
  .cid-t9uAXoJnPf .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-t9uAXoJnPf .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t9uAXoJnPf .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t9uAXoJnPf .carousel,
.cid-t9uAXoJnPf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t9uAXoJnPf .item-wrapper {
  width: 100%;
}
.cid-t9uAXoJnPf .carousel-caption {
  bottom: 40px;
}
.cid-t9uAXoJnPf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t9uAXoJnPf .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t9uAXoJnPf .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t9uAXoJnPf .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t9uAXoJnPf .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t9uAXoJnPf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t9uAXoJnPf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t9uAXoJnPf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t9uAXoJnPf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t9uAXoJnPf .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t9uAXoJnPf .carousel-indicators li.active,
.cid-t9uAXoJnPf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t9uAXoJnPf .carousel-indicators li::after,
.cid-t9uAXoJnPf .carousel-indicators li::before {
  content: none;
}
.cid-t9uAXoJnPf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t9uAXoJnPf .carousel-indicators {
    display: none !important;
  }
}
.cid-t9uAXoJnPf P {
  color: #000000;
  text-align: center;
}
.cid-t9uAXpe0Gr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-t9uAXpe0Gr .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t9uAXpe0Gr .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t9uAXpe0Gr .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-t9uAXpe0Gr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t9uAXpe0Gr .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-t9uAXpe0Gr .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t9uAXpe0Gr .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t9uAXpe0Gr .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-t9uAXpe0Gr .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t9uAXpe0Gr .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t9uAXpe0Gr .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t9uDnb9US5 {
  z-index: 1000;
  width: 100%;
}
.cid-t9uDnb9US5 nav.navbar {
  position: fixed;
}
.cid-t9uDnb9US5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t9uDnb9US5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t9uDnb9US5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t9uDnb9US5 .dropdown-item:hover,
.cid-t9uDnb9US5 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-t9uDnb9US5 .dropdown-item:hover span {
  color: white;
}
.cid-t9uDnb9US5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t9uDnb9US5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t9uDnb9US5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t9uDnb9US5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t9uDnb9US5 .nav-link {
  position: relative;
}
.cid-t9uDnb9US5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t9uDnb9US5 .container {
    flex-wrap: nowrap;
  }
}
.cid-t9uDnb9US5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t9uDnb9US5 .dropdown-menu,
.cid-t9uDnb9US5 .navbar.opened {
  background: #bfbfbf !important;
}
.cid-t9uDnb9US5 .nav-item:focus,
.cid-t9uDnb9US5 .nav-link:focus {
  outline: none;
}
.cid-t9uDnb9US5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t9uDnb9US5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t9uDnb9US5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t9uDnb9US5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t9uDnb9US5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t9uDnb9US5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t9uDnb9US5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(191, 191, 191, 0.3);
}
.cid-t9uDnb9US5 .navbar.opened {
  transition: all 0.3s;
}
.cid-t9uDnb9US5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t9uDnb9US5 .navbar .navbar-logo img {
  width: auto;
}
.cid-t9uDnb9US5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t9uDnb9US5 .navbar.collapsed {
  justify-content: center;
}
.cid-t9uDnb9US5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t9uDnb9US5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t9uDnb9US5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t9uDnb9US5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t9uDnb9US5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t9uDnb9US5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t9uDnb9US5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t9uDnb9US5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t9uDnb9US5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t9uDnb9US5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t9uDnb9US5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t9uDnb9US5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t9uDnb9US5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t9uDnb9US5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t9uDnb9US5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t9uDnb9US5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t9uDnb9US5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t9uDnb9US5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t9uDnb9US5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t9uDnb9US5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t9uDnb9US5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t9uDnb9US5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t9uDnb9US5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t9uDnb9US5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t9uDnb9US5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t9uDnb9US5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t9uDnb9US5 .dropdown-item.active,
.cid-t9uDnb9US5 .dropdown-item:active {
  background-color: transparent;
}
.cid-t9uDnb9US5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t9uDnb9US5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t9uDnb9US5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t9uDnb9US5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bfbfbf;
}
.cid-t9uDnb9US5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t9uDnb9US5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t9uDnb9US5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t9uDnb9US5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t9uDnb9US5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t9uDnb9US5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-t9uDnb9US5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t9uDnb9US5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t9uDnb9US5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t9uDnb9US5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t9uDnb9US5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t9uDnb9US5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t9uDnb9US5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t9uDnb9US5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t9uDnb9US5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t9uDnb9US5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t9uDnb9US5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t9uDnb9US5 .navbar {
    height: 70px;
  }
  .cid-t9uDnb9US5 .navbar.opened {
    height: auto;
  }
  .cid-t9uDnb9US5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t9uDnbBdu2 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-t9uDnbBdu2 .carousel {
    min-height: 800px;
  }
  .cid-t9uDnbBdu2 .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t9uDnbBdu2 .carousel {
    min-height: 520px;
  }
  .cid-t9uDnbBdu2 .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-t9uDnbBdu2 .carousel {
    min-height: 440px;
  }
  .cid-t9uDnbBdu2 .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-t9uDnbBdu2 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t9uDnbBdu2 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t9uDnbBdu2 .carousel,
.cid-t9uDnbBdu2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t9uDnbBdu2 .item-wrapper {
  width: 100%;
}
.cid-t9uDnbBdu2 .carousel-caption {
  bottom: 40px;
}
.cid-t9uDnbBdu2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t9uDnbBdu2 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t9uDnbBdu2 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t9uDnbBdu2 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t9uDnbBdu2 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t9uDnbBdu2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t9uDnbBdu2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t9uDnbBdu2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t9uDnbBdu2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t9uDnbBdu2 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t9uDnbBdu2 .carousel-indicators li.active,
.cid-t9uDnbBdu2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t9uDnbBdu2 .carousel-indicators li::after,
.cid-t9uDnbBdu2 .carousel-indicators li::before {
  content: none;
}
.cid-t9uDnbBdu2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t9uDnbBdu2 .carousel-indicators {
    display: none !important;
  }
}
.cid-t9uDnbBdu2 P {
  color: #000000;
  text-align: center;
}
.cid-t9uDnccLCx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-t9uDnccLCx .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t9uDnccLCx .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t9uDnccLCx .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-t9uDnccLCx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t9uDnccLCx .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-t9uDnccLCx .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t9uDnccLCx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t9uDnccLCx .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-t9uDnccLCx .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t9uDnccLCx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t9uDnccLCx .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8DHWGqMna {
  z-index: 1000;
  width: 100%;
}
.cid-t8DHWGqMna nav.navbar {
  position: fixed;
}
.cid-t8DHWGqMna .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8DHWGqMna .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t8DHWGqMna .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t8DHWGqMna .dropdown-item:hover,
.cid-t8DHWGqMna .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-t8DHWGqMna .dropdown-item:hover span {
  color: white;
}
.cid-t8DHWGqMna .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t8DHWGqMna .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t8DHWGqMna .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t8DHWGqMna .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t8DHWGqMna .nav-link {
  position: relative;
}
.cid-t8DHWGqMna .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t8DHWGqMna .container {
    flex-wrap: nowrap;
  }
}
.cid-t8DHWGqMna .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t8DHWGqMna .dropdown-menu,
.cid-t8DHWGqMna .navbar.opened {
  background: #bfbfbf !important;
}
.cid-t8DHWGqMna .nav-item:focus,
.cid-t8DHWGqMna .nav-link:focus {
  outline: none;
}
.cid-t8DHWGqMna .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t8DHWGqMna .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8DHWGqMna .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t8DHWGqMna .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8DHWGqMna .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8DHWGqMna .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t8DHWGqMna .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(191, 191, 191, 0.3);
}
.cid-t8DHWGqMna .navbar.opened {
  transition: all 0.3s;
}
.cid-t8DHWGqMna .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t8DHWGqMna .navbar .navbar-logo img {
  width: auto;
}
.cid-t8DHWGqMna .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8DHWGqMna .navbar.collapsed {
  justify-content: center;
}
.cid-t8DHWGqMna .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8DHWGqMna .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t8DHWGqMna .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t8DHWGqMna .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8DHWGqMna .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8DHWGqMna .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t8DHWGqMna .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8DHWGqMna .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t8DHWGqMna .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t8DHWGqMna .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8DHWGqMna .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8DHWGqMna .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8DHWGqMna .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8DHWGqMna .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t8DHWGqMna .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t8DHWGqMna .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8DHWGqMna .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8DHWGqMna .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t8DHWGqMna .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t8DHWGqMna .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t8DHWGqMna .navbar.navbar-short {
  min-height: 60px;
}
.cid-t8DHWGqMna .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t8DHWGqMna .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t8DHWGqMna .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t8DHWGqMna .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8DHWGqMna .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8DHWGqMna .dropdown-item.active,
.cid-t8DHWGqMna .dropdown-item:active {
  background-color: transparent;
}
.cid-t8DHWGqMna .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8DHWGqMna .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8DHWGqMna .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8DHWGqMna .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bfbfbf;
}
.cid-t8DHWGqMna .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8DHWGqMna .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8DHWGqMna ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t8DHWGqMna .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t8DHWGqMna button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t8DHWGqMna button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-t8DHWGqMna button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t8DHWGqMna button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8DHWGqMna button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8DHWGqMna button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t8DHWGqMna nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8DHWGqMna nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t8DHWGqMna nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t8DHWGqMna nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8DHWGqMna .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t8DHWGqMna a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8DHWGqMna .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t8DHWGqMna .navbar {
    height: 70px;
  }
  .cid-t8DHWGqMna .navbar.opened {
    height: auto;
  }
  .cid-t8DHWGqMna .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8DHWGJKZk {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-t8DHWGJKZk .carousel {
    min-height: 800px;
  }
  .cid-t8DHWGJKZk .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t8DHWGJKZk .carousel {
    min-height: 520px;
  }
  .cid-t8DHWGJKZk .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-t8DHWGJKZk .carousel {
    min-height: 440px;
  }
  .cid-t8DHWGJKZk .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-t8DHWGJKZk .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t8DHWGJKZk .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t8DHWGJKZk .carousel,
.cid-t8DHWGJKZk .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t8DHWGJKZk .item-wrapper {
  width: 100%;
}
.cid-t8DHWGJKZk .carousel-caption {
  bottom: 40px;
}
.cid-t8DHWGJKZk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t8DHWGJKZk .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t8DHWGJKZk .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t8DHWGJKZk .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t8DHWGJKZk .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t8DHWGJKZk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8DHWGJKZk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t8DHWGJKZk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t8DHWGJKZk .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t8DHWGJKZk .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t8DHWGJKZk .carousel-indicators li.active,
.cid-t8DHWGJKZk .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t8DHWGJKZk .carousel-indicators li::after,
.cid-t8DHWGJKZk .carousel-indicators li::before {
  content: none;
}
.cid-t8DHWGJKZk .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t8DHWGJKZk .carousel-indicators {
    display: none !important;
  }
}
.cid-t8DHWGJKZk P {
  color: #000000;
  text-align: center;
}
.cid-t8DHWGYgMe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-t8DHWGYgMe .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t8DHWGYgMe .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t8DHWGYgMe .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-t8DHWGYgMe .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t8DHWGYgMe .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-t8DHWGYgMe .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t8DHWGYgMe .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t8DHWGYgMe .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-t8DHWGYgMe .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t8DHWGYgMe .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8DHWGYgMe .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ta8muUNApv {
  z-index: 1000;
  width: 100%;
}
.cid-ta8muUNApv nav.navbar {
  position: fixed;
}
.cid-ta8muUNApv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ta8muUNApv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ta8muUNApv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ta8muUNApv .dropdown-item:hover,
.cid-ta8muUNApv .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-ta8muUNApv .dropdown-item:hover span {
  color: white;
}
.cid-ta8muUNApv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ta8muUNApv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ta8muUNApv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ta8muUNApv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ta8muUNApv .nav-link {
  position: relative;
}
.cid-ta8muUNApv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ta8muUNApv .container {
    flex-wrap: nowrap;
  }
}
.cid-ta8muUNApv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ta8muUNApv .dropdown-menu,
.cid-ta8muUNApv .navbar.opened {
  background: #bfbfbf !important;
}
.cid-ta8muUNApv .nav-item:focus,
.cid-ta8muUNApv .nav-link:focus {
  outline: none;
}
.cid-ta8muUNApv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ta8muUNApv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ta8muUNApv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ta8muUNApv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ta8muUNApv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ta8muUNApv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ta8muUNApv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(191, 191, 191, 0.3);
}
.cid-ta8muUNApv .navbar.opened {
  transition: all 0.3s;
}
.cid-ta8muUNApv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ta8muUNApv .navbar .navbar-logo img {
  width: auto;
}
.cid-ta8muUNApv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ta8muUNApv .navbar.collapsed {
  justify-content: center;
}
.cid-ta8muUNApv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ta8muUNApv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ta8muUNApv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ta8muUNApv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ta8muUNApv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ta8muUNApv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ta8muUNApv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ta8muUNApv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ta8muUNApv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ta8muUNApv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ta8muUNApv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ta8muUNApv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ta8muUNApv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ta8muUNApv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ta8muUNApv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ta8muUNApv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ta8muUNApv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ta8muUNApv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ta8muUNApv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ta8muUNApv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ta8muUNApv .navbar.navbar-short {
  min-height: 60px;
}
.cid-ta8muUNApv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ta8muUNApv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ta8muUNApv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ta8muUNApv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ta8muUNApv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ta8muUNApv .dropdown-item.active,
.cid-ta8muUNApv .dropdown-item:active {
  background-color: transparent;
}
.cid-ta8muUNApv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ta8muUNApv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ta8muUNApv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ta8muUNApv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bfbfbf;
}
.cid-ta8muUNApv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ta8muUNApv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ta8muUNApv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ta8muUNApv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ta8muUNApv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ta8muUNApv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-ta8muUNApv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ta8muUNApv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ta8muUNApv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ta8muUNApv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ta8muUNApv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ta8muUNApv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ta8muUNApv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ta8muUNApv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ta8muUNApv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ta8muUNApv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ta8muUNApv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ta8muUNApv .navbar {
    height: 70px;
  }
  .cid-ta8muUNApv .navbar.opened {
    height: auto;
  }
  .cid-ta8muUNApv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ta8muV7SHS {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ta8muV7SHS .carousel {
    min-height: 800px;
  }
  .cid-ta8muV7SHS .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ta8muV7SHS .carousel {
    min-height: 520px;
  }
  .cid-ta8muV7SHS .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-ta8muV7SHS .carousel {
    min-height: 440px;
  }
  .cid-ta8muV7SHS .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-ta8muV7SHS .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ta8muV7SHS .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ta8muV7SHS .carousel,
.cid-ta8muV7SHS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ta8muV7SHS .item-wrapper {
  width: 100%;
}
.cid-ta8muV7SHS .carousel-caption {
  bottom: 40px;
}
.cid-ta8muV7SHS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ta8muV7SHS .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ta8muV7SHS .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ta8muV7SHS .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ta8muV7SHS .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ta8muV7SHS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ta8muV7SHS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ta8muV7SHS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ta8muV7SHS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ta8muV7SHS .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ta8muV7SHS .carousel-indicators li.active,
.cid-ta8muV7SHS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ta8muV7SHS .carousel-indicators li::after,
.cid-ta8muV7SHS .carousel-indicators li::before {
  content: none;
}
.cid-ta8muV7SHS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ta8muV7SHS .carousel-indicators {
    display: none !important;
  }
}
.cid-ta8muV7SHS P {
  color: #000000;
  text-align: center;
}
.cid-ta8muVsmBK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-ta8muVsmBK .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ta8muVsmBK .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-ta8muVsmBK .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-ta8muVsmBK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ta8muVsmBK .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-ta8muVsmBK .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ta8muVsmBK .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ta8muVsmBK .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ta8muVsmBK .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ta8muVsmBK .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ta8muVsmBK .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
