.btn {
  border-width: 2px;
}
.btn {
  border-radius: 50px;
}
.btn {
  font-weight: 600;
}
body {
  font-family: 'DM Sans', sans-serif;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.875rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.59375rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.3rem;
    font-size: calc( 1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.825rem 3.75rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #b62519 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff4433 !important;
  border-color: #000000 !important;
  color: #ff4433 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ff4433 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ff4433 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff4433 !important;
  border-color: #000000 !important;
  color: #b62519 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #b62519 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #b62519 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff4433 !important;
  border-color: #000000 !important;
  color: #fab901 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #fab901 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fab901 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff4433 !important;
  border-color: #000000 !important;
  color: #49923a !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #49923a !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #49923a !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff4433 !important;
  border-color: #000000 !important;
  color: #0746c0 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0746c0 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0746c0 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff4433 !important;
  border-color: #000000 !important;
  color: #b62519 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #b62519 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #b62519 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ff4433 !important;
  border-color: #000000 !important;
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #fafafa !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #fafafa !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-black,
.btn-black:active {
  background-color: #ff4433 !important;
  border-color: #000000 !important;
  color: #232323 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #232323 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #232323 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff4433;
  color: #ff4433;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #db1200 !important;
  background-color: transparent !important;
  border-color: #db1200 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ff4433 !important;
  background-color: #ff4433 !important;
  border-color: #ff4433 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #b62519;
  color: #b62519;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #6a160f !important;
  background-color: transparent !important;
  border-color: #6a160f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #b62519 !important;
  background-color: #b62519 !important;
  border-color: #b62519 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fab901;
  color: #fab901;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #a47901 !important;
  background-color: transparent !important;
  border-color: #a47901 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #fab901 !important;
  background-color: #fab901 !important;
  border-color: #fab901 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #49923a;
  color: #49923a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #2a5421 !important;
  background-color: transparent !important;
  border-color: #2a5421 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #49923a !important;
  background-color: #49923a !important;
  border-color: #49923a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #0746c0;
  color: #0746c0;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #04286c !important;
  background-color: transparent !important;
  border-color: #04286c !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #0746c0 !important;
  background-color: #0746c0 !important;
  border-color: #0746c0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #b62519;
  color: #b62519;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #6a160f !important;
  background-color: transparent !important;
  border-color: #6a160f !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #b62519 !important;
  background-color: #b62519 !important;
  border-color: #b62519 !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 {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #232323 !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 {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #fafafa !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff4433 !important;
}
.text-secondary {
  color: #b62519 !important;
}
.text-success {
  color: #49923a !important;
}
.text-info {
  color: #fab901 !important;
}
.text-warning {
  color: #0746c0 !important;
}
.text-danger {
  color: #b62519 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cc1100 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ffffff !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #9dd392 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #946e01 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #03225e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #5c130d !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  /*  background-position: 0px 1.2em; */
}
.nav-tabs .nav-link.active {
  color: #ff4433;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fab901;
}
.alert-warning {
  background-color: #0746c0;
}
.alert-danger {
  background-color: #b62519;
}
.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: #ff4433;
  border-color: #ff4433;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff4433;
}
.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: #8ccc7f;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff1c8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #4e88f9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ea6f65;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #ff4433 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ff4433;
}
/* 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: #ff4433;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff4433;
}
.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: #ff4433;
  border-bottom-color: #ff4433;
}
.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: #ff4433 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #b62519 !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='%23ff4433' %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.2s;
  font-weight: 500;
  box-shadow: none !important;
}
.btn {
  margin: 0;
  font-weight: 500;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.text-secondary:hover {
  color: #dedede !important;
}
/*.btn-secondary:hover {
    color: #dedede !important;
}*/
.container {
  max-width: 1300px;
}
a.btn-primary:hover {
  color: #a0a5a5 !important;
}
.link {
  font-weight: 500;
}
.nav-item {
  transition-duration: .3s !important;
}
.nav-item:hover {
  transition-duration: .3s !important;
}
.navbar-toggler {
  border: transparent !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
body {
  line-height: 1.44em;
}
.mbr-section-title {
  letter-spacing: -1px;
  line-height: 1.07em;
  font-weight: 700;
}
.title {
  font-weight: 700;
}
.subtitle {
  font-weight: 500;
}
.mbr-section-subtitle {
  font-weight: 500;
}
.btn .mbr-iconfont {
  padding-right: 6px;
}
.cid-sHKVkfAIKi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sHKVkfAIKi nav.navbar {
  position: fixed;
}
.cid-sHKVkfAIKi .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-sHKVkfAIKi .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sHKVkfAIKi .dropdown-item:hover,
.cid-sHKVkfAIKi .dropdown-item:focus {
  color: #ff4433 !important;
}
.cid-sHKVkfAIKi .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-sHKVkfAIKi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHKVkfAIKi .nav-link {
  position: relative;
  padding: 0;
}
.cid-sHKVkfAIKi .container {
  display: flex;
  margin: auto;
}
.cid-sHKVkfAIKi .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sHKVkfAIKi .dropdown-menu,
.cid-sHKVkfAIKi .navbar.opened {
  background: #161858 !important;
}
.cid-sHKVkfAIKi .nav-item:focus,
.cid-sHKVkfAIKi .nav-link:focus {
  outline: none;
}
.cid-sHKVkfAIKi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHKVkfAIKi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHKVkfAIKi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sHKVkfAIKi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHKVkfAIKi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHKVkfAIKi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHKVkfAIKi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #161858;
}
.cid-sHKVkfAIKi .navbar.opened {
  transition: all 0.3s;
}
.cid-sHKVkfAIKi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sHKVkfAIKi .navbar .navbar-logo img {
  width: auto;
}
.cid-sHKVkfAIKi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHKVkfAIKi .navbar.collapsed {
  justify-content: center;
}
.cid-sHKVkfAIKi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHKVkfAIKi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHKVkfAIKi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sHKVkfAIKi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHKVkfAIKi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHKVkfAIKi .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-sHKVkfAIKi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHKVkfAIKi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sHKVkfAIKi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHKVkfAIKi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHKVkfAIKi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHKVkfAIKi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHKVkfAIKi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHKVkfAIKi .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-sHKVkfAIKi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHKVkfAIKi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHKVkfAIKi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHKVkfAIKi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHKVkfAIKi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHKVkfAIKi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHKVkfAIKi .navbar.navbar-short {
  min-height: 60px;
}
.cid-sHKVkfAIKi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sHKVkfAIKi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sHKVkfAIKi .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-sHKVkfAIKi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHKVkfAIKi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHKVkfAIKi .dropdown-item.active,
.cid-sHKVkfAIKi .dropdown-item:active {
  background-color: transparent;
}
.cid-sHKVkfAIKi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHKVkfAIKi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHKVkfAIKi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHKVkfAIKi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #161858;
}
.cid-sHKVkfAIKi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHKVkfAIKi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHKVkfAIKi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHKVkfAIKi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHKVkfAIKi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHKVkfAIKi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sHKVkfAIKi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHKVkfAIKi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHKVkfAIKi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHKVkfAIKi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHKVkfAIKi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHKVkfAIKi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHKVkfAIKi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHKVkfAIKi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHKVkfAIKi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sHKVkfAIKi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHKVkfAIKi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHKVkfAIKi .navbar {
    height: 70px;
  }
  .cid-sHKVkfAIKi .navbar.opened {
    height: auto;
  }
  .cid-sHKVkfAIKi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHKVkfAIKi .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sHKVkfAIKi .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sHKVkfAIKi a {
  display: inline;
  font-weight: bold;
}
.cid-sHKVkfAIKi img {
  display: inline;
  padding-right: 10px;
}
.cid-sHKVkfAIKi .dropdown-toggle:after {
  display: none;
}
.cid-sHKVkfAIKi .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sHKVkfAIKi .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-sHKVkfAIKi .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sHKVkfAIKi .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sHKVkfAIKi .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sHKVkfAIKi .btn {
  border-radius: 50px;
}
.cid-sHKVkfAIKi ul {
  counter-reset: counter;
  margin: auto;
}
.cid-sHKVkfAIKi .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-sHKVkfAIKi .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-sHKVkfAIKi .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-sHKVkfAIKi ul li {
  height: 100px;
  display: flex;
}
.cid-sHKVkfAIKi a.text-white:hover {
  color: #ffffff !important;
}
.cid-sHKVkfAIKi a.text-primary:hover {
  color: #ff4433 !important;
}
.cid-sHKVkfAIKi a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-sHKVkfAIKi a.text-success:hover {
  color: #49923a !important;
}
.cid-sHKVkfAIKi a.text-info:hover {
  color: #fab901 !important;
}
.cid-sHKVkfAIKi a.text-warning:hover {
  color: #0746c0 !important;
}
.cid-sHKVkfAIKi a.text-danger:hover {
  color: #5c130d !important;
}
.cid-sHKVkfAIKi a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-sHKVkfAIKi ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-sHKVkfAIKi .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sHKVkfAIKi .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-sHKVkfAIKi .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-sHKVkfAIKi .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-sHKVkfAIKi .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-utiq2aJ3uN {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/2025-season-hdr.png");
}
.cid-utiq2aJ3uN .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-utiq2aJ3uN .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-utiq2aJ3uN {
    align-items: center;
  }
  .cid-utiq2aJ3uN .row {
    justify-content: flex-start;
  }
  .cid-utiq2aJ3uN .content-wrap {
    width: 55%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-utiq2aJ3uN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-utiq2aJ3uN {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-utiq2aJ3uN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-utiq2aJ3uN .content-wrap {
    width: 100%;
  }
}
.cid-uthvCKTSlT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uthvCKTSlT .image-wrapper {
    padding-left: 1.5rem;
  }
  .cid-uthvCKTSlT .wrapper {
    padding-right: 1.5rem;
  }
}
.cid-uthvCKTSlT .item-title {
  color: #2e3192;
}
.cid-uthvCKTSlT .subtitle-text {
  color: #1d1d1f;
}
.cid-uthvCKTSlT .item-box {
  display: flex;
}
.cid-uthvCKTSlT .num {
  color: #b62519;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-uthvCKTSlT .item-text {
  color: #1d1d1f;
}
.cid-uthvCKTSlT .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uthvCKTSlT .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-uthvCKTSlT .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uthvCKTSlT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uthvCKTSlT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uthyeKzw5B {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uthyeKzw5B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uthyeKzw5B .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-uthyeKzw5B .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uthyeKzw5B .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uthyeKzw5B .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uthyeKzw5B .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uthyeKzw5B .mbr-section-title {
  color: #b62519;
}
.cid-uthyeKzw5B .mbr-text,
.cid-uthyeKzw5B .mbr-section-btn {
  color: #ffffff;
}
.cid-uthz7YbNiz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uthz7YbNiz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uthz7YbNiz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uthz7YbNiz .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uthz7YbNiz .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uthz7YbNiz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uthz7YbNiz .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uthz7YbNiz .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uthz7YbNiz .mbr-section-title {
  color: #2e3192;
}
.cid-uthz7YbNiz .mbr-text,
.cid-uthz7YbNiz .mbr-section-btn {
  color: #1d1d1f;
}
.cid-uthAOWowdO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uthAOWowdO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uthAOWowdO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uthAOWowdO img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #b62519;
  border-radius: 8px;
}
.cid-uthAOWowdO .img-wide {
  height: 50%;
}
.cid-uthAOWowdO .img-big {
  height: 100%;
}
.cid-uthCtc7Boc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/rango-34.jpg");
}
.cid-uthCtc7Boc .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
.cid-uthCtc7Boc H4 {
  text-align: center;
  color: #ff4433;
}
.cid-uthCtc7Boc LABEL {
  color: #ffffff;
}
.cid-uthCtc7Boc H5 {
  color: #bbbce8;
}
.cid-uthCtc7Boc P {
  color: #ffffff;
  text-align: center;
}
.cid-sHA3mvSV2w {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #161858;
}
.cid-sHA3mvSV2w .mbr-text {
  color: #bbbce8;
  font-weight: 500;
}
.cid-sHA3mvSV2w .container {
  max-width: 1300px;
}
.cid-tCmMREFEjC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCmMREFEjC nav.navbar {
  position: fixed;
}
.cid-tCmMREFEjC .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-tCmMREFEjC .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tCmMREFEjC .dropdown-item:hover,
.cid-tCmMREFEjC .dropdown-item:focus {
  color: #ff4433 !important;
}
.cid-tCmMREFEjC .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-tCmMREFEjC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCmMREFEjC .nav-link {
  position: relative;
  padding: 0;
}
.cid-tCmMREFEjC .container {
  display: flex;
  margin: auto;
}
.cid-tCmMREFEjC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCmMREFEjC .dropdown-menu,
.cid-tCmMREFEjC .navbar.opened {
  background: #161858 !important;
}
.cid-tCmMREFEjC .nav-item:focus,
.cid-tCmMREFEjC .nav-link:focus {
  outline: none;
}
.cid-tCmMREFEjC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCmMREFEjC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCmMREFEjC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCmMREFEjC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCmMREFEjC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCmMREFEjC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCmMREFEjC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #161858;
}
.cid-tCmMREFEjC .navbar.opened {
  transition: all 0.3s;
}
.cid-tCmMREFEjC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCmMREFEjC .navbar .navbar-logo img {
  width: auto;
}
.cid-tCmMREFEjC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCmMREFEjC .navbar.collapsed {
  justify-content: center;
}
.cid-tCmMREFEjC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCmMREFEjC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCmMREFEjC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tCmMREFEjC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCmMREFEjC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCmMREFEjC .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-tCmMREFEjC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCmMREFEjC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCmMREFEjC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCmMREFEjC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCmMREFEjC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCmMREFEjC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCmMREFEjC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCmMREFEjC .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-tCmMREFEjC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCmMREFEjC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCmMREFEjC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCmMREFEjC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCmMREFEjC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCmMREFEjC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCmMREFEjC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCmMREFEjC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCmMREFEjC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCmMREFEjC .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-tCmMREFEjC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCmMREFEjC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCmMREFEjC .dropdown-item.active,
.cid-tCmMREFEjC .dropdown-item:active {
  background-color: transparent;
}
.cid-tCmMREFEjC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCmMREFEjC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCmMREFEjC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCmMREFEjC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #161858;
}
.cid-tCmMREFEjC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCmMREFEjC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCmMREFEjC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCmMREFEjC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCmMREFEjC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCmMREFEjC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCmMREFEjC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCmMREFEjC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCmMREFEjC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCmMREFEjC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCmMREFEjC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCmMREFEjC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCmMREFEjC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCmMREFEjC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCmMREFEjC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCmMREFEjC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCmMREFEjC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCmMREFEjC .navbar {
    height: 70px;
  }
  .cid-tCmMREFEjC .navbar.opened {
    height: auto;
  }
  .cid-tCmMREFEjC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCmMREFEjC .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tCmMREFEjC .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tCmMREFEjC a {
  display: inline;
  font-weight: bold;
}
.cid-tCmMREFEjC img {
  display: inline;
  padding-right: 10px;
}
.cid-tCmMREFEjC .dropdown-toggle:after {
  display: none;
}
.cid-tCmMREFEjC .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tCmMREFEjC .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-tCmMREFEjC .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tCmMREFEjC .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tCmMREFEjC .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tCmMREFEjC .btn {
  border-radius: 50px;
}
.cid-tCmMREFEjC ul {
  counter-reset: counter;
  margin: auto;
}
.cid-tCmMREFEjC .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-tCmMREFEjC .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-tCmMREFEjC .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-tCmMREFEjC ul li {
  height: 100px;
  display: flex;
}
.cid-tCmMREFEjC a.text-white:hover {
  color: #ffffff !important;
}
.cid-tCmMREFEjC a.text-primary:hover {
  color: #ff4433 !important;
}
.cid-tCmMREFEjC a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-tCmMREFEjC a.text-success:hover {
  color: #49923a !important;
}
.cid-tCmMREFEjC a.text-info:hover {
  color: #fab901 !important;
}
.cid-tCmMREFEjC a.text-warning:hover {
  color: #0746c0 !important;
}
.cid-tCmMREFEjC a.text-danger:hover {
  color: #5c130d !important;
}
.cid-tCmMREFEjC a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-tCmMREFEjC ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-tCmMREFEjC .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tCmMREFEjC .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-tCmMREFEjC .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tCmMREFEjC .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-tCmMREFEjC .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tCo2FhtBmg {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #b62519;
}
.cid-tCo2FhtBmg .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tCo2FhtBmg .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-tCo2FhtBmg .row {
  align-items: center;
  height: 100%;
}
.cid-tCo2FhtBmg .container {
  max-width: 1100px;
}
.cid-tCo2FhtBmg .wrapper {
  margin: auto;
}
.cid-tCyqLgGFCI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #161858;
}
.cid-tCyqLgGFCI .mbr-section-title {
  color: #bbbce8;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tCyqLgGFCI .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-tCyqLgGFCI .row {
  align-items: center;
  height: 100%;
}
.cid-tCyqLgGFCI .container {
  max-width: 1100px;
}
.cid-tCyqLgGFCI .wrapper {
  margin: auto;
}
.cid-utohl3NnKb {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #161858;
}
.cid-utohl3NnKb .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
.cid-utohl3NnKb H4 {
  text-align: center;
  color: #ff4433;
}
.cid-utohl3NnKb LABEL {
  color: #ffffff;
}
.cid-utohl3NnKb H5 {
  color: #bbbce8;
}
.cid-utohl3NnKb P {
  color: #ffffff;
  text-align: center;
}
.cid-uttDccji84 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #161858;
}
.cid-uttDccji84 .mbr-section-title {
  color: #bbbce8;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-uttDccji84 .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-uttDccji84 .row {
  align-items: center;
  height: 100%;
}
.cid-uttDccji84 .container {
  max-width: 1100px;
}
.cid-uttDccji84 .wrapper {
  margin: auto;
}
.cid-tCypKKYRce {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #161858;
  overflow: hidden;
}
.cid-tCypKKYRce .row {
  row-gap: 40px;
}
.cid-tCypKKYRce .mbr-section-head {
  padding-bottom: 50px;
}
.cid-tCypKKYRce .mbr-section-title {
  color: #9b8db7;
}
.cid-tCypKKYRce .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-tCypKKYRce .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-tCypKKYRce .item-img img {
  width: 100%;
  aspect-ratio: calc(37 / (11 * 3));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-tCypKKYRce .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-tCypKKYRce .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-tCypKKYRce .item-content {
  flex-grow: 1;
  padding: 31px 42px 43px;
  background-color: #2e3192;
}
.cid-tCypKKYRce .item-title {
  color: #303030;
}
.cid-tCypKKYRce .mbr-text {
  margin-bottom: 4px;
  color: #ffffff;
  text-decoration: underline;
}
.cid-tCypKKYRce .icons-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 12px;
}
.cid-tCypKKYRce .iconfont-wrapper {
  padding: 11px;
  border-radius: 50%;
  transition: opacity 0.2s ease-out;
}
.cid-tCypKKYRce .iconfont-wrapper .mbr-iconfont {
  font-size: 14px;
  color: #bbbce8;
  transition: all 0.2s ease-out;
}
.cid-tCypKKYRce .iconfont-wrapper:hover {
  background-color: #3314f3;
}
.cid-tCypKKYRce .iconfont-wrapper:hover .mbr-iconfont {
  color: #161858;
}
.cid-tCypKKYRce .mbr-section-btn {
  margin-top: 10px;
}
.cid-tCypKKYRce .item-title,
.cid-tCypKKYRce .mbr-section-btn {
  color: #bbbce8;
}
.cid-tCmMRG4R5C {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #161858;
}
.cid-tCmMRG4R5C .mbr-text {
  color: #bbbce8;
  font-weight: 500;
}
.cid-tCmMRG4R5C .container {
  max-width: 1300px;
}
.cid-tCsLwWeJ7K {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCsLwWeJ7K nav.navbar {
  position: fixed;
}
.cid-tCsLwWeJ7K .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-tCsLwWeJ7K .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tCsLwWeJ7K .dropdown-item:hover,
.cid-tCsLwWeJ7K .dropdown-item:focus {
  color: #ff4433 !important;
}
.cid-tCsLwWeJ7K .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-tCsLwWeJ7K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCsLwWeJ7K .nav-link {
  position: relative;
  padding: 0;
}
.cid-tCsLwWeJ7K .container {
  display: flex;
  margin: auto;
}
.cid-tCsLwWeJ7K .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCsLwWeJ7K .dropdown-menu,
.cid-tCsLwWeJ7K .navbar.opened {
  background: #161858 !important;
}
.cid-tCsLwWeJ7K .nav-item:focus,
.cid-tCsLwWeJ7K .nav-link:focus {
  outline: none;
}
.cid-tCsLwWeJ7K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCsLwWeJ7K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCsLwWeJ7K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCsLwWeJ7K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCsLwWeJ7K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCsLwWeJ7K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCsLwWeJ7K .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #161858;
}
.cid-tCsLwWeJ7K .navbar.opened {
  transition: all 0.3s;
}
.cid-tCsLwWeJ7K .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCsLwWeJ7K .navbar .navbar-logo img {
  width: auto;
}
.cid-tCsLwWeJ7K .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCsLwWeJ7K .navbar.collapsed {
  justify-content: center;
}
.cid-tCsLwWeJ7K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCsLwWeJ7K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCsLwWeJ7K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tCsLwWeJ7K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCsLwWeJ7K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCsLwWeJ7K .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-tCsLwWeJ7K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCsLwWeJ7K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCsLwWeJ7K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCsLwWeJ7K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCsLwWeJ7K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCsLwWeJ7K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCsLwWeJ7K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCsLwWeJ7K .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-tCsLwWeJ7K .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCsLwWeJ7K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCsLwWeJ7K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCsLwWeJ7K .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCsLwWeJ7K .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCsLwWeJ7K .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCsLwWeJ7K .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCsLwWeJ7K .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCsLwWeJ7K .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCsLwWeJ7K .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-tCsLwWeJ7K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCsLwWeJ7K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCsLwWeJ7K .dropdown-item.active,
.cid-tCsLwWeJ7K .dropdown-item:active {
  background-color: transparent;
}
.cid-tCsLwWeJ7K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCsLwWeJ7K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCsLwWeJ7K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCsLwWeJ7K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #161858;
}
.cid-tCsLwWeJ7K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCsLwWeJ7K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCsLwWeJ7K ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCsLwWeJ7K .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCsLwWeJ7K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCsLwWeJ7K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCsLwWeJ7K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCsLwWeJ7K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCsLwWeJ7K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCsLwWeJ7K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCsLwWeJ7K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCsLwWeJ7K nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCsLwWeJ7K nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCsLwWeJ7K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCsLwWeJ7K .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCsLwWeJ7K a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCsLwWeJ7K .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCsLwWeJ7K .navbar {
    height: 70px;
  }
  .cid-tCsLwWeJ7K .navbar.opened {
    height: auto;
  }
  .cid-tCsLwWeJ7K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCsLwWeJ7K .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tCsLwWeJ7K .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tCsLwWeJ7K a {
  display: inline;
  font-weight: bold;
}
.cid-tCsLwWeJ7K img {
  display: inline;
  padding-right: 10px;
}
.cid-tCsLwWeJ7K .dropdown-toggle:after {
  display: none;
}
.cid-tCsLwWeJ7K .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tCsLwWeJ7K .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-tCsLwWeJ7K .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tCsLwWeJ7K .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tCsLwWeJ7K .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tCsLwWeJ7K .btn {
  border-radius: 50px;
}
.cid-tCsLwWeJ7K ul {
  counter-reset: counter;
  margin: auto;
}
.cid-tCsLwWeJ7K .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-tCsLwWeJ7K .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-tCsLwWeJ7K .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-tCsLwWeJ7K ul li {
  height: 100px;
  display: flex;
}
.cid-tCsLwWeJ7K a.text-white:hover {
  color: #ffffff !important;
}
.cid-tCsLwWeJ7K a.text-primary:hover {
  color: #ff4433 !important;
}
.cid-tCsLwWeJ7K a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-tCsLwWeJ7K a.text-success:hover {
  color: #49923a !important;
}
.cid-tCsLwWeJ7K a.text-info:hover {
  color: #fab901 !important;
}
.cid-tCsLwWeJ7K a.text-warning:hover {
  color: #0746c0 !important;
}
.cid-tCsLwWeJ7K a.text-danger:hover {
  color: #5c130d !important;
}
.cid-tCsLwWeJ7K a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-tCsLwWeJ7K ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-tCsLwWeJ7K .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tCsLwWeJ7K .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-tCsLwWeJ7K .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tCsLwWeJ7K .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-tCsLwWeJ7K .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tCsLwWEIZD {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #b62519;
}
.cid-tCsLwWEIZD .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tCsLwWEIZD .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-tCsLwWEIZD .row {
  align-items: center;
  height: 100%;
}
.cid-tCsLwWEIZD .container {
  max-width: 1100px;
}
.cid-tCsLwWEIZD .wrapper {
  margin: auto;
}
.cid-tCEAfx8EGB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #161858;
}
.cid-tCEAfx8EGB .mbr-section-title {
  color: #bbbce8;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tCEAfx8EGB .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-tCEAfx8EGB .row {
  align-items: center;
  height: 100%;
}
.cid-tCEAfx8EGB .container {
  max-width: 1100px;
}
.cid-tCEAfx8EGB .wrapper {
  margin: auto;
}
.cid-tCsLwXdMUP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #161858;
}
.cid-tCsLwXdMUP img {
  border-radius: 0px;
}
.cid-tCsLwXdMUP .mbr-section-title {
  color: #ffffff;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-tCsLwXdMUP .mbr-text {
  padding-bottom: 30px;
  color: #bbbce8;
  font-weight: 500;
}
.cid-tCsLwXdMUP p:last-child {
  margin-bottom: 0;
}
.cid-tCsLwXdMUP .row {
  justify-content: center;
}
.cid-tCsLwXv2QG {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #161858;
}
.cid-tCsLwXv2QG img {
  border-radius: 0px;
}
.cid-tCsLwXv2QG .mbr-section-title {
  color: #ffffff;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-tCsLwXv2QG .mbr-text {
  padding-bottom: 30px;
  color: #bbbce8;
  font-weight: 500;
}
.cid-tCsLwXv2QG p:last-child {
  margin-bottom: 0;
}
.cid-tCsLwXv2QG .row {
  justify-content: center;
}
.cid-tCsLwXKSJG {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mission-back.jpg");
}
.cid-tCsLwXKSJG img {
  border-radius: 0px;
}
.cid-tCsLwXKSJG .mbr-section-title {
  color: #ffffff;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-tCsLwXKSJG .mbr-text {
  padding-bottom: 30px;
  color: #ffe3e1;
  font-weight: 500;
}
.cid-tCsLwXKSJG p:last-child {
  margin-bottom: 0;
}
.cid-tCsLwXKSJG .row {
  justify-content: center;
}
.cid-tCsLwY24WA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #161858;
}
.cid-tCsLwY24WA .mbr-text {
  color: #bbbce8;
  font-weight: 500;
}
.cid-tCsLwY24WA .container {
  max-width: 1300px;
}
.cid-tCsSlwcImv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCsSlwcImv nav.navbar {
  position: fixed;
}
.cid-tCsSlwcImv .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-tCsSlwcImv .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tCsSlwcImv .dropdown-item:hover,
.cid-tCsSlwcImv .dropdown-item:focus {
  color: #ff4433 !important;
}
.cid-tCsSlwcImv .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-tCsSlwcImv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCsSlwcImv .nav-link {
  position: relative;
  padding: 0;
}
.cid-tCsSlwcImv .container {
  display: flex;
  margin: auto;
}
.cid-tCsSlwcImv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCsSlwcImv .dropdown-menu,
.cid-tCsSlwcImv .navbar.opened {
  background: #161858 !important;
}
.cid-tCsSlwcImv .nav-item:focus,
.cid-tCsSlwcImv .nav-link:focus {
  outline: none;
}
.cid-tCsSlwcImv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCsSlwcImv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCsSlwcImv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCsSlwcImv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCsSlwcImv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCsSlwcImv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCsSlwcImv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #161858;
}
.cid-tCsSlwcImv .navbar.opened {
  transition: all 0.3s;
}
.cid-tCsSlwcImv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCsSlwcImv .navbar .navbar-logo img {
  width: auto;
}
.cid-tCsSlwcImv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCsSlwcImv .navbar.collapsed {
  justify-content: center;
}
.cid-tCsSlwcImv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCsSlwcImv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCsSlwcImv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tCsSlwcImv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCsSlwcImv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCsSlwcImv .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-tCsSlwcImv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCsSlwcImv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCsSlwcImv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCsSlwcImv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCsSlwcImv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCsSlwcImv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCsSlwcImv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCsSlwcImv .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-tCsSlwcImv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCsSlwcImv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCsSlwcImv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCsSlwcImv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCsSlwcImv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCsSlwcImv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCsSlwcImv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCsSlwcImv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCsSlwcImv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCsSlwcImv .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-tCsSlwcImv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCsSlwcImv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCsSlwcImv .dropdown-item.active,
.cid-tCsSlwcImv .dropdown-item:active {
  background-color: transparent;
}
.cid-tCsSlwcImv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCsSlwcImv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCsSlwcImv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCsSlwcImv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #161858;
}
.cid-tCsSlwcImv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCsSlwcImv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCsSlwcImv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCsSlwcImv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCsSlwcImv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCsSlwcImv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCsSlwcImv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCsSlwcImv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCsSlwcImv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCsSlwcImv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCsSlwcImv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCsSlwcImv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCsSlwcImv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCsSlwcImv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCsSlwcImv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCsSlwcImv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCsSlwcImv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCsSlwcImv .navbar {
    height: 70px;
  }
  .cid-tCsSlwcImv .navbar.opened {
    height: auto;
  }
  .cid-tCsSlwcImv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCsSlwcImv .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tCsSlwcImv .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tCsSlwcImv a {
  display: inline;
  font-weight: bold;
}
.cid-tCsSlwcImv img {
  display: inline;
  padding-right: 10px;
}
.cid-tCsSlwcImv .dropdown-toggle:after {
  display: none;
}
.cid-tCsSlwcImv .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tCsSlwcImv .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-tCsSlwcImv .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tCsSlwcImv .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tCsSlwcImv .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tCsSlwcImv .btn {
  border-radius: 50px;
}
.cid-tCsSlwcImv ul {
  counter-reset: counter;
  margin: auto;
}
.cid-tCsSlwcImv .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-tCsSlwcImv .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-tCsSlwcImv .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-tCsSlwcImv ul li {
  height: 100px;
  display: flex;
}
.cid-tCsSlwcImv a.text-white:hover {
  color: #ffffff !important;
}
.cid-tCsSlwcImv a.text-primary:hover {
  color: #ff4433 !important;
}
.cid-tCsSlwcImv a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-tCsSlwcImv a.text-success:hover {
  color: #49923a !important;
}
.cid-tCsSlwcImv a.text-info:hover {
  color: #fab901 !important;
}
.cid-tCsSlwcImv a.text-warning:hover {
  color: #0746c0 !important;
}
.cid-tCsSlwcImv a.text-danger:hover {
  color: #5c130d !important;
}
.cid-tCsSlwcImv a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-tCsSlwcImv ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-tCsSlwcImv .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tCsSlwcImv .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-tCsSlwcImv .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tCsSlwcImv .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-tCsSlwcImv .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tSiI23Ew8j {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #b62519;
}
.cid-tSiI23Ew8j .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tSiI23Ew8j .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-tSiI23Ew8j .row {
  align-items: center;
  height: 100%;
}
.cid-tSiI23Ew8j .container {
  max-width: 1100px;
}
.cid-tSiI23Ew8j .wrapper {
  margin: auto;
}
.cid-tSf4y3l0YA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #161858;
}
.cid-tSf4y3l0YA img,
.cid-tSf4y3l0YA .item-img {
  width: 100%;
}
.cid-tSf4y3l0YA .item:focus,
.cid-tSf4y3l0YA span:focus {
  outline: none;
}
.cid-tSf4y3l0YA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tSf4y3l0YA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #161858;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tSf4y3l0YA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSf4y3l0YA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tSf4y3l0YA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tSf4y3l0YA .mbr-section-title {
  color: #bbbce8;
}
.cid-tSf4y3l0YA .mbr-text,
.cid-tSf4y3l0YA .mbr-section-btn {
  text-align: left;
  color: #bbbce8;
}
.cid-tSf4y3l0YA .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tSf4y3l0YA .item-subtitle {
  text-align: left;
}
.cid-tSf6ZIblcK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSf6ZIblcK .mbr-text {
  color: #000000;
}
.cid-tSf6ZIblcK .mbr-section-subtitle {
  color: #2e3192;
  text-align: center;
}
.cid-tCE6jVdo7N {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #161858;
}
.cid-tCE6jVdo7N .row {
  flex-direction: row-reverse;
}
.cid-tCE6jVdo7N .main_title {
  margin-bottom: 2.5rem;
}
.cid-tCE6jVdo7N .card_subtitle {
  margin-bottom: .75rem;
}
.cid-tCE6jVdo7N .mbr-text {
  line-height: 1.23;
  color: #bbbce8;
}
.cid-tCE6jVdo7N .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tCE6jVdo7N .list_title {
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.cid-tCE6jVdo7N .list_box {
  margin-top: 2rem;
}
.cid-tCE6jVdo7N ol {
  padding: 0;
  margin: 0;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.cid-tCE6jVdo7N ol li {
  display: block;
  line-height: 1.23;
  margin-bottom: .5rem;
  list-style: none;
}
.cid-tCE6jVdo7N ol li:before {
  content: "⚬ ";
  margin-right: 5px;
  display: inline-block;
  min-width: 28px;
}
@media (min-width: 992px) {
  .cid-tCE6jVdo7N .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tCE6jVdo7N .row {
    flex-direction: column-reverse;
  }
  .cid-tCE6jVdo7N .card-wrapper {
    padding: 0;
  }
  .cid-tCE6jVdo7N .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-tCE6jVdo7N .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-tCE6jVdo7N .image-wrapper {
    margin-bottom: 3rem;
  }
  .cid-tCE6jVdo7N .list_title {
    margin-bottom: .75rem;
  }
  .cid-tCE6jVdo7N .list_box {
    margin-top: 1rem;
  }
  .cid-tCE6jVdo7N ol {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }
  .cid-tCE6jVdo7N ol li {
    margin-bottom: .25rem;
  }
}
.cid-tCE6jVdo7N .card-title {
  color: #ffffff;
}
.cid-tCE6jVdo7N .list {
  color: #bbbce8;
}
.cid-tD1XqC01mV {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #161858;
}
.cid-tD1XqC01mV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1XqC01mV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1XqC01mV .item {
  padding-bottom: 2rem;
}
.cid-tD1XqC01mV .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-tD1XqC01mV .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tD1XqC01mV .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-tD1XqC01mV .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tD1XqC01mV .carousel-control,
.cid-tD1XqC01mV .close {
  background: #1b1b1b;
}
.cid-tD1XqC01mV .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tD1XqC01mV .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tD1XqC01mV .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tD1XqC01mV .carousel-control-next span {
  margin-left: 5px;
}
.cid-tD1XqC01mV .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-tD1XqC01mV .close::before {
  content: '\e91a';
}
.cid-tD1XqC01mV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tD1XqC01mV .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-tD1XqC01mV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tD1XqC01mV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tD1XqC01mV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tD1XqC01mV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tD1XqC01mV .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-tD1XqC01mV .carousel-indicators li.active,
.cid-tD1XqC01mV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tD1XqC01mV .carousel-indicators li::after,
.cid-tD1XqC01mV .carousel-indicators li::before {
  content: none;
}
.cid-tD1XqC01mV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tD1XqC01mV .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tD1XqC01mV .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tD1XqC01mV .carousel-indicators {
    display: none;
  }
}
.cid-tD1XqC01mV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tD1XqC01mV .carousel-inner > .active {
  display: block;
}
.cid-tD1XqC01mV .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tD1XqC01mV .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tD1XqC01mV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tD1XqC01mV .carousel-control,
  .cid-tD1XqC01mV .carousel-indicators,
  .cid-tD1XqC01mV .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tD1XqC01mV .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tD1XqC01mV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tD1XqC01mV .carousel-indicators .active,
.cid-tD1XqC01mV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tD1XqC01mV .carousel-indicators .active {
  background: #fff;
}
.cid-tD1XqC01mV .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tD1XqC01mV .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tD1XqC01mV .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tD1XqC01mV .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tD1XqC01mV .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tD1XqC01mV .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tD1XqC01mV .carousel {
  width: 100%;
}
.cid-tD1XqC01mV .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tD1XqC01mV .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tD1XqC01mV .modal.fade .modal-dialog,
.cid-tD1XqC01mV .modal.in .modal-dialog {
  transform: none;
}
.cid-tD1XqC01mV .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tD1XqC01mV H6 {
  text-align: center;
  color: #bbbce8;
}
.cid-tCEqg66XuF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCEqg66XuF .main_title {
  margin-bottom: 2.5rem;
}
.cid-tCEqg66XuF .card_subtitle {
  margin-bottom: .75rem;
}
.cid-tCEqg66XuF .mbr-text {
  line-height: 1.23;
  color: #000000;
}
.cid-tCEqg66XuF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tCEqg66XuF .list_title {
  margin-bottom: 1.5rem;
  color: #2e3192;
}
.cid-tCEqg66XuF .list_box {
  margin-top: 2rem;
}
.cid-tCEqg66XuF ol {
  padding: 0;
  margin: 0;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.cid-tCEqg66XuF ol li {
  display: block;
  line-height: 1.23;
  margin-bottom: .5rem;
  list-style: none;
}
.cid-tCEqg66XuF ol li:before {
  content: "⚬ ";
  margin-right: 5px;
  display: inline-block;
  min-width: 28px;
}
@media (min-width: 992px) {
  .cid-tCEqg66XuF .card-wrapper {
    padding-right: 4rem;
    padding-left: 5rem;
  }
}
@media (max-width: 991px) {
  .cid-tCEqg66XuF .row {
    flex-direction: column-reverse;
  }
  .cid-tCEqg66XuF .card-wrapper {
    padding: 0;
  }
  .cid-tCEqg66XuF .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-tCEqg66XuF .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-tCEqg66XuF .image-wrapper {
    margin-bottom: 3rem;
  }
  .cid-tCEqg66XuF .list_title {
    margin-bottom: .75rem;
  }
  .cid-tCEqg66XuF .list_box {
    margin-top: 1rem;
  }
  .cid-tCEqg66XuF ol {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }
  .cid-tCEqg66XuF ol li {
    margin-bottom: .25rem;
  }
}
.cid-tCEqg66XuF .card-title {
  color: #2e3192;
}
.cid-tCEqg66XuF .list {
  color: #000000;
}
.cid-tD1Z2U5AoL {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tD1Z2U5AoL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1Z2U5AoL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1Z2U5AoL .item {
  padding-bottom: 2rem;
}
.cid-tD1Z2U5AoL .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-tD1Z2U5AoL .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tD1Z2U5AoL .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-tD1Z2U5AoL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tD1Z2U5AoL .carousel-control,
.cid-tD1Z2U5AoL .close {
  background: #1b1b1b;
}
.cid-tD1Z2U5AoL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tD1Z2U5AoL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tD1Z2U5AoL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tD1Z2U5AoL .carousel-control-next span {
  margin-left: 5px;
}
.cid-tD1Z2U5AoL .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-tD1Z2U5AoL .close::before {
  content: '\e91a';
}
.cid-tD1Z2U5AoL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tD1Z2U5AoL .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-tD1Z2U5AoL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tD1Z2U5AoL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tD1Z2U5AoL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tD1Z2U5AoL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tD1Z2U5AoL .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-tD1Z2U5AoL .carousel-indicators li.active,
.cid-tD1Z2U5AoL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tD1Z2U5AoL .carousel-indicators li::after,
.cid-tD1Z2U5AoL .carousel-indicators li::before {
  content: none;
}
.cid-tD1Z2U5AoL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tD1Z2U5AoL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tD1Z2U5AoL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tD1Z2U5AoL .carousel-indicators {
    display: none;
  }
}
.cid-tD1Z2U5AoL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tD1Z2U5AoL .carousel-inner > .active {
  display: block;
}
.cid-tD1Z2U5AoL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tD1Z2U5AoL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tD1Z2U5AoL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tD1Z2U5AoL .carousel-control,
  .cid-tD1Z2U5AoL .carousel-indicators,
  .cid-tD1Z2U5AoL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tD1Z2U5AoL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tD1Z2U5AoL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tD1Z2U5AoL .carousel-indicators .active,
.cid-tD1Z2U5AoL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tD1Z2U5AoL .carousel-indicators .active {
  background: #fff;
}
.cid-tD1Z2U5AoL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tD1Z2U5AoL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tD1Z2U5AoL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tD1Z2U5AoL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tD1Z2U5AoL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tD1Z2U5AoL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tD1Z2U5AoL .carousel {
  width: 100%;
}
.cid-tD1Z2U5AoL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tD1Z2U5AoL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tD1Z2U5AoL .modal.fade .modal-dialog,
.cid-tD1Z2U5AoL .modal.in .modal-dialog {
  transform: none;
}
.cid-tD1Z2U5AoL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tD1Z2U5AoL H6 {
  text-align: center;
  color: #000000;
}
.cid-tCE7TMGNGD {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #161858;
}
.cid-tCE7TMGNGD .row {
  flex-direction: row-reverse;
}
.cid-tCE7TMGNGD .main_title {
  margin-bottom: 2.5rem;
}
.cid-tCE7TMGNGD .card_subtitle {
  margin-bottom: .75rem;
}
.cid-tCE7TMGNGD .mbr-text {
  line-height: 1.23;
  color: #bbbce8;
}
.cid-tCE7TMGNGD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tCE7TMGNGD .list_title {
  margin-bottom: 1.5rem;
  color: #ff4433;
}
.cid-tCE7TMGNGD .list_box {
  margin-top: 2rem;
}
.cid-tCE7TMGNGD ol {
  padding: 0;
  margin: 0;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.cid-tCE7TMGNGD ol li {
  display: block;
  line-height: 1.23;
  margin-bottom: .5rem;
  list-style: none;
}
.cid-tCE7TMGNGD ol li:before {
  content: "⚬ ";
  margin-right: 5px;
  display: inline-block;
  min-width: 28px;
}
@media (min-width: 992px) {
  .cid-tCE7TMGNGD .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tCE7TMGNGD .row {
    flex-direction: column-reverse;
  }
  .cid-tCE7TMGNGD .card-wrapper {
    padding: 0;
  }
  .cid-tCE7TMGNGD .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-tCE7TMGNGD .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-tCE7TMGNGD .image-wrapper {
    margin-bottom: 3rem;
  }
  .cid-tCE7TMGNGD .list_title {
    margin-bottom: .75rem;
  }
  .cid-tCE7TMGNGD .list_box {
    margin-top: 1rem;
  }
  .cid-tCE7TMGNGD ol {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }
  .cid-tCE7TMGNGD ol li {
    margin-bottom: .25rem;
  }
}
.cid-tCE7TMGNGD .card-title {
  color: #ffffff;
}
.cid-tCE7TMGNGD .list {
  color: #bbbce8;
}
.cid-tCsSlxIsEY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #161858;
}
.cid-tCsSlxIsEY .mbr-text {
  color: #bbbce8;
  font-weight: 500;
}
.cid-tCsSlxIsEY .container {
  max-width: 1300px;
}
.cid-tCsSQv1xnL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCsSQv1xnL nav.navbar {
  position: fixed;
}
.cid-tCsSQv1xnL .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-tCsSQv1xnL .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tCsSQv1xnL .dropdown-item:hover,
.cid-tCsSQv1xnL .dropdown-item:focus {
  color: #ff4433 !important;
}
.cid-tCsSQv1xnL .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-tCsSQv1xnL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCsSQv1xnL .nav-link {
  position: relative;
  padding: 0;
}
.cid-tCsSQv1xnL .container {
  display: flex;
  margin: auto;
}
.cid-tCsSQv1xnL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCsSQv1xnL .dropdown-menu,
.cid-tCsSQv1xnL .navbar.opened {
  background: #161858 !important;
}
.cid-tCsSQv1xnL .nav-item:focus,
.cid-tCsSQv1xnL .nav-link:focus {
  outline: none;
}
.cid-tCsSQv1xnL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCsSQv1xnL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCsSQv1xnL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCsSQv1xnL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCsSQv1xnL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCsSQv1xnL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCsSQv1xnL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #161858;
}
.cid-tCsSQv1xnL .navbar.opened {
  transition: all 0.3s;
}
.cid-tCsSQv1xnL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCsSQv1xnL .navbar .navbar-logo img {
  width: auto;
}
.cid-tCsSQv1xnL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCsSQv1xnL .navbar.collapsed {
  justify-content: center;
}
.cid-tCsSQv1xnL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCsSQv1xnL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCsSQv1xnL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tCsSQv1xnL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCsSQv1xnL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCsSQv1xnL .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-tCsSQv1xnL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCsSQv1xnL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCsSQv1xnL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCsSQv1xnL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCsSQv1xnL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCsSQv1xnL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCsSQv1xnL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCsSQv1xnL .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-tCsSQv1xnL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCsSQv1xnL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCsSQv1xnL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCsSQv1xnL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCsSQv1xnL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCsSQv1xnL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCsSQv1xnL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCsSQv1xnL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCsSQv1xnL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCsSQv1xnL .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-tCsSQv1xnL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCsSQv1xnL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCsSQv1xnL .dropdown-item.active,
.cid-tCsSQv1xnL .dropdown-item:active {
  background-color: transparent;
}
.cid-tCsSQv1xnL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCsSQv1xnL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCsSQv1xnL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCsSQv1xnL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #161858;
}
.cid-tCsSQv1xnL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCsSQv1xnL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCsSQv1xnL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCsSQv1xnL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCsSQv1xnL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCsSQv1xnL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCsSQv1xnL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCsSQv1xnL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCsSQv1xnL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCsSQv1xnL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCsSQv1xnL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCsSQv1xnL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCsSQv1xnL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCsSQv1xnL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCsSQv1xnL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCsSQv1xnL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCsSQv1xnL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCsSQv1xnL .navbar {
    height: 70px;
  }
  .cid-tCsSQv1xnL .navbar.opened {
    height: auto;
  }
  .cid-tCsSQv1xnL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCsSQv1xnL .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tCsSQv1xnL .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tCsSQv1xnL a {
  display: inline;
  font-weight: bold;
}
.cid-tCsSQv1xnL img {
  display: inline;
  padding-right: 10px;
}
.cid-tCsSQv1xnL .dropdown-toggle:after {
  display: none;
}
.cid-tCsSQv1xnL .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tCsSQv1xnL .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-tCsSQv1xnL .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tCsSQv1xnL .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tCsSQv1xnL .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tCsSQv1xnL .btn {
  border-radius: 50px;
}
.cid-tCsSQv1xnL ul {
  counter-reset: counter;
  margin: auto;
}
.cid-tCsSQv1xnL .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-tCsSQv1xnL .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-tCsSQv1xnL .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-tCsSQv1xnL ul li {
  height: 100px;
  display: flex;
}
.cid-tCsSQv1xnL a.text-white:hover {
  color: #ffffff !important;
}
.cid-tCsSQv1xnL a.text-primary:hover {
  color: #ff4433 !important;
}
.cid-tCsSQv1xnL a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-tCsSQv1xnL a.text-success:hover {
  color: #49923a !important;
}
.cid-tCsSQv1xnL a.text-info:hover {
  color: #fab901 !important;
}
.cid-tCsSQv1xnL a.text-warning:hover {
  color: #0746c0 !important;
}
.cid-tCsSQv1xnL a.text-danger:hover {
  color: #5c130d !important;
}
.cid-tCsSQv1xnL a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-tCsSQv1xnL ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-tCsSQv1xnL .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tCsSQv1xnL .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-tCsSQv1xnL .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tCsSQv1xnL .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-tCsSQv1xnL .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tCsSQvENUN {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #b62519;
}
.cid-tCsSQvENUN .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tCsSQvENUN .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-tCsSQvENUN .row {
  align-items: center;
  height: 100%;
}
.cid-tCsSQvENUN .container {
  max-width: 1100px;
}
.cid-tCsSQvENUN .wrapper {
  margin: auto;
}
.cid-tCya0YmTOc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #161858;
}
.cid-tCya0YmTOc .mbr-section-title {
  color: #bbbce8;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tCya0YmTOc .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-tCya0YmTOc .row {
  align-items: center;
  height: 100%;
}
.cid-tCya0YmTOc .container {
  max-width: 1100px;
}
.cid-tCya0YmTOc .wrapper {
  margin: auto;
}
.cid-uwAc3mX1fP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uwAc3mX1fP img {
  border-radius: 0px;
}
.cid-uwAc3mX1fP .mbr-section-title {
  color: #2e3192;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-uwAc3mX1fP .mbr-text {
  padding-bottom: 30px;
  color: #4c4c4c;
  font-weight: 500;
  text-align: left;
}
.cid-uwAc3mX1fP p:last-child {
  margin-bottom: 0;
}
.cid-uwAc3mX1fP .row {
  justify-content: center;
}
.cid-uwAc1kTWbs {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uwAc1kTWbs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwAc1kTWbs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwAc1kTWbs .item {
  padding-bottom: 2rem;
}
.cid-uwAc1kTWbs .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-uwAc1kTWbs .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uwAc1kTWbs .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-uwAc1kTWbs .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uwAc1kTWbs .carousel-control,
.cid-uwAc1kTWbs .close {
  background: #1b1b1b;
}
.cid-uwAc1kTWbs .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uwAc1kTWbs .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uwAc1kTWbs .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uwAc1kTWbs .carousel-control-next span {
  margin-left: 5px;
}
.cid-uwAc1kTWbs .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-uwAc1kTWbs .close::before {
  content: '\e91a';
}
.cid-uwAc1kTWbs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uwAc1kTWbs .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-uwAc1kTWbs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uwAc1kTWbs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uwAc1kTWbs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uwAc1kTWbs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uwAc1kTWbs .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-uwAc1kTWbs .carousel-indicators li.active,
.cid-uwAc1kTWbs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uwAc1kTWbs .carousel-indicators li::after,
.cid-uwAc1kTWbs .carousel-indicators li::before {
  content: none;
}
.cid-uwAc1kTWbs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uwAc1kTWbs .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uwAc1kTWbs .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uwAc1kTWbs .carousel-indicators {
    display: none;
  }
}
.cid-uwAc1kTWbs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uwAc1kTWbs .carousel-inner > .active {
  display: block;
}
.cid-uwAc1kTWbs .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uwAc1kTWbs .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uwAc1kTWbs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uwAc1kTWbs .carousel-control,
  .cid-uwAc1kTWbs .carousel-indicators,
  .cid-uwAc1kTWbs .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uwAc1kTWbs .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uwAc1kTWbs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uwAc1kTWbs .carousel-indicators .active,
