.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Exo 2', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-2 {
  font-family: 'Exo 2', sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-4 {
  font-family: 'Exo 2', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Exo 2', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Exo 2', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.4rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #e43f3f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary: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-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.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-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !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: #e43f3f !important;
  border-color: #e43f3f !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: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !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: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  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: #148cca !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: #40b0bf;
  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: #2a747e !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: #ffe161;
  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: #ffd10a !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: #e43f3f;
  color: #e43f3f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: #b31919 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #e43f3f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !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: #a61717 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.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: #e43f3f;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6592e6;
}
.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: #fdf2f2;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Exo 2', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Exo 2', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #ffffff !important;
  background-color: #6592e6 !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: #ffffff !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='%236592e6' %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-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #232323 !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.6);
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXTCw5jULV {
  background-image: url("../../../assets/images/3resize-of-night-shot-4581051-copy-1702x1081.jpg");
}
.cid-tXTCw5jULV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXTCw5jULV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXTCw5jULV .mbr-section-title {
  color: #9fdbf8;
}
.cid-tXTCw5jULV .mbr-section-subtitle {
  color: #9fdbf8;
}
.cid-tXTCw5jULV .mbr-text,
.cid-tXTCw5jULV .mbr-section-btn {
  text-align: center;
}
.cid-uBjnQMVTDd {
  background-image: url("../../../assets/images/space-art-2-1344x756.jpg");
}
.cid-uBjnQMVTDd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBjnQMVTDd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBjnQMVTDd .mbr-section-title {
  color: #ffffff;
}
.cid-uBjnQMVTDd .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBjnQMVTDd .mbr-text,
.cid-uBjnQMVTDd .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uBjnQMVTDd .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tSkq8t0eSF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tSkq8t0eSF img,
.cid-tSkq8t0eSF .item-img {
  width: 100%;
}
.cid-tSkq8t0eSF .item:focus,
.cid-tSkq8t0eSF span:focus {
  outline: none;
}
.cid-tSkq8t0eSF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tSkq8t0eSF .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tSkq8t0eSF .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSkq8t0eSF .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tSkq8t0eSF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tSkq8t0eSF .mbr-section-title {
  color: #bbbbbb;
}
.cid-tSkq8t0eSF .mbr-text,
.cid-tSkq8t0eSF .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tSkq8t0eSF .item-title {
  text-align: center;
  color: #bababa;
}
.cid-tSkq8t0eSF .item-subtitle {
  text-align: left;
}
.cid-tXTBWyZ94e {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tXTBWyZ94e img,
.cid-tXTBWyZ94e .item-img {
  width: 100%;
}
.cid-tXTBWyZ94e .item:focus,
.cid-tXTBWyZ94e span:focus {
  outline: none;
}
.cid-tXTBWyZ94e .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tXTBWyZ94e .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tXTBWyZ94e .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tXTBWyZ94e .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tXTBWyZ94e .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tXTBWyZ94e .mbr-section-title {
  color: #bbbbbb;
}
.cid-tXTBWyZ94e .mbr-text,
.cid-tXTBWyZ94e .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tXTBWyZ94e .item-title {
  text-align: center;
  color: #bababa;
}
.cid-tXTBWyZ94e .item-subtitle {
  text-align: left;
}
.cid-tY9ANeJ1m6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tY9ANeJ1m6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY9ANeJ1m6 .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-tY9ANeJ1m6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tY9ANeJ1m6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tY9ANeJ1m6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tY9ANeJ1m6 .mbr-description {
  color: #bbbbbb;
}
.cid-tY9ANeJ1m6 .mbr-text {
  color: #bbbbbb;
}
.cid-tY9ANeJ1m6 .mbr-section-title {
  color: #bbbbbb;
}
.cid-sFzIA7KGYz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sFzIA7KGYz .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sFzIA7KGYz .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #000000;
}
@media (max-width: 991px) {
  .cid-sFzIA7KGYz .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFzIA7KGYz .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sFzIA7KGYz .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-sFzIA7KGYz .mbr-section-title {
  color: #bbbbbb;
}
.cid-sFzIA7KGYz .card-title {
  color: #bababa;
}
.cid-sFzIA7KGYz P {
  color: #bababa;
}
.cid-tXTDVIT8sc {
  z-index: 1000;
  width: 100%;
}
.cid-tXTDVIT8sc nav.navbar {
  position: fixed;
}
.cid-tXTDVIT8sc .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-tXTDVIT8sc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXTDVIT8sc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXTDVIT8sc .dropdown-item:hover,
.cid-tXTDVIT8sc .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tXTDVIT8sc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXTDVIT8sc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXTDVIT8sc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tXTDVIT8sc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXTDVIT8sc .nav-link {
  position: relative;
}
.cid-tXTDVIT8sc .container {
  display: flex;
  margin: auto;
}
.cid-tXTDVIT8sc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXTDVIT8sc .dropdown-menu,
.cid-tXTDVIT8sc .navbar.opened {
  background: #232323 !important;
}
.cid-tXTDVIT8sc .nav-item:focus,
.cid-tXTDVIT8sc .nav-link:focus {
  outline: none;
}
.cid-tXTDVIT8sc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXTDVIT8sc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXTDVIT8sc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXTDVIT8sc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXTDVIT8sc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXTDVIT8sc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXTDVIT8sc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.6);
}
.cid-tXTDVIT8sc .navbar.opened {
  transition: all 0.3s;
}
.cid-tXTDVIT8sc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXTDVIT8sc .navbar .navbar-logo img {
  width: auto;
}
.cid-tXTDVIT8sc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXTDVIT8sc .navbar.collapsed {
  justify-content: center;
}
.cid-tXTDVIT8sc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXTDVIT8sc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXTDVIT8sc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tXTDVIT8sc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXTDVIT8sc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXTDVIT8sc .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-tXTDVIT8sc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXTDVIT8sc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXTDVIT8sc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXTDVIT8sc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXTDVIT8sc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXTDVIT8sc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXTDVIT8sc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXTDVIT8sc .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-tXTDVIT8sc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXTDVIT8sc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXTDVIT8sc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXTDVIT8sc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXTDVIT8sc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXTDVIT8sc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXTDVIT8sc .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXTDVIT8sc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXTDVIT8sc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXTDVIT8sc .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-tXTDVIT8sc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXTDVIT8sc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXTDVIT8sc .dropdown-item.active,
.cid-tXTDVIT8sc .dropdown-item:active {
  background-color: transparent;
}
.cid-tXTDVIT8sc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXTDVIT8sc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXTDVIT8sc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXTDVIT8sc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tXTDVIT8sc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXTDVIT8sc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXTDVIT8sc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXTDVIT8sc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXTDVIT8sc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXTDVIT8sc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tXTDVIT8sc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXTDVIT8sc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXTDVIT8sc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXTDVIT8sc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXTDVIT8sc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXTDVIT8sc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXTDVIT8sc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXTDVIT8sc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXTDVIT8sc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXTDVIT8sc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXTDVIT8sc .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-tXTDVIT8sc .navbar {
    height: 70px;
  }
  .cid-tXTDVIT8sc .navbar.opened {
    height: auto;
  }
  .cid-tXTDVIT8sc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXTDVJar1L {
  background-image: url("../../../assets/images/-06-12-2023-160046-1325x960.jpg");
}
.cid-tXTDVJar1L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXTDVJar1L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXTDVJar1L .mbr-section-title {
  color: #ffe885;
}
.cid-tXTDVJar1L .mbr-section-subtitle {
  color: #ffe885;
}
.cid-tXTDVJar1L .mbr-text,
.cid-tXTDVJar1L .mbr-section-btn {
  color: #ffe885;
}
.cid-tYgBspb3RN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tYgBspb3RN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYgBspb3RN .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-tYgBspb3RN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYgBspb3RN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tYgBspb3RN .text-wrapper {
    padding: 2rem;
  }
}
.cid-tYgBspb3RN .mbr-text {
  color: #bbbbbb;
  text-align: center;
}
.cid-tYgBspb3RN .mbr-section-title {
  color: #bbbbbb;
  text-align: center;
}
.cid-tYgBspb3RN .mbr-description {
  color: #bbbbbb;
}
.cid-tYgEuELdG9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tYgEuELdG9 img,
.cid-tYgEuELdG9 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tYgEuELdG9 .item:focus,
.cid-tYgEuELdG9 span:focus {
  outline: none;
}
.cid-tYgEuELdG9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tYgEuELdG9 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tYgEuELdG9 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tYgEuELdG9 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tYgEuELdG9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tYgEuELdG9 .mbr-section-title {
  color: #232323;
}
.cid-tXTDVKmUj0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tXTDVKmUj0 img,
.cid-tXTDVKmUj0 .item-img {
  width: 100%;
}
.cid-tXTDVKmUj0 .item:focus,
.cid-tXTDVKmUj0 span:focus {
  outline: none;
}
.cid-tXTDVKmUj0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tXTDVKmUj0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tXTDVKmUj0 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tXTDVKmUj0 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tXTDVKmUj0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tXTDVKmUj0 .mbr-section-title {
  color: #000000;
}
.cid-tXTDVKmUj0 .mbr-text,
.cid-tXTDVKmUj0 .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tXTDVKmUj0 .item-title {
  text-align: center;
  color: #bbbbbb;
}
.cid-tXTDVKmUj0 .item-subtitle {
  text-align: left;
}
.cid-tYrJG6yEzd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tYrJG6yEzd .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tYrJG6yEzd .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #000000;
}
@media (max-width: 991px) {
  .cid-tYrJG6yEzd .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYrJG6yEzd .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tYrJG6yEzd .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-tYrJG6yEzd .mbr-section-title {
  color: #bbbbbb;
}
.cid-tYrJG6yEzd .card-title {
  color: #bbbbbb;
}
.cid-tYrJG6yEzd P {
  color: #fafafa;
}
.cid-tY9wgg3y98 {
  z-index: 1000;
  width: 100%;
}
.cid-tY9wgg3y98 nav.navbar {
  position: fixed;
}
.cid-tY9wgg3y98 .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-tY9wgg3y98 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tY9wgg3y98 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tY9wgg3y98 .dropdown-item:hover,
.cid-tY9wgg3y98 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tY9wgg3y98 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tY9wgg3y98 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tY9wgg3y98 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tY9wgg3y98 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tY9wgg3y98 .nav-link {
  position: relative;
}
.cid-tY9wgg3y98 .container {
  display: flex;
  margin: auto;
}
.cid-tY9wgg3y98 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tY9wgg3y98 .dropdown-menu,
.cid-tY9wgg3y98 .navbar.opened {
  background: #232323 !important;
}
.cid-tY9wgg3y98 .nav-item:focus,
.cid-tY9wgg3y98 .nav-link:focus {
  outline: none;
}
.cid-tY9wgg3y98 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tY9wgg3y98 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tY9wgg3y98 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tY9wgg3y98 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tY9wgg3y98 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tY9wgg3y98 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tY9wgg3y98 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.6);
}
.cid-tY9wgg3y98 .navbar.opened {
  transition: all 0.3s;
}
.cid-tY9wgg3y98 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tY9wgg3y98 .navbar .navbar-logo img {
  width: auto;
}
.cid-tY9wgg3y98 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tY9wgg3y98 .navbar.collapsed {
  justify-content: center;
}
.cid-tY9wgg3y98 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tY9wgg3y98 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tY9wgg3y98 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tY9wgg3y98 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tY9wgg3y98 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tY9wgg3y98 .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-tY9wgg3y98 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tY9wgg3y98 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tY9wgg3y98 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tY9wgg3y98 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tY9wgg3y98 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tY9wgg3y98 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tY9wgg3y98 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tY9wgg3y98 .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-tY9wgg3y98 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tY9wgg3y98 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tY9wgg3y98 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tY9wgg3y98 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tY9wgg3y98 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tY9wgg3y98 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tY9wgg3y98 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tY9wgg3y98 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tY9wgg3y98 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tY9wgg3y98 .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-tY9wgg3y98 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tY9wgg3y98 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tY9wgg3y98 .dropdown-item.active,
.cid-tY9wgg3y98 .dropdown-item:active {
  background-color: transparent;
}
.cid-tY9wgg3y98 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tY9wgg3y98 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tY9wgg3y98 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tY9wgg3y98 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tY9wgg3y98 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tY9wgg3y98 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tY9wgg3y98 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tY9wgg3y98 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tY9wgg3y98 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tY9wgg3y98 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tY9wgg3y98 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tY9wgg3y98 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tY9wgg3y98 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tY9wgg3y98 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tY9wgg3y98 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tY9wgg3y98 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tY9wgg3y98 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tY9wgg3y98 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tY9wgg3y98 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tY9wgg3y98 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tY9wgg3y98 .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-tY9wgg3y98 .navbar {
    height: 70px;
  }
  .cid-tY9wgg3y98 .navbar.opened {
    height: auto;
  }
  .cid-tY9wgg3y98 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYsjfaSp0C {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tYsjfaSp0C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYsjfaSp0C .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-tYsjfaSp0C .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYsjfaSp0C .row {
  flex-direction: row-reverse;
}
.cid-tYsjfaSp0C img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tYsjfaSp0C .text-wrapper {
    padding: 2rem;
  }
}
.cid-tYsjfaSp0C .mbr-text {
  color: #fafafa;
  text-align: left;
}
.cid-tYsjfaSp0C .mbr-section-title {
  color: #fafafa;
  text-align: left;
}
.cid-tYsjfaSp0C .mbr-description {
  color: #fafafa;
}
.cid-tYso6zZVJN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tYso6zZVJN .mbr-text {
  color: #fafafa;
}
.cid-tYso6zZVJN .mbr-section-subtitle {
  color: #fafafa;
  text-align: center;
}
.cid-tYslu5yPcd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tYslu5yPcd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYslu5yPcd .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-tYslu5yPcd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYslu5yPcd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tYslu5yPcd .text-wrapper {
    padding: 2rem;
  }
}
.cid-tYslu5yPcd .mbr-text {
  color: #fafafa;
}
.cid-tYslu5yPcd .mbr-section-title {
  color: #fafafa;
}
.cid-tYslu5yPcd .mbr-description {
  color: #fafafa;
}
.cid-tYspFgUoVz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tYspFgUoVz img,
.cid-tYspFgUoVz .item-img {
  width: 100%;
}
.cid-tYspFgUoVz .item:focus,
.cid-tYspFgUoVz span:focus {
  outline: none;
}
.cid-tYspFgUoVz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tYspFgUoVz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tYspFgUoVz .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tYspFgUoVz .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tYspFgUoVz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tYspFgUoVz .mbr-section-title {
  color: #bbbbbb;
}
.cid-tYspFgUoVz .mbr-text,
.cid-tYspFgUoVz .mbr-section-btn {
  text-align: left;
}
.cid-tYspFgUoVz .item-title {
  text-align: left;
}
.cid-tYspFgUoVz .item-subtitle {
  text-align: center;
}
.cid-tY9wggrLUy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tY9wggrLUy img,
.cid-tY9wggrLUy .item-img {
  width: 100%;
}
.cid-tY9wggrLUy .item:focus,
.cid-tY9wggrLUy span:focus {
  outline: none;
}
.cid-tY9wggrLUy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tY9wggrLUy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tY9wggrLUy .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tY9wggrLUy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tY9wggrLUy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tY9wggrLUy .mbr-section-title {
  color: #bbbbbb;
}
.cid-tY9wggrLUy .mbr-text,
.cid-tY9wggrLUy .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tY9wggrLUy .item-title {
  text-align: center;
  color: #bababa;
}
.cid-tY9wggrLUy .item-subtitle {
  text-align: left;
}
.cid-tYsosSiuUJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tYsosSiuUJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYsosSiuUJ .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-tYsosSiuUJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYsosSiuUJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tYsosSiuUJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-tYsosSiuUJ .mbr-description {
  color: #bbbbbb;
}
.cid-tYsosSiuUJ .mbr-text {
  color: #bbbbbb;
}
.cid-tYsosSiuUJ .mbr-section-title {
  color: #bbbbbb;
}
.cid-tYsl45xCXG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tYsl45xCXG .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tYsl45xCXG .mbr-text {
  color: #fafafa;
}
.cid-tYsou1Jika {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tYsou1Jika .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tYsou1Jika .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #000000;
}
@media (max-width: 991px) {
  .cid-tYsou1Jika .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYsou1Jika .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tYsou1Jika .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-tYsou1Jika .mbr-section-title {
  color: #bbbbbb;
}
.cid-tYsou1Jika .card-title {
  color: #bbbbbb;
}
.cid-tYsou1Jika P {
  color: #fafafa;
}
.cid-tY9w4YjoOt {
  z-index: 1000;
  width: 100%;
}
.cid-tY9w4YjoOt nav.navbar {
  position: fixed;
}
.cid-tY9w4YjoOt .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-tY9w4YjoOt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tY9w4YjoOt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tY9w4YjoOt .dropdown-item:hover,
.cid-tY9w4YjoOt .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tY9w4YjoOt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tY9w4YjoOt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tY9w4YjoOt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tY9w4YjoOt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tY9w4YjoOt .nav-link {
  position: relative;
}
.cid-tY9w4YjoOt .container {
  display: flex;
  margin: auto;
}
.cid-tY9w4YjoOt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tY9w4YjoOt .dropdown-menu,
.cid-tY9w4YjoOt .navbar.opened {
  background: #232323 !important;
}
.cid-tY9w4YjoOt .nav-item:focus,
.cid-tY9w4YjoOt .nav-link:focus {
  outline: none;
}
.cid-tY9w4YjoOt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tY9w4YjoOt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tY9w4YjoOt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tY9w4YjoOt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tY9w4YjoOt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tY9w4YjoOt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tY9w4YjoOt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.6);
}
.cid-tY9w4YjoOt .navbar.opened {
  transition: all 0.3s;
}
.cid-tY9w4YjoOt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tY9w4YjoOt .navbar .navbar-logo img {
  width: auto;
}
.cid-tY9w4YjoOt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tY9w4YjoOt .navbar.collapsed {
  justify-content: center;
}
.cid-tY9w4YjoOt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tY9w4YjoOt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tY9w4YjoOt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tY9w4YjoOt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tY9w4YjoOt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tY9w4YjoOt .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-tY9w4YjoOt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tY9w4YjoOt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tY9w4YjoOt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tY9w4YjoOt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tY9w4YjoOt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tY9w4YjoOt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tY9w4YjoOt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tY9w4YjoOt .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-tY9w4YjoOt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tY9w4YjoOt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tY9w4YjoOt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tY9w4YjoOt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tY9w4YjoOt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tY9w4YjoOt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tY9w4YjoOt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tY9w4YjoOt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tY9w4YjoOt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tY9w4YjoOt .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-tY9w4YjoOt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tY9w4YjoOt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tY9w4YjoOt .dropdown-item.active,
.cid-tY9w4YjoOt .dropdown-item:active {
  background-color: transparent;
}
.cid-tY9w4YjoOt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tY9w4YjoOt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tY9w4YjoOt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tY9w4YjoOt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tY9w4YjoOt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tY9w4YjoOt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tY9w4YjoOt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tY9w4YjoOt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tY9w4YjoOt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tY9w4YjoOt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tY9w4YjoOt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tY9w4YjoOt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tY9w4YjoOt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tY9w4YjoOt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tY9w4YjoOt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tY9w4YjoOt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tY9w4YjoOt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tY9w4YjoOt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tY9w4YjoOt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tY9w4YjoOt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tY9w4YjoOt .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-tY9w4YjoOt .navbar {
    height: 70px;
  }
  .cid-tY9w4YjoOt .navbar.opened {
    height: auto;
  }
  .cid-tY9w4YjoOt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYgxlbYN4L {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tYgxlbYN4L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYgxlbYN4L .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-tYgxlbYN4L .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYgxlbYN4L img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tYgxlbYN4L .text-wrapper {
    padding: 2rem;
  }
}
.cid-tYgxlbYN4L .mbr-text {
  color: #bbbbbb;
  text-align: center;
}
.cid-tYgxlbYN4L .mbr-section-title {
  color: #bbbbbb;
}
.cid-tYgxlbYN4L .mbr-description {
  color: #bbbbbb;
}
.cid-tY9w4YNmuo {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tY9w4YNmuo img,
.cid-tY9w4YNmuo .item-img {
  width: 100%;
}
.cid-tY9w4YNmuo .item:focus,
.cid-tY9w4YNmuo span:focus {
  outline: none;
}
.cid-tY9w4YNmuo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tY9w4YNmuo .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tY9w4YNmuo .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tY9w4YNmuo .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tY9w4YNmuo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tY9w4YNmuo .mbr-section-title {
  color: #bbbbbb;
}
.cid-tY9w4YNmuo .mbr-text,
.cid-tY9w4YNmuo .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tY9w4YNmuo .item-title {
  text-align: center;
  color: #bababa;
}
.cid-tY9w4YNmuo .item-subtitle {
  text-align: left;
}
.cid-tY9w4Z4JyJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tY9w4Z4JyJ img,
.cid-tY9w4Z4JyJ .item-img {
  width: 100%;
}
.cid-tY9w4Z4JyJ .item:focus,
.cid-tY9w4Z4JyJ span:focus {
  outline: none;
}
.cid-tY9w4Z4JyJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tY9w4Z4JyJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tY9w4Z4JyJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tY9w4Z4JyJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tY9w4Z4JyJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tY9w4Z4JyJ .mbr-section-title {
  color: #bbbbbb;
}
.cid-tY9w4Z4JyJ .mbr-text,
.cid-tY9w4Z4JyJ .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tY9w4Z4JyJ .item-title {
  text-align: center;
  color: #bababa;
}
.cid-tY9w4Z4JyJ .item-subtitle {
  text-align: left;
}
.cid-tYgqn3sIsA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tYgqn3sIsA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYgqn3sIsA .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-tYgqn3sIsA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYgqn3sIsA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tYgqn3sIsA .text-wrapper {
    padding: 2rem;
  }
}
.cid-tYgqn3sIsA .mbr-text {
  color: #bbbbbb;
}
.cid-tYgqn3sIsA .mbr-section-title {
  color: #bbbbbb;
}
.cid-tY9w4ZFgbO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tY9w4ZFgbO img,
.cid-tY9w4ZFgbO .item-img {
  width: 100%;
}
.cid-tY9w4ZFgbO .item:focus,
.cid-tY9w4ZFgbO span:focus {
  outline: none;
}
.cid-tY9w4ZFgbO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tY9w4ZFgbO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tY9w4ZFgbO .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tY9w4ZFgbO .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tY9w4ZFgbO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tY9w4ZFgbO .mbr-section-title {
  color: #bbbbbb;
}
.cid-tY9w4ZFgbO .mbr-text,
.cid-tY9w4ZFgbO .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tY9w4ZFgbO .item-title {
  text-align: center;
  color: #bbbbbb;
}
.cid-tY9w4ZFgbO .item-subtitle {
  text-align: left;
}
.cid-tYgpG7UG91 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tYgpG7UG91 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tYgpG7UG91 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #232323;
}
@media (max-width: 991px) {
  .cid-tYgpG7UG91 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYgpG7UG91 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tYgpG7UG91 .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-tYgpG7UG91 .mbr-section-title {
  color: #bbbbbb;
}
.cid-tYgpG7UG91 .card-title {
  color: #bbbbbb;
}
.cid-tYgpG7UG91 P {
  color: #fafafa;
}
.cid-tY9vZaoEho {
  z-index: 1000;
  width: 100%;
}
.cid-tY9vZaoEho nav.navbar {
  position: fixed;
}
.cid-tY9vZaoEho .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-tY9vZaoEho .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tY9vZaoEho .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tY9vZaoEho .dropdown-item:hover,
.cid-tY9vZaoEho .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tY9vZaoEho .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tY9vZaoEho .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tY9vZaoEho .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tY9vZaoEho .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tY9vZaoEho .nav-link {
  position: relative;
}
.cid-tY9vZaoEho .container {
  display: flex;
  margin: auto;
}
.cid-tY9vZaoEho .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tY9vZaoEho .dropdown-menu,
.cid-tY9vZaoEho .navbar.opened {
  background: #232323 !important;
}
.cid-tY9vZaoEho .nav-item:focus,
.cid-tY9vZaoEho .nav-link:focus {
  outline: none;
}
.cid-tY9vZaoEho .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tY9vZaoEho .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tY9vZaoEho .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tY9vZaoEho .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tY9vZaoEho .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tY9vZaoEho .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tY9vZaoEho .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.6);
}
.cid-tY9vZaoEho .navbar.opened {
  transition: all 0.3s;
}
.cid-tY9vZaoEho .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tY9vZaoEho .navbar .navbar-logo img {
  width: auto;
}
.cid-tY9vZaoEho .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tY9vZaoEho .navbar.collapsed {
  justify-content: center;
}
.cid-tY9vZaoEho .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tY9vZaoEho .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tY9vZaoEho .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tY9vZaoEho .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tY9vZaoEho .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tY9vZaoEho .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-tY9vZaoEho .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tY9vZaoEho .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tY9vZaoEho .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tY9vZaoEho .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tY9vZaoEho .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tY9vZaoEho .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tY9vZaoEho .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tY9vZaoEho .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-tY9vZaoEho .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tY9vZaoEho .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tY9vZaoEho .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tY9vZaoEho .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tY9vZaoEho .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tY9vZaoEho .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tY9vZaoEho .navbar.navbar-short {
  min-height: 60px;
}
.cid-tY9vZaoEho .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tY9vZaoEho .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tY9vZaoEho .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-tY9vZaoEho .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tY9vZaoEho .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tY9vZaoEho .dropdown-item.active,
.cid-tY9vZaoEho .dropdown-item:active {
  background-color: transparent;
}
.cid-tY9vZaoEho .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tY9vZaoEho .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tY9vZaoEho .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tY9vZaoEho .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tY9vZaoEho .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tY9vZaoEho .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tY9vZaoEho ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tY9vZaoEho .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tY9vZaoEho button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tY9vZaoEho button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tY9vZaoEho button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tY9vZaoEho button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tY9vZaoEho button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tY9vZaoEho button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tY9vZaoEho nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tY9vZaoEho nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tY9vZaoEho nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tY9vZaoEho nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tY9vZaoEho .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tY9vZaoEho a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tY9vZaoEho .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-tY9vZaoEho .navbar {
    height: 70px;
  }
  .cid-tY9vZaoEho .navbar.opened {
    height: auto;
  }
  .cid-tY9vZaoEho .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tY9vZaCeQu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY9vZaCeQu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background13.jpg");
}
.cid-tY9vZaCeQu .mbr-section-title {
  color: #6ec7f2;
}
.cid-tY9vZaCeQu .mbr-section-subtitle {
  color: #47b5ed;
}
.cid-tY9vZaNt0L {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tY9vZaNt0L img,
.cid-tY9vZaNt0L .item-img {
  width: 100%;
}
.cid-tY9vZaNt0L .item:focus,
.cid-tY9vZaNt0L span:focus {
  outline: none;
}
.cid-tY9vZaNt0L .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tY9vZaNt0L .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tY9vZaNt0L .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tY9vZaNt0L .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tY9vZaNt0L .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tY9vZaNt0L .mbr-section-title {
  color: #bbbbbb;
}
.cid-tY9vZaNt0L .mbr-text,
.cid-tY9vZaNt0L .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tY9vZaNt0L .item-title {
  text-align: center;
  color: #bababa;
}
.cid-tY9vZaNt0L .item-subtitle {
  text-align: left;
}
.cid-tY9vZb2eFJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tY9vZb2eFJ img,
.cid-tY9vZb2eFJ .item-img {
  width: 100%;
}
.cid-tY9vZb2eFJ .item:focus,
.cid-tY9vZb2eFJ span:focus {
  outline: none;
}
.cid-tY9vZb2eFJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tY9vZb2eFJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tY9vZb2eFJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tY9vZb2eFJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tY9vZb2eFJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tY9vZb2eFJ .mbr-section-title {
  color: #bbbbbb;
}
.cid-tY9vZb2eFJ .mbr-text,
.cid-tY9vZb2eFJ .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tY9vZb2eFJ .item-title {
  text-align: center;
  color: #bababa;
}
.cid-tY9vZb2eFJ .item-subtitle {
  text-align: left;
}
.cid-tY9vZbj2Jy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tY9vZbj2Jy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY9vZbj2Jy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tY9vZbj2Jy .item {
  padding-bottom: 2rem;
}
.cid-tY9vZbj2Jy .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tY9vZbj2Jy .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tY9vZbj2Jy .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-tY9vZbj2Jy .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tY9vZbj2Jy .carousel-control,
.cid-tY9vZbj2Jy .close {
  background: #1b1b1b;
}
.cid-tY9vZbj2Jy .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tY9vZbj2Jy .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tY9vZbj2Jy .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tY9vZbj2Jy .carousel-control-next span {
  margin-left: 5px;
}
.cid-tY9vZbj2Jy .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-tY9vZbj2Jy .close::before {
  content: '\e91a';
}
.cid-tY9vZbj2Jy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tY9vZbj2Jy .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-tY9vZbj2Jy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tY9vZbj2Jy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tY9vZbj2Jy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tY9vZbj2Jy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tY9vZbj2Jy .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-tY9vZbj2Jy .carousel-indicators li.active,
.cid-tY9vZbj2Jy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tY9vZbj2Jy .carousel-indicators li::after,
.cid-tY9vZbj2Jy .carousel-indicators li::before {
  content: none;
}
.cid-tY9vZbj2Jy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tY9vZbj2Jy .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tY9vZbj2Jy .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tY9vZbj2Jy .carousel-indicators {
    display: none;
  }
}
.cid-tY9vZbj2Jy .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tY9vZbj2Jy .carousel-inner > .active {
  display: block;
}
.cid-tY9vZbj2Jy .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tY9vZbj2Jy .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tY9vZbj2Jy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tY9vZbj2Jy .carousel-control,
  .cid-tY9vZbj2Jy .carousel-indicators,
  .cid-tY9vZbj2Jy .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tY9vZbj2Jy .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tY9vZbj2Jy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tY9vZbj2Jy .carousel-indicators .active,
