body {
  font-family: IBM Plex Sans;
}
.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: 'Jost', sans-serif;
  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: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.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.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((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: #ffffff !important;
}
.bg-success {
  background-color: #ff9632 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #f0875a !important;
}
.btn-primary,
.btn-primary: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-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.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-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !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: #ff9632 !important;
  border-color: #ff9632 !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: #da6a00 !important;
  border-color: #da6a00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #da6a00 !important;
  border-color: #da6a00 !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: #f0875a !important;
  border-color: #f0875a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #df5114 !important;
  border-color: #df5114 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #df5114 !important;
  border-color: #df5114 !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: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-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: #ff9632;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #da6a00 !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: #ff9632 !important;
  border-color: #ff9632 !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: #f0875a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #df5114 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f0875a !important;
  border-color: #f0875a !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: #ffffff !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #ff9632 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #f0875a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !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: #cb6300 !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: #d14c13 !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: #ffffff;
}
.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: #f0875a;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffefe;
}
.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*/
.scrollToTop_wraper {
  display: none;
}
.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: #ffffff !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: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #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='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-si5WWzDRI3 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/oqci4101-2-2000x2000.png");
}
.cid-si5WWzDRI3 img,
.cid-si5WWzDRI3 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-si5WWzDRI3 .item:focus,
.cid-si5WWzDRI3 span:focus {
  outline: none;
}
.cid-si5WWzDRI3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-si5WWzDRI3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-si5WWzDRI3 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-si5WWzDRI3 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-si5WWzDRI3 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-si5WWzDRI3 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-si5WWzDRI3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-si5WWzDRI3 .mbr-section-title {
  color: #ffffff;
}
.cid-si5WWzDRI3 .mbr-text,
.cid-si5WWzDRI3 .mbr-section-btn {
  text-align: left;
}
.cid-si5WWzDRI3 .item-title {
  text-align: left;
}
.cid-si5WWzDRI3 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-si5WWTixNB {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/oqci4101-3.png");
}
.cid-si5WWTixNB img,
.cid-si5WWTixNB .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-si5WWTixNB .item:focus,
.cid-si5WWTixNB span:focus {
  outline: none;
}
.cid-si5WWTixNB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-si5WWTixNB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-si5WWTixNB .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-si5WWTixNB .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-si5WWTixNB .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-si5WWTixNB .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-si5WWTixNB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-si5WWTixNB .mbr-section-title {
  color: #ffffff;
}
.cid-si5WWTixNB .mbr-text,
.cid-si5WWTixNB .mbr-section-btn {
  text-align: left;
}
.cid-si5WWTixNB .item-title {
  text-align: left;
}
.cid-si5WWTixNB .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-si5WXCT5bo {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/oqci4101-5.png");
}
.cid-si5WXCT5bo img,
.cid-si5WXCT5bo .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-si5WXCT5bo .item:focus,
.cid-si5WXCT5bo span:focus {
  outline: none;
}
.cid-si5WXCT5bo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-si5WXCT5bo .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-si5WXCT5bo .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-si5WXCT5bo .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-si5WXCT5bo .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-si5WXCT5bo .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-si5WXCT5bo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-si5WXCT5bo .mbr-section-title {
  color: #ffffff;
}
.cid-si5WXCT5bo .mbr-text,
.cid-si5WXCT5bo .mbr-section-btn {
  text-align: left;
}
.cid-si5WXCT5bo .item-title {
  text-align: left;
}
.cid-si5WXCT5bo .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-s48P1Icc8J {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-siqudfET6U {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-siqudfET6U nav.navbar {
  position: fixed;
}
.cid-siqudfET6U .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-siqudfET6U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-siqudfET6U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-siqudfET6U .dropdown-item:hover,
.cid-siqudfET6U .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-siqudfET6U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-siqudfET6U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-siqudfET6U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-siqudfET6U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-siqudfET6U .nav-link {
  position: relative;
}
.cid-siqudfET6U .container {
  display: flex;
  margin: auto;
}
.cid-siqudfET6U .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-siqudfET6U .dropdown-menu,
.cid-siqudfET6U .navbar.opened {
  background: #ffffff !important;
}
.cid-siqudfET6U .nav-item:focus,
.cid-siqudfET6U .nav-link:focus {
  outline: none;
}
.cid-siqudfET6U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-siqudfET6U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-siqudfET6U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-siqudfET6U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-siqudfET6U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-siqudfET6U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-siqudfET6U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-siqudfET6U .navbar.opened {
  transition: all 0.3s;
}
.cid-siqudfET6U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-siqudfET6U .navbar .navbar-logo img {
  width: auto;
}
.cid-siqudfET6U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-siqudfET6U .navbar.collapsed {
  justify-content: center;
}
.cid-siqudfET6U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-siqudfET6U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-siqudfET6U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-siqudfET6U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-siqudfET6U .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-siqudfET6U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-siqudfET6U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-siqudfET6U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-siqudfET6U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-siqudfET6U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-siqudfET6U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-siqudfET6U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-siqudfET6U .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-siqudfET6U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-siqudfET6U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-siqudfET6U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-siqudfET6U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-siqudfET6U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-siqudfET6U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-siqudfET6U .navbar.navbar-short {
  min-height: 60px;
}
.cid-siqudfET6U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-siqudfET6U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-siqudfET6U .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-siqudfET6U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-siqudfET6U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-siqudfET6U .dropdown-item.active,
.cid-siqudfET6U .dropdown-item:active {
  background-color: transparent;
}
.cid-siqudfET6U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-siqudfET6U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-siqudfET6U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-siqudfET6U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-siqudfET6U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-siqudfET6U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-siqudfET6U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-siqudfET6U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-siqudfET6U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-siqudfET6U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-siqudfET6U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-siqudfET6U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-siqudfET6U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-siqudfET6U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-siqudfET6U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-siqudfET6U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-siqudfET6U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-siqudfET6U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-siqudfET6U .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-siqudfET6U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-siqudfET6U .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-siqudfET6U .navbar {
    height: 70px;
  }
  .cid-siqudfET6U .navbar.opened {
    height: auto;
  }
  .cid-siqudfET6U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sitrfzgQcK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/utb-zlin-univerzita-tb-1024x768.jpg");
}
.cid-sitrfzgQcK .mbr-text,
.cid-sitrfzgQcK .mbr-section-btn {
  color: #232323;
}
.cid-sitrfzgQcK .card-title,
.cid-sitrfzgQcK .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-sitrfzgQcK .mbr-text,
.cid-sitrfzgQcK .link-wrap {
  color: #ffffff;
}
.cid-sitpkFfuCQ {
  background-color: #ffffff;
}
.cid-sitpkFfuCQ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sitpkFfuCQ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sitpkFfuCQ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-s48P1Icc8J {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-siqudfET6U {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-siqudfET6U nav.navbar {
  position: fixed;
}
.cid-siqudfET6U .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-siqudfET6U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-siqudfET6U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-siqudfET6U .dropdown-item:hover,
.cid-siqudfET6U .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-siqudfET6U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-siqudfET6U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-siqudfET6U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-siqudfET6U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-siqudfET6U .nav-link {
  position: relative;
}
.cid-siqudfET6U .container {
  display: flex;
  margin: auto;
}
.cid-siqudfET6U .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-siqudfET6U .dropdown-menu,
.cid-siqudfET6U .navbar.opened {
  background: #ffffff !important;
}
.cid-siqudfET6U .nav-item:focus,
.cid-siqudfET6U .nav-link:focus {
  outline: none;
}
.cid-siqudfET6U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-siqudfET6U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-siqudfET6U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-siqudfET6U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-siqudfET6U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-siqudfET6U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-siqudfET6U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-siqudfET6U .navbar.opened {
  transition: all 0.3s;
}
.cid-siqudfET6U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-siqudfET6U .navbar .navbar-logo img {
  width: auto;
}
.cid-siqudfET6U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-siqudfET6U .navbar.collapsed {
  justify-content: center;
}
.cid-siqudfET6U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-siqudfET6U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-siqudfET6U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-siqudfET6U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-siqudfET6U .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-siqudfET6U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-siqudfET6U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-siqudfET6U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-siqudfET6U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-siqudfET6U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-siqudfET6U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-siqudfET6U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-siqudfET6U .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-siqudfET6U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-siqudfET6U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-siqudfET6U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-siqudfET6U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-siqudfET6U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-siqudfET6U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-siqudfET6U .navbar.navbar-short {
  min-height: 60px;
}
.cid-siqudfET6U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-siqudfET6U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-siqudfET6U .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-siqudfET6U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-siqudfET6U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-siqudfET6U .dropdown-item.active,
.cid-siqudfET6U .dropdown-item:active {
  background-color: transparent;
}
.cid-siqudfET6U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-siqudfET6U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-siqudfET6U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-siqudfET6U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-siqudfET6U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-siqudfET6U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-siqudfET6U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-siqudfET6U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-siqudfET6U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-siqudfET6U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-siqudfET6U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-siqudfET6U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-siqudfET6U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-siqudfET6U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-siqudfET6U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-siqudfET6U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-siqudfET6U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-siqudfET6U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-siqudfET6U .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-siqudfET6U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-siqudfET6U .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-siqudfET6U .navbar {
    height: 70px;
  }
  .cid-siqudfET6U .navbar.opened {
    height: auto;
  }
  .cid-siqudfET6U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snGJMSXHqo {
  background-image: url("../../../assets/images/duhov-kuliuka7-2-2000x1333.jpg");
}
.cid-snGJMSXHqo .mbr-section-title {
  color: #353535;
}
.cid-snGJMSXHqo .mbr-text,
.cid-snGJMSXHqo .mbr-section-btn {
  color: #000000;
}
.cid-snGJMTkojh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-snGJMTkojh nav.navbar {
  position: fixed;
}
.cid-snGJMTkojh .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-snGJMTkojh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-snGJMTkojh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-snGJMTkojh .dropdown-item:hover,
.cid-snGJMTkojh .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-snGJMTkojh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-snGJMTkojh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-snGJMTkojh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-snGJMTkojh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-snGJMTkojh .nav-link {
  position: relative;
}
.cid-snGJMTkojh .container {
  display: flex;
  margin: auto;
}
.cid-snGJMTkojh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-snGJMTkojh .dropdown-menu,
.cid-snGJMTkojh .navbar.opened {
  background: #ffffff !important;
}
.cid-snGJMTkojh .nav-item:focus,
.cid-snGJMTkojh .nav-link:focus {
  outline: none;
}
.cid-snGJMTkojh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-snGJMTkojh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snGJMTkojh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-snGJMTkojh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-snGJMTkojh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snGJMTkojh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snGJMTkojh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-snGJMTkojh .navbar.opened {
  transition: all 0.3s;
}
.cid-snGJMTkojh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-snGJMTkojh .navbar .navbar-logo img {
  width: auto;
}
.cid-snGJMTkojh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-snGJMTkojh .navbar.collapsed {
  justify-content: center;
}
.cid-snGJMTkojh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snGJMTkojh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-snGJMTkojh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snGJMTkojh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snGJMTkojh .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-snGJMTkojh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snGJMTkojh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-snGJMTkojh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-snGJMTkojh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snGJMTkojh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snGJMTkojh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snGJMTkojh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snGJMTkojh .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-snGJMTkojh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-snGJMTkojh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snGJMTkojh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snGJMTkojh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-snGJMTkojh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-snGJMTkojh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snGJMTkojh .navbar.navbar-short {
  min-height: 60px;
}
.cid-snGJMTkojh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-snGJMTkojh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-snGJMTkojh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snGJMTkojh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snGJMTkojh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snGJMTkojh .dropdown-item.active,
.cid-snGJMTkojh .dropdown-item:active {
  background-color: transparent;
}
.cid-snGJMTkojh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snGJMTkojh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snGJMTkojh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snGJMTkojh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snGJMTkojh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snGJMTkojh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snGJMTkojh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-snGJMTkojh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-snGJMTkojh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-snGJMTkojh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-snGJMTkojh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snGJMTkojh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snGJMTkojh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snGJMTkojh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snGJMTkojh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snGJMTkojh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snGJMTkojh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snGJMTkojh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snGJMTkojh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-snGJMTkojh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-snGJMTkojh .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-snGJMTkojh .navbar {
    height: 70px;
  }
  .cid-snGJMTkojh .navbar.opened {
    height: auto;
  }
  .cid-snGJMTkojh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snGJMTQ5Gx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-snGJMTQ5Gx .row {
    flex-direction: column-reverse;
  }
  .cid-snGJMTQ5Gx .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-snGJMTQ5Gx .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-snGJMTQ5Gx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-snGJMTQ5Gx .media-content,
.cid-snGJMTQ5Gx .mbr-figure {
  align-self: center;
}
.cid-snGJMTQ5Gx .mbr-figure iframe {
  width: 100%;
}
.cid-snGJMUbKpJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-snGJMUbKpJ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snGJMUbKpJ .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snGJMUbKpJ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-snGJMUbKpJ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snGJMUbKpJ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-snGJMUbKpJ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snGJMUbKpJ .carousel-control,
.cid-snGJMUbKpJ .close {
  background: #1b1b1b;
}
.cid-snGJMUbKpJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snGJMUbKpJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snGJMUbKpJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snGJMUbKpJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-snGJMUbKpJ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-snGJMUbKpJ .close::before {
  content: '\e91a';
}
.cid-snGJMUbKpJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snGJMUbKpJ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-snGJMUbKpJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snGJMUbKpJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snGJMUbKpJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snGJMUbKpJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snGJMUbKpJ .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-snGJMUbKpJ .carousel-indicators li.active,
.cid-snGJMUbKpJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snGJMUbKpJ .carousel-indicators li::after,
.cid-snGJMUbKpJ .carousel-indicators li::before {
  content: none;
}
.cid-snGJMUbKpJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snGJMUbKpJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snGJMUbKpJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snGJMUbKpJ .carousel-indicators {
    display: none;
  }
}
.cid-snGJMUbKpJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snGJMUbKpJ .carousel-inner > .active {
  display: block;
}
.cid-snGJMUbKpJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snGJMUbKpJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snGJMUbKpJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snGJMUbKpJ .carousel-control,
  .cid-snGJMUbKpJ .carousel-indicators,
  .cid-snGJMUbKpJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snGJMUbKpJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snGJMUbKpJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snGJMUbKpJ .carousel-indicators .active,
.cid-snGJMUbKpJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snGJMUbKpJ .carousel-indicators .active {
  background: #fff;
}
.cid-snGJMUbKpJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snGJMUbKpJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snGJMUbKpJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snGJMUbKpJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snGJMUbKpJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snGJMUbKpJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snGJMUbKpJ .carousel {
  width: 100%;
}
.cid-snGJMUbKpJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snGJMUbKpJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snGJMUbKpJ .modal.fade .modal-dialog,
.cid-snGJMUbKpJ .modal.in .modal-dialog {
  transform: none;
}
.cid-snGJMUbKpJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snGJMUbKpJ H6 {
  text-align: center;
}
.cid-snGJMV0jTB {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-snGJMV0jTB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-snGJMV0jTB .social-row {
  width: 100%;
  justify-content: center;
}
.cid-snGJMV0jTB .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-snGJMV0jTB .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-snGJMV0jTB .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-snGJMV0jTB .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-snGJMV0jTB .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-snGJMV0jTB .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-snGJMV0jTB .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-snGJMV0jTB .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-snGJMV0jTB .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-snGJMV0jTB .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snGJMV0jTB .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-snGJMV0jTB .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-snSK7yUsN6 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/oqci4101-2-2000x2000.png");
}
.cid-snSK7yUsN6 .mbr-overlay {
  background: #fafafa;
  opacity: 0.3;
}
.cid-snSK7yUsN6 img,
.cid-snSK7yUsN6 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-snSK7yUsN6 .item:focus,
.cid-snSK7yUsN6 span:focus {
  outline: none;
}
.cid-snSK7yUsN6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-snSK7yUsN6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-snSK7yUsN6 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-snSK7yUsN6 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-snSK7yUsN6 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-snSK7yUsN6 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-snSK7yUsN6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-snSK7yUsN6 .mbr-section-title {
  color: #ffffff;
}
.cid-snSK7yUsN6 .mbr-text,
.cid-snSK7yUsN6 .mbr-section-btn {
  text-align: left;
}
.cid-snSK7yUsN6 .item-title {
  text-align: left;
}
.cid-snSK7yUsN6 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-snSK806qJU {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/oqci4101-3.png");
}
.cid-snSK806qJU .mbr-overlay {
  background: #fafafa;
  opacity: 0.3;
}
.cid-snSK806qJU img,
.cid-snSK806qJU .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-snSK806qJU .item:focus,
.cid-snSK806qJU span:focus {
  outline: none;
}
.cid-snSK806qJU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-snSK806qJU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-snSK806qJU .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-snSK806qJU .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-snSK806qJU .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-snSK806qJU .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-snSK806qJU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-snSK806qJU .mbr-section-title {
  color: #ffffff;
}
.cid-snSK806qJU .mbr-text,
.cid-snSK806qJU .mbr-section-btn {
  text-align: left;
}
.cid-snSK806qJU .item-title {
  text-align: left;
}
.cid-snSK806qJU .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-snSK8fExtu {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/oqci4101-5.png");
}
.cid-snSK8fExtu .mbr-overlay {
  background: #fafafa;
  opacity: 0.3;
}
.cid-snSK8fExtu img,
.cid-snSK8fExtu .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-snSK8fExtu .item:focus,
.cid-snSK8fExtu span:focus {
  outline: none;
}
.cid-snSK8fExtu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-snSK8fExtu .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-snSK8fExtu .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-snSK8fExtu .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-snSK8fExtu .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-snSK8fExtu .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-snSK8fExtu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-snSK8fExtu .mbr-section-title {
  color: #ffffff;
}
.cid-snSK8fExtu .mbr-text,
.cid-snSK8fExtu .mbr-section-btn {
  text-align: left;
}
.cid-snSK8fExtu .item-title {
  text-align: left;
}
.cid-snSK8fExtu .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-snSK8lPDjH {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-snSK8lPDjH .row-links {
  width: 100%;
  justify-content: center;
}
.cid-snSK8lPDjH .social-row {
  width: 100%;
  justify-content: center;
}
.cid-snSK8lPDjH .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-snSK8lPDjH .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-snSK8lPDjH .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-snSK8lPDjH .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-snSK8lPDjH .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-snSK8lPDjH .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-snSK8lPDjH .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-snSK8lPDjH .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-snSK8lPDjH .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-snSK8lPDjH .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snSK8lPDjH .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-snSK8lPDjH .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-snSK8pFzex {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-snSK8pFzex nav.navbar {
  position: fixed;
}
.cid-snSK8pFzex .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-snSK8pFzex .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-snSK8pFzex .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-snSK8pFzex .dropdown-item:hover,
.cid-snSK8pFzex .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-snSK8pFzex .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-snSK8pFzex .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-snSK8pFzex .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-snSK8pFzex .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-snSK8pFzex .nav-link {
  position: relative;
}
.cid-snSK8pFzex .container {
  display: flex;
  margin: auto;
}
.cid-snSK8pFzex .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-snSK8pFzex .dropdown-menu,
.cid-snSK8pFzex .navbar.opened {
  background: #ffffff !important;
}
.cid-snSK8pFzex .nav-item:focus,
.cid-snSK8pFzex .nav-link:focus {
  outline: none;
}
.cid-snSK8pFzex .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-snSK8pFzex .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snSK8pFzex .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-snSK8pFzex .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-snSK8pFzex .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snSK8pFzex .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snSK8pFzex .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-snSK8pFzex .navbar.opened {
  transition: all 0.3s;
}
.cid-snSK8pFzex .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-snSK8pFzex .navbar .navbar-logo img {
  width: auto;
}
.cid-snSK8pFzex .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-snSK8pFzex .navbar.collapsed {
  justify-content: center;
}
.cid-snSK8pFzex .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snSK8pFzex .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-snSK8pFzex .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snSK8pFzex .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snSK8pFzex .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-snSK8pFzex .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snSK8pFzex .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-snSK8pFzex .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-snSK8pFzex .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snSK8pFzex .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snSK8pFzex .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snSK8pFzex .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snSK8pFzex .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-snSK8pFzex .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-snSK8pFzex .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snSK8pFzex .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snSK8pFzex .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-snSK8pFzex .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-snSK8pFzex .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snSK8pFzex .navbar.navbar-short {
  min-height: 60px;
}
.cid-snSK8pFzex .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-snSK8pFzex .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-snSK8pFzex .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snSK8pFzex .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snSK8pFzex .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snSK8pFzex .dropdown-item.active,
.cid-snSK8pFzex .dropdown-item:active {
  background-color: transparent;
}
.cid-snSK8pFzex .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snSK8pFzex .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snSK8pFzex .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snSK8pFzex .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snSK8pFzex .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snSK8pFzex .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snSK8pFzex ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-snSK8pFzex .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-snSK8pFzex button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-snSK8pFzex button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-snSK8pFzex button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snSK8pFzex button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snSK8pFzex button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snSK8pFzex button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snSK8pFzex nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snSK8pFzex nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snSK8pFzex nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snSK8pFzex nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snSK8pFzex .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-snSK8pFzex a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-snSK8pFzex .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-snSK8pFzex .navbar {
    height: 70px;
  }
  .cid-snSK8pFzex .navbar.opened {
    height: auto;
  }
  .cid-snSK8pFzex .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-siqDxcrW6l {
  background-image: url("../../../assets/images/a02-2000x1334.jpg");
}
.cid-siqDxcrW6l .mbr-section-title {
  color: #ffffff;
}
.cid-siqDxcrW6l .mbr-text,
.cid-siqDxcrW6l .mbr-section-btn {
  color: #ffffff;
}
.cid-siqudfET6U {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-siqudfET6U nav.navbar {
  position: fixed;
}
.cid-siqudfET6U .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-siqudfET6U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-siqudfET6U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-siqudfET6U .dropdown-item:hover,
.cid-siqudfET6U .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-siqudfET6U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-siqudfET6U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-siqudfET6U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-siqudfET6U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-siqudfET6U .nav-link {
  position: relative;
}
.cid-siqudfET6U .container {
  display: flex;
  margin: auto;
}
.cid-siqudfET6U .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-siqudfET6U .dropdown-menu,
.cid-siqudfET6U .navbar.opened {
  background: #ffffff !important;
}
.cid-siqudfET6U .nav-item:focus,
.cid-siqudfET6U .nav-link:focus {
  outline: none;
}
.cid-siqudfET6U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-siqudfET6U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-siqudfET6U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-siqudfET6U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-siqudfET6U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-siqudfET6U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-siqudfET6U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-siqudfET6U .navbar.opened {
  transition: all 0.3s;
}
.cid-siqudfET6U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-siqudfET6U .navbar .navbar-logo img {
  width: auto;
}
.cid-siqudfET6U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-siqudfET6U .navbar.collapsed {
  justify-content: center;
}
.cid-siqudfET6U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-siqudfET6U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-siqudfET6U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-siqudfET6U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-siqudfET6U .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-siqudfET6U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-siqudfET6U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-siqudfET6U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-siqudfET6U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-siqudfET6U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-siqudfET6U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-siqudfET6U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-siqudfET6U .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-siqudfET6U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-siqudfET6U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-siqudfET6U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-siqudfET6U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-siqudfET6U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-siqudfET6U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-siqudfET6U .navbar.navbar-short {
  min-height: 60px;
}
.cid-siqudfET6U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-siqudfET6U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-siqudfET6U .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-siqudfET6U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-siqudfET6U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-siqudfET6U .dropdown-item.active,
.cid-siqudfET6U .dropdown-item:active {
  background-color: transparent;
}
.cid-siqudfET6U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-siqudfET6U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-siqudfET6U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-siqudfET6U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-siqudfET6U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-siqudfET6U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-siqudfET6U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-siqudfET6U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-siqudfET6U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-siqudfET6U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-siqudfET6U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-siqudfET6U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-siqudfET6U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-siqudfET6U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-siqudfET6U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-siqudfET6U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-siqudfET6U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-siqudfET6U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-siqudfET6U .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-siqudfET6U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-siqudfET6U .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-siqudfET6U .navbar {
    height: 70px;
  }
  .cid-siqudfET6U .navbar.opened {
    height: auto;
  }
  .cid-siqudfET6U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-siqz9F0wlS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-siqz9F0wlS .row {
    flex-direction: column-reverse;
  }
  .cid-siqz9F0wlS .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-siqz9F0wlS .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-siqz9F0wlS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-siqz9F0wlS .media-content,
.cid-siqz9F0wlS .mbr-figure {
  align-self: center;
}
.cid-siqz9F0wlS .mbr-figure iframe {
  width: 100%;
}
.cid-t0z9u5BpLK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0z9u5BpLK .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t0z9u5BpLK .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t0z9u5BpLK .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-t0z9u5BpLK .bg-instagram:hover {
  background: #bd005c;
}
.cid-t0z9u5BpLK .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t0z9u5BpLK [class^="socicon-"]:before,
.cid-t0z9u5BpLK [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t0z9u5BpLK .mbr-section-title,
.cid-t0z9u5BpLK .social-list {
  text-align: center;
}
.cid-sitkW99LC1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sitkW99LC1 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sitkW99LC1 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sitkW99LC1 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sitkW99LC1 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sitkW99LC1 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sitkW99LC1 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sitkW99LC1 .carousel-control,
.cid-sitkW99LC1 .close {
  background: #1b1b1b;
}
.cid-sitkW99LC1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sitkW99LC1 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sitkW99LC1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sitkW99LC1 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sitkW99LC1 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sitkW99LC1 .close::before {
  content: '\e91a';
}
.cid-sitkW99LC1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sitkW99LC1 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sitkW99LC1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sitkW99LC1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sitkW99LC1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sitkW99LC1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sitkW99LC1 .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-sitkW99LC1 .carousel-indicators li.active,
.cid-sitkW99LC1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sitkW99LC1 .carousel-indicators li::after,
.cid-sitkW99LC1 .carousel-indicators li::before {
  content: none;
}
.cid-sitkW99LC1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sitkW99LC1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sitkW99LC1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sitkW99LC1 .carousel-indicators {
    display: none;
  }
}
.cid-sitkW99LC1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sitkW99LC1 .carousel-inner > .active {
  display: block;
}
.cid-sitkW99LC1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sitkW99LC1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sitkW99LC1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sitkW99LC1 .carousel-control,
  .cid-sitkW99LC1 .carousel-indicators,
  .cid-sitkW99LC1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sitkW99LC1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sitkW99LC1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sitkW99LC1 .carousel-indicators .active,
.cid-sitkW99LC1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sitkW99LC1 .carousel-indicators .active {
  background: #fff;
}
.cid-sitkW99LC1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sitkW99LC1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sitkW99LC1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sitkW99LC1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sitkW99LC1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sitkW99LC1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sitkW99LC1 .carousel {
  width: 100%;
}
.cid-sitkW99LC1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sitkW99LC1 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sitkW99LC1 .modal.fade .modal-dialog,
.cid-sitkW99LC1 .modal.in .modal-dialog {
  transform: none;
}
.cid-sitkW99LC1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sitkW99LC1 H6 {
  text-align: center;
}
.cid-s48P1Icc8J {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-snoVIYL6Og {
  background-image: url("../../../assets/images/17358910-1004304113003910-3452440905421722183-o-2000x1333.jpg");
}
.cid-snoVIYL6Og .mbr-section-title {
  color: #ffffff;
}
.cid-snoVIYL6Og .mbr-text,
.cid-snoVIYL6Og .mbr-section-btn {
  color: #ffffff;
}
.cid-snoVIZ5Kqw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-snoVIZ5Kqw nav.navbar {
  position: fixed;
}
.cid-snoVIZ5Kqw .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-snoVIZ5Kqw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-snoVIZ5Kqw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-snoVIZ5Kqw .dropdown-item:hover,
.cid-snoVIZ5Kqw .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-snoVIZ5Kqw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-snoVIZ5Kqw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-snoVIZ5Kqw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-snoVIZ5Kqw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-snoVIZ5Kqw .nav-link {
  position: relative;
}
.cid-snoVIZ5Kqw .container {
  display: flex;
  margin: auto;
}
.cid-snoVIZ5Kqw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-snoVIZ5Kqw .dropdown-menu,
.cid-snoVIZ5Kqw .navbar.opened {
  background: #ffffff !important;
}
.cid-snoVIZ5Kqw .nav-item:focus,
.cid-snoVIZ5Kqw .nav-link:focus {
  outline: none;
}
.cid-snoVIZ5Kqw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-snoVIZ5Kqw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snoVIZ5Kqw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-snoVIZ5Kqw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-snoVIZ5Kqw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snoVIZ5Kqw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snoVIZ5Kqw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-snoVIZ5Kqw .navbar.opened {
  transition: all 0.3s;
}
.cid-snoVIZ5Kqw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-snoVIZ5Kqw .navbar .navbar-logo img {
  width: auto;
}
.cid-snoVIZ5Kqw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-snoVIZ5Kqw .navbar.collapsed {
  justify-content: center;
}
.cid-snoVIZ5Kqw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snoVIZ5Kqw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-snoVIZ5Kqw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snoVIZ5Kqw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snoVIZ5Kqw .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-snoVIZ5Kqw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snoVIZ5Kqw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-snoVIZ5Kqw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-snoVIZ5Kqw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snoVIZ5Kqw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snoVIZ5Kqw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snoVIZ5Kqw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snoVIZ5Kqw .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-snoVIZ5Kqw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-snoVIZ5Kqw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snoVIZ5Kqw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snoVIZ5Kqw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-snoVIZ5Kqw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-snoVIZ5Kqw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snoVIZ5Kqw .navbar.navbar-short {
  min-height: 60px;
}
.cid-snoVIZ5Kqw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-snoVIZ5Kqw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-snoVIZ5Kqw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snoVIZ5Kqw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snoVIZ5Kqw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snoVIZ5Kqw .dropdown-item.active,
.cid-snoVIZ5Kqw .dropdown-item:active {
  background-color: transparent;
}
.cid-snoVIZ5Kqw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snoVIZ5Kqw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snoVIZ5Kqw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snoVIZ5Kqw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snoVIZ5Kqw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snoVIZ5Kqw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snoVIZ5Kqw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-snoVIZ5Kqw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-snoVIZ5Kqw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-snoVIZ5Kqw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-snoVIZ5Kqw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snoVIZ5Kqw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snoVIZ5Kqw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snoVIZ5Kqw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snoVIZ5Kqw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snoVIZ5Kqw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snoVIZ5Kqw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snoVIZ5Kqw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snoVIZ5Kqw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-snoVIZ5Kqw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-snoVIZ5Kqw .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-snoVIZ5Kqw .navbar {
    height: 70px;
  }
  .cid-snoVIZ5Kqw .navbar.opened {
    height: auto;
  }
  .cid-snoVIZ5Kqw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snoVIZwMAt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-snoVIZwMAt .row {
    flex-direction: column-reverse;
  }
  .cid-snoVIZwMAt .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-snoVIZwMAt .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-snoVIZwMAt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-snoVIZwMAt .media-content,
.cid-snoVIZwMAt .mbr-figure {
  align-self: center;
}
.cid-snoVIZwMAt .mbr-figure iframe {
  width: 100%;
}
.cid-t0C38BFI7e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0C38BFI7e .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t0C38BFI7e .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t0C38BFI7e .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-t0C38BFI7e .bg-instagram:hover {
  background: #bd005c;
}
.cid-t0C38BFI7e .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t0C38BFI7e [class^="socicon-"]:before,
.cid-t0C38BFI7e [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t0C38BFI7e .mbr-section-title,
.cid-t0C38BFI7e .social-list {
  text-align: center;
}
.cid-snoVIZPEi6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-snoVIZPEi6 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snoVIZPEi6 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snoVIZPEi6 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-snoVIZPEi6 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snoVIZPEi6 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-snoVIZPEi6 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snoVIZPEi6 .carousel-control,
.cid-snoVIZPEi6 .close {
  background: #1b1b1b;
}
.cid-snoVIZPEi6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snoVIZPEi6 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snoVIZPEi6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snoVIZPEi6 .carousel-control-next span {
  margin-left: 5px;
}
.cid-snoVIZPEi6 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-snoVIZPEi6 .close::before {
  content: '\e91a';
}
.cid-snoVIZPEi6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snoVIZPEi6 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-snoVIZPEi6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snoVIZPEi6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snoVIZPEi6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snoVIZPEi6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snoVIZPEi6 .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-snoVIZPEi6 .carousel-indicators li.active,
.cid-snoVIZPEi6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snoVIZPEi6 .carousel-indicators li::after,
.cid-snoVIZPEi6 .carousel-indicators li::before {
  content: none;
}
.cid-snoVIZPEi6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snoVIZPEi6 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snoVIZPEi6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snoVIZPEi6 .carousel-indicators {
    display: none;
  }
}
.cid-snoVIZPEi6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snoVIZPEi6 .carousel-inner > .active {
  display: block;
}
.cid-snoVIZPEi6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snoVIZPEi6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snoVIZPEi6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snoVIZPEi6 .carousel-control,
  .cid-snoVIZPEi6 .carousel-indicators,
  .cid-snoVIZPEi6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snoVIZPEi6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snoVIZPEi6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snoVIZPEi6 .carousel-indicators .active,
.cid-snoVIZPEi6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snoVIZPEi6 .carousel-indicators .active {
  background: #fff;
}
.cid-snoVIZPEi6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snoVIZPEi6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snoVIZPEi6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snoVIZPEi6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snoVIZPEi6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snoVIZPEi6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snoVIZPEi6 .carousel {
  width: 100%;
}
.cid-snoVIZPEi6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snoVIZPEi6 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snoVIZPEi6 .modal.fade .modal-dialog,
.cid-snoVIZPEi6 .modal.in .modal-dialog {
  transform: none;
}
.cid-snoVIZPEi6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snoVIZPEi6 H6 {
  text-align: center;
}
.cid-snoVJ0AgMH {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-snoVJ0AgMH .row-links {
  width: 100%;
  justify-content: center;
}
.cid-snoVJ0AgMH .social-row {
  width: 100%;
  justify-content: center;
}
.cid-snoVJ0AgMH .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-snoVJ0AgMH .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-snoVJ0AgMH .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-snoVJ0AgMH .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-snoVJ0AgMH .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-snoVJ0AgMH .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-snoVJ0AgMH .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-snoVJ0AgMH .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-snoVJ0AgMH .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-snoVJ0AgMH .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snoVJ0AgMH .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-snoVJ0AgMH .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t0C37Z9KyV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0C37Z9KyV .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t0C37Z9KyV .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t0C37Z9KyV .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-t0C37Z9KyV .bg-instagram:hover {
  background: #bd005c;
}
.cid-t0C37Z9KyV .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t0C37Z9KyV [class^="socicon-"]:before,
.cid-t0C37Z9KyV [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t0C37Z9KyV .mbr-section-title,
.cid-t0C37Z9KyV .social-list {
  text-align: center;
}
.cid-snoeXDUvIX {
  background-image: url("../../../assets/images/img-20190322-92929-1024x768.jpg");
}
.cid-snoeXDUvIX .mbr-section-title {
  color: #ffffff;
}
.cid-snoeXDUvIX .mbr-text,
.cid-snoeXDUvIX .mbr-section-btn {
  color: #ffffff;
}
.cid-snoeXEuCol {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-snoeXEuCol nav.navbar {
  position: fixed;
}
.cid-snoeXEuCol .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-snoeXEuCol .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-snoeXEuCol .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-snoeXEuCol .dropdown-item:hover,
.cid-snoeXEuCol .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-snoeXEuCol .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-snoeXEuCol .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-snoeXEuCol .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-snoeXEuCol .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-snoeXEuCol .nav-link {
  position: relative;
}
.cid-snoeXEuCol .container {
  display: flex;
  margin: auto;
}
.cid-snoeXEuCol .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-snoeXEuCol .dropdown-menu,
.cid-snoeXEuCol .navbar.opened {
  background: #ffffff !important;
}
.cid-snoeXEuCol .nav-item:focus,
.cid-snoeXEuCol .nav-link:focus {
  outline: none;
}
.cid-snoeXEuCol .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-snoeXEuCol .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snoeXEuCol .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-snoeXEuCol .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-snoeXEuCol .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snoeXEuCol .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snoeXEuCol .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-snoeXEuCol .navbar.opened {
  transition: all 0.3s;
}
.cid-snoeXEuCol .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-snoeXEuCol .navbar .navbar-logo img {
  width: auto;
}
.cid-snoeXEuCol .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-snoeXEuCol .navbar.collapsed {
  justify-content: center;
}
.cid-snoeXEuCol .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snoeXEuCol .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-snoeXEuCol .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snoeXEuCol .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snoeXEuCol .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-snoeXEuCol .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snoeXEuCol .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-snoeXEuCol .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-snoeXEuCol .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snoeXEuCol .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snoeXEuCol .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snoeXEuCol .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snoeXEuCol .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-snoeXEuCol .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-snoeXEuCol .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snoeXEuCol .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snoeXEuCol .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-snoeXEuCol .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-snoeXEuCol .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snoeXEuCol .navbar.navbar-short {
  min-height: 60px;
}
.cid-snoeXEuCol .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-snoeXEuCol .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-snoeXEuCol .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snoeXEuCol .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snoeXEuCol .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snoeXEuCol .dropdown-item.active,
.cid-snoeXEuCol .dropdown-item:active {
  background-color: transparent;
}
.cid-snoeXEuCol .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snoeXEuCol .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snoeXEuCol .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snoeXEuCol .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snoeXEuCol .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snoeXEuCol .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snoeXEuCol ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-snoeXEuCol .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-snoeXEuCol button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-snoeXEuCol button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-snoeXEuCol button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snoeXEuCol button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snoeXEuCol button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snoeXEuCol button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snoeXEuCol nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snoeXEuCol nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snoeXEuCol nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snoeXEuCol nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snoeXEuCol .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-snoeXEuCol a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-snoeXEuCol .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-snoeXEuCol .navbar {
    height: 70px;
  }
  .cid-snoeXEuCol .navbar.opened {
    height: auto;
  }
  .cid-snoeXEuCol .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snoeXFePYI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-snoeXFePYI .row {
    flex-direction: column-reverse;
  }
  .cid-snoeXFePYI .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-snoeXFePYI .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-snoeXFePYI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-snoeXFePYI .media-content,
.cid-snoeXFePYI .mbr-figure {
  align-self: center;
}
.cid-snoeXFePYI .mbr-figure iframe {
  width: 100%;
}
.cid-snoeXFyMDO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-snoeXFyMDO .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snoeXFyMDO .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snoeXFyMDO .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-snoeXFyMDO .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snoeXFyMDO .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-snoeXFyMDO .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snoeXFyMDO .carousel-control,
.cid-snoeXFyMDO .close {
  background: #1b1b1b;
}
.cid-snoeXFyMDO .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snoeXFyMDO .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snoeXFyMDO .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snoeXFyMDO .carousel-control-next span {
  margin-left: 5px;
}
.cid-snoeXFyMDO .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-snoeXFyMDO .close::before {
  content: '\e91a';
}
.cid-snoeXFyMDO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snoeXFyMDO .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-snoeXFyMDO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snoeXFyMDO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snoeXFyMDO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snoeXFyMDO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snoeXFyMDO .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-snoeXFyMDO .carousel-indicators li.active,
.cid-snoeXFyMDO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snoeXFyMDO .carousel-indicators li::after,
.cid-snoeXFyMDO .carousel-indicators li::before {
  content: none;
}
.cid-snoeXFyMDO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snoeXFyMDO .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snoeXFyMDO .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snoeXFyMDO .carousel-indicators {
    display: none;
  }
}
.cid-snoeXFyMDO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snoeXFyMDO .carousel-inner > .active {
  display: block;
}
.cid-snoeXFyMDO .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snoeXFyMDO .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snoeXFyMDO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snoeXFyMDO .carousel-control,
  .cid-snoeXFyMDO .carousel-indicators,
  .cid-snoeXFyMDO .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snoeXFyMDO .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snoeXFyMDO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snoeXFyMDO .carousel-indicators .active,
.cid-snoeXFyMDO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snoeXFyMDO .carousel-indicators .active {
  background: #fff;
}
.cid-snoeXFyMDO .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snoeXFyMDO .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snoeXFyMDO .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snoeXFyMDO .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snoeXFyMDO .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snoeXFyMDO .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snoeXFyMDO .carousel {
  width: 100%;
}
.cid-snoeXFyMDO .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snoeXFyMDO .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snoeXFyMDO .modal.fade .modal-dialog,
.cid-snoeXFyMDO .modal.in .modal-dialog {
  transform: none;
}
.cid-snoeXFyMDO .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snoeXFyMDO H6 {
  text-align: center;
}
.cid-snoeXGib0n {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-snoeXGib0n .row-links {
  width: 100%;
  justify-content: center;
}
.cid-snoeXGib0n .social-row {
  width: 100%;
  justify-content: center;
}
.cid-snoeXGib0n .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-snoeXGib0n .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-snoeXGib0n .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-snoeXGib0n .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-snoeXGib0n .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-snoeXGib0n .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-snoeXGib0n .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-snoeXGib0n .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-snoeXGib0n .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-snoeXGib0n .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snoeXGib0n .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-snoeXGib0n .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t0C8WQQLE6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0C8WQQLE6 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t0C8WQQLE6 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t0C8WQQLE6 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-t0C8WQQLE6 .bg-instagram:hover {
  background: #bd005c;
}
.cid-t0C8WQQLE6 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t0C8WQQLE6 [class^="socicon-"]:before,
.cid-t0C8WQQLE6 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t0C8WQQLE6 .mbr-section-title,
.cid-t0C8WQQLE6 .social-list {
  text-align: center;
}
.cid-snnzCgEJal {
  background-image: url("../../../assets/images/125286271-3713701218653863-5196603336816843479-o-2000x1333.jpg");
}
.cid-snnzCgEJal .mbr-section-title {
  color: #ffffff;
}
.cid-snnzCgEJal .mbr-text,
.cid-snnzCgEJal .mbr-section-btn {
  color: #ffffff;
}
.cid-snnzCh7NQi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-snnzCh7NQi nav.navbar {
  position: fixed;
}
.cid-snnzCh7NQi .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-snnzCh7NQi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-snnzCh7NQi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-snnzCh7NQi .dropdown-item:hover,
.cid-snnzCh7NQi .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-snnzCh7NQi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-snnzCh7NQi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-snnzCh7NQi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-snnzCh7NQi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-snnzCh7NQi .nav-link {
  position: relative;
}
.cid-snnzCh7NQi .container {
  display: flex;
  margin: auto;
}
.cid-snnzCh7NQi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-snnzCh7NQi .dropdown-menu,
.cid-snnzCh7NQi .navbar.opened {
  background: #ffffff !important;
}
.cid-snnzCh7NQi .nav-item:focus,
.cid-snnzCh7NQi .nav-link:focus {
  outline: none;
}
.cid-snnzCh7NQi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-snnzCh7NQi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snnzCh7NQi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-snnzCh7NQi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-snnzCh7NQi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snnzCh7NQi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snnzCh7NQi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-snnzCh7NQi .navbar.opened {
  transition: all 0.3s;
}
.cid-snnzCh7NQi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-snnzCh7NQi .navbar .navbar-logo img {
  width: auto;
}
.cid-snnzCh7NQi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-snnzCh7NQi .navbar.collapsed {
  justify-content: center;
}
.cid-snnzCh7NQi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snnzCh7NQi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-snnzCh7NQi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snnzCh7NQi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snnzCh7NQi .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-snnzCh7NQi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snnzCh7NQi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-snnzCh7NQi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-snnzCh7NQi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snnzCh7NQi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snnzCh7NQi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snnzCh7NQi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snnzCh7NQi .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-snnzCh7NQi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-snnzCh7NQi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snnzCh7NQi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snnzCh7NQi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-snnzCh7NQi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-snnzCh7NQi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snnzCh7NQi .navbar.navbar-short {
  min-height: 60px;
}
.cid-snnzCh7NQi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-snnzCh7NQi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-snnzCh7NQi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snnzCh7NQi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snnzCh7NQi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snnzCh7NQi .dropdown-item.active,
.cid-snnzCh7NQi .dropdown-item:active {
  background-color: transparent;
}
.cid-snnzCh7NQi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snnzCh7NQi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snnzCh7NQi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snnzCh7NQi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snnzCh7NQi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snnzCh7NQi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snnzCh7NQi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-snnzCh7NQi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-snnzCh7NQi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-snnzCh7NQi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-snnzCh7NQi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snnzCh7NQi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snnzCh7NQi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snnzCh7NQi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snnzCh7NQi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snnzCh7NQi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snnzCh7NQi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snnzCh7NQi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snnzCh7NQi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-snnzCh7NQi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-snnzCh7NQi .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-snnzCh7NQi .navbar {
    height: 70px;
  }
  .cid-snnzCh7NQi .navbar.opened {
    height: auto;
  }
  .cid-snnzCh7NQi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snnzChF1Ud {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-snnzChF1Ud .row {
    flex-direction: column-reverse;
  }
  .cid-snnzChF1Ud .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-snnzChF1Ud .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-snnzChF1Ud .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-snnzChF1Ud .media-content,
.cid-snnzChF1Ud .mbr-figure {
  align-self: center;
}
.cid-snnzChF1Ud .mbr-figure iframe {
  width: 100%;
}
.cid-t0CeRFVVkM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0CeRFVVkM .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t0CeRFVVkM .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t0CeRFVVkM .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-t0CeRFVVkM .bg-instagram:hover {
  background: #bd005c;
}
.cid-t0CeRFVVkM .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t0CeRFVVkM [class^="socicon-"]:before,
.cid-t0CeRFVVkM [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t0CeRFVVkM .mbr-section-title,
.cid-t0CeRFVVkM .social-list {
  text-align: center;
}
.cid-snnzCi1CMY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-snnzCi1CMY .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snnzCi1CMY .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snnzCi1CMY .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-snnzCi1CMY .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snnzCi1CMY .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-snnzCi1CMY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snnzCi1CMY .carousel-control,
.cid-snnzCi1CMY .close {
  background: #1b1b1b;
}
.cid-snnzCi1CMY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snnzCi1CMY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snnzCi1CMY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snnzCi1CMY .carousel-control-next span {
  margin-left: 5px;
}
.cid-snnzCi1CMY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-snnzCi1CMY .close::before {
  content: '\e91a';
}
.cid-snnzCi1CMY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snnzCi1CMY .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-snnzCi1CMY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snnzCi1CMY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snnzCi1CMY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snnzCi1CMY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snnzCi1CMY .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-snnzCi1CMY .carousel-indicators li.active,
.cid-snnzCi1CMY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snnzCi1CMY .carousel-indicators li::after,
.cid-snnzCi1CMY .carousel-indicators li::before {
  content: none;
}
.cid-snnzCi1CMY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snnzCi1CMY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snnzCi1CMY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snnzCi1CMY .carousel-indicators {
    display: none;
  }
}
.cid-snnzCi1CMY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snnzCi1CMY .carousel-inner > .active {
  display: block;
}
.cid-snnzCi1CMY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snnzCi1CMY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snnzCi1CMY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snnzCi1CMY .carousel-control,
  .cid-snnzCi1CMY .carousel-indicators,
  .cid-snnzCi1CMY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snnzCi1CMY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snnzCi1CMY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snnzCi1CMY .carousel-indicators .active,
.cid-snnzCi1CMY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snnzCi1CMY .carousel-indicators .active {
  background: #fff;
}
.cid-snnzCi1CMY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snnzCi1CMY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snnzCi1CMY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snnzCi1CMY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snnzCi1CMY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snnzCi1CMY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snnzCi1CMY .carousel {
  width: 100%;
}
.cid-snnzCi1CMY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snnzCi1CMY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snnzCi1CMY .modal.fade .modal-dialog,
.cid-snnzCi1CMY .modal.in .modal-dialog {
  transform: none;
}
.cid-snnzCi1CMY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snnzCi1CMY H6 {
  text-align: center;
}
.cid-snnzCiWTAv {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-snnzCiWTAv .row-links {
  width: 100%;
  justify-content: center;
}
.cid-snnzCiWTAv .social-row {
  width: 100%;
  justify-content: center;
}
.cid-snnzCiWTAv .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-snnzCiWTAv .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-snnzCiWTAv .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-snnzCiWTAv .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-snnzCiWTAv .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-snnzCiWTAv .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-snnzCiWTAv .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-snnzCiWTAv .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-snnzCiWTAv .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-snnzCiWTAv .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snnzCiWTAv .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-snnzCiWTAv .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sno8tLAbZI {
  background-image: url("../../../assets/images/17358910-1004304113003910-3452440905421722183-o-2000x1333.jpg");
}
.cid-sno8tLAbZI .mbr-section-title {
  color: #ffffff;
}
.cid-sno8tLAbZI .mbr-text,
.cid-sno8tLAbZI .mbr-section-btn {
  color: #ffffff;
}
.cid-sno8tMuJMJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sno8tMuJMJ nav.navbar {
  position: fixed;
}
.cid-sno8tMuJMJ .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-sno8tMuJMJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sno8tMuJMJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sno8tMuJMJ .dropdown-item:hover,
.cid-sno8tMuJMJ .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sno8tMuJMJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sno8tMuJMJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sno8tMuJMJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sno8tMuJMJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sno8tMuJMJ .nav-link {
  position: relative;
}
.cid-sno8tMuJMJ .container {
  display: flex;
  margin: auto;
}
.cid-sno8tMuJMJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sno8tMuJMJ .dropdown-menu,
.cid-sno8tMuJMJ .navbar.opened {
  background: #ffffff !important;
}
.cid-sno8tMuJMJ .nav-item:focus,
.cid-sno8tMuJMJ .nav-link:focus {
  outline: none;
}
.cid-sno8tMuJMJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sno8tMuJMJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sno8tMuJMJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sno8tMuJMJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sno8tMuJMJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sno8tMuJMJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sno8tMuJMJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sno8tMuJMJ .navbar.opened {
  transition: all 0.3s;
}
.cid-sno8tMuJMJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sno8tMuJMJ .navbar .navbar-logo img {
  width: auto;
}
.cid-sno8tMuJMJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sno8tMuJMJ .navbar.collapsed {
  justify-content: center;
}
.cid-sno8tMuJMJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sno8tMuJMJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sno8tMuJMJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sno8tMuJMJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sno8tMuJMJ .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-sno8tMuJMJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sno8tMuJMJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sno8tMuJMJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sno8tMuJMJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sno8tMuJMJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sno8tMuJMJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sno8tMuJMJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sno8tMuJMJ .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-sno8tMuJMJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sno8tMuJMJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sno8tMuJMJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sno8tMuJMJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sno8tMuJMJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sno8tMuJMJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sno8tMuJMJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sno8tMuJMJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sno8tMuJMJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sno8tMuJMJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sno8tMuJMJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sno8tMuJMJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sno8tMuJMJ .dropdown-item.active,
.cid-sno8tMuJMJ .dropdown-item:active {
  background-color: transparent;
}
.cid-sno8tMuJMJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sno8tMuJMJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sno8tMuJMJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sno8tMuJMJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sno8tMuJMJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sno8tMuJMJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sno8tMuJMJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sno8tMuJMJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sno8tMuJMJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sno8tMuJMJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sno8tMuJMJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sno8tMuJMJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sno8tMuJMJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sno8tMuJMJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sno8tMuJMJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sno8tMuJMJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sno8tMuJMJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sno8tMuJMJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sno8tMuJMJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sno8tMuJMJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sno8tMuJMJ .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-sno8tMuJMJ .navbar {
    height: 70px;
  }
  .cid-sno8tMuJMJ .navbar.opened {
    height: auto;
  }
  .cid-sno8tMuJMJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sno8tNAIFT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sno8tNAIFT .row {
    flex-direction: column-reverse;
  }
  .cid-sno8tNAIFT .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sno8tNAIFT .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sno8tNAIFT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sno8tNAIFT .media-content,
.cid-sno8tNAIFT .mbr-figure {
  align-self: center;
}
.cid-sno8tNAIFT .mbr-figure iframe {
  width: 100%;
}
.cid-t0CiqnZPXb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0CiqnZPXb .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t0CiqnZPXb .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t0CiqnZPXb .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-t0CiqnZPXb .bg-instagram:hover {
  background: #bd005c;
}
.cid-t0CiqnZPXb .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t0CiqnZPXb [class^="socicon-"]:before,
.cid-t0CiqnZPXb [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t0CiqnZPXb .mbr-section-title,
.cid-t0CiqnZPXb .social-list {
  text-align: center;
}
.cid-sno8tO74DW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sno8tO74DW .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sno8tO74DW .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sno8tO74DW .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sno8tO74DW .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sno8tO74DW .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sno8tO74DW .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sno8tO74DW .carousel-control,
.cid-sno8tO74DW .close {
  background: #1b1b1b;
}
.cid-sno8tO74DW .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sno8tO74DW .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sno8tO74DW .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sno8tO74DW .carousel-control-next span {
  margin-left: 5px;
}
.cid-sno8tO74DW .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sno8tO74DW .close::before {
  content: '\e91a';
}
.cid-sno8tO74DW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sno8tO74DW .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sno8tO74DW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sno8tO74DW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sno8tO74DW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sno8tO74DW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sno8tO74DW .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-sno8tO74DW .carousel-indicators li.active,
.cid-sno8tO74DW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sno8tO74DW .carousel-indicators li::after,
.cid-sno8tO74DW .carousel-indicators li::before {
  content: none;
}
.cid-sno8tO74DW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sno8tO74DW .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sno8tO74DW .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sno8tO74DW .carousel-indicators {
    display: none;
  }
}
.cid-sno8tO74DW .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sno8tO74DW .carousel-inner > .active {
  display: block;
}
.cid-sno8tO74DW .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sno8tO74DW .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sno8tO74DW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sno8tO74DW .carousel-control,
  .cid-sno8tO74DW .carousel-indicators,
  .cid-sno8tO74DW .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sno8tO74DW .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sno8tO74DW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sno8tO74DW .carousel-indicators .active,
.cid-sno8tO74DW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sno8tO74DW .carousel-indicators .active {
  background: #fff;
}
.cid-sno8tO74DW .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sno8tO74DW .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sno8tO74DW .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sno8tO74DW .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sno8tO74DW .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sno8tO74DW .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sno8tO74DW .carousel {
  width: 100%;
}
.cid-sno8tO74DW .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sno8tO74DW .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sno8tO74DW .modal.fade .modal-dialog,
.cid-sno8tO74DW .modal.in .modal-dialog {
  transform: none;
}
.cid-sno8tO74DW .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sno8tO74DW H6 {
  text-align: center;
}
.cid-sno8tPgXB7 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-sno8tPgXB7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sno8tPgXB7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sno8tPgXB7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sno8tPgXB7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sno8tPgXB7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sno8tPgXB7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sno8tPgXB7 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sno8tPgXB7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sno8tPgXB7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sno8tPgXB7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sno8tPgXB7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sno8tPgXB7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sno8tPgXB7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sno8tPgXB7 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t0CipR0f9O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0CipR0f9O .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t0CipR0f9O .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t0CipR0f9O .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-t0CipR0f9O .bg-instagram:hover {
  background: #bd005c;
}
.cid-t0CipR0f9O .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t0CipR0f9O [class^="socicon-"]:before,
.cid-t0CipR0f9O [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t0CipR0f9O .mbr-section-title,
.cid-t0CipR0f9O .social-list {
  text-align: center;
}
.cid-snGORIMics {
  background-image: url("../../../assets/images/25443184-1642437922481943-754076201566744139-n-960x540.jpg");
}
.cid-snGORIMics .mbr-section-title {
  color: #ffffff;
}
.cid-snGORIMics .mbr-text,
.cid-snGORIMics .mbr-section-btn {
  color: #ffffff;
}
.cid-snGORJnSXL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-snGORJnSXL nav.navbar {
  position: fixed;
}
.cid-snGORJnSXL .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-snGORJnSXL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-snGORJnSXL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-snGORJnSXL .dropdown-item:hover,
.cid-snGORJnSXL .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-snGORJnSXL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-snGORJnSXL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-snGORJnSXL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-snGORJnSXL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-snGORJnSXL .nav-link {
  position: relative;
}
.cid-snGORJnSXL .container {
  display: flex;
  margin: auto;
}
.cid-snGORJnSXL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-snGORJnSXL .dropdown-menu,
.cid-snGORJnSXL .navbar.opened {
  background: #ffffff !important;
}
.cid-snGORJnSXL .nav-item:focus,
.cid-snGORJnSXL .nav-link:focus {
  outline: none;
}
.cid-snGORJnSXL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-snGORJnSXL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snGORJnSXL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-snGORJnSXL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-snGORJnSXL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snGORJnSXL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snGORJnSXL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-snGORJnSXL .navbar.opened {
  transition: all 0.3s;
}
.cid-snGORJnSXL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-snGORJnSXL .navbar .navbar-logo img {
  width: auto;
}
.cid-snGORJnSXL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-snGORJnSXL .navbar.collapsed {
  justify-content: center;
}
.cid-snGORJnSXL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snGORJnSXL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-snGORJnSXL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snGORJnSXL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snGORJnSXL .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-snGORJnSXL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snGORJnSXL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-snGORJnSXL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-snGORJnSXL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snGORJnSXL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snGORJnSXL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snGORJnSXL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snGORJnSXL .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-snGORJnSXL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-snGORJnSXL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snGORJnSXL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snGORJnSXL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-snGORJnSXL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-snGORJnSXL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snGORJnSXL .navbar.navbar-short {
  min-height: 60px;
}
.cid-snGORJnSXL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-snGORJnSXL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-snGORJnSXL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snGORJnSXL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snGORJnSXL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snGORJnSXL .dropdown-item.active,
.cid-snGORJnSXL .dropdown-item:active {
  background-color: transparent;
}
.cid-snGORJnSXL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snGORJnSXL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snGORJnSXL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snGORJnSXL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snGORJnSXL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snGORJnSXL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snGORJnSXL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-snGORJnSXL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-snGORJnSXL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-snGORJnSXL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-snGORJnSXL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snGORJnSXL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snGORJnSXL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snGORJnSXL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snGORJnSXL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snGORJnSXL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snGORJnSXL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snGORJnSXL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snGORJnSXL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-snGORJnSXL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-snGORJnSXL .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-snGORJnSXL .navbar {
    height: 70px;
  }
  .cid-snGORJnSXL .navbar.opened {
    height: auto;
  }
  .cid-snGORJnSXL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snGORK7V2k {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-snGORK7V2k .row {
    flex-direction: column-reverse;
  }
  .cid-snGORK7V2k .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-snGORK7V2k .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-snGORK7V2k .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-snGORK7V2k .media-content,
.cid-snGORK7V2k .mbr-figure {
  align-self: center;
}
.cid-snGORK7V2k .mbr-figure iframe {
  width: 100%;
}
.cid-t0CkN0cuNJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0CkN0cuNJ .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t0CkN0cuNJ .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t0CkN0cuNJ .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t0CkN0cuNJ [class^="socicon-"]:before,
.cid-t0CkN0cuNJ [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t0CkN0cuNJ .mbr-section-title,
.cid-t0CkN0cuNJ .social-list {
  text-align: center;
}
.cid-snGORKx1gK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-snGORKx1gK .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snGORKx1gK .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snGORKx1gK .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-snGORKx1gK .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snGORKx1gK .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-snGORKx1gK .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snGORKx1gK .carousel-control,
.cid-snGORKx1gK .close {
  background: #1b1b1b;
}
.cid-snGORKx1gK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snGORKx1gK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snGORKx1gK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snGORKx1gK .carousel-control-next span {
  margin-left: 5px;
}
.cid-snGORKx1gK .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-snGORKx1gK .close::before {
  content: '\e91a';
}
.cid-snGORKx1gK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snGORKx1gK .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-snGORKx1gK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snGORKx1gK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snGORKx1gK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snGORKx1gK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snGORKx1gK .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-snGORKx1gK .carousel-indicators li.active,
.cid-snGORKx1gK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snGORKx1gK .carousel-indicators li::after,
.cid-snGORKx1gK .carousel-indicators li::before {
  content: none;
}
.cid-snGORKx1gK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snGORKx1gK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snGORKx1gK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snGORKx1gK .carousel-indicators {
    display: none;
  }
}
.cid-snGORKx1gK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snGORKx1gK .carousel-inner > .active {
  display: block;
}
.cid-snGORKx1gK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snGORKx1gK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snGORKx1gK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snGORKx1gK .carousel-control,
  .cid-snGORKx1gK .carousel-indicators,
  .cid-snGORKx1gK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snGORKx1gK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snGORKx1gK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snGORKx1gK .carousel-indicators .active,
.cid-snGORKx1gK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snGORKx1gK .carousel-indicators .active {
  background: #fff;
}
.cid-snGORKx1gK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snGORKx1gK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snGORKx1gK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snGORKx1gK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snGORKx1gK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snGORKx1gK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snGORKx1gK .carousel {
  width: 100%;
}
.cid-snGORKx1gK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snGORKx1gK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snGORKx1gK .modal.fade .modal-dialog,
.cid-snGORKx1gK .modal.in .modal-dialog {
  transform: none;
}
.cid-snGORKx1gK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snGORKx1gK H6 {
  text-align: center;
}
.cid-snGORLxfAt {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-snGORLxfAt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-snGORLxfAt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-snGORLxfAt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-snGORLxfAt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-snGORLxfAt .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-snGORLxfAt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-snGORLxfAt .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-snGORLxfAt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-snGORLxfAt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-snGORLxfAt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-snGORLxfAt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-snGORLxfAt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snGORLxfAt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-snGORLxfAt .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-snnSbKzJLR {
  background-image: url("../../../assets/images/136792123-3948552721830298-5355009934970174958-o-1620x1080.jpg");
}
.cid-snnSbKzJLR .mbr-section-title {
  color: #f0875a;
}
.cid-snnSbKzJLR .mbr-text,
.cid-snnSbKzJLR .mbr-section-btn {
  color: #ffffff;
}
.cid-snnSbLlnhB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-snnSbLlnhB nav.navbar {
  position: fixed;
}
.cid-snnSbLlnhB .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-snnSbLlnhB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-snnSbLlnhB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-snnSbLlnhB .dropdown-item:hover,
.cid-snnSbLlnhB .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-snnSbLlnhB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-snnSbLlnhB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-snnSbLlnhB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-snnSbLlnhB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-snnSbLlnhB .nav-link {
  position: relative;
}
.cid-snnSbLlnhB .container {
  display: flex;
  margin: auto;
}
.cid-snnSbLlnhB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-snnSbLlnhB .dropdown-menu,
.cid-snnSbLlnhB .navbar.opened {
  background: #ffffff !important;
}
.cid-snnSbLlnhB .nav-item:focus,
.cid-snnSbLlnhB .nav-link:focus {
  outline: none;
}
.cid-snnSbLlnhB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-snnSbLlnhB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snnSbLlnhB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-snnSbLlnhB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-snnSbLlnhB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snnSbLlnhB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snnSbLlnhB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-snnSbLlnhB .navbar.opened {
  transition: all 0.3s;
}
.cid-snnSbLlnhB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-snnSbLlnhB .navbar .navbar-logo img {
  width: auto;
}
.cid-snnSbLlnhB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-snnSbLlnhB .navbar.collapsed {
  justify-content: center;
}
.cid-snnSbLlnhB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snnSbLlnhB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-snnSbLlnhB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snnSbLlnhB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snnSbLlnhB .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-snnSbLlnhB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snnSbLlnhB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-snnSbLlnhB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-snnSbLlnhB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snnSbLlnhB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snnSbLlnhB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snnSbLlnhB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snnSbLlnhB .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-snnSbLlnhB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-snnSbLlnhB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snnSbLlnhB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snnSbLlnhB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-snnSbLlnhB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-snnSbLlnhB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snnSbLlnhB .navbar.navbar-short {
  min-height: 60px;
}
.cid-snnSbLlnhB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-snnSbLlnhB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-snnSbLlnhB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snnSbLlnhB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snnSbLlnhB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snnSbLlnhB .dropdown-item.active,
.cid-snnSbLlnhB .dropdown-item:active {
  background-color: transparent;
}
.cid-snnSbLlnhB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snnSbLlnhB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snnSbLlnhB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snnSbLlnhB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snnSbLlnhB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snnSbLlnhB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snnSbLlnhB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-snnSbLlnhB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-snnSbLlnhB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-snnSbLlnhB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-snnSbLlnhB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snnSbLlnhB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snnSbLlnhB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snnSbLlnhB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snnSbLlnhB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snnSbLlnhB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snnSbLlnhB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snnSbLlnhB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snnSbLlnhB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-snnSbLlnhB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-snnSbLlnhB .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-snnSbLlnhB .navbar {
    height: 70px;
  }
  .cid-snnSbLlnhB .navbar.opened {
    height: auto;
  }
  .cid-snnSbLlnhB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snnSbMbezK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-snnSbMbezK .row {
    flex-direction: column-reverse;
  }
  .cid-snnSbMbezK .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-snnSbMbezK .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-snnSbMbezK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-snnSbMbezK .media-content,
.cid-snnSbMbezK .mbr-figure {
  align-self: center;
}
.cid-snnSbMbezK .mbr-figure iframe {
  width: 100%;
}
.cid-t0ClNJaDlT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0ClNJaDlT .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t0ClNJaDlT .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t0ClNJaDlT .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t0ClNJaDlT [class^="socicon-"]:before,
.cid-t0ClNJaDlT [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t0ClNJaDlT .mbr-section-title,
.cid-t0ClNJaDlT .social-list {
  text-align: center;
}
.cid-snnSbMBbCL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-snnSbMBbCL .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snnSbMBbCL .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snnSbMBbCL .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-snnSbMBbCL .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snnSbMBbCL .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-snnSbMBbCL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snnSbMBbCL .carousel-control,
.cid-snnSbMBbCL .close {
  background: #1b1b1b;
}
.cid-snnSbMBbCL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snnSbMBbCL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snnSbMBbCL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snnSbMBbCL .carousel-control-next span {
  margin-left: 5px;
}
.cid-snnSbMBbCL .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-snnSbMBbCL .close::before {
  content: '\e91a';
}
.cid-snnSbMBbCL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snnSbMBbCL .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-snnSbMBbCL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snnSbMBbCL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snnSbMBbCL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snnSbMBbCL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snnSbMBbCL .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-snnSbMBbCL .carousel-indicators li.active,
.cid-snnSbMBbCL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snnSbMBbCL .carousel-indicators li::after,
.cid-snnSbMBbCL .carousel-indicators li::before {
  content: none;
}
.cid-snnSbMBbCL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snnSbMBbCL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snnSbMBbCL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snnSbMBbCL .carousel-indicators {
    display: none;
  }
}
.cid-snnSbMBbCL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snnSbMBbCL .carousel-inner > .active {
  display: block;
}
.cid-snnSbMBbCL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snnSbMBbCL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snnSbMBbCL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snnSbMBbCL .carousel-control,
  .cid-snnSbMBbCL .carousel-indicators,
  .cid-snnSbMBbCL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snnSbMBbCL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snnSbMBbCL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snnSbMBbCL .carousel-indicators .active,
.cid-snnSbMBbCL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snnSbMBbCL .carousel-indicators .active {
  background: #fff;
}
.cid-snnSbMBbCL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snnSbMBbCL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snnSbMBbCL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snnSbMBbCL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snnSbMBbCL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snnSbMBbCL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snnSbMBbCL .carousel {
  width: 100%;
}
.cid-snnSbMBbCL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snnSbMBbCL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snnSbMBbCL .modal.fade .modal-dialog,
.cid-snnSbMBbCL .modal.in .modal-dialog {
  transform: none;
}
.cid-snnSbMBbCL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snnSbMBbCL H6 {
  text-align: center;
}
.cid-snnSbNIZ7n {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-snnSbNIZ7n .row-links {
  width: 100%;
  justify-content: center;
}
.cid-snnSbNIZ7n .social-row {
  width: 100%;
  justify-content: center;
}
.cid-snnSbNIZ7n .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-snnSbNIZ7n .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-snnSbNIZ7n .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-snnSbNIZ7n .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-snnSbNIZ7n .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-snnSbNIZ7n .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-snnSbNIZ7n .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-snnSbNIZ7n .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-snnSbNIZ7n .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-snnSbNIZ7n .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snnSbNIZ7n .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-snnSbNIZ7n .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-snonxuvcfz {
  background-image: url("../../../assets/images/13131608-1033303576757453-7047337218713507864-o-1000x698.jpg");
}
.cid-snonxuvcfz .mbr-section-title {
  color: #ffffff;
}
.cid-snonxuvcfz .mbr-text,
.cid-snonxuvcfz .mbr-section-btn {
  color: #ffffff;
}
.cid-snonxv04W6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-snonxv04W6 nav.navbar {
  position: fixed;
}
.cid-snonxv04W6 .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-snonxv04W6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-snonxv04W6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-snonxv04W6 .dropdown-item:hover,
.cid-snonxv04W6 .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-snonxv04W6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-snonxv04W6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-snonxv04W6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-snonxv04W6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-snonxv04W6 .nav-link {
  position: relative;
}
.cid-snonxv04W6 .container {
  display: flex;
  margin: auto;
}
.cid-snonxv04W6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-snonxv04W6 .dropdown-menu,
.cid-snonxv04W6 .navbar.opened {
  background: #ffffff !important;
}
.cid-snonxv04W6 .nav-item:focus,
.cid-snonxv04W6 .nav-link:focus {
  outline: none;
}
.cid-snonxv04W6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-snonxv04W6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snonxv04W6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-snonxv04W6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-snonxv04W6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snonxv04W6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snonxv04W6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-snonxv04W6 .navbar.opened {
  transition: all 0.3s;
}
.cid-snonxv04W6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-snonxv04W6 .navbar .navbar-logo img {
  width: auto;
}
.cid-snonxv04W6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-snonxv04W6 .navbar.collapsed {
  justify-content: center;
}
.cid-snonxv04W6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snonxv04W6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-snonxv04W6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snonxv04W6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snonxv04W6 .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-snonxv04W6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snonxv04W6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-snonxv04W6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-snonxv04W6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snonxv04W6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snonxv04W6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snonxv04W6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snonxv04W6 .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-snonxv04W6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-snonxv04W6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snonxv04W6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snonxv04W6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-snonxv04W6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-snonxv04W6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snonxv04W6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-snonxv04W6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-snonxv04W6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-snonxv04W6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snonxv04W6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snonxv04W6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snonxv04W6 .dropdown-item.active,
.cid-snonxv04W6 .dropdown-item:active {
  background-color: transparent;
}
.cid-snonxv04W6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snonxv04W6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snonxv04W6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snonxv04W6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snonxv04W6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snonxv04W6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snonxv04W6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-snonxv04W6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-snonxv04W6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-snonxv04W6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-snonxv04W6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snonxv04W6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snonxv04W6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snonxv04W6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snonxv04W6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snonxv04W6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snonxv04W6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snonxv04W6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snonxv04W6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-snonxv04W6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-snonxv04W6 .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-snonxv04W6 .navbar {
    height: 70px;
  }
  .cid-snonxv04W6 .navbar.opened {
    height: auto;
  }
  .cid-snonxv04W6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snor2VGurf {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t0CmDKAZVh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0CmDKAZVh .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t0CmDKAZVh .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t0CmDKAZVh .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t0CmDKAZVh [class^="socicon-"]:before,
.cid-t0CmDKAZVh [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t0CmDKAZVh .mbr-section-title,
.cid-t0CmDKAZVh .social-list {
  text-align: center;
}
.cid-snonxw21J8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-snonxw21J8 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snonxw21J8 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snonxw21J8 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-snonxw21J8 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snonxw21J8 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-snonxw21J8 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snonxw21J8 .carousel-control,
.cid-snonxw21J8 .close {
  background: #1b1b1b;
}
.cid-snonxw21J8 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snonxw21J8 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snonxw21J8 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snonxw21J8 .carousel-control-next span {
  margin-left: 5px;
}
.cid-snonxw21J8 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-snonxw21J8 .close::before {
  content: '\e91a';
}
.cid-snonxw21J8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snonxw21J8 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-snonxw21J8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snonxw21J8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snonxw21J8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snonxw21J8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snonxw21J8 .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-snonxw21J8 .carousel-indicators li.active,
.cid-snonxw21J8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snonxw21J8 .carousel-indicators li::after,
.cid-snonxw21J8 .carousel-indicators li::before {
  content: none;
}
.cid-snonxw21J8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snonxw21J8 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snonxw21J8 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snonxw21J8 .carousel-indicators {
    display: none;
  }
}
.cid-snonxw21J8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snonxw21J8 .carousel-inner > .active {
  display: block;
}
.cid-snonxw21J8 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snonxw21J8 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snonxw21J8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snonxw21J8 .carousel-control,
  .cid-snonxw21J8 .carousel-indicators,
  .cid-snonxw21J8 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snonxw21J8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snonxw21J8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snonxw21J8 .carousel-indicators .active,
.cid-snonxw21J8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snonxw21J8 .carousel-indicators .active {
  background: #fff;
}
.cid-snonxw21J8 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snonxw21J8 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snonxw21J8 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snonxw21J8 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snonxw21J8 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snonxw21J8 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snonxw21J8 .carousel {
  width: 100%;
}
.cid-snonxw21J8 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snonxw21J8 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snonxw21J8 .modal.fade .modal-dialog,
.cid-snonxw21J8 .modal.in .modal-dialog {
  transform: none;
}
.cid-snonxw21J8 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snonxw21J8 H6 {
  text-align: center;
}
.cid-snonxwKjOG {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-snonxwKjOG .row-links {
  width: 100%;
  justify-content: center;
}
.cid-snonxwKjOG .social-row {
  width: 100%;
  justify-content: center;
}
.cid-snonxwKjOG .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-snonxwKjOG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-snonxwKjOG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-snonxwKjOG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-snonxwKjOG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-snonxwKjOG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-snonxwKjOG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-snonxwKjOG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-snonxwKjOG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-snonxwKjOG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snonxwKjOG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-snonxwKjOG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t0CmDkdqyE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0CmDkdqyE .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t0CmDkdqyE .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t0CmDkdqyE .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-t0CmDkdqyE .bg-instagram:hover {
  background: #bd005c;
}
.cid-t0CmDkdqyE .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t0CmDkdqyE [class^="socicon-"]:before,
.cid-t0CmDkdqyE [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t0CmDkdqyE .mbr-section-title,
.cid-t0CmDkdqyE .social-list {
  text-align: center;
}
.cid-si5TkP0aOU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f0875a;
}
.cid-si5TkP0aOU .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-si5RN7c46Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-si5Qmp4h9p {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffb18a;
}
.cid-si5Qmp4h9p .card-wrapper {
  padding: 4rem;
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-si5Qmp4h9p .row {
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cid-si5Qmp4h9p .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-si5Qmp4h9p .card-wrapper {
    padding: 1rem;
  }
}
.cid-si5Qmp4h9p ul {
  list-style: none;
}
.cid-si5Qmp4h9p li {
  position: relative;
}
.cid-si5Qmp4h9p li:before {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: #ffffff;
  font-size: 0.8rem;
}
.cid-si5Qmp4h9p .mbr-section-btn {
  width: 100%;
}
.cid-si5Qmp4h9p .btn {
  width: 100%;
}
.cid-s48P1Icc8J {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-siqudfET6U {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-siqudfET6U nav.navbar {
  position: fixed;
}
.cid-siqudfET6U .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-siqudfET6U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-siqudfET6U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-siqudfET6U .dropdown-item:hover,
.cid-siqudfET6U .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-siqudfET6U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-siqudfET6U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-siqudfET6U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-siqudfET6U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-siqudfET6U .nav-link {
  position: relative;
}
.cid-siqudfET6U .container {
  display: flex;
  margin: auto;
}
.cid-siqudfET6U .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-siqudfET6U .dropdown-menu,
.cid-siqudfET6U .navbar.opened {
  background: #ffffff !important;
}
.cid-siqudfET6U .nav-item:focus,
.cid-siqudfET6U .nav-link:focus {
  outline: none;
}
.cid-siqudfET6U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-siqudfET6U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-siqudfET6U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-siqudfET6U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-siqudfET6U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-siqudfET6U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-siqudfET6U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-siqudfET6U .navbar.opened {
  transition: all 0.3s;
}
.cid-siqudfET6U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-siqudfET6U .navbar .navbar-logo img {
  width: auto;
}
.cid-siqudfET6U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-siqudfET6U .navbar.collapsed {
  justify-content: center;
}
.cid-siqudfET6U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-siqudfET6U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-siqudfET6U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-siqudfET6U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-siqudfET6U .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-siqudfET6U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-siqudfET6U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-siqudfET6U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-siqudfET6U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-siqudfET6U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-siqudfET6U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-siqudfET6U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-siqudfET6U .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-siqudfET6U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-siqudfET6U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-siqudfET6U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-siqudfET6U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-siqudfET6U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-siqudfET6U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-siqudfET6U .navbar.navbar-short {
  min-height: 60px;
}
.cid-siqudfET6U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-siqudfET6U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-siqudfET6U .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-siqudfET6U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-siqudfET6U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-siqudfET6U .dropdown-item.active,
.cid-siqudfET6U .dropdown-item:active {
  background-color: transparent;
}
.cid-siqudfET6U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-siqudfET6U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-siqudfET6U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-siqudfET6U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-siqudfET6U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-siqudfET6U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-siqudfET6U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-siqudfET6U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-siqudfET6U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-siqudfET6U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-siqudfET6U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-siqudfET6U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-siqudfET6U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-siqudfET6U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-siqudfET6U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-siqudfET6U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-siqudfET6U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-siqudfET6U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-siqudfET6U .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-siqudfET6U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-siqudfET6U .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-siqudfET6U .navbar {
    height: 70px;
  }
  .cid-siqudfET6U .navbar.opened {
    height: auto;
  }
  .cid-siqudfET6U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-si5U9chVfm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f0875a;
}
.cid-si5U9chVfm .mbr-text,
.cid-si5U9chVfm .mbr-section-btn {
  color: #232323;
}
.cid-si5U9chVfm .card-title,
.cid-si5U9chVfm .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-si5U9chVfm .mbr-text,
.cid-si5U9chVfm .link-wrap {
  color: #ffffff;
}
.cid-si5UeiPCPM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-s48P1Icc8J {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-siqudfET6U {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-siqudfET6U nav.navbar {
  position: fixed;
}
.cid-siqudfET6U .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-siqudfET6U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-siqudfET6U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-siqudfET6U .dropdown-item:hover,
.cid-siqudfET6U .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-siqudfET6U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-siqudfET6U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-siqudfET6U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-siqudfET6U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-siqudfET6U .nav-link {
  position: relative;
}
.cid-siqudfET6U .container {
  display: flex;
  margin: auto;
}
.cid-siqudfET6U .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-siqudfET6U .dropdown-menu,
.cid-siqudfET6U .navbar.opened {
  background: #ffffff !important;
}
.cid-siqudfET6U .nav-item:focus,
.cid-siqudfET6U .nav-link:focus {
  outline: none;
}
.cid-siqudfET6U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-siqudfET6U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-siqudfET6U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-siqudfET6U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-siqudfET6U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-siqudfET6U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-siqudfET6U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-siqudfET6U .navbar.opened {
  transition: all 0.3s;
}
.cid-siqudfET6U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-siqudfET6U .navbar .navbar-logo img {
  width: auto;
}
.cid-siqudfET6U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-siqudfET6U .navbar.collapsed {
  justify-content: center;
}
.cid-siqudfET6U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-siqudfET6U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-siqudfET6U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-siqudfET6U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-siqudfET6U .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-siqudfET6U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-siqudfET6U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-siqudfET6U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-siqudfET6U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-siqudfET6U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-siqudfET6U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-siqudfET6U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-siqudfET6U .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-siqudfET6U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-siqudfET6U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-siqudfET6U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-siqudfET6U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-siqudfET6U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-siqudfET6U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-siqudfET6U .navbar.navbar-short {
  min-height: 60px;
}
.cid-siqudfET6U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-siqudfET6U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-siqudfET6U .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-siqudfET6U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-siqudfET6U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-siqudfET6U .dropdown-item.active,
.cid-siqudfET6U .dropdown-item:active {
  background-color: transparent;
}
.cid-siqudfET6U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-siqudfET6U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-siqudfET6U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-siqudfET6U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-siqudfET6U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-siqudfET6U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-siqudfET6U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-siqudfET6U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-siqudfET6U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-siqudfET6U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-siqudfET6U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-siqudfET6U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-siqudfET6U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-siqudfET6U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-siqudfET6U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-siqudfET6U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-siqudfET6U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-siqudfET6U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-siqudfET6U .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-siqudfET6U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-siqudfET6U .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-siqudfET6U .navbar {
    height: 70px;
  }
  .cid-siqudfET6U .navbar.opened {
    height: auto;
  }
  .cid-siqudfET6U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-si5VkGKfdL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f0875a;
}
.cid-si5VkGKfdL .mbr-text,
.cid-si5VkGKfdL .mbr-section-btn {
  color: #232323;
}
.cid-si5VkGKfdL .card-title,
.cid-si5VkGKfdL .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-si5VkGKfdL .mbr-text,
.cid-si5VkGKfdL .link-wrap {
  color: #ffffff;
}
.cid-sithu2n2Pi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-sithu2n2Pi .card-box {
    padding: 1rem;
  }
  .cid-sithu2n2Pi .mbr-section-btn,
  .cid-sithu2n2Pi .price {
    text-align: center;
  }
  .cid-sithu2n2Pi .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cid-sithu2n2Pi .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sithu2n2Pi .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sithu2n2Pi .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-sithu2n2Pi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sithu2n2Pi .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-s48P1Icc8J {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-siqudfET6U {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-siqudfET6U nav.navbar {
  position: fixed;
}
.cid-siqudfET6U .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-siqudfET6U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-siqudfET6U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-siqudfET6U .dropdown-item:hover,
.cid-siqudfET6U .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-siqudfET6U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-siqudfET6U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-siqudfET6U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-siqudfET6U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-siqudfET6U .nav-link {
  position: relative;
}
.cid-siqudfET6U .container {
  display: flex;
  margin: auto;
}
.cid-siqudfET6U .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-siqudfET6U .dropdown-menu,
.cid-siqudfET6U .navbar.opened {
  background: #ffffff !important;
}
.cid-siqudfET6U .nav-item:focus,
.cid-siqudfET6U .nav-link:focus {
  outline: none;
}
.cid-siqudfET6U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-siqudfET6U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-siqudfET6U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-siqudfET6U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-siqudfET6U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-siqudfET6U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-siqudfET6U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-siqudfET6U .navbar.opened {
  transition: all 0.3s;
}
.cid-siqudfET6U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-siqudfET6U .navbar .navbar-logo img {
  width: auto;
}
.cid-siqudfET6U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-siqudfET6U .navbar.collapsed {
  justify-content: center;
}
.cid-siqudfET6U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-siqudfET6U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-siqudfET6U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-siqudfET6U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-siqudfET6U .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-siqudfET6U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-siqudfET6U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-siqudfET6U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-siqudfET6U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-siqudfET6U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-siqudfET6U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-siqudfET6U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-siqudfET6U .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-siqudfET6U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-siqudfET6U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-siqudfET6U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-siqudfET6U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-siqudfET6U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-siqudfET6U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-siqudfET6U .navbar.navbar-short {
  min-height: 60px;
}
.cid-siqudfET6U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-siqudfET6U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-siqudfET6U .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-siqudfET6U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-siqudfET6U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-siqudfET6U .dropdown-item.active,
.cid-siqudfET6U .dropdown-item:active {
  background-color: transparent;
}
.cid-siqudfET6U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-siqudfET6U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-siqudfET6U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-siqudfET6U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-siqudfET6U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-siqudfET6U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-siqudfET6U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-siqudfET6U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-siqudfET6U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-siqudfET6U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-siqudfET6U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-siqudfET6U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-siqudfET6U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-siqudfET6U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-siqudfET6U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-siqudfET6U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-siqudfET6U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-siqudfET6U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-siqudfET6U .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-siqudfET6U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-siqudfET6U .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-siqudfET6U .navbar {
    height: 70px;
  }
  .cid-siqudfET6U .navbar.opened {
    height: auto;
  }
  .cid-siqudfET6U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