.cid-uwAc1kTWbs .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uwAc1kTWbs .carousel-indicators .active {
  background: #fff;
}
.cid-uwAc1kTWbs .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uwAc1kTWbs .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uwAc1kTWbs .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uwAc1kTWbs .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uwAc1kTWbs .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uwAc1kTWbs .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uwAc1kTWbs .carousel {
  width: 100%;
}
.cid-uwAc1kTWbs .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uwAc1kTWbs .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uwAc1kTWbs .modal.fade .modal-dialog,
.cid-uwAc1kTWbs .modal.in .modal-dialog {
  transform: none;
}
.cid-uwAc1kTWbs .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uwAc1kTWbs H6 {
  text-align: center;
  color: #4c4c4c;
}
.cid-u4KIeslTby {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #161858;
}
.cid-u4KIeslTby img {
  border-radius: 0px;
}
.cid-u4KIeslTby .mbr-section-title {
  color: #ffffff;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-u4KIeslTby .mbr-text {
  padding-bottom: 30px;
  color: #bbbce8;
  font-weight: 500;
  text-align: left;
}
.cid-u4KIeslTby p:last-child {
  margin-bottom: 0;
}
.cid-u4KIeslTby .row {
  justify-content: center;
}
.cid-u4KInqGqZ5 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #161858;
}
.cid-u4KInqGqZ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4KInqGqZ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4KInqGqZ5 .item {
  padding-bottom: 2rem;
}
.cid-u4KInqGqZ5 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-u4KInqGqZ5 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u4KInqGqZ5 .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-u4KInqGqZ5 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u4KInqGqZ5 .carousel-control,
.cid-u4KInqGqZ5 .close {
  background: #1b1b1b;
}
.cid-u4KInqGqZ5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u4KInqGqZ5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u4KInqGqZ5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u4KInqGqZ5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-u4KInqGqZ5 .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-u4KInqGqZ5 .close::before {
  content: '\e91a';
}
.cid-u4KInqGqZ5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u4KInqGqZ5 .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-u4KInqGqZ5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4KInqGqZ5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u4KInqGqZ5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u4KInqGqZ5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u4KInqGqZ5 .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-u4KInqGqZ5 .carousel-indicators li.active,
.cid-u4KInqGqZ5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u4KInqGqZ5 .carousel-indicators li::after,
.cid-u4KInqGqZ5 .carousel-indicators li::before {
  content: none;
}
.cid-u4KInqGqZ5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u4KInqGqZ5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u4KInqGqZ5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u4KInqGqZ5 .carousel-indicators {
    display: none;
  }
}
.cid-u4KInqGqZ5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u4KInqGqZ5 .carousel-inner > .active {
  display: block;
}
.cid-u4KInqGqZ5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4KInqGqZ5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u4KInqGqZ5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u4KInqGqZ5 .carousel-control,
  .cid-u4KInqGqZ5 .carousel-indicators,
  .cid-u4KInqGqZ5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u4KInqGqZ5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u4KInqGqZ5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u4KInqGqZ5 .carousel-indicators .active,