.cid-tY9vZbj2Jy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tY9vZbj2Jy .carousel-indicators .active {
  background: #fff;
}
.cid-tY9vZbj2Jy .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tY9vZbj2Jy .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tY9vZbj2Jy .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tY9vZbj2Jy .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tY9vZbj2Jy .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tY9vZbj2Jy .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tY9vZbj2Jy .carousel {
  width: 100%;
}
.cid-tY9vZbj2Jy .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tY9vZbj2Jy .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tY9vZbj2Jy .modal.fade .modal-dialog,
.cid-tY9vZbj2Jy .modal.in .modal-dialog {
  transform: none;
}
.cid-tY9vZbj2Jy .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tY9vZbj2Jy H6 {
  text-align: center;
}
.cid-tY9vZbCpyP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tY9vZbCpyP img,
.cid-tY9vZbCpyP .item-img {
  width: 100%;
}
.cid-tY9vZbCpyP .item:focus,
.cid-tY9vZbCpyP span:focus {
  outline: none;
}
.cid-tY9vZbCpyP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tY9vZbCpyP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #bed3f9;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tY9vZbCpyP .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tY9vZbCpyP .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tY9vZbCpyP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tY9vZbCpyP .mbr-section-title {
  color: #000000;
}
.cid-tY9vZbCpyP .mbr-text,
.cid-tY9vZbCpyP .mbr-section-btn {
  text-align: center;
}
.cid-tY9vZbCpyP .item-title {
  text-align: center;
}
.cid-tY9vZbCpyP .item-subtitle {
  text-align: left;
}
.cid-tY9vZbW4EQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tY9vZbW4EQ .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tY9vZbW4EQ .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #000000;
}
@media (max-width: 991px) {
  .cid-tY9vZbW4EQ .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tY9vZbW4EQ .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tY9vZbW4EQ .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-tY9vZbW4EQ .mbr-section-title {
  color: #bbbbbb;
}
.cid-tY9vZbW4EQ .card-title {
  color: #bbbbbb;
}
.cid-tY9vZbW4EQ P {
  color: #fafafa;
}
.cid-tY9vY1Lvlz {
  z-index: 1000;
  width: 100%;
}
.cid-tY9vY1Lvlz nav.navbar {
  position: fixed;
}
.cid-tY9vY1Lvlz .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-tY9vY1Lvlz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tY9vY1Lvlz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tY9vY1Lvlz .dropdown-item:hover,
.cid-tY9vY1Lvlz .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tY9vY1Lvlz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tY9vY1Lvlz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tY9vY1Lvlz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tY9vY1Lvlz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tY9vY1Lvlz .nav-link {
  position: relative;
}
.cid-tY9vY1Lvlz .container {
  display: flex;
  margin: auto;
}
.cid-tY9vY1Lvlz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tY9vY1Lvlz .dropdown-menu,
.cid-tY9vY1Lvlz .navbar.opened {
  background: #232323 !important;
}
.cid-tY9vY1Lvlz .nav-item:focus,
.cid-tY9vY1Lvlz .nav-link:focus {
  outline: none;
}
.cid-tY9vY1Lvlz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tY9vY1Lvlz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tY9vY1Lvlz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tY9vY1Lvlz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tY9vY1Lvlz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tY9vY1Lvlz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tY9vY1Lvlz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.6);
}
.cid-tY9vY1Lvlz .navbar.opened {
  transition: all 0.3s;
}
.cid-tY9vY1Lvlz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tY9vY1Lvlz .navbar .navbar-logo img {
  width: auto;
}
.cid-tY9vY1Lvlz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tY9vY1Lvlz .navbar.collapsed {
  justify-content: center;
}
.cid-tY9vY1Lvlz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tY9vY1Lvlz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tY9vY1Lvlz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tY9vY1Lvlz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tY9vY1Lvlz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tY9vY1Lvlz .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-tY9vY1Lvlz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tY9vY1Lvlz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tY9vY1Lvlz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tY9vY1Lvlz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tY9vY1Lvlz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tY9vY1Lvlz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tY9vY1Lvlz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tY9vY1Lvlz .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-tY9vY1Lvlz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tY9vY1Lvlz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tY9vY1Lvlz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tY9vY1Lvlz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tY9vY1Lvlz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tY9vY1Lvlz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tY9vY1Lvlz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tY9vY1Lvlz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tY9vY1Lvlz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tY9vY1Lvlz .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-tY9vY1Lvlz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tY9vY1Lvlz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tY9vY1Lvlz .dropdown-item.active,
.cid-tY9vY1Lvlz .dropdown-item:active {
  background-color: transparent;
}
.cid-tY9vY1Lvlz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tY9vY1Lvlz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tY9vY1Lvlz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tY9vY1Lvlz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tY9vY1Lvlz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tY9vY1Lvlz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tY9vY1Lvlz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tY9vY1Lvlz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tY9vY1Lvlz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tY9vY1Lvlz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tY9vY1Lvlz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tY9vY1Lvlz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tY9vY1Lvlz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tY9vY1Lvlz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tY9vY1Lvlz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tY9vY1Lvlz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tY9vY1Lvlz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tY9vY1Lvlz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tY9vY1Lvlz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tY9vY1Lvlz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tY9vY1Lvlz .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-tY9vY1Lvlz .navbar {
    height: 70px;
  }
  .cid-tY9vY1Lvlz .navbar.opened {
    height: auto;
  }
  .cid-tY9vY1Lvlz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tY9vY20o9e {
  background-image: url("../../../assets/images/3resize-of-night-shot-4581051-copy-1702x1081.jpg");
}
.cid-tY9vY20o9e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY9vY20o9e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tY9vY20o9e .mbr-section-title {
  color: #6ec7f2;
}
.cid-tY9vY20o9e .mbr-section-subtitle {
  color: #47b5ed;
}
.cid-tY9vY2c1m7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tY9vY2c1m7 img,
.cid-tY9vY2c1m7 .item-img {
  width: 100%;
}
.cid-tY9vY2c1m7 .item:focus,
.cid-tY9vY2c1m7 span:focus {
  outline: none;
}
.cid-tY9vY2c1m7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tY9vY2c1m7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tY9vY2c1m7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tY9vY2c1m7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tY9vY2c1m7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tY9vY2c1m7 .mbr-section-title {
  color: #bbbbbb;
}
.cid-tY9vY2c1m7 .mbr-text,
.cid-tY9vY2c1m7 .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tY9vY2c1m7 .item-title {
  text-align: center;
  color: #bababa;
}
.cid-tY9vY2c1m7 .item-subtitle {
  text-align: left;
}
.cid-tY9vY2rajg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tY9vY2rajg img,
.cid-tY9vY2rajg .item-img {
  width: 100%;
}
.cid-tY9vY2rajg .item:focus,
.cid-tY9vY2rajg span:focus {
  outline: none;
}
.cid-tY9vY2rajg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tY9vY2rajg .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tY9vY2rajg .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tY9vY2rajg .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tY9vY2rajg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tY9vY2rajg .mbr-section-title {
  color: #bbbbbb;
}
.cid-tY9vY2rajg .mbr-text,
.cid-tY9vY2rajg .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tY9vY2rajg .item-title {
  text-align: center;
  color: #bababa;
}
.cid-tY9vY2rajg .item-subtitle {
  text-align: left;
}
.cid-tY9vY2GkBP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tY9vY2GkBP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY9vY2GkBP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tY9vY2GkBP .item {
  padding-bottom: 2rem;
}
.cid-tY9vY2GkBP .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tY9vY2GkBP .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tY9vY2GkBP .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-tY9vY2GkBP .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tY9vY2GkBP .carousel-control,
.cid-tY9vY2GkBP .close {
  background: #1b1b1b;
}
.cid-tY9vY2GkBP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tY9vY2GkBP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tY9vY2GkBP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tY9vY2GkBP .carousel-control-next span {
  margin-left: 5px;
}
.cid-tY9vY2GkBP .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-tY9vY2GkBP .close::before {
  content: '\e91a';
}
.cid-tY9vY2GkBP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tY9vY2GkBP .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-tY9vY2GkBP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tY9vY2GkBP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tY9vY2GkBP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tY9vY2GkBP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tY9vY2GkBP .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-tY9vY2GkBP .carousel-indicators li.active,
.cid-tY9vY2GkBP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tY9vY2GkBP .carousel-indicators li::after,
.cid-tY9vY2GkBP .carousel-indicators li::before {
  content: none;
}
.cid-tY9vY2GkBP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tY9vY2GkBP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tY9vY2GkBP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tY9vY2GkBP .carousel-indicators {
    display: none;
  }
}
.cid-tY9vY2GkBP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tY9vY2GkBP .carousel-inner > .active {
  display: block;
}
.cid-tY9vY2GkBP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tY9vY2GkBP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tY9vY2GkBP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tY9vY2GkBP .carousel-control,
  .cid-tY9vY2GkBP .carousel-indicators,
  .cid-tY9vY2GkBP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tY9vY2GkBP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tY9vY2GkBP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tY9vY2GkBP .carousel-indicators .active,
