body {
  font-family: Jost;
}
.display-1 {
  font-family: 'DEMON SKER';
  font-size: 3.3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.125rem;
}
.display-2 {
  font-family: 'SniffinPaint-Regular';
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.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: 'Cinzel', serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Reingttoon DEMO';
  font-size: 2.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 3rem;
}
/* ---- 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: 2.64rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.31rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((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: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !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: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !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: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !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: #ff9966 !important;
  border-color: #ff9966 !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: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !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: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #ff9966;
}
.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: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.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-tISYT1UoLE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tISYT1UoLE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tISYT1UoLE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tISYT1UoLE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tISYT1UoLE .row {
  flex-direction: row-reverse;
}
.cid-tISYT1UoLE img {
  width: 100%;
}
.cid-tIFWtth7DV .navbar-dropdown {
  position: relative !important;
}
.cid-tIFWtth7DV .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-tIFWtth7DV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tIFWtth7DV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIFWtth7DV .dropdown-item:hover,
.cid-tIFWtth7DV .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-tIFWtth7DV .dropdown-item:hover span {
  color: white;
}
.cid-tIFWtth7DV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tIFWtth7DV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tIFWtth7DV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tIFWtth7DV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIFWtth7DV .nav-link {
  position: relative;
}
.cid-tIFWtth7DV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tIFWtth7DV .container {
    flex-wrap: nowrap;
  }
}
.cid-tIFWtth7DV .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIFWtth7DV .dropdown-menu,
.cid-tIFWtth7DV .navbar.opened {
  background: #000000 !important;
}
.cid-tIFWtth7DV .nav-item:focus,
.cid-tIFWtth7DV .nav-link:focus {
  outline: none;
}
.cid-tIFWtth7DV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIFWtth7DV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIFWtth7DV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIFWtth7DV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIFWtth7DV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIFWtth7DV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIFWtth7DV .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: #000000;
}
.cid-tIFWtth7DV .navbar.opened {
  transition: all 0.3s;
}
.cid-tIFWtth7DV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIFWtth7DV .navbar .navbar-logo img {
  width: auto;
}
.cid-tIFWtth7DV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIFWtth7DV .navbar.collapsed {
  justify-content: center;
}
.cid-tIFWtth7DV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIFWtth7DV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIFWtth7DV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tIFWtth7DV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIFWtth7DV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIFWtth7DV .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-tIFWtth7DV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIFWtth7DV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIFWtth7DV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIFWtth7DV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIFWtth7DV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIFWtth7DV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIFWtth7DV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIFWtth7DV .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-tIFWtth7DV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIFWtth7DV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIFWtth7DV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIFWtth7DV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIFWtth7DV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIFWtth7DV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tIFWtth7DV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tIFWtth7DV .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIFWtth7DV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIFWtth7DV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIFWtth7DV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIFWtth7DV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIFWtth7DV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIFWtth7DV .dropdown-item.active,
.cid-tIFWtth7DV .dropdown-item:active {
  background-color: transparent;
}
.cid-tIFWtth7DV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIFWtth7DV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIFWtth7DV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIFWtth7DV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tIFWtth7DV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIFWtth7DV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIFWtth7DV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIFWtth7DV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIFWtth7DV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIFWtth7DV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tIFWtth7DV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIFWtth7DV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIFWtth7DV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIFWtth7DV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIFWtth7DV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIFWtth7DV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIFWtth7DV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIFWtth7DV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIFWtth7DV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tIFWtth7DV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIFWtth7DV .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-tIFWtth7DV .navbar {
    height: 70px;
  }
  .cid-tIFWtth7DV .navbar.opened {
    height: auto;
  }
  .cid-tIFWtth7DV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIFZ856WPl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tIFZ856WPl .mbr-media {
  position: relative;
}
.cid-tIFZ856WPl .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tIFZ856WPl .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tIFZ856WPl .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tIFZ856WPl .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tIFZ856WPl .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tIFZ856WPl .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tIFZ856WPl .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tIFZ856WPl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tIFZ856WPl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tIFYkqonWw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tIFYkqonWw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIFYkqonWw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIFYkqonWw .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tIFYkqonWw .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tIFYkqonWw .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tIFYkqonWw .bg-instagram:hover {
  background: #bd005c;
}
.cid-tIFYkqonWw .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-tIFYkqonWw .bg-tiktok:hover {
  background: #000000;
}
.cid-tIFYkqonWw .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tIFYkqonWw .bg-youtube:hover {
  background: #cc0000;
}
.cid-tIFYkqonWw .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-tIFYkqonWw [class^="socicon-"]:before,
.cid-tIFYkqonWw [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tIFYkqonWw .mbr-section-title,
.cid-tIFYkqonWw .social-list {
  color: #ffffff;
}
.cid-tIG5ReUXJ1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tIG5ReUXJ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIG5ReUXJ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIG5ReUXJ1 .mbr-text,
.cid-tIG5ReUXJ1 .mbr-section-btn {
  color: #232323;
}
.cid-tIG5ReUXJ1 .card-title,
.cid-tIG5ReUXJ1 .card-box {
  color: #ffffff;
}
.cid-tIG5ReUXJ1 .mbr-text,
.cid-tIG5ReUXJ1 .link-wrap {
  color: #ffffff;
}
.cid-tMQBgnzR4Z {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tMQBgnzR4Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMQBgnzR4Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMQBgnzR4Z .row {
  flex-direction: row-reverse;
}
.cid-tMQBgnzR4Z .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tMQBgnzR4Z .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tMQBgnzR4Z .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tMQBgnzR4Z .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tMQBgnzR4Z .mbr-text,
.cid-tMQBgnzR4Z .mbr-section-btn {
  color: #979797;
}
.cid-tMQFOL7dOn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tMQFOL7dOn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMQFOL7dOn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMQFOL7dOn .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tMQFOL7dOn .row {
    flex-direction: column-reverse;
  }
  .cid-tMQFOL7dOn .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tMQFOL7dOn .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tMQFOL7dOn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tMQFOL7dOn .media-content,
.cid-tMQFOL7dOn .mbr-figure {
  align-self: center;
}
.cid-tMQFOL7dOn .mbr-figure iframe {
  width: 100%;
}
.cid-tMQFOL7dOn .mbr-section-title {
  color: #979797;
}
.cid-tMQFOL7dOn .mbr-text,
.cid-tMQFOL7dOn .mbr-section-btn {
  color: #ff6666;
}
.cid-tIGfmPrH7W {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tIGfmPrH7W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIGfmPrH7W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIGfmPrH7W .content-wrapper {
  background: #232323;
}
@media (max-width: 991px) {
  .cid-tIGfmPrH7W .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tIGfmPrH7W .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tIGfmPrH7W .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tIGfmPrH7W .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tIGfmPrH7W .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tIGfmPrH7W .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tIGfmPrH7W .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tIGfmPrH7W .card-title {
  color: #ffffff;
}
.cid-tIGfmPrH7W .mbr-text,
.cid-tIGfmPrH7W .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uhAuKgV1RE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uhAuKgV1RE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAuKgV1RE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAuKgV1RE .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uhAuKgV1RE .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uhAuKgV1RE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uhAuKgV1RE .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uhAuKgV1RE .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uhAuKgV1RE .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uhAuKgV1RE .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uhAuKgV1RE .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uhAuKgV1RE .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uhAuKgV1RE .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tIGmauhOF0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tIGmauhOF0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIGmauhOF0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIGmauhOF0 .item {
  padding-bottom: 2rem;
}
.cid-tIGmauhOF0 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-tIGmauhOF0 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tIGmauhOF0 .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-tIGmauhOF0 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tIGmauhOF0 .carousel-control,
.cid-tIGmauhOF0 .close {
  background: #1b1b1b;
}
.cid-tIGmauhOF0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tIGmauhOF0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tIGmauhOF0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tIGmauhOF0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tIGmauhOF0 .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-tIGmauhOF0 .close::before {
  content: '\e91a';
}
.cid-tIGmauhOF0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tIGmauhOF0 .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-tIGmauhOF0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIGmauhOF0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tIGmauhOF0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tIGmauhOF0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tIGmauhOF0 .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-tIGmauhOF0 .carousel-indicators li.active,
.cid-tIGmauhOF0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tIGmauhOF0 .carousel-indicators li::after,
.cid-tIGmauhOF0 .carousel-indicators li::before {
  content: none;
}
.cid-tIGmauhOF0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tIGmauhOF0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tIGmauhOF0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tIGmauhOF0 .carousel-indicators {
    display: none;
  }
}
.cid-tIGmauhOF0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tIGmauhOF0 .carousel-inner > .active {
  display: block;
}
.cid-tIGmauhOF0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIGmauhOF0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tIGmauhOF0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tIGmauhOF0 .carousel-control,
  .cid-tIGmauhOF0 .carousel-indicators,
  .cid-tIGmauhOF0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tIGmauhOF0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tIGmauhOF0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tIGmauhOF0 .carousel-indicators .active,
.cid-tIGmauhOF0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tIGmauhOF0 .carousel-indicators .active {
  background: #fff;
}
.cid-tIGmauhOF0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tIGmauhOF0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tIGmauhOF0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tIGmauhOF0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tIGmauhOF0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tIGmauhOF0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tIGmauhOF0 .carousel {
  width: 100%;
}
.cid-tIGmauhOF0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tIGmauhOF0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tIGmauhOF0 .modal.fade .modal-dialog,
.cid-tIGmauhOF0 .modal.in .modal-dialog {
  transform: none;
}
.cid-tIGmauhOF0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tIGmauhOF0 H6 {
  text-align: center;
  color: #353535;
}
.cid-tIGmauhOF0 H3 {
  color: #ffffff;
}
.cid-tIGbpWZTXq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tIGbpWZTXq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIGbpWZTXq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIGbpWZTXq .mbr-text {
  color: #c1c1c1;
}
.cid-tIGbpWZTXq H3 {
  color: #ffffff;
}
.cid-tIGbpWZTXq .link {
  color: #353535;
}
.cid-tIGcHLV1O0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tIGcHLV1O0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIGcHLV1O0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIGcHLV1O0 .mbr-text {
  color: #c1c1c1;
}
.cid-tIGcHLV1O0 H3 {
  color: #ffffff;
}
.cid-tIGcHLV1O0 .link {
  color: #353535;
}
.cid-tIGddO47ar {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tIGddO47ar .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIGddO47ar .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIGddO47ar .mbr-text {
  color: #c1c1c1;
}
.cid-tIGddO47ar H3 {
  color: #ffffff;
}
.cid-tIGddO47ar .link {
  color: #353535;
}
.cid-tIGdtZCHpM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tIGdtZCHpM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIGdtZCHpM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIGdtZCHpM .mbr-text {
  color: #c1c1c1;
}
.cid-tIGdtZCHpM H3 {
  color: #ffffff;
}
.cid-tIGdtZCHpM .link {
  color: #353535;
}
.cid-tIGdHXg6Au {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tIGdHXg6Au .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIGdHXg6Au .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIGdHXg6Au .mbr-text {
  color: #c1c1c1;
}
.cid-tIGdHXg6Au H3 {
  color: #ffffff;
}
.cid-tIGdHXg6Au .link {
  color: #353535;
}
.cid-tIGdSMA2lv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tIGdSMA2lv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIGdSMA2lv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIGdSMA2lv .mbr-text {
  color: #c1c1c1;
}
.cid-tIGdSMA2lv H3 {
  color: #ffffff;
}
.cid-tIGdSMA2lv .link {
  color: #353535;
}
.cid-tIH0xVvaZ5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tIH0xVvaZ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIH0xVvaZ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tIH0xVvaZ5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tIH0xVvaZ5 .row {
  flex-direction: row-reverse;
}
.cid-tIH0xVvaZ5 img {
  width: 100%;
}
.cid-tIH0xVvaZ5 .mbr-description {
  color: #979797;
}
.cid-tIGUYQiXjj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tIGUYQiXjj blockquote {
  border-color: #bbbbbb;
  border-radius: 4px;
  background-color: #000000;
}
.cid-tIGUYQiXjj .mbr-section-title {
  color: #ffffff;
}
.cid-tIGUYQiXjj .mbr-text {
  color: #bbbbbb;
}
.cid-tIGhys4AfO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-tIGhys4AfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIGhys4AfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tIGhys4AfO .container {
    max-width: 1400px;
  }
}
.cid-tIGhys4AfO .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tIGhys4AfO .card-wrapper {
  margin-top: 3rem;
}
.cid-tIGhys4AfO .row {
  justify-content: center;
}
.cid-tIGhys4AfO .card-title,
.cid-tIGhys4AfO .iconfont-wrapper {
  color: #fafafa;
}
.cid-tIGhys4AfO .card-text {
  color: #979797;
}
.cid-tIGhys4AfO .mbr-section-title {
  color: #ffffff;
}
.cid-tMQO0ZJ7Z5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tMQO0ZJ7Z5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMQO0ZJ7Z5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tMQO0ZJ7Z5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMQO0ZJ7Z5 .row {
  flex-direction: row-reverse;
}
.cid-tMQO0ZJ7Z5 img {
  width: 100%;
}
.cid-tMQO10aNDG .navbar-dropdown {
  position: relative !important;
}
.cid-tMQO10aNDG .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-tMQO10aNDG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMQO10aNDG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tMQO10aNDG .dropdown-item:hover,
.cid-tMQO10aNDG .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-tMQO10aNDG .dropdown-item:hover span {
  color: white;
}
.cid-tMQO10aNDG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMQO10aNDG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMQO10aNDG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMQO10aNDG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMQO10aNDG .nav-link {
  position: relative;
}
.cid-tMQO10aNDG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tMQO10aNDG .container {
    flex-wrap: nowrap;
  }
}
.cid-tMQO10aNDG .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tMQO10aNDG .dropdown-menu,
.cid-tMQO10aNDG .navbar.opened {
  background: #000000 !important;
}
.cid-tMQO10aNDG .nav-item:focus,
.cid-tMQO10aNDG .nav-link:focus {
  outline: none;
}
.cid-tMQO10aNDG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMQO10aNDG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMQO10aNDG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMQO10aNDG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMQO10aNDG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMQO10aNDG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMQO10aNDG .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: #000000;
}
.cid-tMQO10aNDG .navbar.opened {
  transition: all 0.3s;
}
.cid-tMQO10aNDG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMQO10aNDG .navbar .navbar-logo img {
  width: auto;
}
.cid-tMQO10aNDG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMQO10aNDG .navbar.collapsed {
  justify-content: center;
}
.cid-tMQO10aNDG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMQO10aNDG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMQO10aNDG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tMQO10aNDG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMQO10aNDG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMQO10aNDG .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-tMQO10aNDG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMQO10aNDG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMQO10aNDG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMQO10aNDG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMQO10aNDG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMQO10aNDG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMQO10aNDG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMQO10aNDG .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-tMQO10aNDG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMQO10aNDG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMQO10aNDG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMQO10aNDG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMQO10aNDG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMQO10aNDG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tMQO10aNDG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tMQO10aNDG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMQO10aNDG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMQO10aNDG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMQO10aNDG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMQO10aNDG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMQO10aNDG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMQO10aNDG .dropdown-item.active,
.cid-tMQO10aNDG .dropdown-item:active {
  background-color: transparent;
}
.cid-tMQO10aNDG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMQO10aNDG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMQO10aNDG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMQO10aNDG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tMQO10aNDG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMQO10aNDG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMQO10aNDG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMQO10aNDG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMQO10aNDG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMQO10aNDG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tMQO10aNDG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMQO10aNDG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMQO10aNDG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMQO10aNDG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMQO10aNDG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMQO10aNDG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMQO10aNDG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMQO10aNDG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMQO10aNDG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tMQO10aNDG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMQO10aNDG .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-tMQO10aNDG .navbar {
    height: 70px;
  }
  .cid-tMQO10aNDG .navbar.opened {
    height: auto;
  }
  .cid-tMQO10aNDG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMQO10z2Ox {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tMQO10z2Ox .mbr-media {
  position: relative;
}
.cid-tMQO10z2Ox .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tMQO10z2Ox .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tMQO10z2Ox .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tMQO10z2Ox .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tMQO10z2Ox .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tMQO10z2Ox .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tMQO10z2Ox .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tMQO10z2Ox .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tMQO10z2Ox .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMQO115WB4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tMQO115WB4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMQO115WB4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMQO115WB4 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tMQO115WB4 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tMQO115WB4 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tMQO115WB4 .bg-instagram:hover {
  background: #bd005c;
}
.cid-tMQO115WB4 .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-tMQO115WB4 .bg-tiktok:hover {
  background: #000000;
}
.cid-tMQO115WB4 .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tMQO115WB4 .bg-youtube:hover {
  background: #cc0000;
}
.cid-tMQO115WB4 .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-tMQO115WB4 [class^="socicon-"]:before,
.cid-tMQO115WB4 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tMQO115WB4 .mbr-section-title,
.cid-tMQO115WB4 .social-list {
  color: #ffffff;
}
.cid-tMQO11pqS9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tMQO11pqS9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMQO11pqS9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMQO11pqS9 .mbr-text,
.cid-tMQO11pqS9 .mbr-section-btn {
  color: #232323;
}
.cid-tMQO11pqS9 .card-title,
.cid-tMQO11pqS9 .card-box {
  color: #ffffff;
}
.cid-tMQO11pqS9 .mbr-text,
.cid-tMQO11pqS9 .link-wrap {
  color: #ffffff;
}
.cid-tMQO11CFD2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tMQO11CFD2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMQO11CFD2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMQO11CFD2 .row {
  flex-direction: row-reverse;
}
.cid-tMQO11CFD2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tMQO11CFD2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tMQO11CFD2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tMQO11CFD2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tMQO11CFD2 .mbr-text,
.cid-tMQO11CFD2 .mbr-section-btn {
  color: #979797;
}
.cid-tMQO11SIJs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tMQO11SIJs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMQO11SIJs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMQO11SIJs .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tMQO11SIJs .row {
    flex-direction: column-reverse;
  }
  .cid-tMQO11SIJs .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tMQO11SIJs .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tMQO11SIJs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tMQO11SIJs .media-content,
.cid-tMQO11SIJs .mbr-figure {
  align-self: center;
}
.cid-tMQO11SIJs .mbr-figure iframe {
  width: 100%;
}
.cid-tMQO11SIJs .mbr-section-title {
  color: #979797;
}
.cid-tMQO11SIJs .mbr-text,
.cid-tMQO11SIJs .mbr-section-btn {
  color: #ff6666;
}
.cid-tMQO126Wun {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tMQO126Wun .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMQO126Wun .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMQO126Wun .content-wrapper {
  background: #232323;
}
@media (max-width: 991px) {
  .cid-tMQO126Wun .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tMQO126Wun .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tMQO126Wun .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tMQO126Wun .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tMQO126Wun .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tMQO126Wun .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tMQO126Wun .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tMQO126Wun .card-title {
  color: #ffffff;
}
.cid-tMQO126Wun .mbr-text,
.cid-tMQO126Wun .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tMQO12jZqg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tMQO12jZqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMQO12jZqg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMQO12jZqg .item {
  padding-bottom: 2rem;
}
.cid-tMQO12jZqg .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-tMQO12jZqg .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tMQO12jZqg .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-tMQO12jZqg .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tMQO12jZqg .carousel-control,
.cid-tMQO12jZqg .close {
  background: #1b1b1b;
}
.cid-tMQO12jZqg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tMQO12jZqg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tMQO12jZqg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tMQO12jZqg .carousel-control-next span {
  margin-left: 5px;
}
.cid-tMQO12jZqg .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-tMQO12jZqg .close::before {
  content: '\e91a';
}
.cid-tMQO12jZqg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tMQO12jZqg .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-tMQO12jZqg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMQO12jZqg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tMQO12jZqg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tMQO12jZqg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tMQO12jZqg .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-tMQO12jZqg .carousel-indicators li.active,
.cid-tMQO12jZqg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tMQO12jZqg .carousel-indicators li::after,
.cid-tMQO12jZqg .carousel-indicators li::before {
  content: none;
}
.cid-tMQO12jZqg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tMQO12jZqg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tMQO12jZqg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tMQO12jZqg .carousel-indicators {
    display: none;
  }
}
.cid-tMQO12jZqg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tMQO12jZqg .carousel-inner > .active {
  display: block;
}
.cid-tMQO12jZqg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMQO12jZqg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tMQO12jZqg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tMQO12jZqg .carousel-control,
  .cid-tMQO12jZqg .carousel-indicators,
  .cid-tMQO12jZqg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tMQO12jZqg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tMQO12jZqg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tMQO12jZqg .carousel-indicators .active,
.cid-tMQO12jZqg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tMQO12jZqg .carousel-indicators .active {
  background: #fff;
}
.cid-tMQO12jZqg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tMQO12jZqg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tMQO12jZqg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tMQO12jZqg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tMQO12jZqg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tMQO12jZqg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tMQO12jZqg .carousel {
  width: 100%;
}
.cid-tMQO12jZqg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tMQO12jZqg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tMQO12jZqg .modal.fade .modal-dialog,
.cid-tMQO12jZqg .modal.in .modal-dialog {
  transform: none;
}
.cid-tMQO12jZqg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tMQO12jZqg H6 {
  text-align: center;
  color: #353535;
}
.cid-tMQO12jZqg H3 {
  color: #ffffff;
}
.cid-tMQO12HmeH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tMQO12HmeH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMQO12HmeH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMQO12HmeH .mbr-text {
  color: #c1c1c1;
}
.cid-tMQO12HmeH H3 {
  color: #ffffff;
}
.cid-tMQO12HmeH .link {
  color: #353535;
}
.cid-tMQO12T08l {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tMQO12T08l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMQO12T08l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMQO12T08l .mbr-text {
  color: #c1c1c1;
}
.cid-tMQO12T08l H3 {
  color: #ffffff;
}
.cid-tMQO12T08l .link {
  color: #353535;
}
.cid-tMQO136ASp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tMQO136ASp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMQO136ASp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMQO136ASp .mbr-text {
  color: #c1c1c1;
}
.cid-tMQO136ASp H3 {
  color: #ffffff;
}
.cid-tMQO136ASp .link {
  color: #353535;
}
.cid-tMQO13ki31 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tMQO13ki31 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMQO13ki31 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMQO13ki31 .mbr-text {
  color: #c1c1c1;
}
.cid-tMQO13ki31 H3 {
  color: #ffffff;
}
.cid-tMQO13ki31 .link {
  color: #353535;
}
.cid-tMQO13xVAy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tMQO13xVAy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMQO13xVAy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMQO13xVAy .mbr-text {
  color: #c1c1c1;
}
.cid-tMQO13xVAy H3 {
  color: #ffffff;
}
.cid-tMQO13xVAy .link {
  color: #353535;
}
.cid-tMQO13I8kN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tMQO13I8kN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMQO13I8kN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMQO13I8kN .mbr-text {
  color: #c1c1c1;
}
.cid-tMQO13I8kN H3 {
  color: #ffffff;
}
.cid-tMQO13I8kN .link {
  color: #353535;
}
.cid-tMQO13U1yn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tMQO13U1yn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMQO13U1yn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tMQO13U1yn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMQO13U1yn .row {
  flex-direction: row-reverse;
}
.cid-tMQO13U1yn img {
  width: 100%;
}
.cid-tMQO13U1yn .mbr-description {
  color: #979797;
}
.cid-tMQO147A27 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tMQO147A27 blockquote {
  border-color: #bbbbbb;
  border-radius: 4px;
  background-color: #000000;
}
.cid-tMQO147A27 .mbr-section-title {
  color: #ffffff;
}
.cid-tMQO147A27 .mbr-text {
  color: #bbbbbb;
}
.cid-tMQO14g8MI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-tMQO14g8MI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMQO14g8MI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tMQO14g8MI .container {
    max-width: 1400px;
  }
}
.cid-tMQO14g8MI .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tMQO14g8MI .card-wrapper {
  margin-top: 3rem;
}
.cid-tMQO14g8MI .row {
  justify-content: center;
}
.cid-tMQO14g8MI .card-title,
.cid-tMQO14g8MI .iconfont-wrapper {
  color: #fafafa;
}
.cid-tMQO14g8MI .card-text {
  color: #979797;
}
.cid-tMQO14g8MI .mbr-section-title {
  color: #ffffff;
}
.cid-tNmWtw4yYD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tNmWtw4yYD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNmWtw4yYD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNmWtw4yYD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNmWtw4yYD .row {
  flex-direction: row-reverse;
}
.cid-tNmWtw4yYD img {
  width: 100%;
}
.cid-tNmWtwAjHO .navbar-dropdown {
  position: relative !important;
}
.cid-tNmWtwAjHO .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-tNmWtwAjHO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNmWtwAjHO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNmWtwAjHO .dropdown-item:hover,
.cid-tNmWtwAjHO .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-tNmWtwAjHO .dropdown-item:hover span {
  color: white;
}
.cid-tNmWtwAjHO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNmWtwAjHO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNmWtwAjHO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNmWtwAjHO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNmWtwAjHO .nav-link {
  position: relative;
}
.cid-tNmWtwAjHO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tNmWtwAjHO .container {
    flex-wrap: nowrap;
  }
}
.cid-tNmWtwAjHO .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNmWtwAjHO .dropdown-menu,
.cid-tNmWtwAjHO .navbar.opened {
  background: #000000 !important;
}
.cid-tNmWtwAjHO .nav-item:focus,
.cid-tNmWtwAjHO .nav-link:focus {
  outline: none;
}
.cid-tNmWtwAjHO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNmWtwAjHO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNmWtwAjHO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNmWtwAjHO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNmWtwAjHO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNmWtwAjHO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNmWtwAjHO .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: #000000;
}
.cid-tNmWtwAjHO .navbar.opened {
  transition: all 0.3s;
}
.cid-tNmWtwAjHO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNmWtwAjHO .navbar .navbar-logo img {
  width: auto;
}
.cid-tNmWtwAjHO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNmWtwAjHO .navbar.collapsed {
  justify-content: center;
}
.cid-tNmWtwAjHO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNmWtwAjHO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNmWtwAjHO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tNmWtwAjHO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNmWtwAjHO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNmWtwAjHO .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-tNmWtwAjHO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNmWtwAjHO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNmWtwAjHO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNmWtwAjHO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNmWtwAjHO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNmWtwAjHO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNmWtwAjHO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNmWtwAjHO .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-tNmWtwAjHO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNmWtwAjHO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNmWtwAjHO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNmWtwAjHO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNmWtwAjHO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNmWtwAjHO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tNmWtwAjHO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tNmWtwAjHO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNmWtwAjHO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tNmWtwAjHO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tNmWtwAjHO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNmWtwAjHO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNmWtwAjHO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNmWtwAjHO .dropdown-item.active,
.cid-tNmWtwAjHO .dropdown-item:active {
  background-color: transparent;
}
.cid-tNmWtwAjHO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNmWtwAjHO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNmWtwAjHO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNmWtwAjHO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tNmWtwAjHO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNmWtwAjHO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNmWtwAjHO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNmWtwAjHO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNmWtwAjHO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNmWtwAjHO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tNmWtwAjHO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNmWtwAjHO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNmWtwAjHO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNmWtwAjHO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNmWtwAjHO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNmWtwAjHO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNmWtwAjHO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNmWtwAjHO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNmWtwAjHO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tNmWtwAjHO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNmWtwAjHO .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-tNmWtwAjHO .navbar {
    height: 70px;
  }
  .cid-tNmWtwAjHO .navbar.opened {
    height: auto;
  }
  .cid-tNmWtwAjHO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNmWtx4IBs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tNmWtx4IBs .mbr-media {
  position: relative;
}
.cid-tNmWtx4IBs .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tNmWtx4IBs .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tNmWtx4IBs .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tNmWtx4IBs .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tNmWtx4IBs .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tNmWtx4IBs .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tNmWtx4IBs .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tNmWtx4IBs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tNmWtx4IBs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tNmWtxz7fp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tNmWtxz7fp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNmWtxz7fp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNmWtxz7fp .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tNmWtxz7fp .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tNmWtxz7fp .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tNmWtxz7fp .bg-instagram:hover {
  background: #bd005c;
}
.cid-tNmWtxz7fp .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-tNmWtxz7fp .bg-tiktok:hover {
  background: #000000;
}
.cid-tNmWtxz7fp .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tNmWtxz7fp .bg-youtube:hover {
  background: #cc0000;
}
.cid-tNmWtxz7fp .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-tNmWtxz7fp [class^="socicon-"]:before,
.cid-tNmWtxz7fp [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tNmWtxz7fp .mbr-section-title,
.cid-tNmWtxz7fp .social-list {
  color: #ffffff;
}
.cid-tNmWtxX99G {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tNmWtxX99G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNmWtxX99G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNmWtxX99G .mbr-text,
.cid-tNmWtxX99G .mbr-section-btn {
  color: #232323;
}
.cid-tNmWtxX99G .card-title,
.cid-tNmWtxX99G .card-box {
  color: #ffffff;
}
.cid-tNmWtxX99G .mbr-text,
.cid-tNmWtxX99G .link-wrap {
  color: #ffffff;
}
.cid-tNmWtyd3ui {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tNmWtyd3ui .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNmWtyd3ui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNmWtyd3ui .row {
  flex-direction: row-reverse;
}
.cid-tNmWtyd3ui .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tNmWtyd3ui .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tNmWtyd3ui .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tNmWtyd3ui .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tNmWtyd3ui .mbr-text,
.cid-tNmWtyd3ui .mbr-section-btn {
  color: #979797;
}
.cid-tNmWtyvZwo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tNmWtyvZwo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNmWtyvZwo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNmWtyvZwo .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tNmWtyvZwo .row {
    flex-direction: column-reverse;
  }
  .cid-tNmWtyvZwo .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tNmWtyvZwo .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tNmWtyvZwo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tNmWtyvZwo .media-content,
.cid-tNmWtyvZwo .mbr-figure {
  align-self: center;
}
.cid-tNmWtyvZwo .mbr-figure iframe {
  width: 100%;
}
.cid-tNmWtyvZwo .mbr-section-title {
  color: #979797;
}
.cid-tNmWtyvZwo .mbr-text,
.cid-tNmWtyvZwo .mbr-section-btn {
  color: #ff6666;
}
.cid-tNnfEkQw8O {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tNnfEkQw8O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNnfEkQw8O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNnfEkQw8O .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNnfEkQw8O img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tNnfEkQw8O .text-wrapper {
    padding: 2rem;
  }
}
.cid-tNnfEkQw8O .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-tNnfEkQw8O .mbr-text {
  color: #979797;
  text-align: center;
}
.cid-tNnfEkQw8O .mbr-description {
  color: #979797;
}
.cid-tNmWtyLDTk {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tNmWtyLDTk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNmWtyLDTk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNmWtyLDTk .content-wrapper {
  background: #232323;
}
@media (max-width: 991px) {
  .cid-tNmWtyLDTk .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tNmWtyLDTk .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNmWtyLDTk .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tNmWtyLDTk .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tNmWtyLDTk .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tNmWtyLDTk .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tNmWtyLDTk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tNmWtyLDTk .card-title {
  color: #ffffff;
}
.cid-tNmWtyLDTk .mbr-text,
.cid-tNmWtyLDTk .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tNmWtyZUZr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tNmWtyZUZr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNmWtyZUZr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNmWtyZUZr .item {
  padding-bottom: 2rem;
}
.cid-tNmWtyZUZr .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-tNmWtyZUZr .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tNmWtyZUZr .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-tNmWtyZUZr .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tNmWtyZUZr .carousel-control,
.cid-tNmWtyZUZr .close {
  background: #1b1b1b;
}
.cid-tNmWtyZUZr .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tNmWtyZUZr .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tNmWtyZUZr .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tNmWtyZUZr .carousel-control-next span {
  margin-left: 5px;
}
.cid-tNmWtyZUZr .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-tNmWtyZUZr .close::before {
  content: '\e91a';
}
.cid-tNmWtyZUZr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tNmWtyZUZr .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-tNmWtyZUZr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tNmWtyZUZr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tNmWtyZUZr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tNmWtyZUZr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tNmWtyZUZr .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-tNmWtyZUZr .carousel-indicators li.active,
.cid-tNmWtyZUZr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tNmWtyZUZr .carousel-indicators li::after,
.cid-tNmWtyZUZr .carousel-indicators li::before {
  content: none;
}
.cid-tNmWtyZUZr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tNmWtyZUZr .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tNmWtyZUZr .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tNmWtyZUZr .carousel-indicators {
    display: none;
  }
}
.cid-tNmWtyZUZr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tNmWtyZUZr .carousel-inner > .active {
  display: block;
}
.cid-tNmWtyZUZr .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tNmWtyZUZr .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tNmWtyZUZr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tNmWtyZUZr .carousel-control,
  .cid-tNmWtyZUZr .carousel-indicators,
  .cid-tNmWtyZUZr .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tNmWtyZUZr .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tNmWtyZUZr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tNmWtyZUZr .carousel-indicators .active,
.cid-tNmWtyZUZr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tNmWtyZUZr .carousel-indicators .active {
  background: #fff;
}
.cid-tNmWtyZUZr .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tNmWtyZUZr .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tNmWtyZUZr .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tNmWtyZUZr .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tNmWtyZUZr .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tNmWtyZUZr .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tNmWtyZUZr .carousel {
  width: 100%;
}
.cid-tNmWtyZUZr .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tNmWtyZUZr .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tNmWtyZUZr .modal.fade .modal-dialog,
.cid-tNmWtyZUZr .modal.in .modal-dialog {
  transform: none;
}
.cid-tNmWtyZUZr .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tNmWtyZUZr H6 {
  text-align: center;
  color: #353535;
}
.cid-tNmWtyZUZr H3 {
  color: #ffffff;
}
.cid-tNn0FDp9en {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tNn0FDp9en img,
.cid-tNn0FDp9en .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tNn0FDp9en .item:focus,
.cid-tNn0FDp9en span:focus {
  outline: none;
}
.cid-tNn0FDp9en .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tNn0FDp9en .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tNn0FDp9en .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tNn0FDp9en .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tNn0FDp9en .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tNn0FDp9en .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tNn0FDp9en .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tNn0FDp9en .mbr-section-title {
  color: #ffffff;
}
.cid-tNn0FDp9en .mbr-text,
.cid-tNn0FDp9en .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-tNn0FDp9en .item-title {
  text-align: left;
  color: #fafafa;
}
.cid-tNn0FDp9en .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tNnbjwl4xs {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tNnbjwl4xs img,
.cid-tNnbjwl4xs .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tNnbjwl4xs .item:focus,
.cid-tNnbjwl4xs span:focus {
  outline: none;
}
.cid-tNnbjwl4xs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tNnbjwl4xs .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tNnbjwl4xs .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tNnbjwl4xs .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tNnbjwl4xs .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tNnbjwl4xs .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tNnbjwl4xs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tNnbjwl4xs .mbr-section-title {
  color: #232323;
}
.cid-tNnbjwl4xs .mbr-text,
.cid-tNnbjwl4xs .mbr-section-btn {
  text-align: left;
}
.cid-tNnbjwl4xs .item-title {
  text-align: left;
  color: #fafafa;
}
.cid-tNnbjwl4xs .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tNmWtAXudU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tNmWtAXudU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNmWtAXudU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNmWtAXudU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNmWtAXudU .row {
  flex-direction: row-reverse;
}
.cid-tNmWtAXudU img {
  width: 100%;
}
.cid-tNmWtAXudU .mbr-description {
  color: #979797;
}
.cid-tNmWtBbO6J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tNmWtBbO6J blockquote {
  border-color: #bbbbbb;
  border-radius: 4px;
  background-color: #000000;
}
.cid-tNmWtBbO6J .mbr-section-title {
  color: #ffffff;
}
.cid-tNmWtBbO6J .mbr-text {
  color: #bbbbbb;
}
.cid-tNmWtBlvKI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-tNmWtBlvKI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNmWtBlvKI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tNmWtBlvKI .container {
    max-width: 1400px;
  }
}
.cid-tNmWtBlvKI .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tNmWtBlvKI .card-wrapper {
  margin-top: 3rem;
}
.cid-tNmWtBlvKI .row {
  justify-content: center;
}
.cid-tNmWtBlvKI .card-title,
.cid-tNmWtBlvKI .iconfont-wrapper {
  color: #fafafa;
}
.cid-tNmWtBlvKI .card-text {
  color: #979797;
}
.cid-tNmWtBlvKI .mbr-section-title {
  color: #ffffff;
}
.cid-tNnq4LTOxR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tNnq4LTOxR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNnq4LTOxR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNnq4LTOxR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNnq4LTOxR .row {
  flex-direction: row-reverse;
}
.cid-tNnq4LTOxR img {
  width: 100%;
}
.cid-tNnq4MrXct .navbar-dropdown {
  position: relative !important;
}
.cid-tNnq4MrXct .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-tNnq4MrXct .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNnq4MrXct .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNnq4MrXct .dropdown-item:hover,
.cid-tNnq4MrXct .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-tNnq4MrXct .dropdown-item:hover span {
  color: white;
}
.cid-tNnq4MrXct .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNnq4MrXct .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNnq4MrXct .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNnq4MrXct .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNnq4MrXct .nav-link {
  position: relative;
}
.cid-tNnq4MrXct .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tNnq4MrXct .container {
    flex-wrap: nowrap;
  }
}
.cid-tNnq4MrXct .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNnq4MrXct .dropdown-menu,
.cid-tNnq4MrXct .navbar.opened {
  background: #000000 !important;
}
.cid-tNnq4MrXct .nav-item:focus,
.cid-tNnq4MrXct .nav-link:focus {
  outline: none;
}
.cid-tNnq4MrXct .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNnq4MrXct .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNnq4MrXct .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNnq4MrXct .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNnq4MrXct .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNnq4MrXct .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNnq4MrXct .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: #000000;
}
.cid-tNnq4MrXct .navbar.opened {
  transition: all 0.3s;
}
.cid-tNnq4MrXct .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNnq4MrXct .navbar .navbar-logo img {
  width: auto;
}
.cid-tNnq4MrXct .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNnq4MrXct .navbar.collapsed {
  justify-content: center;
}
.cid-tNnq4MrXct .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNnq4MrXct .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNnq4MrXct .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tNnq4MrXct .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNnq4MrXct .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNnq4MrXct .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-tNnq4MrXct .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNnq4MrXct .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNnq4MrXct .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNnq4MrXct .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNnq4MrXct .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNnq4MrXct .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNnq4MrXct .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNnq4MrXct .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-tNnq4MrXct .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNnq4MrXct .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNnq4MrXct .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNnq4MrXct .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNnq4MrXct .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNnq4MrXct .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tNnq4MrXct .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tNnq4MrXct .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNnq4MrXct .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tNnq4MrXct .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tNnq4MrXct .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNnq4MrXct .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNnq4MrXct .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNnq4MrXct .dropdown-item.active,
.cid-tNnq4MrXct .dropdown-item:active {
  background-color: transparent;
}
.cid-tNnq4MrXct .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNnq4MrXct .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNnq4MrXct .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNnq4MrXct .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tNnq4MrXct .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNnq4MrXct .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNnq4MrXct ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNnq4MrXct .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNnq4MrXct button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNnq4MrXct button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tNnq4MrXct button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNnq4MrXct button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNnq4MrXct button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNnq4MrXct button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNnq4MrXct nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNnq4MrXct nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNnq4MrXct nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNnq4MrXct nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNnq4MrXct .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tNnq4MrXct a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNnq4MrXct .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-tNnq4MrXct .navbar {
    height: 70px;
  }
  .cid-tNnq4MrXct .navbar.opened {
    height: auto;
  }
  .cid-tNnq4MrXct .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNnq4MSHUD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tNnq4MSHUD .mbr-media {
  position: relative;
}
.cid-tNnq4MSHUD .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tNnq4MSHUD .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tNnq4MSHUD .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tNnq4MSHUD .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tNnq4MSHUD .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tNnq4MSHUD .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tNnq4MSHUD .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tNnq4MSHUD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tNnq4MSHUD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tNnq4Nrjzt {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tNnq4Nrjzt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNnq4Nrjzt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNnq4Nrjzt .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tNnq4Nrjzt .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tNnq4Nrjzt .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tNnq4Nrjzt .bg-instagram:hover {
  background: #bd005c;
}
.cid-tNnq4Nrjzt .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-tNnq4Nrjzt .bg-tiktok:hover {
  background: #000000;
}
.cid-tNnq4Nrjzt .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tNnq4Nrjzt .bg-youtube:hover {
  background: #cc0000;
}
.cid-tNnq4Nrjzt .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-tNnq4Nrjzt [class^="socicon-"]:before,
.cid-tNnq4Nrjzt [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tNnq4Nrjzt .mbr-section-title,
.cid-tNnq4Nrjzt .social-list {
  color: #ffffff;
}
.cid-tNnvdnxFa3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/rckseite-2000x2000.png");
}
.cid-tNnvdnxFa3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNnvdnxFa3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNnAtHNXec {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-tNnAtHNXec .carousel {
    min-height: 400px;
  }
  .cid-tNnAtHNXec .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tNnAtHNXec .carousel {
    min-height: 260px;
  }
  .cid-tNnAtHNXec .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tNnAtHNXec .carousel {
    min-height: 220px;
  }
  .cid-tNnAtHNXec .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-tNnAtHNXec .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tNnAtHNXec .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tNnAtHNXec .carousel,
.cid-tNnAtHNXec .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tNnAtHNXec .item-wrapper {
  width: 100%;
}
.cid-tNnAtHNXec .carousel-caption {
  bottom: 40px;
}
.cid-tNnAtHNXec .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tNnAtHNXec .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tNnAtHNXec .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tNnAtHNXec .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tNnAtHNXec .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tNnAtHNXec .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tNnAtHNXec .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tNnAtHNXec .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tNnAtHNXec .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tNnAtHNXec .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-tNnAtHNXec .carousel-indicators li.active,
.cid-tNnAtHNXec .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tNnAtHNXec .carousel-indicators li::after,
.cid-tNnAtHNXec .carousel-indicators li::before {
  content: none;
}
.cid-tNnAtHNXec .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tNnAtHNXec .carousel-indicators {
    display: none !important;
  }
}
.cid-tNnq4NOy9j {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tNnq4NOy9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNnq4NOy9j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNnq4NOy9j .mbr-text,
.cid-tNnq4NOy9j .mbr-section-btn {
  color: #232323;
}
.cid-tNnq4NOy9j .card-title,
.cid-tNnq4NOy9j .card-box {
  color: #ffffff;
}
.cid-tNnq4NOy9j .mbr-text,
.cid-tNnq4NOy9j .link-wrap {
  color: #ffffff;
}
.cid-tNnq4O2NQI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tNnq4O2NQI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNnq4O2NQI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNnq4O2NQI .row {
  flex-direction: row-reverse;
}
.cid-tNnq4O2NQI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tNnq4O2NQI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tNnq4O2NQI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tNnq4O2NQI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tNnq4O2NQI .mbr-text,
.cid-tNnq4O2NQI .mbr-section-btn {
  color: #979797;
}
.cid-tNnq4Ol6ge {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tNnq4Ol6ge .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNnq4Ol6ge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNnq4Ol6ge .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tNnq4Ol6ge .row {
    flex-direction: column-reverse;
  }
  .cid-tNnq4Ol6ge .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tNnq4Ol6ge .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tNnq4Ol6ge .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tNnq4Ol6ge .media-content,
.cid-tNnq4Ol6ge .mbr-figure {
  align-self: center;
}
.cid-tNnq4Ol6ge .mbr-figure iframe {
  width: 100%;
}
.cid-tNnq4Ol6ge .mbr-section-title {
  color: #979797;
}
.cid-tNnq4Ol6ge .mbr-text,
.cid-tNnq4Ol6ge .mbr-section-btn {
  color: #ff6666;
}
.cid-tNnq4OBTy6 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tNnq4OBTy6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNnq4OBTy6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNnq4OBTy6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNnq4OBTy6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tNnq4OBTy6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tNnq4OBTy6 .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-tNnq4OBTy6 .mbr-text {
  color: #979797;
  text-align: center;
}
.cid-tNnq4OBTy6 .mbr-description {
  color: #979797;
}
.cid-tNnq4OROp7 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tNnq4OROp7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNnq4OROp7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNnq4OROp7 .content-wrapper {
  background: #232323;
}
@media (max-width: 991px) {
  .cid-tNnq4OROp7 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tNnq4OROp7 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNnq4OROp7 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tNnq4OROp7 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tNnq4OROp7 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tNnq4OROp7 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tNnq4OROp7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tNnq4OROp7 .card-title {
  color: #ffffff;
}
.cid-tNnq4OROp7 .mbr-text,
.cid-tNnq4OROp7 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uhATZxmU10 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uhATZxmU10 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhATZxmU10 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhATZxmU10 .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-uhATZxmU10 .row {
    flex-direction: column-reverse;
  }
  .cid-uhATZxmU10 .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-uhATZxmU10 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uhATZxmU10 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uhATZxmU10 .media-content,
.cid-uhATZxmU10 .mbr-figure {
  align-self: center;
}
.cid-uhATZxmU10 .mbr-figure iframe {
  width: 100%;
}
.cid-uhATZxmU10 .mbr-section-title {
  color: #bbbbbb;
}
.cid-uhATZxmU10 .mbr-text,
.cid-uhATZxmU10 .mbr-section-btn {
  color: #e43f3f;
}
.cid-uhARfFwOIK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uhARfFwOIK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhARfFwOIK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhARfFwOIK .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uhARfFwOIK .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhARfFwOIK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uhARfFwOIK .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uhARfFwOIK .mbr-text {
  color: #bbbbbb;
  text-align: center;
}
.cid-uhARfFwOIK .name {
  color: #ffffff;
  text-align: center;
}
.cid-uhARfFwOIK .position {
  color: #e43f3f;
  text-align: center;
}
.cid-uhAFRDAYDH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uhAFRDAYDH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAFRDAYDH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAFRDAYDH .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uhAFRDAYDH .card-wrapper {
  background-color: #353535;
  border-radius: 4px;
}
.cid-uhAFRDAYDH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uhAFRDAYDH .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uhAFRDAYDH .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uhAFRDAYDH .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uhAFRDAYDH .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uhAFRDAYDH .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uhAFRDAYDH .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uhAFRDAYDH .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uhAFRDAYDH .card-subtitle {
  color: #e43f3f;
  text-align: center;
}
.cid-uhAFRDAYDH .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhAFRDAYDH .mbr-text,
.cid-uhAFRDAYDH .social-row {
  color: #ffffff;
}
.cid-tNnq4P7FaL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tNnq4P7FaL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNnq4P7FaL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNnq4P7FaL .item {
  padding-bottom: 2rem;
}
.cid-tNnq4P7FaL .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-tNnq4P7FaL .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tNnq4P7FaL .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-tNnq4P7FaL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tNnq4P7FaL .carousel-control,
.cid-tNnq4P7FaL .close {
  background: #1b1b1b;
}
.cid-tNnq4P7FaL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tNnq4P7FaL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tNnq4P7FaL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tNnq4P7FaL .carousel-control-next span {
  margin-left: 5px;
}
.cid-tNnq4P7FaL .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-tNnq4P7FaL .close::before {
  content: '\e91a';
}
.cid-tNnq4P7FaL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tNnq4P7FaL .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-tNnq4P7FaL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tNnq4P7FaL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tNnq4P7FaL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tNnq4P7FaL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tNnq4P7FaL .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-tNnq4P7FaL .carousel-indicators li.active,
.cid-tNnq4P7FaL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tNnq4P7FaL .carousel-indicators li::after,
.cid-tNnq4P7FaL .carousel-indicators li::before {
  content: none;
}
.cid-tNnq4P7FaL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tNnq4P7FaL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tNnq4P7FaL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tNnq4P7FaL .carousel-indicators {
    display: none;
  }
}
.cid-tNnq4P7FaL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tNnq4P7FaL .carousel-inner > .active {
  display: block;
}
.cid-tNnq4P7FaL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tNnq4P7FaL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tNnq4P7FaL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tNnq4P7FaL .carousel-control,
  .cid-tNnq4P7FaL .carousel-indicators,
  .cid-tNnq4P7FaL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tNnq4P7FaL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tNnq4P7FaL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tNnq4P7FaL .carousel-indicators .active,
.cid-tNnq4P7FaL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tNnq4P7FaL .carousel-indicators .active {
  background: #fff;
}
.cid-tNnq4P7FaL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tNnq4P7FaL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tNnq4P7FaL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tNnq4P7FaL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tNnq4P7FaL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tNnq4P7FaL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tNnq4P7FaL .carousel {
  width: 100%;
}
.cid-tNnq4P7FaL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tNnq4P7FaL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tNnq4P7FaL .modal.fade .modal-dialog,
.cid-tNnq4P7FaL .modal.in .modal-dialog {
  transform: none;
}
.cid-tNnq4P7FaL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tNnq4P7FaL H6 {
  text-align: center;
  color: #353535;
}
.cid-tNnq4P7FaL H3 {
  color: #ffffff;
}
.cid-tNnq4PB8cA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tNnq4PB8cA img,
.cid-tNnq4PB8cA .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tNnq4PB8cA .item:focus,
.cid-tNnq4PB8cA span:focus {
  outline: none;
}
.cid-tNnq4PB8cA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tNnq4PB8cA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tNnq4PB8cA .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tNnq4PB8cA .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tNnq4PB8cA .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tNnq4PB8cA .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tNnq4PB8cA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tNnq4PB8cA .mbr-section-title {
  color: #ffffff;
}
.cid-tNnq4PB8cA .mbr-text,
.cid-tNnq4PB8cA .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-tNnq4PB8cA .item-title {
  text-align: left;
  color: #fafafa;
}
.cid-tNnq4PB8cA .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tNnq4PZVnL {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tNnq4PZVnL img,
.cid-tNnq4PZVnL .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tNnq4PZVnL .item:focus,
.cid-tNnq4PZVnL span:focus {
  outline: none;
}
.cid-tNnq4PZVnL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tNnq4PZVnL .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tNnq4PZVnL .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tNnq4PZVnL .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tNnq4PZVnL .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tNnq4PZVnL .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tNnq4PZVnL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tNnq4PZVnL .mbr-section-title {
  color: #232323;
}
.cid-tNnq4PZVnL .mbr-text,
.cid-tNnq4PZVnL .mbr-section-btn {
  text-align: left;
}
.cid-tNnq4PZVnL .item-title {
  text-align: left;
  color: #fafafa;
}
.cid-tNnq4PZVnL .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tNnq4Qk6mW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tNnq4Qk6mW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNnq4Qk6mW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNnq4Qk6mW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNnq4Qk6mW .row {
  flex-direction: row-reverse;
}
.cid-tNnq4Qk6mW img {
  width: 100%;
}
.cid-tNnq4Qk6mW .mbr-description {
  color: #979797;
}
.cid-tNnq4QAidi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tNnq4QAidi blockquote {
  border-color: #bbbbbb;
  border-radius: 4px;
  background-color: #000000;
}
.cid-tNnq4QAidi .mbr-section-title {
  color: #ffffff;
}
.cid-tNnq4QAidi .mbr-text {
  color: #bbbbbb;
}
.cid-tNnq4R05MN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-tNnq4R05MN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNnq4R05MN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tNnq4R05MN .container {
    max-width: 1400px;
  }
}
.cid-tNnq4R05MN .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tNnq4R05MN .card-wrapper {
  margin-top: 3rem;
}
.cid-tNnq4R05MN .row {
  justify-content: center;
}
.cid-tNnq4R05MN .card-title,
.cid-tNnq4R05MN .iconfont-wrapper {
  color: #fafafa;
}
.cid-tNnq4R05MN .card-text {
  color: #979797;
}
.cid-tNnq4R05MN .mbr-section-title {
  color: #ffffff;
}
.cid-tNosblyv52 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tNosblyv52 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNosblyv52 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNosblyv52 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNosblyv52 .row {
  flex-direction: row-reverse;
}
.cid-tNosblyv52 img {
  width: 100%;
}
.cid-tNosbmesLa .navbar-dropdown {
  position: relative !important;
}
.cid-tNosbmesLa .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-tNosbmesLa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNosbmesLa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNosbmesLa .dropdown-item:hover,
.cid-tNosbmesLa .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-tNosbmesLa .dropdown-item:hover span {
  color: white;
}
.cid-tNosbmesLa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNosbmesLa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNosbmesLa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNosbmesLa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNosbmesLa .nav-link {
  position: relative;
}
.cid-tNosbmesLa .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tNosbmesLa .container {
    flex-wrap: nowrap;
  }
}
.cid-tNosbmesLa .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNosbmesLa .dropdown-menu,
.cid-tNosbmesLa .navbar.opened {
  background: #000000 !important;
}
.cid-tNosbmesLa .nav-item:focus,
.cid-tNosbmesLa .nav-link:focus {
  outline: none;
}
.cid-tNosbmesLa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNosbmesLa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNosbmesLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNosbmesLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNosbmesLa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNosbmesLa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNosbmesLa .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: #000000;
}
.cid-tNosbmesLa .navbar.opened {
  transition: all 0.3s;
}
.cid-tNosbmesLa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNosbmesLa .navbar .navbar-logo img {
  width: auto;
}
.cid-tNosbmesLa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNosbmesLa .navbar.collapsed {
  justify-content: center;
}
.cid-tNosbmesLa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNosbmesLa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNosbmesLa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tNosbmesLa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNosbmesLa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNosbmesLa .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-tNosbmesLa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNosbmesLa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNosbmesLa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNosbmesLa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNosbmesLa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNosbmesLa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNosbmesLa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNosbmesLa .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-tNosbmesLa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNosbmesLa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNosbmesLa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNosbmesLa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNosbmesLa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNosbmesLa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tNosbmesLa .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tNosbmesLa .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNosbmesLa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tNosbmesLa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tNosbmesLa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNosbmesLa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNosbmesLa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNosbmesLa .dropdown-item.active,
.cid-tNosbmesLa .dropdown-item:active {
  background-color: transparent;
}
.cid-tNosbmesLa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNosbmesLa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNosbmesLa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNosbmesLa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tNosbmesLa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNosbmesLa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNosbmesLa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNosbmesLa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNosbmesLa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNosbmesLa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tNosbmesLa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNosbmesLa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNosbmesLa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNosbmesLa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNosbmesLa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNosbmesLa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNosbmesLa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNosbmesLa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNosbmesLa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tNosbmesLa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNosbmesLa .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-tNosbmesLa .navbar {
    height: 70px;
  }
  .cid-tNosbmesLa .navbar.opened {
    height: auto;
  }
  .cid-tNosbmesLa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNosbmC5Qv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tNosbmC5Qv .mbr-media {
  position: relative;
}
.cid-tNosbmC5Qv .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tNosbmC5Qv .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tNosbmC5Qv .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tNosbmC5Qv .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tNosbmC5Qv .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tNosbmC5Qv .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tNosbmC5Qv .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tNosbmC5Qv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tNosbmC5Qv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tNosbn9tnN {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tNosbn9tnN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNosbn9tnN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNosbn9tnN .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tNosbn9tnN .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tNosbn9tnN .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tNosbn9tnN .bg-instagram:hover {
  background: #bd005c;
}
.cid-tNosbn9tnN .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-tNosbn9tnN .bg-tiktok:hover {
  background: #000000;
}
.cid-tNosbn9tnN .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tNosbn9tnN .bg-youtube:hover {
  background: #cc0000;
}
.cid-tNosbn9tnN .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-tNosbn9tnN [class^="socicon-"]:before,
.cid-tNosbn9tnN [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tNosbn9tnN .mbr-section-title,
.cid-tNosbn9tnN .social-list {
  color: #ffffff;
}
.cid-tNosbntp9F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/rckseite-2000x2000.png");
}
.cid-tNosbntp9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNosbntp9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNosbnKhcw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-tNosbnKhcw .carousel {
    min-height: 400px;
  }
  .cid-tNosbnKhcw .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tNosbnKhcw .carousel {
    min-height: 260px;
  }
  .cid-tNosbnKhcw .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tNosbnKhcw .carousel {
    min-height: 220px;
  }
  .cid-tNosbnKhcw .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-tNosbnKhcw .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tNosbnKhcw .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tNosbnKhcw .carousel,
.cid-tNosbnKhcw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tNosbnKhcw .item-wrapper {
  width: 100%;
}
.cid-tNosbnKhcw .carousel-caption {
  bottom: 40px;
}
.cid-tNosbnKhcw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tNosbnKhcw .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tNosbnKhcw .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tNosbnKhcw .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tNosbnKhcw .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tNosbnKhcw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tNosbnKhcw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tNosbnKhcw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tNosbnKhcw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tNosbnKhcw .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-tNosbnKhcw .carousel-indicators li.active,
.cid-tNosbnKhcw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tNosbnKhcw .carousel-indicators li::after,
.cid-tNosbnKhcw .carousel-indicators li::before {
  content: none;
}
.cid-tNosbnKhcw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tNosbnKhcw .carousel-indicators {
    display: none !important;
  }
}
.cid-tNosbo2Nc8 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tNosbo2Nc8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNosbo2Nc8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNosbo2Nc8 .mbr-text,
.cid-tNosbo2Nc8 .mbr-section-btn {
  color: #232323;
}
.cid-tNosbo2Nc8 .card-title,
.cid-tNosbo2Nc8 .card-box {
  color: #ffffff;
}
.cid-tNosbo2Nc8 .mbr-text,
.cid-tNosbo2Nc8 .link-wrap {
  color: #ffffff;
}
.cid-tNosboeJSZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tNosboeJSZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNosboeJSZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNosboeJSZ .row {
  flex-direction: row-reverse;
}
.cid-tNosboeJSZ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tNosboeJSZ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tNosboeJSZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tNosboeJSZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tNosboeJSZ .mbr-text,
.cid-tNosboeJSZ .mbr-section-btn {
  color: #979797;
}
.cid-tNosbosY7y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tNosbosY7y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNosbosY7y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNosbosY7y .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tNosbosY7y .row {
    flex-direction: column-reverse;
  }
  .cid-tNosbosY7y .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tNosbosY7y .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tNosbosY7y .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tNosbosY7y .media-content,
.cid-tNosbosY7y .mbr-figure {
  align-self: center;
}
.cid-tNosbosY7y .mbr-figure iframe {
  width: 100%;
}
.cid-tNosbosY7y .mbr-section-title {
  color: #979797;
}
.cid-tNosbosY7y .mbr-text,
.cid-tNosbosY7y .mbr-section-btn {
  color: #ff6666;
}
.cid-tNosboHA3l {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tNosboHA3l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNosboHA3l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNosboHA3l .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNosboHA3l img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tNosboHA3l .text-wrapper {
    padding: 2rem;
  }
}
.cid-tNosboHA3l .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-tNosboHA3l .mbr-text {
  color: #979797;
  text-align: center;
}
.cid-tNosboHA3l .mbr-description {
  color: #979797;
}
.cid-tNosboVfZM {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tNosboVfZM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNosboVfZM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNosboVfZM .content-wrapper {
  background: #232323;
}
@media (max-width: 991px) {
  .cid-tNosboVfZM .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tNosboVfZM .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNosboVfZM .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tNosboVfZM .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tNosboVfZM .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tNosboVfZM .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tNosboVfZM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tNosboVfZM .card-title {
  color: #ffffff;
}
.cid-tNosboVfZM .mbr-text,
.cid-tNosboVfZM .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tNosbpbRfu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tNosbpbRfu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNosbpbRfu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNosbpbRfu .item {
  padding-bottom: 2rem;
}
.cid-tNosbpbRfu .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-tNosbpbRfu .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tNosbpbRfu .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-tNosbpbRfu .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tNosbpbRfu .carousel-control,
.cid-tNosbpbRfu .close {
  background: #1b1b1b;
}
.cid-tNosbpbRfu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tNosbpbRfu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tNosbpbRfu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tNosbpbRfu .carousel-control-next span {
  margin-left: 5px;
}
.cid-tNosbpbRfu .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-tNosbpbRfu .close::before {
  content: '\e91a';
}
.cid-tNosbpbRfu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tNosbpbRfu .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-tNosbpbRfu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tNosbpbRfu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tNosbpbRfu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tNosbpbRfu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tNosbpbRfu .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-tNosbpbRfu .carousel-indicators li.active,
.cid-tNosbpbRfu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tNosbpbRfu .carousel-indicators li::after,
.cid-tNosbpbRfu .carousel-indicators li::before {
  content: none;
}
.cid-tNosbpbRfu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tNosbpbRfu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tNosbpbRfu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tNosbpbRfu .carousel-indicators {
    display: none;
  }
}
.cid-tNosbpbRfu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tNosbpbRfu .carousel-inner > .active {
  display: block;
}
.cid-tNosbpbRfu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tNosbpbRfu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tNosbpbRfu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tNosbpbRfu .carousel-control,
  .cid-tNosbpbRfu .carousel-indicators,
  .cid-tNosbpbRfu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tNosbpbRfu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tNosbpbRfu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tNosbpbRfu .carousel-indicators .active,
.cid-tNosbpbRfu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tNosbpbRfu .carousel-indicators .active {
  background: #fff;
}
.cid-tNosbpbRfu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tNosbpbRfu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tNosbpbRfu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tNosbpbRfu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tNosbpbRfu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tNosbpbRfu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tNosbpbRfu .carousel {
  width: 100%;
}
.cid-tNosbpbRfu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tNosbpbRfu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tNosbpbRfu .modal.fade .modal-dialog,
.cid-tNosbpbRfu .modal.in .modal-dialog {
  transform: none;
}
.cid-tNosbpbRfu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tNosbpbRfu H6 {
  text-align: center;
  color: #353535;
}
.cid-tNosbpbRfu H3 {
  color: #ffffff;
}
.cid-tNosbpDzku {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tNosbpDzku img,
.cid-tNosbpDzku .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tNosbpDzku .item:focus,
.cid-tNosbpDzku span:focus {
  outline: none;
}
.cid-tNosbpDzku .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tNosbpDzku .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tNosbpDzku .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tNosbpDzku .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tNosbpDzku .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tNosbpDzku .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tNosbpDzku .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tNosbpDzku .mbr-section-title {
  color: #ffffff;
}
.cid-tNosbpDzku .mbr-text,
.cid-tNosbpDzku .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-tNosbpDzku .item-title {
  text-align: left;
  color: #fafafa;
}
.cid-tNosbpDzku .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tNosbpYmte {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tNosbpYmte img,
.cid-tNosbpYmte .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tNosbpYmte .item:focus,
.cid-tNosbpYmte span:focus {
  outline: none;
}
.cid-tNosbpYmte .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tNosbpYmte .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tNosbpYmte .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tNosbpYmte .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tNosbpYmte .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tNosbpYmte .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tNosbpYmte .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tNosbpYmte .mbr-section-title {
  color: #232323;
}
.cid-tNosbpYmte .mbr-text,
.cid-tNosbpYmte .mbr-section-btn {
  text-align: left;
}
.cid-tNosbpYmte .item-title {
  text-align: left;
  color: #fafafa;
}
.cid-tNosbpYmte .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tNosbqiPw7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tNosbqiPw7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNosbqiPw7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNosbqiPw7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNosbqiPw7 .row {
  flex-direction: row-reverse;
}
.cid-tNosbqiPw7 img {
  width: 100%;
}
.cid-tNosbqiPw7 .mbr-description {
  color: #979797;
}
.cid-tNosbqx3Or {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tNosbqx3Or blockquote {
  border-color: #bbbbbb;
  border-radius: 4px;
  background-color: #000000;
}
.cid-tNosbqx3Or .mbr-section-title {
  color: #ffffff;
}
.cid-tNosbqx3Or .mbr-text {
  color: #bbbbbb;
}
.cid-tNosbqI7US {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-tNosbqI7US .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNosbqI7US .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tNosbqI7US .container {
    max-width: 1400px;
  }
}
.cid-tNosbqI7US .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tNosbqI7US .card-wrapper {
  margin-top: 3rem;
}
.cid-tNosbqI7US .row {
  justify-content: center;
}
.cid-tNosbqI7US .card-title,
.cid-tNosbqI7US .iconfont-wrapper {
  color: #fafafa;
}
.cid-tNosbqI7US .card-text {
  color: #979797;
}
.cid-tNosbqI7US .mbr-section-title {
  color: #ffffff;
}
.cid-uhB1ykVDyp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uhB1ykVDyp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhB1ykVDyp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhB1ykVDyp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhB1ykVDyp .row {
  flex-direction: row-reverse;
}
.cid-uhB1ykVDyp img {
  width: 100%;
}
.cid-uhB1ylqHkM .navbar-dropdown {
  position: relative !important;
}
.cid-uhB1ylqHkM .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-uhB1ylqHkM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhB1ylqHkM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhB1ylqHkM .dropdown-item:hover,
.cid-uhB1ylqHkM .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uhB1ylqHkM .dropdown-item:hover span {
  color: white;
}
.cid-uhB1ylqHkM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhB1ylqHkM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhB1ylqHkM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhB1ylqHkM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhB1ylqHkM .nav-link {
  position: relative;
}
.cid-uhB1ylqHkM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uhB1ylqHkM .container {
    flex-wrap: nowrap;
  }
}
.cid-uhB1ylqHkM .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhB1ylqHkM .dropdown-menu,
.cid-uhB1ylqHkM .navbar.opened {
  background: #000000 !important;
}
.cid-uhB1ylqHkM .nav-item:focus,
.cid-uhB1ylqHkM .nav-link:focus {
  outline: none;
}
.cid-uhB1ylqHkM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhB1ylqHkM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhB1ylqHkM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhB1ylqHkM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhB1ylqHkM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhB1ylqHkM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhB1ylqHkM .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: #000000;
}
.cid-uhB1ylqHkM .navbar.opened {
  transition: all 0.3s;
}
.cid-uhB1ylqHkM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhB1ylqHkM .navbar .navbar-logo img {
  width: auto;
}
.cid-uhB1ylqHkM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhB1ylqHkM .navbar.collapsed {
  justify-content: center;
}
.cid-uhB1ylqHkM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhB1ylqHkM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhB1ylqHkM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uhB1ylqHkM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhB1ylqHkM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhB1ylqHkM .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-uhB1ylqHkM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhB1ylqHkM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhB1ylqHkM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhB1ylqHkM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhB1ylqHkM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhB1ylqHkM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhB1ylqHkM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhB1ylqHkM .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-uhB1ylqHkM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhB1ylqHkM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhB1ylqHkM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhB1ylqHkM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhB1ylqHkM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhB1ylqHkM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uhB1ylqHkM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uhB1ylqHkM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhB1ylqHkM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhB1ylqHkM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhB1ylqHkM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhB1ylqHkM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhB1ylqHkM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhB1ylqHkM .dropdown-item.active,
.cid-uhB1ylqHkM .dropdown-item:active {
  background-color: transparent;
}
.cid-uhB1ylqHkM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhB1ylqHkM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhB1ylqHkM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhB1ylqHkM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uhB1ylqHkM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhB1ylqHkM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhB1ylqHkM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhB1ylqHkM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhB1ylqHkM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhB1ylqHkM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uhB1ylqHkM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhB1ylqHkM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhB1ylqHkM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhB1ylqHkM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhB1ylqHkM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhB1ylqHkM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhB1ylqHkM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhB1ylqHkM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhB1ylqHkM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uhB1ylqHkM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhB1ylqHkM .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-uhB1ylqHkM .navbar {
    height: 70px;
  }
  .cid-uhB1ylqHkM .navbar.opened {
    height: auto;
  }
  .cid-uhB1ylqHkM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhB1ylTZNP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uhB1ylTZNP .mbr-media {
  position: relative;
}
.cid-uhB1ylTZNP .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uhB1ylTZNP .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uhB1ylTZNP .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uhB1ylTZNP .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uhB1ylTZNP .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uhB1ylTZNP .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uhB1ylTZNP .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uhB1ylTZNP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uhB1ylTZNP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uhB1ymAgWF {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uhB1ymAgWF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhB1ymAgWF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhB1ymAgWF .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uhB1ymAgWF .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uhB1ymAgWF .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uhB1ymAgWF .bg-instagram:hover {
  background: #bd005c;
}
.cid-uhB1ymAgWF .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uhB1ymAgWF .bg-tiktok:hover {
  background: #000000;
}
.cid-uhB1ymAgWF .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-uhB1ymAgWF .bg-youtube:hover {
  background: #cc0000;
}
.cid-uhB1ymAgWF .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-uhB1ymAgWF [class^="socicon-"]:before,
.cid-uhB1ymAgWF [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uhB1ymAgWF .mbr-section-title,
.cid-uhB1ymAgWF .social-list {
  color: #ffffff;
}
.cid-uhB1ymXVn9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/rckseite-2000x2000.png");
}
.cid-uhB1ymXVn9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhB1ymXVn9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhB1yniLMj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-uhB1yniLMj .carousel {
    min-height: 400px;
  }
  .cid-uhB1yniLMj .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhB1yniLMj .carousel {
    min-height: 260px;
  }
  .cid-uhB1yniLMj .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uhB1yniLMj .carousel {
    min-height: 220px;
  }
  .cid-uhB1yniLMj .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-uhB1yniLMj .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uhB1yniLMj .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uhB1yniLMj .carousel,
.cid-uhB1yniLMj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uhB1yniLMj .item-wrapper {
  width: 100%;
}
.cid-uhB1yniLMj .carousel-caption {
  bottom: 40px;
}
.cid-uhB1yniLMj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uhB1yniLMj .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uhB1yniLMj .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uhB1yniLMj .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uhB1yniLMj .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uhB1yniLMj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uhB1yniLMj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uhB1yniLMj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uhB1yniLMj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uhB1yniLMj .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-uhB1yniLMj .carousel-indicators li.active,
.cid-uhB1yniLMj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uhB1yniLMj .carousel-indicators li::after,
.cid-uhB1yniLMj .carousel-indicators li::before {
  content: none;
}
.cid-uhB1yniLMj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uhB1yniLMj .carousel-indicators {
    display: none !important;
  }
}
.cid-uhB1ynBf1g {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uhB1ynBf1g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhB1ynBf1g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhB1ynBf1g .mbr-text,
.cid-uhB1ynBf1g .mbr-section-btn {
  color: #232323;
}
.cid-uhB1ynBf1g .card-title,
.cid-uhB1ynBf1g .card-box {
  color: #ffffff;
}
.cid-uhB1ynBf1g .mbr-text,
.cid-uhB1ynBf1g .link-wrap {
  color: #ffffff;
}
.cid-uhB1ynRKfM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uhB1ynRKfM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhB1ynRKfM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhB1ynRKfM .row {
  flex-direction: row-reverse;
}
.cid-uhB1ynRKfM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uhB1ynRKfM .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uhB1ynRKfM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uhB1ynRKfM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhB1ynRKfM .mbr-text,
.cid-uhB1ynRKfM .mbr-section-btn {
  color: #979797;
}
.cid-uhB1yoa8LC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uhB1yoa8LC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhB1yoa8LC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhB1yoa8LC .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-uhB1yoa8LC .row {
    flex-direction: column-reverse;
  }
  .cid-uhB1yoa8LC .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-uhB1yoa8LC .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uhB1yoa8LC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uhB1yoa8LC .media-content,
.cid-uhB1yoa8LC .mbr-figure {
  align-self: center;
}
.cid-uhB1yoa8LC .mbr-figure iframe {
  width: 100%;
}
.cid-uhB1yoa8LC .mbr-section-title {
  color: #979797;
}
.cid-uhB1yoa8LC .mbr-text,
.cid-uhB1yoa8LC .mbr-section-btn {
  color: #ff6666;
}
.cid-uhB1yosGcg {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uhB1yosGcg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhB1yosGcg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhB1yosGcg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhB1yosGcg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uhB1yosGcg .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhB1yosGcg .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uhB1yosGcg .mbr-text {
  color: #979797;
  text-align: center;
}
.cid-uhB1yosGcg .mbr-description {
  color: #979797;
}
.cid-uhB1yoJLc1 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uhB1yoJLc1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhB1yoJLc1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhB1yoJLc1 .content-wrapper {
  background: #232323;
}
@media (max-width: 991px) {
  .cid-uhB1yoJLc1 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uhB1yoJLc1 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhB1yoJLc1 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uhB1yoJLc1 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uhB1yoJLc1 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uhB1yoJLc1 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uhB1yoJLc1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uhB1yoJLc1 .card-title {
  color: #ffffff;
}
.cid-uhB1yoJLc1 .mbr-text,
.cid-uhB1yoJLc1 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uhB1yp0FH1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uhB1yp0FH1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhB1yp0FH1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhB1yp0FH1 .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-uhB1yp0FH1 .row {
    flex-direction: column-reverse;
  }
  .cid-uhB1yp0FH1 .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-uhB1yp0FH1 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uhB1yp0FH1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uhB1yp0FH1 .media-content,
.cid-uhB1yp0FH1 .mbr-figure {
  align-self: center;
}
.cid-uhB1yp0FH1 .mbr-figure iframe {
  width: 100%;
}
.cid-uhB1yp0FH1 .mbr-section-title {
  color: #bbbbbb;
}
.cid-uhB1yp0FH1 .mbr-text,
.cid-uhB1yp0FH1 .mbr-section-btn {
  color: #e43f3f;
}
.cid-uhB1yphBhl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uhB1yphBhl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhB1yphBhl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhB1yphBhl .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uhB1yphBhl .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhB1yphBhl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uhB1yphBhl .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uhB1yphBhl .mbr-text {
  color: #bbbbbb;
  text-align: center;
}
.cid-uhB1yphBhl .name {
  color: #ffffff;
  text-align: center;
}
.cid-uhB1yphBhl .position {
  color: #e43f3f;
  text-align: center;
}
.cid-uhB1ypFg6T {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uhB1ypFg6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhB1ypFg6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhB1ypFg6T .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uhB1ypFg6T .card-wrapper {
  background-color: #353535;
  border-radius: 4px;
}
.cid-uhB1ypFg6T .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uhB1ypFg6T .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uhB1ypFg6T .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uhB1ypFg6T .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uhB1ypFg6T .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uhB1ypFg6T .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uhB1ypFg6T .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uhB1ypFg6T .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uhB1ypFg6T .card-subtitle {
  color: #e43f3f;
  text-align: center;
}
.cid-uhB1ypFg6T .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhB1ypFg6T .mbr-text,
.cid-uhB1ypFg6T .social-row {
  color: #ffffff;
}
.cid-uhB1yqeSFS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uhB1yqeSFS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhB1yqeSFS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhB1yqeSFS .item {
  padding-bottom: 2rem;
}
.cid-uhB1yqeSFS .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-uhB1yqeSFS .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uhB1yqeSFS .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-uhB1yqeSFS .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uhB1yqeSFS .carousel-control,
.cid-uhB1yqeSFS .close {
  background: #1b1b1b;
}
.cid-uhB1yqeSFS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uhB1yqeSFS .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uhB1yqeSFS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uhB1yqeSFS .carousel-control-next span {
  margin-left: 5px;
}
.cid-uhB1yqeSFS .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-uhB1yqeSFS .close::before {
  content: '\e91a';
}
.cid-uhB1yqeSFS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uhB1yqeSFS .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-uhB1yqeSFS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uhB1yqeSFS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uhB1yqeSFS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uhB1yqeSFS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uhB1yqeSFS .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-uhB1yqeSFS .carousel-indicators li.active,
.cid-uhB1yqeSFS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uhB1yqeSFS .carousel-indicators li::after,
.cid-uhB1yqeSFS .carousel-indicators li::before {
  content: none;
}
.cid-uhB1yqeSFS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uhB1yqeSFS .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uhB1yqeSFS .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uhB1yqeSFS .carousel-indicators {
    display: none;
  }
}
.cid-uhB1yqeSFS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uhB1yqeSFS .carousel-inner > .active {
  display: block;
}
.cid-uhB1yqeSFS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uhB1yqeSFS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uhB1yqeSFS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uhB1yqeSFS .carousel-control,
  .cid-uhB1yqeSFS .carousel-indicators,
  .cid-uhB1yqeSFS .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uhB1yqeSFS .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uhB1yqeSFS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uhB1yqeSFS .carousel-indicators .active,
.cid-uhB1yqeSFS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uhB1yqeSFS .carousel-indicators .active {
  background: #fff;
}
.cid-uhB1yqeSFS .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uhB1yqeSFS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uhB1yqeSFS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uhB1yqeSFS .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uhB1yqeSFS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uhB1yqeSFS .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uhB1yqeSFS .carousel {
  width: 100%;
}
.cid-uhB1yqeSFS .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uhB1yqeSFS .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uhB1yqeSFS .modal.fade .modal-dialog,
.cid-uhB1yqeSFS .modal.in .modal-dialog {
  transform: none;
}
.cid-uhB1yqeSFS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uhB1yqeSFS H6 {
  text-align: center;
  color: #353535;
}
.cid-uhB1yqeSFS H3 {
  color: #ffffff;
}
.cid-uhB1yqDm5D {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uhB1yqDm5D img,
.cid-uhB1yqDm5D .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uhB1yqDm5D .item:focus,
.cid-uhB1yqDm5D span:focus {
  outline: none;
}
.cid-uhB1yqDm5D .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uhB1yqDm5D .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uhB1yqDm5D .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uhB1yqDm5D .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhB1yqDm5D .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uhB1yqDm5D .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uhB1yqDm5D .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uhB1yqDm5D .mbr-section-title {
  color: #ffffff;
}
.cid-uhB1yqDm5D .mbr-text,
.cid-uhB1yqDm5D .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-uhB1yqDm5D .item-title {
  text-align: left;
  color: #fafafa;
}
.cid-uhB1yqDm5D .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uhB1yr6UT2 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uhB1yr6UT2 img,
.cid-uhB1yr6UT2 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uhB1yr6UT2 .item:focus,
.cid-uhB1yr6UT2 span:focus {
  outline: none;
}
.cid-uhB1yr6UT2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uhB1yr6UT2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uhB1yr6UT2 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uhB1yr6UT2 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhB1yr6UT2 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uhB1yr6UT2 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uhB1yr6UT2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uhB1yr6UT2 .mbr-section-title {
  color: #232323;
}
.cid-uhB1yr6UT2 .mbr-text,
.cid-uhB1yr6UT2 .mbr-section-btn {
  text-align: left;
}
.cid-uhB1yr6UT2 .item-title {
  text-align: left;
  color: #fafafa;
}
.cid-uhB1yr6UT2 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uhB1yrtixU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uhB1yrtixU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhB1yrtixU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhB1yrtixU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhB1yrtixU .row {
  flex-direction: row-reverse;
}
.cid-uhB1yrtixU img {
  width: 100%;
}
.cid-uhB1yrtixU .mbr-description {
  color: #979797;
}
.cid-uhB1yrJ33w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uhB1yrJ33w blockquote {
  border-color: #bbbbbb;
  border-radius: 4px;
  background-color: #000000;
}
.cid-uhB1yrJ33w .mbr-section-title {
  color: #ffffff;
}
.cid-uhB1yrJ33w .mbr-text {
  color: #bbbbbb;
}
.cid-uhB1yrX4rA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uhB1yrX4rA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhB1yrX4rA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uhB1yrX4rA .container {
    max-width: 1400px;
  }
}
.cid-uhB1yrX4rA .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uhB1yrX4rA .card-wrapper {
  margin-top: 3rem;
}
.cid-uhB1yrX4rA .row {
  justify-content: center;
}
.cid-uhB1yrX4rA .card-title,
.cid-uhB1yrX4rA .iconfont-wrapper {
  color: #fafafa;
}
.cid-uhB1yrX4rA .card-text {
  color: #979797;
}
.cid-uhB1yrX4rA .mbr-section-title {
  color: #ffffff;
}