.cid-u4KInqGqZ5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u4KInqGqZ5 .carousel-indicators .active {
  background: #fff;
}
.cid-u4KInqGqZ5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u4KInqGqZ5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u4KInqGqZ5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u4KInqGqZ5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u4KInqGqZ5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u4KInqGqZ5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u4KInqGqZ5 .carousel {
  width: 100%;
}
.cid-u4KInqGqZ5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u4KInqGqZ5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u4KInqGqZ5 .modal.fade .modal-dialog,
.cid-u4KInqGqZ5 .modal.in .modal-dialog {
  transform: none;
}
.cid-u4KInqGqZ5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u4KInqGqZ5 H6 {
  text-align: center;
  color: #bbbce8;
}
.cid-u2ikTZYf2s {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u2ikTZYf2s .row {
  flex-direction: row-reverse;
}
.cid-u2ikTZYf2s .main_title {
  margin-bottom: 2.5rem;
}
.cid-u2ikTZYf2s .card_subtitle {
  margin-bottom: .75rem;
}
.cid-u2ikTZYf2s .mbr-text {
  line-height: 1.23;
  color: #1d1d1f;
}
.cid-u2ikTZYf2s .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u2ikTZYf2s .list_title {
  margin-bottom: 1.5rem;
  color: #2e3192;
}
.cid-u2ikTZYf2s .list_box {
  margin-top: 2rem;
}
.cid-u2ikTZYf2s ol {
  padding: 0;
  margin: 0;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.cid-u2ikTZYf2s ol li {
  display: block;
  line-height: 1.23;
  margin-bottom: .5rem;
  list-style: none;
}
.cid-u2ikTZYf2s ol li:before {
  content: "⚬ ";
  margin-right: 5px;
  display: inline-block;
  min-width: 28px;
}
@media (min-width: 992px) {
  .cid-u2ikTZYf2s .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-u2ikTZYf2s .row {
    flex-direction: column-reverse;
  }
  .cid-u2ikTZYf2s .card-wrapper {
    padding: 0;
  }
  .cid-u2ikTZYf2s .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-u2ikTZYf2s .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-u2ikTZYf2s .image-wrapper {
    margin-bottom: 3rem;
  }
  .cid-u2ikTZYf2s .list_title {
    margin-bottom: .75rem;
  }
  .cid-u2ikTZYf2s .list_box {
    margin-top: 1rem;
  }
  .cid-u2ikTZYf2s ol {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }
  .cid-u2ikTZYf2s ol li {
    margin-bottom: .25rem;
  }
}
.cid-u2ikTZYf2s .card-title {
  color: #2e3192;
}
.cid-u2ikTZYf2s .list {
  color: #000000;
}
.cid-tX1v7Nf1CI {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #161858;
}
.cid-tX1v7Nf1CI img {
  border-radius: 0px;
}
.cid-tX1v7Nf1CI .mbr-section-title {
  color: #ffffff;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-tX1v7Nf1CI .mbr-text {
  padding-bottom: 30px;
  color: #bbbce8;
  font-weight: 500;
  text-align: left;
}
.cid-tX1v7Nf1CI p:last-child {
  margin-bottom: 0;
}
.cid-tX1v7Nf1CI .row {
  justify-content: center;
}
.cid-tX1vIkwaAP {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #161858;
}
.cid-tX1vIkwaAP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX1vIkwaAP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX1vIkwaAP .item {
  padding-bottom: 2rem;
}
.cid-tX1vIkwaAP .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-tX1vIkwaAP .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tX1vIkwaAP .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-tX1vIkwaAP .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tX1vIkwaAP .carousel-control,
.cid-tX1vIkwaAP .close {
  background: #1b1b1b;
}
.cid-tX1vIkwaAP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tX1vIkwaAP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tX1vIkwaAP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tX1vIkwaAP .carousel-control-next span {
  margin-left: 5px;
}
.cid-tX1vIkwaAP .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-tX1vIkwaAP .close::before {
  content: '\e91a';
}
.cid-tX1vIkwaAP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tX1vIkwaAP .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-tX1vIkwaAP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tX1vIkwaAP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tX1vIkwaAP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tX1vIkwaAP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tX1vIkwaAP .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-tX1vIkwaAP .carousel-indicators li.active,
.cid-tX1vIkwaAP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tX1vIkwaAP .carousel-indicators li::after,
.cid-tX1vIkwaAP .carousel-indicators li::before {
  content: none;
}
.cid-tX1vIkwaAP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tX1vIkwaAP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tX1vIkwaAP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tX1vIkwaAP .carousel-indicators {
    display: none;
  }
}
.cid-tX1vIkwaAP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tX1vIkwaAP .carousel-inner > .active {
  display: block;
}
.cid-tX1vIkwaAP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tX1vIkwaAP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tX1vIkwaAP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tX1vIkwaAP .carousel-control,
  .cid-tX1vIkwaAP .carousel-indicators,
  .cid-tX1vIkwaAP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tX1vIkwaAP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tX1vIkwaAP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tX1vIkwaAP .carousel-indicators .active,
.cid-tX1vIkwaAP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tX1vIkwaAP .carousel-indicators .active {
  background: #fff;
}
.cid-tX1vIkwaAP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tX1vIkwaAP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tX1vIkwaAP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tX1vIkwaAP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tX1vIkwaAP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tX1vIkwaAP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tX1vIkwaAP .carousel {
  width: 100%;
}
.cid-tX1vIkwaAP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tX1vIkwaAP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tX1vIkwaAP .modal.fade .modal-dialog,
.cid-tX1vIkwaAP .modal.in .modal-dialog {
  transform: none;
}
.cid-tX1vIkwaAP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tX1vIkwaAP H6 {
  text-align: center;
  color: #bbbce8;
}
.cid-tNXQSkyNyd {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNXQSkyNyd img {
  border-radius: 0px;
}
.cid-tNXQSkyNyd .mbr-section-title {
  color: #2e3192;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-tNXQSkyNyd .mbr-text {
  padding-bottom: 30px;
  color: #1d1d1f;
  font-weight: 500;
  text-align: left;
}
.cid-tNXQSkyNyd p:last-child {
  margin-bottom: 0;
}
.cid-tNXQSkyNyd .row {
  justify-content: center;
}
.cid-tNXQV1z3bz {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tNXQV1z3bz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNXQV1z3bz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNXQV1z3bz .item {
  padding-bottom: 2rem;
}
.cid-tNXQV1z3bz .item-wrapper {
  position: relative;
}
.cid-tNXQV1z3bz .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-tNXQV1z3bz .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tNXQV1z3bz .carousel-control,
.cid-tNXQV1z3bz .close {
  background: #1b1b1b;
}
.cid-tNXQV1z3bz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tNXQV1z3bz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tNXQV1z3bz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tNXQV1z3bz .carousel-control-next span {
  margin-left: 5px;
}
.cid-tNXQV1z3bz .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-tNXQV1z3bz .close::before {
  content: '\e91a';
}
.cid-tNXQV1z3bz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tNXQV1z3bz .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-tNXQV1z3bz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tNXQV1z3bz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tNXQV1z3bz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tNXQV1z3bz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tNXQV1z3bz .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-tNXQV1z3bz .carousel-indicators li.active,
.cid-tNXQV1z3bz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tNXQV1z3bz .carousel-indicators li::after,
.cid-tNXQV1z3bz .carousel-indicators li::before {
  content: none;
}
.cid-tNXQV1z3bz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tNXQV1z3bz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tNXQV1z3bz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tNXQV1z3bz .carousel-indicators {
    display: none;
  }
}
.cid-tNXQV1z3bz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tNXQV1z3bz .carousel-inner > .active {
  display: block;
}
.cid-tNXQV1z3bz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tNXQV1z3bz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tNXQV1z3bz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tNXQV1z3bz .carousel-control,
  .cid-tNXQV1z3bz .carousel-indicators,
  .cid-tNXQV1z3bz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tNXQV1z3bz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tNXQV1z3bz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tNXQV1z3bz .carousel-indicators .active,
.cid-tNXQV1z3bz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tNXQV1z3bz .carousel-indicators .active {
  background: #fff;
}
.cid-tNXQV1z3bz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tNXQV1z3bz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tNXQV1z3bz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tNXQV1z3bz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tNXQV1z3bz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tNXQV1z3bz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tNXQV1z3bz .carousel {
  width: 100%;
}
.cid-tNXQV1z3bz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tNXQV1z3bz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tNXQV1z3bz .modal.fade .modal-dialog,
.cid-tNXQV1z3bz .modal.in .modal-dialog {
  transform: none;
}
.cid-tNXQV1z3bz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tNXQV1z3bz H6 {
  text-align: center;
  color: #000000;
}
.cid-tIvyWvCQEn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #161858;
}
.cid-tIvyWvCQEn img {
  border-radius: 0px;
}
.cid-tIvyWvCQEn .mbr-section-title {
  color: #ffffff;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-tIvyWvCQEn .mbr-text {
  padding-bottom: 30px;
  color: #bbbce8;
  font-weight: 500;
  text-align: left;
}
.cid-tIvyWvCQEn p:last-child {
  margin-bottom: 0;
}
.cid-tIvyWvCQEn .row {
  justify-content: center;
}
.cid-tIvyVRdn5B {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #161858;
}
.cid-tIvyVRdn5B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIvyVRdn5B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIvyVRdn5B .item {
  padding-bottom: 2rem;
}
.cid-tIvyVRdn5B .item-wrapper {
  position: relative;
}
.cid-tIvyVRdn5B .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-tIvyVRdn5B .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tIvyVRdn5B .carousel-control,
.cid-tIvyVRdn5B .close {
  background: #1b1b1b;
}
.cid-tIvyVRdn5B .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tIvyVRdn5B .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tIvyVRdn5B .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tIvyVRdn5B .carousel-control-next span {
  margin-left: 5px;
}
.cid-tIvyVRdn5B .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-tIvyVRdn5B .close::before {
  content: '\e91a';
}
.cid-tIvyVRdn5B .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tIvyVRdn5B .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-tIvyVRdn5B .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIvyVRdn5B .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tIvyVRdn5B .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tIvyVRdn5B .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tIvyVRdn5B .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-tIvyVRdn5B .carousel-indicators li.active,
.cid-tIvyVRdn5B .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tIvyVRdn5B .carousel-indicators li::after,
.cid-tIvyVRdn5B .carousel-indicators li::before {
  content: none;
}
.cid-tIvyVRdn5B .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tIvyVRdn5B .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tIvyVRdn5B .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tIvyVRdn5B .carousel-indicators {
    display: none;
  }
}
.cid-tIvyVRdn5B .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tIvyVRdn5B .carousel-inner > .active {
  display: block;
}
.cid-tIvyVRdn5B .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIvyVRdn5B .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tIvyVRdn5B .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tIvyVRdn5B .carousel-control,
  .cid-tIvyVRdn5B .carousel-indicators,
  .cid-tIvyVRdn5B .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tIvyVRdn5B .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tIvyVRdn5B .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tIvyVRdn5B .carousel-indicators .active,
