body {
  font-family: 'Epilogue', sans-serif;
}
.display-1 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-2 {
  font-family: 'Epilogue', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Epilogue', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Epilogue', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.05rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6b6b6b !important;
}
.bg-success {
  background-color: #314825 !important;
}
.bg-info {
  background-color: #6ec1e4 !important;
}
.bg-warning {
  background-color: #ee3102 !important;
}
.bg-danger {
  background-color: #0d0097 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6b6b6b !important;
  border-color: #6b6b6b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #404040 !important;
  border-color: #404040 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #404040 !important;
  border-color: #404040 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #54595f !important;
  border-color: #54595f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2b2e31 !important;
  border-color: #2b2e31 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2b2e31 !important;
  border-color: #2b2e31 !important;
}
.btn-info,
.btn-info:active {
  background-color: #6ec1e4 !important;
  border-color: #6ec1e4 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #27a1d4 !important;
  border-color: #27a1d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #27a1d4 !important;
  border-color: #27a1d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #314825 !important;
  border-color: #314825 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0a0f08 !important;
  border-color: #0a0f08 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0a0f08 !important;
  border-color: #0a0f08 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ee3102 !important;
  border-color: #ee3102 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #981f01 !important;
  border-color: #981f01 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #981f01 !important;
  border-color: #981f01 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0d0097 !important;
  border-color: #0d0097 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #060040 !important;
  border-color: #060040 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #060040 !important;
  border-color: #060040 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6b6b6b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #404040 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6b6b6b !important;
  border-color: #6b6b6b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #54595f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2b2e31 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #54595f !important;
  border-color: #54595f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6ec1e4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #27a1d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6ec1e4 !important;
  border-color: #6ec1e4 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #314825;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0a0f08 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #314825 !important;
  border-color: #314825 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ee3102;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #981f01 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ee3102 !important;
  border-color: #ee3102 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0d0097;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #060040 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0d0097 !important;
  border-color: #0d0097 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6b6b6b !important;
}
.text-secondary {
  color: #54595f !important;
}
.text-success {
  color: #314825 !important;
}
.text-info {
  color: #6ec1e4 !important;
}
.text-warning {
  color: #ee3102 !important;
}
.text-danger {
  color: #0d0097 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #383838 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #242629 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #030502 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2597c7 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #891c01 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #040031 !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: #6b6b6b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6ec1e4;
}
.alert-warning {
  background-color: #ee3102;
}
.alert-danger {
  background-color: #0d0097;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6b6b6b;
  border-color: #6b6b6b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6b6b6b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ababab;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a1c58e;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fecabe;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #2b18ff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Epilogue', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #6b6b6b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Epilogue', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #6b6b6b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6b6b6b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6b6b6b;
}
.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: #6b6b6b;
  border-bottom-color: #6b6b6b;
}
.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: #6b6b6b !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: #54595f !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='%236b6b6b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sN2cSIjoTE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sN2cSIjoTE nav.navbar {
  position: fixed;
}
.cid-sN2cSIjoTE .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-sN2cSIjoTE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sN2cSIjoTE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sN2cSIjoTE .dropdown-item:hover,
.cid-sN2cSIjoTE .dropdown-item:focus {
  background: #6b6b6b !important;
  color: white !important;
}
.cid-sN2cSIjoTE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sN2cSIjoTE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sN2cSIjoTE .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-sN2cSIjoTE .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-sN2cSIjoTE .nav-item {
  margin: 0 31px;
}
.cid-sN2cSIjoTE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sN2cSIjoTE .nav-link {
  position: relative;
}
.cid-sN2cSIjoTE .nav-link:hover,
.cid-sN2cSIjoTE .nav-link:focus,
.cid-sN2cSIjoTE .nav-link:active {
  color: #ab0025 !important;
}
.cid-sN2cSIjoTE .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-sN2cSIjoTE .container {
    flex-wrap: inherit;
  }
}
.cid-sN2cSIjoTE .navbar-caption:hover,
.cid-sN2cSIjoTE .navbar-caption:focus,
.cid-sN2cSIjoTE .navbar-caption:active {
  color: #0d0097 !important;
}
.cid-sN2cSIjoTE .dropdown-menu,
.cid-sN2cSIjoTE .navbar.opened {
  background: #bfc0d5 !important;
}
.cid-sN2cSIjoTE .nav-item:focus,
.cid-sN2cSIjoTE .nav-link:focus {
  outline: none;
}
.cid-sN2cSIjoTE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sN2cSIjoTE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN2cSIjoTE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sN2cSIjoTE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sN2cSIjoTE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #bfc0d5;
}
.cid-sN2cSIjoTE .navbar.opened {
  transition: all 0.3s;
}
.cid-sN2cSIjoTE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sN2cSIjoTE .navbar .navbar-logo img {
  width: auto;
}
.cid-sN2cSIjoTE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sN2cSIjoTE .navbar.collapsed {
  justify-content: center;
}
.cid-sN2cSIjoTE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sN2cSIjoTE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sN2cSIjoTE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sN2cSIjoTE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sN2cSIjoTE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sN2cSIjoTE .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-sN2cSIjoTE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sN2cSIjoTE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sN2cSIjoTE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sN2cSIjoTE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sN2cSIjoTE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sN2cSIjoTE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sN2cSIjoTE .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-sN2cSIjoTE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sN2cSIjoTE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sN2cSIjoTE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sN2cSIjoTE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sN2cSIjoTE .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sN2cSIjoTE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sN2cSIjoTE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sN2cSIjoTE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sN2cSIjoTE .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;
  display: flex;
}
.cid-sN2cSIjoTE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sN2cSIjoTE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sN2cSIjoTE .dropdown-item.active,
.cid-sN2cSIjoTE .dropdown-item:active {
  background-color: transparent;
}
.cid-sN2cSIjoTE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sN2cSIjoTE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sN2cSIjoTE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sN2cSIjoTE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bfc0d5;
}
.cid-sN2cSIjoTE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sN2cSIjoTE .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-sN2cSIjoTE .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-sN2cSIjoTE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN2cSIjoTE ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sN2cSIjoTE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sN2cSIjoTE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sN2cSIjoTE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sN2cSIjoTE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN2cSIjoTE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN2cSIjoTE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sN2cSIjoTE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN2cSIjoTE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sN2cSIjoTE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sN2cSIjoTE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN2cSIjoTE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sN2cSIjoTE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sN2cSIjoTE a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sN2cSIjoTE .navbar {
    height: 70px;
  }
  .cid-sN2cSIjoTE .navbar.opened {
    height: auto;
  }
  .cid-sN2cSIjoTE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sN2cSIjoTE .socials-wrap {
  flex-shrink: 0;
}
.cid-sN2cSIjoTE .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  justify-content: center;
}
.cid-sN2cSIjoTE .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 991px) {
  .cid-sN2cSIjoTE .socials {
    justify-content: flex-start;
    margin-top: 10px;
  }
}
.cid-sN2cSIjoTE .socials-item .link {
  color: #000000;
}
.cid-sN2dg8se2K {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-sN2dg8se2K .content {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-sN2dg8se2K .content {
    padding: 1rem 0;
  }
}
.cid-sN2dg8se2K .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20.4px;
  text-align: left;
}
.cid-sN2dg8se2K .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 9px;
  text-align: left;
}
.cid-sN2dg8se2K .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-sWudEtQ6Iw {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e8ebe8;
}
.cid-sWudEtQ6Iw .mbr-link p {
  border-bottom: 2px #191919 solid;
}
.cid-sWudEtQ6Iw .mbr-link p {
  display: inline;
  padding-bottom: 2px;
}
.cid-sWudEtQ6Iw .mbr-link p span {
  margin-left: 12px;
}
.cid-sWudEtQ6Iw .item-img {
  overflow: hidden;
}
.cid-sWudEtQ6Iw .item-img img {
  transition: all .5s ease;
}
.cid-sWudEtQ6Iw img,
.cid-sWudEtQ6Iw .item-img {
  width: 100%;
}
.cid-sWudEtQ6Iw .mbr-section-subtitle {
  margin-bottom: 80px;
  text-align: center;
  color: #54595f;
}
.cid-sWudEtQ6Iw .item:focus,
.cid-sWudEtQ6Iw span:focus {
  outline: none;
}
.cid-sWudEtQ6Iw .item {
  cursor: pointer;
  margin-bottom: 100px;
}
.cid-sWudEtQ6Iw .item-wrapper:nth-child(odd) {
  margin-right: 30px;
}
.cid-sWudEtQ6Iw .item-wrapper:nth-child(even) {
  margin-left: 30px;
}
.cid-sWudEtQ6Iw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e8ebe8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sWudEtQ6Iw .item-wrapper .item-content {
    padding-top: 24px;
  }
  .cid-sWudEtQ6Iw .item-wrapper .item-footer {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-sWudEtQ6Iw .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sWudEtQ6Iw .item-wrapper .mbr-link {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .cid-sWudEtQ6Iw .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sWudEtQ6Iw .item-wrapper:hover .item-img img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-sWudEtQ6Iw .item-wrapper:hover .item-title,
.cid-sWudEtQ6Iw .item-wrapper:hover .mbr-link p {
  opacity: .85;
}
@media (max-width: 768px) {
  .cid-sWudEtQ6Iw .item {
    margin-bottom: 80px;
  }
  .cid-sWudEtQ6Iw .item-wrapper {
    margin-bottom: 2px;
  }
  .cid-sWudEtQ6Iw .item-wrapper:nth-child(odd) {
    margin-right: 0;
  }
  .cid-sWudEtQ6Iw .item-wrapper:nth-child(even) {
    margin-left: 0;
  }
}
.cid-sWudEtQ6Iw .mbr-text,
.cid-sWudEtQ6Iw .mbr-section-btn {
  color: #464646;
}
.cid-tfv4FG6fEQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tfv4FG6fEQ .content {
  padding: 1rem;
}
.cid-tfv4FG6fEQ h2,
.cid-tfv4FG6fEQ h4,
.cid-tfv4FG6fEQ p {
  margin: 0;
}
.cid-tfv4FG6fEQ .mbr-section-title {
  color: #000000;
}
.cid-tfv4FG6fEQ .mbr-section-subtitle {
  color: #54595f;
}
.cid-tfv4FG6fEQ .mbr-text {
  color: #6b6b6b;
  margin-top: 14px;
}
.cid-tfv4FG6fEQ .mbr-section-btn {
  margin-top: 30.4px;
}
.cid-tfv4FG6fEQ .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-tfuYHjp9nW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfuYHjp9nW .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tfuYHjp9nW .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tfuYHjp9nW .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  transition: all 1s;
}
.cid-tfuYHjp9nW .row .img-item img:hover {
  transform: scale(1.1);
}
.cid-sWlhNqurvi {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #bfc0d5;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cid-sWlhNqurvi .col-md-6 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-sWlhNqurvi .mbr-section-head {
    padding: 0;
  }
}
.cid-sWlhNqurvi .people {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-sWlhNqurvi .people {
    padding: 0;
  }
}
.cid-sWlhNqurvi .mbr-section-title {
  color: #000000;
  margin: 0;
}
.cid-sWlhNqurvi .mbr-section-subtitle {
  color: #54595f;
  margin: 0;
}
.cid-sWlhNqurvi .mbr-text {
  color: #6b6b6b;
  width: 362px;
  max-width: 362px;
  margin: 10px auto;
}
@media (max-width: 400px) {
  .cid-sWlhNqurvi .mbr-text {
    width: 100%;
  }
}
.cid-sWlhNqurvi .item-name {
  color: #000000;
  margin: 0;
}
.cid-sWlhNqurvi h3 {
  margin: 0;
}
.cid-sWlhNqurvi .occupation {
  color: #6b6b6b;
  margin: 0;
}
.cid-sWlhNqurvi .item {
  margin-bottom: 50px;
  transition: all 1s ease-out;
}
@media (max-width: 767px) {
  .cid-sWlhNqurvi .item {
    margin-bottom: 80px;
  }
}
.cid-sWlhNqurvi .item-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .cid-sWlhNqurvi .item-wrapper {
    flex-direction: column;
  }
}
.cid-sWlhNqurvi .item-caption {
  width: 50%;
  padding-left: 30px;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-sWlhNqurvi .item-caption {
    width: 100%;
    padding-left: 0;
  }
}
.cid-sWlhNqurvi .top {
  padding-top: 16px;
}
.cid-sWlhNqurvi .socials-wrap {
  margin-bottom: 5px;
}
.cid-sWlhNqurvi .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.cid-sWlhNqurvi .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .cid-sWlhNqurvi .socials p {
    margin-right: 10px;
    margin-bottom: 5px;
  }
}
.cid-sWlhNqurvi .socials-item .link {
  color: #000000;
}
.cid-sWlhNqurvi .item-img {
  width: 50%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sWlhNqurvi .item-img {
    width: 100%;
    height: 100%;
  }
}
.cid-sWlhNqurvi .item-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-sWlhNqurvi .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sWlhNqurvi .item:hover {
  cursor: pointer;
}
.cid-sWlhNqurvi .item:hover .item-img::before {
  opacity: 0.7;
}
.cid-sWLuCTaIjq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #020758;
}
.cid-sWLuCTaIjq .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sWLuCTaIjq .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sWLuCTaIjq .media-col {
    flex-direction: column;
  }
}
.cid-sWLuCTaIjq .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-sWLuCTaIjq .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sWLuCTaIjq .media-wrap {
    margin-right: 0;
  }
}
.cid-sWLuCTaIjq .cards-row,
.cid-sWLuCTaIjq .social-row,
.cid-sWLuCTaIjq .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-sWLuCTaIjq .cards-row,
  .cid-sWLuCTaIjq .social-row,
  .cid-sWLuCTaIjq .menu-row {
    justify-content: center;
  }
}
.cid-sWLuCTaIjq .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-sWLuCTaIjq .foot-menu {
    justify-content: center;
  }
}
.cid-sWLuCTaIjq .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-sWLuCTaIjq .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-sWLuCTaIjq .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-sWLuCTaIjq .row {
    text-align: center;
  }
  .cid-sWLuCTaIjq .cards-col {
    justify-content: center;
  }
  .cid-sWLuCTaIjq .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-sWLuCTaIjq .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-sWLuCTaIjq .card-item:last-child {
  margin-right: 0;
}
.cid-sWLuCTaIjq .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-sWLuCTaIjq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sWLuCTaIjq .soc-item:last-child {
  margin-right: 0;
}
.cid-sWLuCTaIjq .mbr-iconfont {
  color: #ffffff;
}
.cid-sWLuCTaIjq .mbr-text {
  color: #ffffff;
}
.cid-sWLuCTaIjq foot-menu-item {
  color: #fafafa;
}
.cid-sWlt1SLrJt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sWlt1SLrJt nav.navbar {
  position: fixed;
}
.cid-sWlt1SLrJt .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-sWlt1SLrJt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sWlt1SLrJt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sWlt1SLrJt .dropdown-item:hover,
.cid-sWlt1SLrJt .dropdown-item:focus {
  background: #6b6b6b !important;
  color: white !important;
}
.cid-sWlt1SLrJt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sWlt1SLrJt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sWlt1SLrJt .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-sWlt1SLrJt .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-sWlt1SLrJt .nav-item {
  margin: 0 31px;
}
.cid-sWlt1SLrJt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sWlt1SLrJt .nav-link {
  position: relative;
}
.cid-sWlt1SLrJt .nav-link:hover,
.cid-sWlt1SLrJt .nav-link:focus,
.cid-sWlt1SLrJt .nav-link:active {
  color: #ab0025 !important;
}
.cid-sWlt1SLrJt .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-sWlt1SLrJt .container {
    flex-wrap: inherit;
  }
}
.cid-sWlt1SLrJt .navbar-caption:hover,
.cid-sWlt1SLrJt .navbar-caption:focus,
.cid-sWlt1SLrJt .navbar-caption:active {
  color: #0d0097 !important;
}
.cid-sWlt1SLrJt .dropdown-menu,
.cid-sWlt1SLrJt .navbar.opened {
  background: #bfc0d5 !important;
}
.cid-sWlt1SLrJt .nav-item:focus,
.cid-sWlt1SLrJt .nav-link:focus {
  outline: none;
}
.cid-sWlt1SLrJt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sWlt1SLrJt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWlt1SLrJt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sWlt1SLrJt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sWlt1SLrJt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #bfc0d5;
}
.cid-sWlt1SLrJt .navbar.opened {
  transition: all 0.3s;
}
.cid-sWlt1SLrJt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sWlt1SLrJt .navbar .navbar-logo img {
  width: auto;
}
.cid-sWlt1SLrJt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWlt1SLrJt .navbar.collapsed {
  justify-content: center;
}
.cid-sWlt1SLrJt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sWlt1SLrJt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWlt1SLrJt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sWlt1SLrJt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWlt1SLrJt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWlt1SLrJt .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-sWlt1SLrJt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWlt1SLrJt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sWlt1SLrJt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sWlt1SLrJt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWlt1SLrJt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWlt1SLrJt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWlt1SLrJt .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-sWlt1SLrJt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sWlt1SLrJt .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sWlt1SLrJt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sWlt1SLrJt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sWlt1SLrJt .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sWlt1SLrJt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sWlt1SLrJt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sWlt1SLrJt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sWlt1SLrJt .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;
  display: flex;
}
.cid-sWlt1SLrJt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWlt1SLrJt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWlt1SLrJt .dropdown-item.active,
.cid-sWlt1SLrJt .dropdown-item:active {
  background-color: transparent;
}
.cid-sWlt1SLrJt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWlt1SLrJt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWlt1SLrJt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWlt1SLrJt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bfc0d5;
}
.cid-sWlt1SLrJt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sWlt1SLrJt .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-sWlt1SLrJt .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-sWlt1SLrJt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWlt1SLrJt ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sWlt1SLrJt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sWlt1SLrJt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sWlt1SLrJt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sWlt1SLrJt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sWlt1SLrJt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sWlt1SLrJt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sWlt1SLrJt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sWlt1SLrJt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sWlt1SLrJt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sWlt1SLrJt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sWlt1SLrJt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sWlt1SLrJt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sWlt1SLrJt a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sWlt1SLrJt .navbar {
    height: 70px;
  }
  .cid-sWlt1SLrJt .navbar.opened {
    height: auto;
  }
  .cid-sWlt1SLrJt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sWlt1SLrJt .socials-wrap {
  flex-shrink: 0;
}
.cid-sWlt1SLrJt .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  justify-content: center;
}
.cid-sWlt1SLrJt .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 991px) {
  .cid-sWlt1SLrJt .socials {
    justify-content: flex-start;
    margin-top: 10px;
  }
}
.cid-sWlt1SLrJt .socials-item .link {
  color: #000000;
}
.cid-sWlt1TlJYX {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x904.jpg");
}
.cid-sWlt1TlJYX .content {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-sWlt1TlJYX .content {
    padding: 1rem 0;
  }
}
.cid-sWlt1TlJYX .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20.4px;
  text-align: left;
}
.cid-sWlt1TlJYX .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 9px;
}
.cid-sWlt1TlJYX .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-sWlt1TCbX5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sWlt1TCbX5 h2,
.cid-sWlt1TCbX5 h3,
.cid-sWlt1TCbX5 h4,
.cid-sWlt1TCbX5 p {
  margin: 0;
}
.cid-sWlt1TCbX5 .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-sWlt1TCbX5 .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-sWlt1TCbX5 .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-sWlvoyKCpr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sWlvoyKCpr h2,
.cid-sWlvoyKCpr h3,
.cid-sWlvoyKCpr h4,
.cid-sWlvoyKCpr h5 {
  margin: 0;
}
.cid-sWlvoyKCpr .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-sWlvoyKCpr .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-sWlvoyKCpr .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-sWlvoyKCpr .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-sWlvoyKCpr .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-sWlvoyKCpr .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-sWlvoyKCpr .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-sWlvoyKCpr .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-sWlvoyKCpr .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sWlvoyKCpr .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sWlvoyKCpr .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-sWlvoyKCpr .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-sWlvoyKCpr .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-sWlvoyKCpr .card:hover {
  cursor: pointer;
}
.cid-sWlvoyKCpr .card:hover .image-wrap::before {
  opacity: 0.7;
}
.cid-sWlvoyKCpr .mbr-card-title {
  color: #000000;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-sWlvoyKCpr .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-sWlvoyKCpr .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-sWLuCTaIjq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #020758;
}
.cid-sWLuCTaIjq .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sWLuCTaIjq .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sWLuCTaIjq .media-col {
    flex-direction: column;
  }
}
.cid-sWLuCTaIjq .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-sWLuCTaIjq .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sWLuCTaIjq .media-wrap {
    margin-right: 0;
  }
}
.cid-sWLuCTaIjq .cards-row,
.cid-sWLuCTaIjq .social-row,
.cid-sWLuCTaIjq .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-sWLuCTaIjq .cards-row,
  .cid-sWLuCTaIjq .social-row,
  .cid-sWLuCTaIjq .menu-row {
    justify-content: center;
  }
}
.cid-sWLuCTaIjq .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-sWLuCTaIjq .foot-menu {
    justify-content: center;
  }
}
.cid-sWLuCTaIjq .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-sWLuCTaIjq .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-sWLuCTaIjq .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-sWLuCTaIjq .row {
    text-align: center;
  }
  .cid-sWLuCTaIjq .cards-col {
    justify-content: center;
  }
  .cid-sWLuCTaIjq .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-sWLuCTaIjq .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-sWLuCTaIjq .card-item:last-child {
  margin-right: 0;
}
.cid-sWLuCTaIjq .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-sWLuCTaIjq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sWLuCTaIjq .soc-item:last-child {
  margin-right: 0;
}
.cid-sWLuCTaIjq .mbr-iconfont {
  color: #ffffff;
}
.cid-sWLuCTaIjq .mbr-text {
  color: #ffffff;
}
.cid-sWLuCTaIjq foot-menu-item {
  color: #fafafa;
}
.cid-sWlxcSEAMN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sWlxcSEAMN nav.navbar {
  position: fixed;
}
.cid-sWlxcSEAMN .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-sWlxcSEAMN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sWlxcSEAMN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sWlxcSEAMN .dropdown-item:hover,
.cid-sWlxcSEAMN .dropdown-item:focus {
  background: #6b6b6b !important;
  color: white !important;
}
.cid-sWlxcSEAMN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sWlxcSEAMN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sWlxcSEAMN .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-sWlxcSEAMN .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-sWlxcSEAMN .nav-item {
  margin: 0 31px;
}
.cid-sWlxcSEAMN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sWlxcSEAMN .nav-link {
  position: relative;
}
.cid-sWlxcSEAMN .nav-link:hover,
.cid-sWlxcSEAMN .nav-link:focus,
.cid-sWlxcSEAMN .nav-link:active {
  color: #ab0025 !important;
}
.cid-sWlxcSEAMN .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-sWlxcSEAMN .container {
    flex-wrap: inherit;
  }
}
.cid-sWlxcSEAMN .navbar-caption:hover,
.cid-sWlxcSEAMN .navbar-caption:focus,
.cid-sWlxcSEAMN .navbar-caption:active {
  color: #0d0097 !important;
}
.cid-sWlxcSEAMN .dropdown-menu,
.cid-sWlxcSEAMN .navbar.opened {
  background: #bfc0d5 !important;
}
.cid-sWlxcSEAMN .nav-item:focus,
.cid-sWlxcSEAMN .nav-link:focus {
  outline: none;
}
.cid-sWlxcSEAMN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sWlxcSEAMN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWlxcSEAMN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sWlxcSEAMN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sWlxcSEAMN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #bfc0d5;
}
.cid-sWlxcSEAMN .navbar.opened {
  transition: all 0.3s;
}
.cid-sWlxcSEAMN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sWlxcSEAMN .navbar .navbar-logo img {
  width: auto;
}
.cid-sWlxcSEAMN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWlxcSEAMN .navbar.collapsed {
  justify-content: center;
}
.cid-sWlxcSEAMN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sWlxcSEAMN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWlxcSEAMN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sWlxcSEAMN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWlxcSEAMN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWlxcSEAMN .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-sWlxcSEAMN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWlxcSEAMN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sWlxcSEAMN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sWlxcSEAMN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWlxcSEAMN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWlxcSEAMN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWlxcSEAMN .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-sWlxcSEAMN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sWlxcSEAMN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sWlxcSEAMN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sWlxcSEAMN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sWlxcSEAMN .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sWlxcSEAMN .navbar.navbar-short {
  min-height: 60px;
}
.cid-sWlxcSEAMN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sWlxcSEAMN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sWlxcSEAMN .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;
  display: flex;
}
.cid-sWlxcSEAMN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWlxcSEAMN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWlxcSEAMN .dropdown-item.active,
.cid-sWlxcSEAMN .dropdown-item:active {
  background-color: transparent;
}
.cid-sWlxcSEAMN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWlxcSEAMN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWlxcSEAMN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWlxcSEAMN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bfc0d5;
}
.cid-sWlxcSEAMN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sWlxcSEAMN .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-sWlxcSEAMN .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-sWlxcSEAMN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWlxcSEAMN ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sWlxcSEAMN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sWlxcSEAMN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sWlxcSEAMN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sWlxcSEAMN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sWlxcSEAMN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sWlxcSEAMN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sWlxcSEAMN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sWlxcSEAMN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sWlxcSEAMN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sWlxcSEAMN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sWlxcSEAMN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sWlxcSEAMN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sWlxcSEAMN a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sWlxcSEAMN .navbar {
    height: 70px;
  }
  .cid-sWlxcSEAMN .navbar.opened {
    height: auto;
  }
  .cid-sWlxcSEAMN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sWlxcSEAMN .socials-wrap {
  flex-shrink: 0;
}
.cid-sWlxcSEAMN .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  justify-content: center;
}
.cid-sWlxcSEAMN .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 991px) {
  .cid-sWlxcSEAMN .socials {
    justify-content: flex-start;
    margin-top: 10px;
  }
}
.cid-sWlxcSEAMN .socials-item .link {
  color: #000000;
}
.cid-sWmhhPs1gE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background1-1.jpeg");
}
.cid-sWmhhPs1gE .row {
  justify-content: space-between;
}
.cid-sWmhhPs1gE .form-control {
  box-shadow: none;
  margin-bottom: 5px;
  padding: 0.2rem 1rem !important;
  background-color: #ffffff;
  border: 1px solid #bbbbbb !important;
  color: #353535;
  border-radius: 0.25rem;
  line-height: 2.5rem !important;
}
.cid-sWmhhPs1gE .form-control:focus,
.cid-sWmhhPs1gE .form-control:hover {
  border: 1px solid #bbbbbb !important;
  background-color: #ffffff;
  box-shadow: none;
}
.cid-sWmhhPs1gE .form-group {
  margin-bottom: 1rem;
}
.cid-sWmhhPs1gE input::-webkit-input-placeholder,
.cid-sWmhhPs1gE textarea::-webkit-input-placeholder {
  color: #353535;
}
.cid-sWmhhPs1gE input:-moz-placeholder,
.cid-sWmhhPs1gE textarea:-moz-placeholder {
  color: #353535;
}
.cid-sWmhhPs1gE .jq-selectbox li,
.cid-sWmhhPs1gE .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sWmhhPs1gE .jq-selectbox li:hover,
.cid-sWmhhPs1gE .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sWmhhPs1gE .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sWmhhPs1gE .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sWmhhPs1gE .mbr-text {
  color: #767676;
}
.cid-sWmhhPs1gE .form-block {
  padding: 3rem;
  position: relative;
}
.cid-sWmhhPs1gE .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 6px;
  left: 0;
  right: 0;
  background: #ffffff;
  opacity: 1;
  z-index: 0;
}
.cid-sWmhhPs1gE .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sWmhhPs1gE .form-block {
    padding: 1rem;
  }
}
.cid-sWmhhPs1gE H4 {
  color: #232323;
}
.cid-sWmhhPs1gE .mbr-section-title,
.cid-sWmhhPs1gE .mbr-section-btn {
  color: #ffffff;
}
.cid-sWmhhPs1gE .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sWmhhPs1gE .form-text {
  color: #353535;
}
.cid-sWmhhPs1gE .text {
  color: #ffffff;
}
.cid-sWmh3H51ui {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-sWmh3H51ui .row {
  flex-direction: row-reverse;
}
.cid-sWmh3H51ui p {
  margin: 0;
}
.cid-sWmh3H51ui .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-sWmh3H51ui .mbr-section-title {
  text-align: center;
}
.cid-sWmh3H51ui .mbr-section-subtitle {
  text-align: center;
}
.cid-sWmh3H51ui .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-sWmh3H51ui .card-container {
    margin-bottom: 2rem;
  }
}
.cid-sWmh3H51ui .card-wrapper {
  width: 50%;
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 1rem 2rem 0;
  align-items: baseline;
}
@media (max-width: 991px) {
  .cid-sWmh3H51ui .card-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sWmh3H51ui .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-sWmh3H51ui .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #33d5ad;
}
.cid-sWmh3H51ui .google-map {
  height: 100%;
  position: relative;
}
.cid-sWmh3H51ui .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sWmh3H51ui .google-map [data-state-details] {
  color: #1f1437;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sWmh3H51ui .google-map[data-state] {
  background: #f3edf7;
}
.cid-sWmh3H51ui .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sWmh3H51ui .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sWLuCTaIjq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #020758;
}
.cid-sWLuCTaIjq .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sWLuCTaIjq .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sWLuCTaIjq .media-col {
    flex-direction: column;
  }
}
.cid-sWLuCTaIjq .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-sWLuCTaIjq .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sWLuCTaIjq .media-wrap {
    margin-right: 0;
  }
}
.cid-sWLuCTaIjq .cards-row,
.cid-sWLuCTaIjq .social-row,
.cid-sWLuCTaIjq .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-sWLuCTaIjq .cards-row,
  .cid-sWLuCTaIjq .social-row,
  .cid-sWLuCTaIjq .menu-row {
    justify-content: center;
  }
}
.cid-sWLuCTaIjq .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-sWLuCTaIjq .foot-menu {
    justify-content: center;
  }
}
.cid-sWLuCTaIjq .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-sWLuCTaIjq .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-sWLuCTaIjq .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-sWLuCTaIjq .row {
    text-align: center;
  }
  .cid-sWLuCTaIjq .cards-col {
    justify-content: center;
  }
  .cid-sWLuCTaIjq .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-sWLuCTaIjq .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-sWLuCTaIjq .card-item:last-child {
  margin-right: 0;
}
.cid-sWLuCTaIjq .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-sWLuCTaIjq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sWLuCTaIjq .soc-item:last-child {
  margin-right: 0;
}
.cid-sWLuCTaIjq .mbr-iconfont {
  color: #ffffff;
}
.cid-sWLuCTaIjq .mbr-text {
  color: #ffffff;
}
.cid-sWLuCTaIjq foot-menu-item {
  color: #fafafa;
}
.cid-sWlxblmsqr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sWlxblmsqr nav.navbar {
  position: fixed;
}
.cid-sWlxblmsqr .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-sWlxblmsqr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sWlxblmsqr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sWlxblmsqr .dropdown-item:hover,
.cid-sWlxblmsqr .dropdown-item:focus {
  background: #6b6b6b !important;
  color: white !important;
}
.cid-sWlxblmsqr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sWlxblmsqr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sWlxblmsqr .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-sWlxblmsqr .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-sWlxblmsqr .nav-item {
  margin: 0 31px;
}
.cid-sWlxblmsqr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sWlxblmsqr .nav-link {
  position: relative;
}
.cid-sWlxblmsqr .nav-link:hover,
.cid-sWlxblmsqr .nav-link:focus,
.cid-sWlxblmsqr .nav-link:active {
  color: #ab0025 !important;
}
.cid-sWlxblmsqr .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-sWlxblmsqr .container {
    flex-wrap: inherit;
  }
}
.cid-sWlxblmsqr .navbar-caption:hover,
.cid-sWlxblmsqr .navbar-caption:focus,
.cid-sWlxblmsqr .navbar-caption:active {
  color: #0d0097 !important;
}
.cid-sWlxblmsqr .dropdown-menu,
.cid-sWlxblmsqr .navbar.opened {
  background: #bfc0d5 !important;
}
.cid-sWlxblmsqr .nav-item:focus,
.cid-sWlxblmsqr .nav-link:focus {
  outline: none;
}
.cid-sWlxblmsqr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sWlxblmsqr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWlxblmsqr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sWlxblmsqr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sWlxblmsqr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #bfc0d5;
}
.cid-sWlxblmsqr .navbar.opened {
  transition: all 0.3s;
}
.cid-sWlxblmsqr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sWlxblmsqr .navbar .navbar-logo img {
  width: auto;
}
.cid-sWlxblmsqr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWlxblmsqr .navbar.collapsed {
  justify-content: center;
}
.cid-sWlxblmsqr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sWlxblmsqr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWlxblmsqr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sWlxblmsqr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWlxblmsqr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWlxblmsqr .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-sWlxblmsqr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWlxblmsqr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sWlxblmsqr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sWlxblmsqr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWlxblmsqr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWlxblmsqr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWlxblmsqr .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-sWlxblmsqr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sWlxblmsqr .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sWlxblmsqr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sWlxblmsqr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sWlxblmsqr .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sWlxblmsqr .navbar.navbar-short {
  min-height: 60px;
}
.cid-sWlxblmsqr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sWlxblmsqr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sWlxblmsqr .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;
  display: flex;
}
.cid-sWlxblmsqr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWlxblmsqr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWlxblmsqr .dropdown-item.active,
.cid-sWlxblmsqr .dropdown-item:active {
  background-color: transparent;
}
.cid-sWlxblmsqr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWlxblmsqr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWlxblmsqr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWlxblmsqr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bfc0d5;
}
.cid-sWlxblmsqr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sWlxblmsqr .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-sWlxblmsqr .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-sWlxblmsqr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWlxblmsqr ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sWlxblmsqr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sWlxblmsqr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sWlxblmsqr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sWlxblmsqr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sWlxblmsqr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sWlxblmsqr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sWlxblmsqr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sWlxblmsqr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sWlxblmsqr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sWlxblmsqr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sWlxblmsqr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sWlxblmsqr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sWlxblmsqr a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sWlxblmsqr .navbar {
    height: 70px;
  }
  .cid-sWlxblmsqr .navbar.opened {
    height: auto;
  }
  .cid-sWlxblmsqr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sWlxblmsqr .socials-wrap {
  flex-shrink: 0;
}
.cid-sWlxblmsqr .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  justify-content: center;
}
.cid-sWlxblmsqr .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 991px) {
  .cid-sWlxblmsqr .socials {
    justify-content: flex-start;
    margin-top: 10px;
  }
}
.cid-sWlxblmsqr .socials-item .link {
  color: #000000;
}
.cid-sWlxblKRDM {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1357.jpg");
}
.cid-sWlxblKRDM .content {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-sWlxblKRDM .content {
    padding: 1rem 0;
  }
}
.cid-sWlxblKRDM .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20.4px;
  text-align: left;
}
.cid-sWlxblKRDM .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 9px;
}
.cid-sWlxblKRDM .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-sWlxblZMAO {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sWlxblZMAO h2,
.cid-sWlxblZMAO h3,
.cid-sWlxblZMAO h4,
.cid-sWlxblZMAO p {
  margin: 0;
}
.cid-sWlxblZMAO .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-sWlxblZMAO .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-sWlxblZMAO .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-sWm98pTuMO {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sWm98pTuMO .item-img {
  position: relative;
}
.cid-sWm98pTuMO .tag {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
}
.cid-sWm98pTuMO .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-sWm98pTuMO .btn-tag:hover,
.cid-sWm98pTuMO .btn-tag:focus {
  box-shadow: none;
}
.cid-sWm98pTuMO img,
.cid-sWm98pTuMO .item-img {
  width: 100%;
  margin-bottom: 1rem;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-sWm98pTuMO .item:focus,
.cid-sWm98pTuMO span:focus {
  outline: none;
}
.cid-sWm98pTuMO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sWm98pTuMO .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-sWm98pTuMO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sWm98pTuMO .mbr-section-title {
  color: #232323;
}
.cid-sWm98pTuMO .mbr-text,
.cid-sWm98pTuMO .mbr-section-btn {
  color: #353535;
}
.cid-sWm98pTuMO .item-title {
  color: #353535;
}
.cid-sWLuCTaIjq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #020758;
}
.cid-sWLuCTaIjq .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sWLuCTaIjq .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sWLuCTaIjq .media-col {
    flex-direction: column;
  }
}
.cid-sWLuCTaIjq .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-sWLuCTaIjq .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sWLuCTaIjq .media-wrap {
    margin-right: 0;
  }
}
.cid-sWLuCTaIjq .cards-row,
.cid-sWLuCTaIjq .social-row,
.cid-sWLuCTaIjq .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-sWLuCTaIjq .cards-row,
  .cid-sWLuCTaIjq .social-row,
  .cid-sWLuCTaIjq .menu-row {
    justify-content: center;
  }
}
.cid-sWLuCTaIjq .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-sWLuCTaIjq .foot-menu {
    justify-content: center;
  }
}
.cid-sWLuCTaIjq .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-sWLuCTaIjq .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-sWLuCTaIjq .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-sWLuCTaIjq .row {
    text-align: center;
  }
  .cid-sWLuCTaIjq .cards-col {
    justify-content: center;
  }
  .cid-sWLuCTaIjq .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-sWLuCTaIjq .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-sWLuCTaIjq .card-item:last-child {
  margin-right: 0;
}
.cid-sWLuCTaIjq .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-sWLuCTaIjq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sWLuCTaIjq .soc-item:last-child {
  margin-right: 0;
}
.cid-sWLuCTaIjq .mbr-iconfont {
  color: #ffffff;
}
.cid-sWLuCTaIjq .mbr-text {
  color: #ffffff;
}
.cid-sWLuCTaIjq foot-menu-item {
  color: #fafafa;
}
.cid-sWlx9jRT4K {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sWlx9jRT4K nav.navbar {
  position: fixed;
}
.cid-sWlx9jRT4K .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-sWlx9jRT4K .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sWlx9jRT4K .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sWlx9jRT4K .dropdown-item:hover,
.cid-sWlx9jRT4K .dropdown-item:focus {
  background: #6b6b6b !important;
  color: white !important;
}
.cid-sWlx9jRT4K .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sWlx9jRT4K .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sWlx9jRT4K .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-sWlx9jRT4K .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-sWlx9jRT4K .nav-item {
  margin: 0 31px;
}
.cid-sWlx9jRT4K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sWlx9jRT4K .nav-link {
  position: relative;
}
.cid-sWlx9jRT4K .nav-link:hover,
.cid-sWlx9jRT4K .nav-link:focus,
.cid-sWlx9jRT4K .nav-link:active {
  color: #ab0025 !important;
}
.cid-sWlx9jRT4K .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-sWlx9jRT4K .container {
    flex-wrap: inherit;
  }
}
.cid-sWlx9jRT4K .navbar-caption:hover,
.cid-sWlx9jRT4K .navbar-caption:focus,
.cid-sWlx9jRT4K .navbar-caption:active {
  color: #0d0097 !important;
}
.cid-sWlx9jRT4K .dropdown-menu,
.cid-sWlx9jRT4K .navbar.opened {
  background: #bfc0d5 !important;
}
.cid-sWlx9jRT4K .nav-item:focus,
.cid-sWlx9jRT4K .nav-link:focus {
  outline: none;
}
.cid-sWlx9jRT4K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sWlx9jRT4K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWlx9jRT4K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sWlx9jRT4K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sWlx9jRT4K .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #bfc0d5;
}
.cid-sWlx9jRT4K .navbar.opened {
  transition: all 0.3s;
}
.cid-sWlx9jRT4K .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sWlx9jRT4K .navbar .navbar-logo img {
  width: auto;
}
.cid-sWlx9jRT4K .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWlx9jRT4K .navbar.collapsed {
  justify-content: center;
}
.cid-sWlx9jRT4K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sWlx9jRT4K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWlx9jRT4K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sWlx9jRT4K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWlx9jRT4K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWlx9jRT4K .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-sWlx9jRT4K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWlx9jRT4K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sWlx9jRT4K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sWlx9jRT4K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWlx9jRT4K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWlx9jRT4K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWlx9jRT4K .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-sWlx9jRT4K .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sWlx9jRT4K .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sWlx9jRT4K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sWlx9jRT4K .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sWlx9jRT4K .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sWlx9jRT4K .navbar.navbar-short {
  min-height: 60px;
}
.cid-sWlx9jRT4K .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sWlx9jRT4K .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sWlx9jRT4K .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;
  display: flex;
}
.cid-sWlx9jRT4K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWlx9jRT4K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWlx9jRT4K .dropdown-item.active,
.cid-sWlx9jRT4K .dropdown-item:active {
  background-color: transparent;
}
.cid-sWlx9jRT4K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWlx9jRT4K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWlx9jRT4K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWlx9jRT4K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bfc0d5;
}
.cid-sWlx9jRT4K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sWlx9jRT4K .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-sWlx9jRT4K .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-sWlx9jRT4K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWlx9jRT4K ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sWlx9jRT4K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sWlx9jRT4K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sWlx9jRT4K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sWlx9jRT4K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sWlx9jRT4K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sWlx9jRT4K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sWlx9jRT4K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sWlx9jRT4K nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sWlx9jRT4K nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sWlx9jRT4K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sWlx9jRT4K .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sWlx9jRT4K a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sWlx9jRT4K a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sWlx9jRT4K .navbar {
    height: 70px;
  }
  .cid-sWlx9jRT4K .navbar.opened {
    height: auto;
  }
  .cid-sWlx9jRT4K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sWlx9jRT4K .socials-wrap {
  flex-shrink: 0;
}
.cid-sWlx9jRT4K .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  justify-content: center;
}
.cid-sWlx9jRT4K .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 991px) {
  .cid-sWlx9jRT4K .socials {
    justify-content: flex-start;
    margin-top: 10px;
  }
}
.cid-sWlx9jRT4K .socials-item .link {
  color: #000000;
}
.cid-sWlx9kvB19 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1-1920x1075.jpg");
}
.cid-sWlx9kvB19 .content {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-sWlx9kvB19 .content {
    padding: 1rem 0;
  }
}
.cid-sWlx9kvB19 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20.4px;
  text-align: center;
}
.cid-sWlx9kvB19 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 9px;
}
.cid-sWlx9kvB19 .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-sWlx9kQxeS {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sWlx9kQxeS h2,
.cid-sWlx9kQxeS h3,
.cid-sWlx9kQxeS h4,
.cid-sWlx9kQxeS p {
  margin: 0;
}
.cid-sWlx9kQxeS .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-sWlx9kQxeS .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-sWlx9kQxeS .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-sYa1iQqDuh {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sYa1iQqDuh .item-img {
  position: relative;
}
.cid-sYa1iQqDuh .tag {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
}
.cid-sYa1iQqDuh .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-sYa1iQqDuh .btn-tag:hover,
.cid-sYa1iQqDuh .btn-tag:focus {
  box-shadow: none;
}
.cid-sYa1iQqDuh img,
.cid-sYa1iQqDuh .item-img {
  width: 100%;
  margin-bottom: 1rem;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-sYa1iQqDuh .item:focus,
.cid-sYa1iQqDuh span:focus {
  outline: none;
}
.cid-sYa1iQqDuh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sYa1iQqDuh .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-sYa1iQqDuh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sYa1iQqDuh .mbr-section-title {
  color: #232323;
}
.cid-sYa1iQqDuh .mbr-text,
.cid-sYa1iQqDuh .mbr-section-btn {
  color: #353535;
}
.cid-sYa1iQqDuh .item-title {
  color: #353535;
}
.cid-sWmalYbNF9 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sWmalYbNF9 .item-img {
  position: relative;
}
.cid-sWmalYbNF9 .tag {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
}
.cid-sWmalYbNF9 .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-sWmalYbNF9 .btn-tag:hover,
.cid-sWmalYbNF9 .btn-tag:focus {
  box-shadow: none;
}
.cid-sWmalYbNF9 img,
.cid-sWmalYbNF9 .item-img {
  width: 100%;
  margin-bottom: 1rem;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-sWmalYbNF9 .item:focus,
.cid-sWmalYbNF9 span:focus {
  outline: none;
}
.cid-sWmalYbNF9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sWmalYbNF9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-sWmalYbNF9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sWmalYbNF9 .mbr-section-title {
  color: #232323;
}
.cid-sWmalYbNF9 .mbr-text,
.cid-sWmalYbNF9 .mbr-section-btn {
  color: #353535;
}
.cid-sWmalYbNF9 .item-title {
  color: #353535;
}
.cid-sWLuCTaIjq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #020758;
}
.cid-sWLuCTaIjq .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sWLuCTaIjq .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sWLuCTaIjq .media-col {
    flex-direction: column;
  }
}
.cid-sWLuCTaIjq .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-sWLuCTaIjq .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sWLuCTaIjq .media-wrap {
    margin-right: 0;
  }
}
.cid-sWLuCTaIjq .cards-row,
.cid-sWLuCTaIjq .social-row,
.cid-sWLuCTaIjq .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-sWLuCTaIjq .cards-row,
  .cid-sWLuCTaIjq .social-row,
  .cid-sWLuCTaIjq .menu-row {
    justify-content: center;
  }
}
.cid-sWLuCTaIjq .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-sWLuCTaIjq .foot-menu {
    justify-content: center;
  }
}
.cid-sWLuCTaIjq .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-sWLuCTaIjq .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-sWLuCTaIjq .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-sWLuCTaIjq .row {
    text-align: center;
  }
  .cid-sWLuCTaIjq .cards-col {
    justify-content: center;
  }
  .cid-sWLuCTaIjq .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-sWLuCTaIjq .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-sWLuCTaIjq .card-item:last-child {
  margin-right: 0;
}
.cid-sWLuCTaIjq .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-sWLuCTaIjq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sWLuCTaIjq .soc-item:last-child {
  margin-right: 0;
}
.cid-sWLuCTaIjq .mbr-iconfont {
  color: #ffffff;
}
.cid-sWLuCTaIjq .mbr-text {
  color: #ffffff;
}
.cid-sWLuCTaIjq foot-menu-item {
  color: #fafafa;
}
.cid-sWlKjwZeYG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sWlKjwZeYG nav.navbar {
  position: fixed;
}
.cid-sWlKjwZeYG .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-sWlKjwZeYG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sWlKjwZeYG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sWlKjwZeYG .dropdown-item:hover,
.cid-sWlKjwZeYG .dropdown-item:focus {
  background: #6b6b6b !important;
  color: white !important;
}
.cid-sWlKjwZeYG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sWlKjwZeYG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sWlKjwZeYG .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-sWlKjwZeYG .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-sWlKjwZeYG .nav-item {
  margin: 0 31px;
}
.cid-sWlKjwZeYG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sWlKjwZeYG .nav-link {
  position: relative;
}
.cid-sWlKjwZeYG .nav-link:hover,
.cid-sWlKjwZeYG .nav-link:focus,
.cid-sWlKjwZeYG .nav-link:active {
  color: #ab0025 !important;
}
.cid-sWlKjwZeYG .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-sWlKjwZeYG .container {
    flex-wrap: inherit;
  }
}
.cid-sWlKjwZeYG .navbar-caption:hover,
.cid-sWlKjwZeYG .navbar-caption:focus,
.cid-sWlKjwZeYG .navbar-caption:active {
  color: #0d0097 !important;
}
.cid-sWlKjwZeYG .dropdown-menu,
.cid-sWlKjwZeYG .navbar.opened {
  background: #bfc0d5 !important;
}
.cid-sWlKjwZeYG .nav-item:focus,
.cid-sWlKjwZeYG .nav-link:focus {
  outline: none;
}
.cid-sWlKjwZeYG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sWlKjwZeYG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWlKjwZeYG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sWlKjwZeYG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sWlKjwZeYG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #bfc0d5;
}
.cid-sWlKjwZeYG .navbar.opened {
  transition: all 0.3s;
}
.cid-sWlKjwZeYG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sWlKjwZeYG .navbar .navbar-logo img {
  width: auto;
}
.cid-sWlKjwZeYG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWlKjwZeYG .navbar.collapsed {
  justify-content: center;
}
.cid-sWlKjwZeYG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sWlKjwZeYG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWlKjwZeYG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sWlKjwZeYG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWlKjwZeYG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWlKjwZeYG .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-sWlKjwZeYG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWlKjwZeYG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sWlKjwZeYG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sWlKjwZeYG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWlKjwZeYG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWlKjwZeYG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWlKjwZeYG .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-sWlKjwZeYG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sWlKjwZeYG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sWlKjwZeYG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sWlKjwZeYG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sWlKjwZeYG .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sWlKjwZeYG .navbar.navbar-short {
  min-height: 60px;
}
.cid-sWlKjwZeYG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sWlKjwZeYG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sWlKjwZeYG .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;
  display: flex;
}
.cid-sWlKjwZeYG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWlKjwZeYG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWlKjwZeYG .dropdown-item.active,
.cid-sWlKjwZeYG .dropdown-item:active {
  background-color: transparent;
}
.cid-sWlKjwZeYG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWlKjwZeYG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWlKjwZeYG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWlKjwZeYG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bfc0d5;
}
.cid-sWlKjwZeYG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sWlKjwZeYG .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-sWlKjwZeYG .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-sWlKjwZeYG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWlKjwZeYG ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sWlKjwZeYG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sWlKjwZeYG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sWlKjwZeYG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sWlKjwZeYG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sWlKjwZeYG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sWlKjwZeYG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sWlKjwZeYG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sWlKjwZeYG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sWlKjwZeYG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sWlKjwZeYG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sWlKjwZeYG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sWlKjwZeYG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sWlKjwZeYG a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sWlKjwZeYG .navbar {
    height: 70px;
  }
  .cid-sWlKjwZeYG .navbar.opened {
    height: auto;
  }
  .cid-sWlKjwZeYG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sWlKjwZeYG .socials-wrap {
  flex-shrink: 0;
}
.cid-sWlKjwZeYG .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  justify-content: center;
}
.cid-sWlKjwZeYG .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 991px) {
  .cid-sWlKjwZeYG .socials {
    justify-content: flex-start;
    margin-top: 10px;
  }
}
.cid-sWlKjwZeYG .socials-item .link {
  color: #000000;
}
.cid-sWlKjxBHjj {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1-1920x1080.jpg");
}
.cid-sWlKjxBHjj .content {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-sWlKjxBHjj .content {
    padding: 1rem 0;
  }
}
.cid-sWlKjxBHjj .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20.4px;
  text-align: left;
}
.cid-sWlKjxBHjj .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 9px;
}
.cid-sWlKjxBHjj .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-sWlKjy2EDw {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sWlKjy2EDw h2,
.cid-sWlKjy2EDw h3,
.cid-sWlKjy2EDw h4,
.cid-sWlKjy2EDw p {
  margin: 0;
}
.cid-sWlKjy2EDw .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-sWlKjy2EDw .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-sWlKjy2EDw .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-sWmgfINsYB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sWmgfINsYB .card-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-sWmgfINsYB .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sWmgfINsYB .item-border {
  border-top: 2px solid black;
  margin-bottom: 2rem;
  justify-content: space-between;
}
.cid-sWmgfINsYB .item-border:hover .mbr-iconfont2 {
  color: #6b6b6b;
  transform: translateX(5px);
}
.cid-sWmgfINsYB .mbr-iconfont1 {
  font-size: 5rem;
  color: #fa4529;
}
.cid-sWmgfINsYB .mbr-iconfont2 {
  font-size: 2rem;
  color: currentColor;
  transition: all 0.3s;
}
.cid-sWmgfINsYB .mbr-flex {
  display: flex;
  align-items: center;
}
.cid-sWmgfINsYB .card {
  border-radius: 0px;
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .cid-sWmgfINsYB .card-wrapper,
  .cid-sWmgfINsYB .mbr-flex {
    flex-direction: column;
  }
  .cid-sWmgfINsYB .mbr-iconfont {
    margin-bottom: 1rem;
    margin-right: 0;
  }
  .cid-sWmgfINsYB h4 {
    padding: 0;
  }
  .cid-sWmgfINsYB .card {
    padding-top: 3rem;
  }
}
.cid-sWmgfINsYB .card-text {
  color: #666666;
}
.cid-sWmgfINsYB .mbr-text,
.cid-sWmgfINsYB .mbr-section-btn {
  color: #666666;
}
.cid-sWmgfINsYB .card-title,
.cid-sWmgfINsYB .mbr-iconfont2 {
  color: #000000;
}
.cid-sWLuCTaIjq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #020758;
}
.cid-sWLuCTaIjq .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sWLuCTaIjq .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sWLuCTaIjq .media-col {
    flex-direction: column;
  }
}
.cid-sWLuCTaIjq .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-sWLuCTaIjq .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sWLuCTaIjq .media-wrap {
    margin-right: 0;
  }
}
.cid-sWLuCTaIjq .cards-row,
.cid-sWLuCTaIjq .social-row,
.cid-sWLuCTaIjq .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-sWLuCTaIjq .cards-row,
  .cid-sWLuCTaIjq .social-row,
  .cid-sWLuCTaIjq .menu-row {
    justify-content: center;
  }
}
.cid-sWLuCTaIjq .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-sWLuCTaIjq .foot-menu {
    justify-content: center;
  }
}
.cid-sWLuCTaIjq .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-sWLuCTaIjq .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-sWLuCTaIjq .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-sWLuCTaIjq .row {
    text-align: center;
  }
  .cid-sWLuCTaIjq .cards-col {
    justify-content: center;
  }
  .cid-sWLuCTaIjq .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-sWLuCTaIjq .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-sWLuCTaIjq .card-item:last-child {
  margin-right: 0;
}
.cid-sWLuCTaIjq .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-sWLuCTaIjq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sWLuCTaIjq .soc-item:last-child {
  margin-right: 0;
}
.cid-sWLuCTaIjq .mbr-iconfont {
  color: #ffffff;
}
.cid-sWLuCTaIjq .mbr-text {
  color: #ffffff;
}