.cid-tY9vY2GkBP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tY9vY2GkBP .carousel-indicators .active {
  background: #fff;
}
.cid-tY9vY2GkBP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tY9vY2GkBP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tY9vY2GkBP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tY9vY2GkBP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tY9vY2GkBP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tY9vY2GkBP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tY9vY2GkBP .carousel {
  width: 100%;
}
.cid-tY9vY2GkBP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tY9vY2GkBP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tY9vY2GkBP .modal.fade .modal-dialog,
.cid-tY9vY2GkBP .modal.in .modal-dialog {
  transform: none;
}
.cid-tY9vY2GkBP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tY9vY2GkBP H6 {
  text-align: center;
}
.cid-tY9vY3185S {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tY9vY3185S img,
.cid-tY9vY3185S .item-img {
  width: 100%;
}
.cid-tY9vY3185S .item:focus,
.cid-tY9vY3185S span:focus {
  outline: none;
}
.cid-tY9vY3185S .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tY9vY3185S .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #bed3f9;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tY9vY3185S .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tY9vY3185S .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tY9vY3185S .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tY9vY3185S .mbr-section-title {
  color: #000000;
}
.cid-tY9vY3185S .mbr-text,
.cid-tY9vY3185S .mbr-section-btn {
  text-align: center;
}
.cid-tY9vY3185S .item-title {
  text-align: center;
}
.cid-tY9vY3185S .item-subtitle {
  text-align: left;
}
.cid-tY9vY3i88f {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tY9vY3i88f .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tY9vY3i88f .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #000000;
}
@media (max-width: 991px) {
  .cid-tY9vY3i88f .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tY9vY3i88f .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tY9vY3i88f .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-tY9vY3i88f .mbr-section-title {
  color: #bbbbbb;
}
.cid-tY9vY3i88f .card-title {
  color: #bbbbbb;
}
.cid-tY9vY3i88f P {
  color: #fafafa;
}
.cid-tXT2AWx4vQ {
  z-index: 1000;
  width: 100%;
}
.cid-tXT2AWx4vQ nav.navbar {
  position: fixed;
}
.cid-tXT2AWx4vQ .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-tXT2AWx4vQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXT2AWx4vQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXT2AWx4vQ .dropdown-item:hover,
.cid-tXT2AWx4vQ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tXT2AWx4vQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXT2AWx4vQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXT2AWx4vQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tXT2AWx4vQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXT2AWx4vQ .nav-link {
  position: relative;
}
.cid-tXT2AWx4vQ .container {
  display: flex;
  margin: auto;
}
.cid-tXT2AWx4vQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXT2AWx4vQ .dropdown-menu,
.cid-tXT2AWx4vQ .navbar.opened {
  background: #232323 !important;
}
.cid-tXT2AWx4vQ .nav-item:focus,
.cid-tXT2AWx4vQ .nav-link:focus {
  outline: none;
}
.cid-tXT2AWx4vQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXT2AWx4vQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXT2AWx4vQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXT2AWx4vQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXT2AWx4vQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXT2AWx4vQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXT2AWx4vQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.6);
}
.cid-tXT2AWx4vQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tXT2AWx4vQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXT2AWx4vQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tXT2AWx4vQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXT2AWx4vQ .navbar.collapsed {
  justify-content: center;
}
.cid-tXT2AWx4vQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXT2AWx4vQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXT2AWx4vQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tXT2AWx4vQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXT2AWx4vQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXT2AWx4vQ .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-tXT2AWx4vQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXT2AWx4vQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXT2AWx4vQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXT2AWx4vQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXT2AWx4vQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXT2AWx4vQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXT2AWx4vQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXT2AWx4vQ .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-tXT2AWx4vQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXT2AWx4vQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXT2AWx4vQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXT2AWx4vQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXT2AWx4vQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXT2AWx4vQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXT2AWx4vQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXT2AWx4vQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXT2AWx4vQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXT2AWx4vQ .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-tXT2AWx4vQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXT2AWx4vQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXT2AWx4vQ .dropdown-item.active,
.cid-tXT2AWx4vQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tXT2AWx4vQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXT2AWx4vQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXT2AWx4vQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXT2AWx4vQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tXT2AWx4vQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXT2AWx4vQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXT2AWx4vQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXT2AWx4vQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXT2AWx4vQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXT2AWx4vQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tXT2AWx4vQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXT2AWx4vQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXT2AWx4vQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXT2AWx4vQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXT2AWx4vQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXT2AWx4vQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXT2AWx4vQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXT2AWx4vQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXT2AWx4vQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXT2AWx4vQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXT2AWx4vQ .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-tXT2AWx4vQ .navbar {
    height: 70px;
  }
  .cid-tXT2AWx4vQ .navbar.opened {
    height: auto;
  }
  .cid-tXT2AWx4vQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXT2AWQ5sC {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
@media (max-width: 991px) {
  .cid-tXT2AWQ5sC .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tXT2AWQ5sC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tXT2AWQ5sC .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tXT2AWQ5sC .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tXT2AWQ5sC .mbr-text,
.cid-tXT2AWQ5sC .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tXT2AWQ5sC .mbr-section-title {
  text-align: center;
  color: #ffe885;
}
.cid-tXT2AXzQFV {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tXT2AXzQFV img,
.cid-tXT2AXzQFV .item-img {
  width: 100%;
}
.cid-tXT2AXzQFV .item:focus,
.cid-tXT2AXzQFV span:focus {
  outline: none;
}
.cid-tXT2AXzQFV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tXT2AXzQFV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tXT2AXzQFV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tXT2AXzQFV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tXT2AXzQFV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tXT2AXzQFV .mbr-section-title {
  color: #ffe161;
}
.cid-tXT2AXzQFV .mbr-text,
.cid-tXT2AXzQFV .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tXT2AXzQFV .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tXT2AXzQFV .item-subtitle {
  text-align: left;
}
.cid-tXT2AYh92v {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (min-width: 1500px) {
  .cid-tXT2AYh92v .container {
    max-width: 1400px;
  }
}
.cid-tXT2AYh92v .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tXT2AYh92v .card-wrapper {
  margin-top: 3rem;
}
.cid-tXT2AYh92v .row {
  justify-content: center;
}
.cid-tXT2AYh92v .card-title,
.cid-tXT2AYh92v .iconfont-wrapper {
  color: #ffffff;
}
.cid-tXT2AYh92v .card-text {
  color: #ffffff;
}
.cid-tXT2AYh92v .mbr-section-title {
  color: #ffe885;
}
.cid-tYrIph87Ln {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tYrIph87Ln .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYrIph87Ln .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYrIph87Ln .item {
  padding-bottom: 2rem;
}
.cid-tYrIph87Ln .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tYrIph87Ln .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tYrIph87Ln .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-tYrIph87Ln .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tYrIph87Ln .carousel-control,
.cid-tYrIph87Ln .close {
  background: #1b1b1b;
}
.cid-tYrIph87Ln .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tYrIph87Ln .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tYrIph87Ln .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tYrIph87Ln .carousel-control-next span {
  margin-left: 5px;
}
.cid-tYrIph87Ln .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-tYrIph87Ln .close::before {
  content: '\e91a';
}
.cid-tYrIph87Ln .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tYrIph87Ln .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-tYrIph87Ln .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tYrIph87Ln .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tYrIph87Ln .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tYrIph87Ln .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tYrIph87Ln .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-tYrIph87Ln .carousel-indicators li.active,
.cid-tYrIph87Ln .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tYrIph87Ln .carousel-indicators li::after,
.cid-tYrIph87Ln .carousel-indicators li::before {
  content: none;
}
.cid-tYrIph87Ln .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tYrIph87Ln .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tYrIph87Ln .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tYrIph87Ln .carousel-indicators {
    display: none;
  }
}
.cid-tYrIph87Ln .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tYrIph87Ln .carousel-inner > .active {
  display: block;
}
.cid-tYrIph87Ln .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tYrIph87Ln .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tYrIph87Ln .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tYrIph87Ln .carousel-control,
  .cid-tYrIph87Ln .carousel-indicators,
  .cid-tYrIph87Ln .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tYrIph87Ln .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tYrIph87Ln .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tYrIph87Ln .carousel-indicators .active,
.cid-tYrIph87Ln .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tYrIph87Ln .carousel-indicators .active {
  background: #fff;
}
.cid-tYrIph87Ln .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tYrIph87Ln .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tYrIph87Ln .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tYrIph87Ln .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tYrIph87Ln .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tYrIph87Ln .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tYrIph87Ln .carousel {
  width: 100%;
}
.cid-tYrIph87Ln .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tYrIph87Ln .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tYrIph87Ln .modal.fade .modal-dialog,
.cid-tYrIph87Ln .modal.in .modal-dialog {
  transform: none;
}
.cid-tYrIph87Ln .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tYrIph87Ln H6 {
  text-align: center;
}
.cid-tYrIph87Ln H3 {
  color: #ffe885;
}
.cid-tXT2AX7ZH8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tXT2AX7ZH8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXT2AX7ZH8 .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-tXT2AX7ZH8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tXT2AX7ZH8 .row {
  flex-direction: row-reverse;
}
.cid-tXT2AX7ZH8 img {
  width: 100%;
}
.cid-tXT2AX7ZH8 .mbr-description {
  color: #ffffff;
}
.cid-tXT2AXRNR5 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tXT2AXRNR5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXT2AXRNR5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXT2AXRNR5 .item {
  padding-bottom: 2rem;
}
.cid-tXT2AXRNR5 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tXT2AXRNR5 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tXT2AXRNR5 .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-tXT2AXRNR5 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tXT2AXRNR5 .carousel-control,
.cid-tXT2AXRNR5 .close {
  background: #1b1b1b;
}
.cid-tXT2AXRNR5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tXT2AXRNR5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tXT2AXRNR5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tXT2AXRNR5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tXT2AXRNR5 .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-tXT2AXRNR5 .close::before {
  content: '\e91a';
}
.cid-tXT2AXRNR5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tXT2AXRNR5 .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-tXT2AXRNR5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXT2AXRNR5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXT2AXRNR5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXT2AXRNR5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tXT2AXRNR5 .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-tXT2AXRNR5 .carousel-indicators li.active,
.cid-tXT2AXRNR5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXT2AXRNR5 .carousel-indicators li::after,
.cid-tXT2AXRNR5 .carousel-indicators li::before {
  content: none;
}
.cid-tXT2AXRNR5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tXT2AXRNR5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tXT2AXRNR5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tXT2AXRNR5 .carousel-indicators {
    display: none;
  }
}
.cid-tXT2AXRNR5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tXT2AXRNR5 .carousel-inner > .active {
  display: block;
}
.cid-tXT2AXRNR5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXT2AXRNR5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tXT2AXRNR5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tXT2AXRNR5 .carousel-control,
  .cid-tXT2AXRNR5 .carousel-indicators,
  .cid-tXT2AXRNR5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tXT2AXRNR5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tXT2AXRNR5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXT2AXRNR5 .carousel-indicators .active,
.cid-tXT2AXRNR5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tXT2AXRNR5 .carousel-indicators .active {
  background: #fff;
}
.cid-tXT2AXRNR5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tXT2AXRNR5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tXT2AXRNR5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tXT2AXRNR5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tXT2AXRNR5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tXT2AXRNR5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tXT2AXRNR5 .carousel {
  width: 100%;
}
.cid-tXT2AXRNR5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tXT2AXRNR5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tXT2AXRNR5 .modal.fade .modal-dialog,
.cid-tXT2AXRNR5 .modal.in .modal-dialog {
  transform: none;
}
.cid-tXT2AXRNR5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tXT2AXRNR5 H6 {
  text-align: center;
}
.cid-tXT2AXlBMq {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-tXT2AXlBMq .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-tXT2AXlBMq form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tXT2AXlBMq form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tXT2AXlBMq form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tXT2AXlBMq .mbr-section-title {
  color: #ffe161;
}
.cid-tXT2AXlBMq .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tYh6pTxSVO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tYh6pTxSVO .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tYh6pTxSVO .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #000000;
}
@media (max-width: 991px) {
  .cid-tYh6pTxSVO .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYh6pTxSVO .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tYh6pTxSVO .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-tYh6pTxSVO .mbr-section-title {
  color: #bbbbbb;
}
.cid-tYh6pTxSVO .card-title {
  color: #bbbbbb;
}
.cid-tYh6pTxSVO P {
  color: #fafafa;
}