.cid-tIvyVRdn5B .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tIvyVRdn5B .carousel-indicators .active {
  background: #fff;
}
.cid-tIvyVRdn5B .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tIvyVRdn5B .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tIvyVRdn5B .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tIvyVRdn5B .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tIvyVRdn5B .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tIvyVRdn5B .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tIvyVRdn5B .carousel {
  width: 100%;
}
.cid-tIvyVRdn5B .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tIvyVRdn5B .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tIvyVRdn5B .modal.fade .modal-dialog,
.cid-tIvyVRdn5B .modal.in .modal-dialog {
  transform: none;
}
.cid-tIvyVRdn5B .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tIvyVRdn5B H6 {
  text-align: center;
  color: #bbbce8;
}
.cid-tE42zwK9jg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tE42zwK9jg .item-wrapper {
  width: 100%;
}
.cid-tE42zwK9jg .left-side {
  text-align: left;
}
.cid-tE42zwK9jg .link {
  width: 100%;
  margin-top: 29px;
}
.cid-tE42zwK9jg .left {
  max-width: 490px;
  padding-right: 45px;
  margin: auto;
}
.cid-tE42zwK9jg .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-tE42zwK9jg .mbr-section-title {
  margin: 0 0 26px;
  color: #2e3192;
  font-weight: 700;
}
.cid-tE42zwK9jg .mbr-text {
  color: #b2b2b2;
  font-weight: 500;
}
.cid-tE42zwK9jg .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-tE42zwK9jg .link a {
  background-image: none !important;
}
.cid-tE42zwK9jg .col-auto {
  display: inline-block;
}
.cid-tE42zwK9jg .container-fluid {
  padding: 0;
}
.cid-tE42zwK9jg .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-tE42zwK9jg .right-side {
  padding: 0;
}
@media (max-width: 990px) {
  .cid-tE42zwK9jg .left-side {
    padding: 25px 15px;
  }
}
.cid-tE42zwK9jg a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tE42zwK9jg rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tE42zwK9jg .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tE42zwK9jg svg {
  margin-left: 15px;
}
.cid-tE42zwK9jg path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tE42zwK9jg .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tE42zwK9jg .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-tE42zwK9jg img {
  width: 80%;
  margin: auto;
}
.cid-tE42zwK9jg .mbr-text,
.cid-tE42zwK9jg .link {
  color: #000000;
}
.cid-tHbrECID4v {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #161858;
}
.cid-tHbrECID4v img {
  border-radius: 0px;
}
.cid-tHbrECID4v .mbr-section-title {
  color: #ffffff;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-tHbrECID4v .mbr-text {
  padding-bottom: 30px;
  color: #bbbce8;
  font-weight: 500;
  text-align: left;
}
.cid-tHbrECID4v p:last-child {
  margin-bottom: 0;
}
.cid-tHbrECID4v .row {
  justify-content: center;
}
.cid-tHbsAwxonM {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #161858;
}
.cid-tHbsAwxonM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHbsAwxonM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHbsAwxonM .item {
  padding-bottom: 2rem;
}
.cid-tHbsAwxonM .item-wrapper {
  position: relative;
}
.cid-tHbsAwxonM .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-tHbsAwxonM .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tHbsAwxonM .carousel-control,
.cid-tHbsAwxonM .close {
  background: #1b1b1b;
}
.cid-tHbsAwxonM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tHbsAwxonM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tHbsAwxonM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tHbsAwxonM .carousel-control-next span {
  margin-left: 5px;
}
.cid-tHbsAwxonM .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-tHbsAwxonM .close::before {
  content: '\e91a';
}
.cid-tHbsAwxonM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tHbsAwxonM .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-tHbsAwxonM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHbsAwxonM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tHbsAwxonM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tHbsAwxonM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tHbsAwxonM .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-tHbsAwxonM .carousel-indicators li.active,
.cid-tHbsAwxonM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tHbsAwxonM .carousel-indicators li::after,
.cid-tHbsAwxonM .carousel-indicators li::before {
  content: none;
}
.cid-tHbsAwxonM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tHbsAwxonM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tHbsAwxonM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tHbsAwxonM .carousel-indicators {
    display: none;
  }
}
.cid-tHbsAwxonM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tHbsAwxonM .carousel-inner > .active {
  display: block;
}
.cid-tHbsAwxonM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHbsAwxonM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tHbsAwxonM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tHbsAwxonM .carousel-control,
  .cid-tHbsAwxonM .carousel-indicators,
  .cid-tHbsAwxonM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tHbsAwxonM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tHbsAwxonM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tHbsAwxonM .carousel-indicators .active,
.cid-tHbsAwxonM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tHbsAwxonM .carousel-indicators .active {
  background: #fff;
}
.cid-tHbsAwxonM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tHbsAwxonM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tHbsAwxonM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tHbsAwxonM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tHbsAwxonM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tHbsAwxonM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tHbsAwxonM .carousel {
  width: 100%;
}
.cid-tHbsAwxonM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tHbsAwxonM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tHbsAwxonM .modal.fade .modal-dialog,
.cid-tHbsAwxonM .modal.in .modal-dialog {
  transform: none;
}
.cid-tHbsAwxonM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tHbsAwxonM H6 {
  text-align: center;
  color: #bbbce8;
}
.cid-tD215LTqcD {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tD215LTqcD img {
  border-radius: 0px;
}
.cid-tD215LTqcD .mbr-section-title {
  color: #2e3192;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-tD215LTqcD .mbr-text {
  padding-bottom: 30px;
  color: #000000;
  font-weight: 500;
  text-align: left;
}
.cid-tD215LTqcD p:last-child {
  margin-bottom: 0;
}
.cid-tD215LTqcD .row {
  justify-content: center;
}
.cid-tD21bBiVka {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tD21bBiVka .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD21bBiVka .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD21bBiVka .item {
  padding-bottom: 2rem;
}
.cid-tD21bBiVka .item-wrapper {
  position: relative;
}
.cid-tD21bBiVka .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-tD21bBiVka .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tD21bBiVka .carousel-control,
.cid-tD21bBiVka .close {
  background: #1b1b1b;
}
.cid-tD21bBiVka .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tD21bBiVka .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tD21bBiVka .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tD21bBiVka .carousel-control-next span {
  margin-left: 5px;
}
.cid-tD21bBiVka .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-tD21bBiVka .close::before {
  content: '\e91a';
}
.cid-tD21bBiVka .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tD21bBiVka .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-tD21bBiVka .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tD21bBiVka .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tD21bBiVka .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tD21bBiVka .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tD21bBiVka .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-tD21bBiVka .carousel-indicators li.active,
.cid-tD21bBiVka .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tD21bBiVka .carousel-indicators li::after,
.cid-tD21bBiVka .carousel-indicators li::before {
  content: none;
}
.cid-tD21bBiVka .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tD21bBiVka .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tD21bBiVka .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tD21bBiVka .carousel-indicators {
    display: none;
  }
}
.cid-tD21bBiVka .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tD21bBiVka .carousel-inner > .active {
  display: block;
}
.cid-tD21bBiVka .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tD21bBiVka .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tD21bBiVka .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tD21bBiVka .carousel-control,
  .cid-tD21bBiVka .carousel-indicators,
  .cid-tD21bBiVka .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tD21bBiVka .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tD21bBiVka .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tD21bBiVka .carousel-indicators .active,
.cid-tD21bBiVka .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tD21bBiVka .carousel-indicators .active {
  background: #fff;
}
.cid-tD21bBiVka .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tD21bBiVka .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tD21bBiVka .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tD21bBiVka .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tD21bBiVka .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tD21bBiVka .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tD21bBiVka .carousel {
  width: 100%;
}
.cid-tD21bBiVka .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tD21bBiVka .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tD21bBiVka .modal.fade .modal-dialog,
.cid-tD21bBiVka .modal.in .modal-dialog {
  transform: none;
}
.cid-tD21bBiVka .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tD21bBiVka H6 {
  text-align: center;
  color: #000000;
}
.cid-tCsSQvVLYI {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #161858;
}
.cid-tCsSQvVLYI img {
  border-radius: 0px;
}
.cid-tCsSQvVLYI .mbr-section-title {
  color: #ffffff;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-tCsSQvVLYI .mbr-text {
  padding-bottom: 30px;
  color: #bbbce8;
  font-weight: 500;
  text-align: left;
}
.cid-tCsSQvVLYI p:last-child {
  margin-bottom: 0;
}
.cid-tCsSQvVLYI .row {
  justify-content: center;
}
.cid-tCy8FV0JIM {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #161858;
}
.cid-tCy8FV0JIM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCy8FV0JIM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCy8FV0JIM .item {
  padding-bottom: 2rem;
}
.cid-tCy8FV0JIM .item-wrapper {
  position: relative;
}
.cid-tCy8FV0JIM .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-tCy8FV0JIM .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tCy8FV0JIM .carousel-control,
.cid-tCy8FV0JIM .close {
  background: #1b1b1b;
}
.cid-tCy8FV0JIM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tCy8FV0JIM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tCy8FV0JIM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tCy8FV0JIM .carousel-control-next span {
  margin-left: 5px;
}
.cid-tCy8FV0JIM .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-tCy8FV0JIM .close::before {
  content: '\e91a';
}
.cid-tCy8FV0JIM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCy8FV0JIM .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-tCy8FV0JIM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCy8FV0JIM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCy8FV0JIM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCy8FV0JIM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tCy8FV0JIM .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-tCy8FV0JIM .carousel-indicators li.active,
.cid-tCy8FV0JIM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCy8FV0JIM .carousel-indicators li::after,
.cid-tCy8FV0JIM .carousel-indicators li::before {
  content: none;
}
.cid-tCy8FV0JIM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCy8FV0JIM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tCy8FV0JIM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tCy8FV0JIM .carousel-indicators {
    display: none;
  }
}
.cid-tCy8FV0JIM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCy8FV0JIM .carousel-inner > .active {
  display: block;
}
.cid-tCy8FV0JIM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCy8FV0JIM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCy8FV0JIM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tCy8FV0JIM .carousel-control,
  .cid-tCy8FV0JIM .carousel-indicators,
  .cid-tCy8FV0JIM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tCy8FV0JIM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tCy8FV0JIM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tCy8FV0JIM .carousel-indicators .active,
.cid-tCy8FV0JIM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tCy8FV0JIM .carousel-indicators .active {
  background: #fff;
}
.cid-tCy8FV0JIM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tCy8FV0JIM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tCy8FV0JIM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tCy8FV0JIM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tCy8FV0JIM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tCy8FV0JIM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tCy8FV0JIM .carousel {
  width: 100%;
}
.cid-tCy8FV0JIM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tCy8FV0JIM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tCy8FV0JIM .modal.fade .modal-dialog,
.cid-tCy8FV0JIM .modal.in .modal-dialog {
  transform: none;
}
.cid-tCy8FV0JIM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tCy8FV0JIM H6 {
  text-align: center;
  color: #ffffff;
}
.cid-tCy7mdxTPq {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCy7mdxTPq img {
  border-radius: 0px;
}
.cid-tCy7mdxTPq .mbr-section-title {
  color: #2e3192;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-tCy7mdxTPq .mbr-text {
  padding-bottom: 30px;
  color: #000000;
  font-weight: 500;
  text-align: left;
}
.cid-tCy7mdxTPq p:last-child {
  margin-bottom: 0;
}
.cid-tCy7mdxTPq .row {
  justify-content: center;
}
.cid-tCy99PP51q {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tCy99PP51q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCy99PP51q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCy99PP51q .item {
  padding-bottom: 2rem;
}
.cid-tCy99PP51q .item-wrapper {
  position: relative;
}
.cid-tCy99PP51q .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-tCy99PP51q .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tCy99PP51q .carousel-control,
.cid-tCy99PP51q .close {
  background: #1b1b1b;
}
.cid-tCy99PP51q .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tCy99PP51q .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tCy99PP51q .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tCy99PP51q .carousel-control-next span {
  margin-left: 5px;
}
.cid-tCy99PP51q .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-tCy99PP51q .close::before {
  content: '\e91a';
}
.cid-tCy99PP51q .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCy99PP51q .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-tCy99PP51q .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCy99PP51q .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCy99PP51q .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCy99PP51q .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tCy99PP51q .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-tCy99PP51q .carousel-indicators li.active,
.cid-tCy99PP51q .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCy99PP51q .carousel-indicators li::after,
.cid-tCy99PP51q .carousel-indicators li::before {
  content: none;
}
.cid-tCy99PP51q .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCy99PP51q .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tCy99PP51q .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tCy99PP51q .carousel-indicators {
    display: none;
  }
}
.cid-tCy99PP51q .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCy99PP51q .carousel-inner > .active {
  display: block;
}
.cid-tCy99PP51q .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCy99PP51q .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCy99PP51q .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tCy99PP51q .carousel-control,
  .cid-tCy99PP51q .carousel-indicators,
  .cid-tCy99PP51q .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tCy99PP51q .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tCy99PP51q .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tCy99PP51q .carousel-indicators .active,
.cid-tCy99PP51q .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tCy99PP51q .carousel-indicators .active {
  background: #fff;
}
.cid-tCy99PP51q .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tCy99PP51q .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tCy99PP51q .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tCy99PP51q .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tCy99PP51q .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tCy99PP51q .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tCy99PP51q .carousel {
  width: 100%;
}
.cid-tCy99PP51q .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tCy99PP51q .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tCy99PP51q .modal.fade .modal-dialog,
.cid-tCy99PP51q .modal.in .modal-dialog {
  transform: none;
}
.cid-tCy99PP51q .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tCy99PP51q H6 {
  text-align: center;
  color: #000000;
}
.cid-tCsSQw5PKn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #161858;
}
.cid-tCsSQw5PKn .mbr-text {
  color: #bbbce8;
  font-weight: 500;
}
.cid-tCsSQw5PKn .container {
  max-width: 1300px;
}
.cid-ujEf7xFCxD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ujEf7xFCxD nav.navbar {
  position: fixed;
}
.cid-ujEf7xFCxD .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-ujEf7xFCxD .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-ujEf7xFCxD .dropdown-item:hover,
.cid-ujEf7xFCxD .dropdown-item:focus {
  color: #ff4433 !important;
}
.cid-ujEf7xFCxD .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-ujEf7xFCxD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujEf7xFCxD .nav-link {
  position: relative;
  padding: 0;
}
.cid-ujEf7xFCxD .container {
  display: flex;
  margin: auto;
}
.cid-ujEf7xFCxD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujEf7xFCxD .dropdown-menu,
.cid-ujEf7xFCxD .navbar.opened {
  background: #161858 !important;
}
.cid-ujEf7xFCxD .nav-item:focus,
.cid-ujEf7xFCxD .nav-link:focus {
  outline: none;
}
.cid-ujEf7xFCxD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujEf7xFCxD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujEf7xFCxD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujEf7xFCxD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujEf7xFCxD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujEf7xFCxD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujEf7xFCxD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #161858;
}
.cid-ujEf7xFCxD .navbar.opened {
  transition: all 0.3s;
}
.cid-ujEf7xFCxD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujEf7xFCxD .navbar .navbar-logo img {
  width: auto;
}
.cid-ujEf7xFCxD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujEf7xFCxD .navbar.collapsed {
  justify-content: center;
}
.cid-ujEf7xFCxD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujEf7xFCxD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujEf7xFCxD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-ujEf7xFCxD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujEf7xFCxD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujEf7xFCxD .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-ujEf7xFCxD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujEf7xFCxD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujEf7xFCxD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujEf7xFCxD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujEf7xFCxD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujEf7xFCxD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujEf7xFCxD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujEf7xFCxD .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-ujEf7xFCxD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujEf7xFCxD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujEf7xFCxD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujEf7xFCxD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujEf7xFCxD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujEf7xFCxD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujEf7xFCxD .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujEf7xFCxD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujEf7xFCxD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujEf7xFCxD .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-ujEf7xFCxD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujEf7xFCxD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujEf7xFCxD .dropdown-item.active,
.cid-ujEf7xFCxD .dropdown-item:active {
  background-color: transparent;
}
.cid-ujEf7xFCxD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujEf7xFCxD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujEf7xFCxD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujEf7xFCxD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #161858;
}
.cid-ujEf7xFCxD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujEf7xFCxD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujEf7xFCxD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujEf7xFCxD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujEf7xFCxD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujEf7xFCxD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ujEf7xFCxD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujEf7xFCxD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujEf7xFCxD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujEf7xFCxD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujEf7xFCxD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujEf7xFCxD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujEf7xFCxD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujEf7xFCxD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujEf7xFCxD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ujEf7xFCxD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujEf7xFCxD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujEf7xFCxD .navbar {
    height: 70px;
  }
  .cid-ujEf7xFCxD .navbar.opened {
    height: auto;
  }
  .cid-ujEf7xFCxD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujEf7xFCxD .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-ujEf7xFCxD .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-ujEf7xFCxD a {
  display: inline;
  font-weight: bold;
}
.cid-ujEf7xFCxD img {
  display: inline;
  padding-right: 10px;
}
.cid-ujEf7xFCxD .dropdown-toggle:after {
  display: none;
}
.cid-ujEf7xFCxD .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-ujEf7xFCxD .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-ujEf7xFCxD .dropdown-menu {
    margin-top: 0px;
  }
  .cid-ujEf7xFCxD .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-ujEf7xFCxD .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-ujEf7xFCxD .btn {
  border-radius: 50px;
}
.cid-ujEf7xFCxD ul {
  counter-reset: counter;
  margin: auto;
}
.cid-ujEf7xFCxD .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-ujEf7xFCxD .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-ujEf7xFCxD .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-ujEf7xFCxD ul li {
  height: 100px;
  display: flex;
}
.cid-ujEf7xFCxD a.text-white:hover {
  color: #ffffff !important;
}
.cid-ujEf7xFCxD a.text-primary:hover {
  color: #ff4433 !important;
}
.cid-ujEf7xFCxD a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-ujEf7xFCxD a.text-success:hover {
  color: #49923a !important;
}
.cid-ujEf7xFCxD a.text-info:hover {
  color: #fab901 !important;
}
.cid-ujEf7xFCxD a.text-warning:hover {
  color: #0746c0 !important;
}
.cid-ujEf7xFCxD a.text-danger:hover {
  color: #5c130d !important;
}
.cid-ujEf7xFCxD a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-ujEf7xFCxD ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-ujEf7xFCxD .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-ujEf7xFCxD .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-ujEf7xFCxD .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-ujEf7xFCxD .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-ujEf7xFCxD .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-ujEf7yvbhH {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #b62519;
}
.cid-ujEf7yvbhH .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-ujEf7yvbhH .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-ujEf7yvbhH .row {
  align-items: center;
  height: 100%;
}
.cid-ujEf7yvbhH .container {
  max-width: 1100px;
}
.cid-ujEf7yvbhH .wrapper {
  margin: auto;
}
.cid-ujEf7z3Lqz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #b62519;
}
.cid-ujEf7z3Lqz .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-ujEf7z3Lqz .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-ujEf7z3Lqz .row {
  align-items: center;
  height: 100%;
}
.cid-ujEf7z3Lqz .container {
  max-width: 1100px;
}
.cid-ujEf7z3Lqz .wrapper {
  margin: auto;
}
.cid-ujEf7zeBsS {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #161858;
}
.cid-ujEf7zeBsS .mbr-section-title {
  color: #ff4433;
  margin-bottom: 60px;
  font-weight: 700;
  width: 100%;
}
.cid-ujEf7zeBsS .card-heading {
  line-height: 1.2;
  margin: 0px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-ujEf7zeBsS .item-wrapper:hover {
  cursor: pointer;
}
.cid-ujEf7zeBsS .item-wrapper:hover .link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-ujEf7zeBsS .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
  width: 100%;
}
.cid-ujEf7zeBsS .side-subtitle {
  transform: rotate(90deg) translate(100%, 0);
  position: absolute;
  top: -100px;
  right: -40px;
}
.cid-ujEf7zeBsS a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-ujEf7zeBsS rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-ujEf7zeBsS .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-ujEf7zeBsS svg {
  margin-left: 15px;
}
.cid-ujEf7zeBsS path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-ujEf7zeBsS .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-ujEf7zeBsS .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-ujEf7zeBsS .link {
  margin-top: 26px;
}
.cid-ujEf7zeBsS img {
  margin-bottom: 29px;
}
.cid-ujEf7zeBsS .date {
  font-weight: 700;
  margin-bottom: 13px;
  color: #ff4433;
}
@media (max-width: 770px) {
  .cid-ujEf7zeBsS .top {
    margin-top: 60px;
  }
}
.cid-ujEf7zeBsS .link a {
  background-image: none !important;
}
.cid-ujEf7zeBsS .card-heading,
.cid-ujEf7zeBsS .link {
  color: #bbbce8;
}
.cid-ujEf7zuMLE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #161858;
}
.cid-ujEf7zuMLE .mbr-text {
  color: #bbbce8;
  font-weight: 500;
}
.cid-ujEf7zuMLE .container {
  max-width: 1300px;
}
.cid-ukNzrcSVR6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ukNzrcSVR6 nav.navbar {
  position: fixed;
}
.cid-ukNzrcSVR6 .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-ukNzrcSVR6 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-ukNzrcSVR6 .dropdown-item:hover,
.cid-ukNzrcSVR6 .dropdown-item:focus {
  color: #ff4433 !important;
}
.cid-ukNzrcSVR6 .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-ukNzrcSVR6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukNzrcSVR6 .nav-link {
  position: relative;
  padding: 0;
}
.cid-ukNzrcSVR6 .container {
  display: flex;
  margin: auto;
}
.cid-ukNzrcSVR6 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukNzrcSVR6 .dropdown-menu,
.cid-ukNzrcSVR6 .navbar.opened {
  background: #161858 !important;
}
.cid-ukNzrcSVR6 .nav-item:focus,
.cid-ukNzrcSVR6 .nav-link:focus {
  outline: none;
}
.cid-ukNzrcSVR6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukNzrcSVR6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukNzrcSVR6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukNzrcSVR6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukNzrcSVR6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukNzrcSVR6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukNzrcSVR6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #161858;
}
.cid-ukNzrcSVR6 .navbar.opened {
  transition: all 0.3s;
}
.cid-ukNzrcSVR6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukNzrcSVR6 .navbar .navbar-logo img {
  width: auto;
}
.cid-ukNzrcSVR6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukNzrcSVR6 .navbar.collapsed {
  justify-content: center;
}
.cid-ukNzrcSVR6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukNzrcSVR6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukNzrcSVR6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-ukNzrcSVR6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukNzrcSVR6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukNzrcSVR6 .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-ukNzrcSVR6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukNzrcSVR6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukNzrcSVR6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukNzrcSVR6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukNzrcSVR6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukNzrcSVR6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukNzrcSVR6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukNzrcSVR6 .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-ukNzrcSVR6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukNzrcSVR6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukNzrcSVR6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukNzrcSVR6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukNzrcSVR6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukNzrcSVR6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukNzrcSVR6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ukNzrcSVR6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ukNzrcSVR6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukNzrcSVR6 .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-ukNzrcSVR6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukNzrcSVR6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukNzrcSVR6 .dropdown-item.active,
.cid-ukNzrcSVR6 .dropdown-item:active {
  background-color: transparent;
}
.cid-ukNzrcSVR6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukNzrcSVR6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukNzrcSVR6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukNzrcSVR6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #161858;
}
.cid-ukNzrcSVR6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukNzrcSVR6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukNzrcSVR6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukNzrcSVR6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukNzrcSVR6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukNzrcSVR6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukNzrcSVR6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukNzrcSVR6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukNzrcSVR6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukNzrcSVR6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukNzrcSVR6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukNzrcSVR6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukNzrcSVR6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukNzrcSVR6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukNzrcSVR6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ukNzrcSVR6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukNzrcSVR6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukNzrcSVR6 .navbar {
    height: 70px;
  }
  .cid-ukNzrcSVR6 .navbar.opened {
    height: auto;
  }
  .cid-ukNzrcSVR6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukNzrcSVR6 .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-ukNzrcSVR6 .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-ukNzrcSVR6 a {
  display: inline;
  font-weight: bold;
}
.cid-ukNzrcSVR6 img {
  display: inline;
  padding-right: 10px;
}
.cid-ukNzrcSVR6 .dropdown-toggle:after {
  display: none;
}
.cid-ukNzrcSVR6 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-ukNzrcSVR6 .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-ukNzrcSVR6 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-ukNzrcSVR6 .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-ukNzrcSVR6 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-ukNzrcSVR6 .btn {
  border-radius: 50px;
}
.cid-ukNzrcSVR6 ul {
  counter-reset: counter;
  margin: auto;
}
.cid-ukNzrcSVR6 .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-ukNzrcSVR6 .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-ukNzrcSVR6 .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-ukNzrcSVR6 ul li {
  height: 100px;
  display: flex;
}
.cid-ukNzrcSVR6 a.text-white:hover {
  color: #ffffff !important;
}
.cid-ukNzrcSVR6 a.text-primary:hover {
  color: #ff4433 !important;
}
.cid-ukNzrcSVR6 a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-ukNzrcSVR6 a.text-success:hover {
  color: #49923a !important;
}
.cid-ukNzrcSVR6 a.text-info:hover {
  color: #fab901 !important;
}
.cid-ukNzrcSVR6 a.text-warning:hover {
  color: #0746c0 !important;
}
.cid-ukNzrcSVR6 a.text-danger:hover {
  color: #5c130d !important;
}
.cid-ukNzrcSVR6 a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-ukNzrcSVR6 ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-ukNzrcSVR6 .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-ukNzrcSVR6 .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-ukNzrcSVR6 .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-ukNzrcSVR6 .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-ukNzrcSVR6 .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-ukTaFAQvGW {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #b62519;
}
.cid-ukTaFAQvGW .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-ukTaFAQvGW .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #ffffff;
}
.cid-ukTaFAQvGW .row {
  align-items: center;
  height: 100%;
}
.cid-ukTaFAQvGW .container {
  max-width: 1100px;
}
.cid-ukTaFAQvGW .wrapper {
  margin: auto;
}
.cid-ukNAWTqO8X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #161858;
}
.cid-ukNAWTqO8X .item-wrapper {
  width: 100%;
}
.cid-ukNAWTqO8X .left-side {
  text-align: left;
}
.cid-ukNAWTqO8X .link {
  width: 100%;
  margin-top: 29px;
}
.cid-ukNAWTqO8X .left {
  max-width: 490px;
  padding-right: 45px;
  margin: auto;
}
.cid-ukNAWTqO8X .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-ukNAWTqO8X .mbr-section-title {
  margin: 0 0 26px;
  color: #ff4433;
  font-weight: 700;
}
.cid-ukNAWTqO8X .mbr-text {
  color: #b2b2b2;
  font-weight: 500;
}
.cid-ukNAWTqO8X .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-ukNAWTqO8X .link a {
  background-image: none !important;
}
.cid-ukNAWTqO8X .col-auto {
  display: inline-block;
}
.cid-ukNAWTqO8X .container-fluid {
  padding: 0;
}
.cid-ukNAWTqO8X .mbr-section-subtitle {
  color: #b2b2b2;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-ukNAWTqO8X .right-side {
  padding: 0;
}
.cid-ukNAWTqO8X .row.justify-content-center {
  flex-direction: row-reverse;
}
.cid-ukNAWTqO8X .right-side {
  padding-right: 0px;
}
.cid-ukNAWTqO8X .left-side {
  padding-left: 50px;
}
@media (max-width: 990px) {
  .cid-ukNAWTqO8X .left-side {
    padding: 25px 15px;
  }
}
.cid-ukNAWTqO8X a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-ukNAWTqO8X rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-ukNAWTqO8X .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-ukNAWTqO8X svg {
  margin-left: 15px;
}
.cid-ukNAWTqO8X path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-ukNAWTqO8X .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-ukNAWTqO8X .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-ukNAWTqO8X img {
  width: 80%;
  margin: auto;
}
.cid-ukNAWTqO8X .mbr-text,
.cid-ukNAWTqO8X .link {
  color: #bbbce8;
}
.cid-ukNBqDpPuM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #b62519;
}
@media (min-width: 991px) {
  .cid-ukNBqDpPuM .container-fluid {
    padding-left: 0;
  }
}
.cid-ukNBqDpPuM .mbr-text,
.cid-ukNBqDpPuM .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-ukNBqDpPuM .mbr-text,
  .cid-ukNBqDpPuM .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ukNBqDpPuM .mbr-text,
  .cid-ukNBqDpPuM .mbr-section-title {
    text-align: center;
  }
}
.cid-ukNBqDpPuM a.btn {
  height: 100%;
  margin: 0;
}
.cid-ukNBqDpPuM .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-ukNBqDpPuM .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ukNBqDpPuM .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ukNBqDpPuM .justify-content-center {
  align-items: center;
}
.cid-ukNBqDpPuM .mbr-section-title {
  color: #ffffff;
}
.cid-ukNBqDpPuM .mbr-text {
  color: #bbbce8;
}
.cid-ukNBqDpPuM P {
  color: #ffffff;
}
.cid-ukNBqDpPuM LABEL {
  color: #ffffff;
}
.cid-ukNzri4384 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #161858;
}
.cid-ukNzri4384 .mbr-text {
  color: #bbbce8;
  font-weight: 500;
}
.cid-ukNzri4384 .container {
  max-width: 1300px;
}
.cid-ukZhhRMyDP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ukZhhRMyDP nav.navbar {
  position: fixed;
}
.cid-ukZhhRMyDP .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-ukZhhRMyDP .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-ukZhhRMyDP .dropdown-item:hover,
.cid-ukZhhRMyDP .dropdown-item:focus {
  color: #ff4433 !important;
}
.cid-ukZhhRMyDP .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-ukZhhRMyDP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukZhhRMyDP .nav-link {
  position: relative;
  padding: 0;
}
.cid-ukZhhRMyDP .container {
  display: flex;
  margin: auto;
}
.cid-ukZhhRMyDP .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukZhhRMyDP .dropdown-menu,
.cid-ukZhhRMyDP .navbar.opened {
  background: #161858 !important;
}
.cid-ukZhhRMyDP .nav-item:focus,
.cid-ukZhhRMyDP .nav-link:focus {
  outline: none;
}
.cid-ukZhhRMyDP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukZhhRMyDP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukZhhRMyDP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukZhhRMyDP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukZhhRMyDP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukZhhRMyDP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukZhhRMyDP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #161858;
}
.cid-ukZhhRMyDP .navbar.opened {
  transition: all 0.3s;
}
.cid-ukZhhRMyDP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukZhhRMyDP .navbar .navbar-logo img {
  width: auto;
}
.cid-ukZhhRMyDP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukZhhRMyDP .navbar.collapsed {
  justify-content: center;
}
.cid-ukZhhRMyDP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukZhhRMyDP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukZhhRMyDP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-ukZhhRMyDP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukZhhRMyDP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukZhhRMyDP .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-ukZhhRMyDP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukZhhRMyDP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukZhhRMyDP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukZhhRMyDP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukZhhRMyDP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukZhhRMyDP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukZhhRMyDP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukZhhRMyDP .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-ukZhhRMyDP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukZhhRMyDP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukZhhRMyDP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukZhhRMyDP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukZhhRMyDP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukZhhRMyDP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukZhhRMyDP .navbar.navbar-short {
  min-height: 60px;
}
.cid-ukZhhRMyDP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ukZhhRMyDP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukZhhRMyDP .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-ukZhhRMyDP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukZhhRMyDP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukZhhRMyDP .dropdown-item.active,
.cid-ukZhhRMyDP .dropdown-item:active {
  background-color: transparent;
}
.cid-ukZhhRMyDP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukZhhRMyDP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukZhhRMyDP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukZhhRMyDP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #161858;
}
.cid-ukZhhRMyDP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukZhhRMyDP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukZhhRMyDP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukZhhRMyDP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukZhhRMyDP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukZhhRMyDP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukZhhRMyDP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukZhhRMyDP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukZhhRMyDP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukZhhRMyDP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukZhhRMyDP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukZhhRMyDP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukZhhRMyDP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukZhhRMyDP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukZhhRMyDP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ukZhhRMyDP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukZhhRMyDP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukZhhRMyDP .navbar {
    height: 70px;
  }
  .cid-ukZhhRMyDP .navbar.opened {
    height: auto;
  }
  .cid-ukZhhRMyDP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukZhhRMyDP .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-ukZhhRMyDP .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-ukZhhRMyDP a {
  display: inline;
  font-weight: bold;
}
.cid-ukZhhRMyDP img {
  display: inline;
  padding-right: 10px;
}
.cid-ukZhhRMyDP .dropdown-toggle:after {
  display: none;
}
.cid-ukZhhRMyDP .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-ukZhhRMyDP .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-ukZhhRMyDP .dropdown-menu {
    margin-top: 0px;
  }
  .cid-ukZhhRMyDP .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-ukZhhRMyDP .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-ukZhhRMyDP .btn {
  border-radius: 50px;
}
.cid-ukZhhRMyDP ul {
  counter-reset: counter;
  margin: auto;
}
.cid-ukZhhRMyDP .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-ukZhhRMyDP .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-ukZhhRMyDP .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-ukZhhRMyDP ul li {
  height: 100px;
  display: flex;
}
.cid-ukZhhRMyDP a.text-white:hover {
  color: #ffffff !important;
}
.cid-ukZhhRMyDP a.text-primary:hover {
  color: #ff4433 !important;
}
.cid-ukZhhRMyDP a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-ukZhhRMyDP a.text-success:hover {
  color: #49923a !important;
}
.cid-ukZhhRMyDP a.text-info:hover {
  color: #fab901 !important;
}
.cid-ukZhhRMyDP a.text-warning:hover {
  color: #0746c0 !important;
}
.cid-ukZhhRMyDP a.text-danger:hover {
  color: #5c130d !important;
}
.cid-ukZhhRMyDP a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-ukZhhRMyDP ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-ukZhhRMyDP .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-ukZhhRMyDP .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-ukZhhRMyDP .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-ukZhhRMyDP .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-ukZhhRMyDP .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-ukZhhSCtnq {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #b62519;
}
.cid-ukZhhSCtnq .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-ukZhhSCtnq .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-ukZhhSCtnq .row {
  align-items: center;
  height: 100%;
}
.cid-ukZhhSCtnq .container {
  max-width: 1100px;
}
.cid-ukZhhSCtnq .wrapper {
  margin: auto;
}
.cid-ukZhhSVmVc {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #161858;
}
.cid-ukZhhSVmVc .mbr-section-title {
  color: #bbbce8;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-ukZhhSVmVc .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-ukZhhSVmVc .row {
  align-items: center;
  height: 100%;
}
.cid-ukZhhSVmVc .container {
  max-width: 1100px;
}
.cid-ukZhhSVmVc .wrapper {
  margin: auto;
}
.cid-umX6qRTzxF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #161858;
}
.cid-umX6qRTzxF .video-wrapper iframe {
  width: 100%;
}
.cid-umX6qRTzxF .mbr-section-title {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 80px;
}
.cid-uvP2qpgP4J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #161858;
}
.cid-uvP2qpgP4J .mbr-section-title {
  color: #bbbce8;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-uvP2qpgP4J .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #ffffff;
}
.cid-uvP2qpgP4J .row {
  align-items: center;
  height: 100%;
}
.cid-uvP2qpgP4J .container {
  max-width: 1100px;
}
.cid-uvP2qpgP4J .wrapper {
  margin: auto;
}
.cid-uvP26LnUfZ {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #161858;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uvP26LnUfZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uvP26LnUfZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvP26LnUfZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uvP26LnUfZ .mbr-gallery-item {
  width: 33.3%;
}
.cid-uvP26LnUfZ .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-uvP26LnUfZ .mbr-gallery-item {
    width: 100%;
  }
}
.cid-uvP26LnUfZ .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-uvP26LnUfZ .mbr-gallery-row {
  justify-content: center;
}
.cid-uvP26LnUfZ .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-uvP26LnUfZ .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-uvP26LnUfZ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uvP26LnUfZ .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uvP26LnUfZ .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-uvP26LnUfZ .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-uvP26LnUfZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uvP26LnUfZ .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-uvP26LnUfZ img {
  transition: all 2s !important;
}
.cid-uvP26LnUfZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ff4433;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uvP26LnUfZ .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-uvP26LnUfZ .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ff4433 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-ukZhi2SFGD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #161858;
}
.cid-ukZhi2SFGD .mbr-text {
  color: #bbbce8;
  font-weight: 500;
}
.cid-ukZhi2SFGD .container {
  max-width: 1300px;
}
