body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 5.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.64rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 2.2rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 2.3rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3.68rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 4.32rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #1a214a !important;
}
.bg-success {
  background-color: #f1a631 !important;
}
.bg-info {
  background-color: #fb7522 !important;
}
.bg-warning {
  background-color: #4da92e !important;
}
.bg-danger {
  background-color: #ff4e4e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1a214a !important;
  border-color: #1a214a !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #060811 !important;
  border-color: #060811 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #060811 !important;
  border-color: #060811 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #4580c5 !important;
  border-color: #4580c5 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4580c5 !important;
  border-color: #4580c5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fb7522 !important;
  border-color: #fb7522 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #cd5104 !important;
  border-color: #cd5104 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #cd5104 !important;
  border-color: #cd5104 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f1a631 !important;
  border-color: #f1a631 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c87f0e !important;
  border-color: #c87f0e !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c87f0e !important;
  border-color: #c87f0e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #4da92e !important;
  border-color: #4da92e !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #326d1e !important;
  border-color: #326d1e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #326d1e !important;
  border-color: #326d1e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff4e4e !important;
  border-color: #ff4e4e !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff0101 !important;
  border-color: #ff0101 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff0101 !important;
  border-color: #ff0101 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #1a214a;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1a214a !important;
  border-color: #1a214a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3974b7;
  color: #3974b7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #7fa8d7;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #b44703;
  color: #b44703;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #fb7522;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #fb7522 !important;
  border-color: #fb7522 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #b0700c;
  color: #b0700c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #f1a631;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f1a631 !important;
  border-color: #f1a631 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #285918;
  color: #285918;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #4da92e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #4da92e !important;
  border-color: #4da92e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #e70000;
  color: #e70000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #ff4e4e;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4e4e !important;
  border-color: #ff4e4e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #000000 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #1a214a !important;
}
.text-secondary {
  color: #7fa8d7 !important;
}
.text-success {
  color: #f1a631 !important;
}
.text-info {
  color: #fb7522 !important;
}
.text-warning {
  color: #4da92e !important;
}
.text-danger {
  color: #ff4e4e !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3974b7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #b0700c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b44703 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #285918 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e70000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fb7522;
}
.alert-warning {
  background-color: #4da92e;
}
.alert-danger {
  background-color: #ff4e4e;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1a214a;
  border-color: #1a214a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1a214a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7986d0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fef9f0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff2ea;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #93db7b;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #1a214a;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1a214a;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1a214a;
  border-bottom-color: #1a214a;
}
.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: #1a214a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #7fa8d7 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-sUsX1wGJNs {
  z-index: 1000;
  width: 100%;
}
.cid-sUsX1wGJNs nav.navbar {
  position: fixed;
}
.cid-sUsX1wGJNs .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-sUsX1wGJNs .wrapper {
    padding: 0;
  }
}
.cid-sUsX1wGJNs .btn {
  border-radius: 30px;
}
.cid-sUsX1wGJNs .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-sUsX1wGJNs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sUsX1wGJNs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUsX1wGJNs .dropdown-item:hover,
.cid-sUsX1wGJNs .dropdown-item:focus {
  background: #1a214a !important;
  color: white !important;
}
.cid-sUsX1wGJNs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sUsX1wGJNs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sUsX1wGJNs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-sUsX1wGJNs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUsX1wGJNs .nav-link {
  position: relative;
}
.cid-sUsX1wGJNs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sUsX1wGJNs .dropdown-menu,
.cid-sUsX1wGJNs .navbar.opened {
  background: #1a214a !important;
}
.cid-sUsX1wGJNs .nav-item:focus,
.cid-sUsX1wGJNs .nav-link:focus {
  outline: none;
}
.cid-sUsX1wGJNs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUsX1wGJNs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUsX1wGJNs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sUsX1wGJNs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUsX1wGJNs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUsX1wGJNs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUsX1wGJNs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 33, 74, 0.6);
}
.cid-sUsX1wGJNs .navbar.opened {
  transition: all 0.3s;
}
.cid-sUsX1wGJNs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sUsX1wGJNs .navbar .navbar-logo img {
  width: auto;
}
.cid-sUsX1wGJNs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUsX1wGJNs .navbar.collapsed {
  justify-content: center;
}
.cid-sUsX1wGJNs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUsX1wGJNs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sUsX1wGJNs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUsX1wGJNs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUsX1wGJNs .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-sUsX1wGJNs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUsX1wGJNs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sUsX1wGJNs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sUsX1wGJNs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUsX1wGJNs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUsX1wGJNs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUsX1wGJNs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUsX1wGJNs .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-sUsX1wGJNs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sUsX1wGJNs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUsX1wGJNs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUsX1wGJNs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUsX1wGJNs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUsX1wGJNs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sUsX1wGJNs .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUsX1wGJNs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sUsX1wGJNs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sUsX1wGJNs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sUsX1wGJNs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUsX1wGJNs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUsX1wGJNs .dropdown-item.active,
.cid-sUsX1wGJNs .dropdown-item:active {
  background-color: transparent;
}
.cid-sUsX1wGJNs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUsX1wGJNs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUsX1wGJNs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUsX1wGJNs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a214a;
}
.cid-sUsX1wGJNs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUsX1wGJNs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUsX1wGJNs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUsX1wGJNs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUsX1wGJNs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-sUsX1wGJNs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fb7522;
}
.cid-sUsX1wGJNs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sUsX1wGJNs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUsX1wGJNs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUsX1wGJNs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sUsX1wGJNs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUsX1wGJNs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sUsX1wGJNs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sUsX1wGJNs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUsX1wGJNs .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-sUsX1wGJNs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUsX1wGJNs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sUsX1wGJNs .navbar {
    height: 70px;
  }
  .cid-sUsX1wGJNs .navbar.opened {
    height: auto;
  }
  .cid-sUsX1wGJNs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTXyv6txW7 {
  background-image: url("../../../assets/images/background1-4-1920x1280.jpg");
}
.cid-sTXyv6txW7 .mbr-arrow {
  background: none;
}
.cid-sTXyv6txW7 .container-fluid {
  position: relative;
}
.cid-sTXyv6txW7 .page-title-content .mbr-iconfont {
  font-size: 31px;
  margin-top: -10px;
  color: #ffd03a;
}
.cid-sTXyv6txW7 .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-sTXyv6txW7 .page-title-content p > span {
  font-size: 39px !important;
  color: #ffd03a;
  margin-left: 1rem !important;
}
@media (max-width: 576px) {
  .cid-sTXyv6txW7 .page-title-content {
    text-align: center;
  }
}
.cid-sTXyv6txW7 .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-sTXyv6txW7 .mbr-section-btn {
  color: #ffffff;
  margin-left: 0;
  margin-right: 0;
}
.cid-sTXyv6txW7 .mbr-section-btn .btn:hover {
  color: #ffffff !important;
}
.cid-sTXyv6txW7 .mbr-section-btn a {
  display: inline-block;
  color: #f1a631;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sTXyv6txW7 .mbr-section-btn a:not(:first-child) {
  margin-left: 20px;
}
.cid-sTXyv6txW7 .mbr-section-btn a:after {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sTXyv6txW7 .mbr-section-btn a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 9px;
}
.cid-sTXyv6txW7 .mbr-section-btn a:hover:after,
.cid-sTXyv6txW7 .mbr-section-btn a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sTXyv6txW7 .mbr-section-btn a:hover:before,
.cid-sTXyv6txW7 .mbr-section-btn a:focus:before {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sTXyv6txW7 .text {
  margin: 0px;
  margin-top: 67px;
}
.cid-sTXyv6txW7 .scroll-text {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.cid-sTXyv6txW7 .scroll-text:hover {
  opacity: 0.5;
}
.cid-sTXyv6txW7 .mbr-arrow {
  bottom: 0px;
  right: -100px;
  background-color: "file:///C:/Users/shami/AppData/Local/Mobirise.com/Mobirise/projects/project-2022-01-09_042327/assets/images/background1-4-1920x1280.jpg";
}
.cid-sTXyv6txW7 .mbr-arrow .mbr-iconfont {
  color: #ffd03a;
  font-size: 51px;
}
.cid-sTXyv6txW7 .mbr-arrow > a > i {
  left: -27px;
  font-style: normal;
  line-height: 1;
}
.cid-sTXyv6txW7 .down {
  margin-top: 126px;
}
@media (max-width: 768px) {
  .cid-sTXyv6txW7 .down {
    display: none;
  }
}
.cid-sTXyv6txW7 .social-links .mbr-iconfont {
  color: #ffd03a;
}
.cid-sTXyv6txW7 .social-links .link {
  margin-left: 10px;
  margin-right: 10px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  color: #ffffff;
}
.cid-sTXyv6txW7 .social-links .link:hover {
  opacity: 0.5;
}
.cid-sTXyv6txW7 .btn {
  padding: 0.7rem 2.2rem;
}
.cid-sTXyv6txW7 a.text-white:hover,
.cid-sTXyv6txW7 a.text-white:focus {
  color: #ffffff !important;
}
.cid-sTXyv6txW7 .text,
.cid-sTXyv6txW7 .mbr-section-btn {
  color: #ffffff;
}
.cid-sUi9MjWWZc {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-sUi9MjWWZc .container-fluid {
  position: relative;
}
.cid-sUi9MjWWZc .page-title-content {
  width: 100%;
}
.cid-sUi9MjWWZc .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-sUi9MjWWZc .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-sUi9MjWWZc .page-title-content {
    text-align: center;
  }
}
.cid-sUi9MjWWZc .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-sUi9MjWWZc a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sUi9MjWWZc a:not(:first-child) {
  margin-left: 20px;
}
.cid-sUi9MjWWZc a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sUi9MjWWZc a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-sUi9MjWWZc a:hover:after,
.cid-sUi9MjWWZc a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sUi9MjWWZc a:hover:before,
.cid-sUi9MjWWZc a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sUi9MjWWZc a.text-white:hover,
.cid-sUi9MjWWZc a.text-white:focus {
  color: #ffffff !important;
}
.cid-sUi9MjWWZc .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sUi9MjWWZc .page-title-content .title,
.cid-sUi9MjWWZc .icon-section,
.cid-sUi9MjWWZc .mbr-section-btn {
  color: #000000;
}
.cid-sUi9MjWWZc .text {
  color: #000000;
}
.cid-sUhDBLcTt5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  background-color: #121525;
}
.cid-sUhDBLcTt5 .mark_text {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.3em;
  font-weight: 600;
  color: #202020;
}
.cid-sUhDBLcTt5 .mbr-section-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-sUhDBLcTt5 .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-sUhDBLcTt5 .mbr-text {
  color: #ffffff;
}
.cid-sUhDBLcTt5 .card_title {
  color: #ff8f00;
  line-height: 1.2727em;
  margin-bottom: 0;
}
.cid-sUhDBLcTt5 .card_content {
  margin: 26px 0 23px;
}
.cid-sUhDBLcTt5 .two_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-color: #1a214a;
  z-index: 0;
}
.cid-sUhDBLcTt5 img,
.cid-sUhDBLcTt5 .item-img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}
.cid-sUhDBLcTt5 .item {
  margin-bottom: 30px;
}
.cid-sUhDBLcTt5 .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-sUhDBLcTt5 .card_text {
  color: #f0feff;
  margin-top: 4px;
}
.cid-sUhDBLcTt5 .item-img {
  position: relative;
}
.cid-sUhDBLcTt5 .item-img .mbr-section-btn {
  position: absolute;
  margin-left: 3px;
  top: 53%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  opacity: 0;
  transition: opacity 0.2s ease-out, top 0.2s ease-out;
  transform: translate(-50%, -50%);
}
.cid-sUhDBLcTt5 .item-img:hover .mbr-section-btn {
  top: 50%;
  opacity: 1;
}
.cid-sU0pyH1Uug {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #121525;
}
.cid-sU0pyH1Uug .mbr-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sU0pyH1Uug p {
    text-align: center;
  }
  .cid-sU0pyH1Uug .row {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.cid-sTXF3bQF9K {
  overflow: hidden;
  background-color: #121525;
}
.cid-sTXF3bQF9K section {
  padding-bottom: 0 !important;
}
.cid-sTXF3bQF9K .container-fluid {
  position: relative;
  padding: 0 !important;
}
.cid-sTXF3bQF9K h1 {
  line-height: 1.4;
}
.cid-sTXF3bQF9K .second {
  display: none;
}
.cid-sTXF3bQF9K .wrapper {
  position: relative;
}
.cid-sTXF3bQF9K .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-sTXF3bQF9K .img1 {
  width: calc(215%);
  -o-object-fit: cover;
  object-fit: cover;
  height: 800px;
  margin-left: -37rem;
  overflow: hidden;
}
.cid-sTXF3bQF9K .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-sTXF3bQF9K .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-sTXF3bQF9K .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-sTXF3bQF9K .title {
  position: absolute;
  right: 0rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-sTXF3bQF9K .title:before {
  content: "";
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-sTXF3bQF9K .img1 {
    width: calc(185%);
    margin-left: -16rem;
  }
  .cid-sTXF3bQF9K .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sTXF3bQF9K .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-sTXF3bQF9K .shape {
  width: 223px;
  height: 245px;
  border: 4px solid #fb7522;
  color: #ffffff;
  display: block;
  position: absolute;
  top: 25rem;
  left: 0;
}
.cid-sTXF3bQF9K .shape p {
  margin-left: 5rem;
  width: 154%;
  margin-top: 6rem;
}
@media (max-width: 992px) {
  .cid-sTXF3bQF9K .shape {
    left: 55%;
  }
  .cid-sTXF3bQF9K .left {
    display: none;
  }
  .cid-sTXF3bQF9K .second {
    display: block;
    position: absolute;
    top: 36%;
    left: 12%;
  }
  .cid-sTXF3bQF9K a.second {
    margin-top: 30%;
  }
  .cid-sTXF3bQF9K .img1 {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 805px) {
  .cid-sTXF3bQF9K .second {
    top: 20%;
  }
  .cid-sTXF3bQF9K a.second {
    margin-top: 51%;
  }
}
@media (max-width: 767px) {
  .cid-sTXF3bQF9K .shape {
    display: none;
  }
  .cid-sTXF3bQF9K .second {
    left: 0;
  }
  .cid-sTXF3bQF9K a.second {
    margin-top: 50%;
    width: 100%;
    text-align: center;
  }
  .cid-sTXF3bQF9K a.second::after,
  .cid-sTXF3bQF9K a.second::before {
    display: none;
  }
}
@media (max-width: 500px) {
  .cid-sTXF3bQF9K a.second {
    margin-top: 55% !important;
  }
}
.cid-sTXF3bQF9K a {
  display: inline-block;
  color: #fb7522;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sTXF3bQF9K a:after {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sTXF3bQF9K a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 9px;
}
.cid-sTXF3bQF9K a:hover:after,
.cid-sTXF3bQF9K a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sTXF3bQF9K a:hover:before,
.cid-sTXF3bQF9K a:focus:before {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sTXF3bQF9K .right {
  padding: 0 !important;
}
.cid-sTXF3bQF9K .left {
  z-index: 100;
}
.cid-sTXF3bQF9K a.text-info:hover,
.cid-sTXF3bQF9K a.text-info:focus {
  color: #fb7522 !important;
}
.cid-sTXF3bQF9K .mbr-text {
  color: #ff8f00;
}
.cid-sTXF3bQF9K .mbr-light {
  color: #ffffff;
}
.cid-sUhI4d02XC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sUhI4d02XC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sUhI4d02XC .row {
    flex-direction: column-reverse;
  }
  .cid-sUhI4d02XC .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sUhI4d02XC .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sUhI4d02XC .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sUhI4d02XC .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-sUhI4d02XC .card-title {
  color: #0d0f1c;
  text-align: center;
}
.cid-sUhI4d02XC .mbr-text,
.cid-sUhI4d02XC .mbr-section-btn {
  color: #1a214a;
  text-align: center;
}
.cid-sUhJbwH0mz {
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-sUhJbwH0mz .mbr-section-title {
  color: #ffffff;
}
.cid-sUhJbwH0mz .mbr-text,
.cid-sUhJbwH0mz .mbr-section-title {
  color: #0d0f1c;
  text-align: center;
}
.cid-sUhJbwH0mz .mbr-section-title,
.cid-sUhJbwH0mz .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sUhNqsMBYt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sUhNqsMBYt .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #232323;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sUhNqsMBYt .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sUhNqsMBYt .photo-split {
  padding: 0;
}
.cid-sUhNqsMBYt .photo-split img {
  width: 100%;
}
.cid-sUhNqsMBYt .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sUhNqsMBYt .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sUhNqsMBYt .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-sUhNqsMBYt .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-sUhNqsMBYt .wrap-block {
  padding: 3rem 3rem;
}
.cid-sUhNqsMBYt .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sUhNqsMBYt .wrap-block ul li {
  display: inline-block;
}
.cid-sUhNqsMBYt .wrap-block ul li span {
  text-align: center;
}
.cid-sUhNqsMBYt .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-sUhNqsMBYt .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sUhNqsMBYt .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sUhNqsMBYt .mbr-list,
.cid-sUhNqsMBYt .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-sUhNqsMBYt .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sUhNqsMBYt .mbr-section-title,
  .cid-sUhNqsMBYt .mbr-section-subtitle,
  .cid-sUhNqsMBYt .mbr-text {
    text-align: center !important;
  }
  .cid-sUhNqsMBYt .social-list {
    text-align: center !important;
  }
}
.cid-sUhNqsMBYt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sUhNqsMBYt .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-sUjri1sHUA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sUjri1sHUA img {
  width: 90%;
}
.cid-sUjri1sHUA .mbr-text,
.cid-sUjri1sHUA .mbr-section-btn {
  color: black;
  text-align: center;
}
.cid-sUjri1sHUA h2 {
  padding-left: 11rem;
}
.cid-sUjri1sHUA p {
  padding-right: 8rem;
}
.cid-sUjri1sHUA .separator {
  margin-bottom: 1px;
  margin-top: 38px;
  margin-left: 0;
  margin-right: auto;
  width: 30%;
}
.cid-sUjri1sHUA .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  min-width: 10%;
}
.cid-sUjri1sHUA .separator .sep-holder .sep-line {
  border-color: #fb7522 !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 2px solid #ebebeb;
  position: relative;
  top: 1px;
}
@media (max-width: 992px) {
  .cid-sUjri1sHUA h2 {
    text-align: center;
    padding-left: 0;
  }
  .cid-sUjri1sHUA img {
    width: 100%;
  }
  .cid-sUjri1sHUA .pb-5 {
    padding-bottom: 1rem !important;
  }
  .cid-sUjri1sHUA p {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sUjri1sHUA h2 {
    text-align: left !important;
    padding-left: 0 !important;
  }
  .cid-sUjri1sHUA p {
    text-align: left !important;
    position: relative;
  }
}
.cid-sUjri1sHUA H2 {
  text-align: center;
}
.cid-sUhQzbqXUD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #efefef;
}
.cid-sUhQzbqXUD .oldcost {
  text-decoration: line-through;
  color: #6592e6;
}
.cid-sUhQzbqXUD .bg {
  background: #ffffff;
}
.cid-sUhQzbqXUD .img-col {
  padding: 0;
}
.cid-sUhQzbqXUD .icon-col {
  padding: 2rem 0;
}
.cid-sUhQzbqXUD .icon-col:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  height: 9999px;
  width: 2px;
  content: '';
}
.cid-sUhQzbqXUD .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #fb7522;
  position: relative;
  z-index: 1;
  margin: auto;
  transition: all 0.4s;
  width: fit-content;
  justify-content: center;
  margin-bottom: 3rem;
  background: #ffffff;
  padding: 1rem;
  border-radius: 50%;
}
.cid-sUhQzbqXUD .row,
.cid-sUhQzbqXUD .icon-col {
  overflow: visible;
}
.cid-sUhQzbqXUD .currentcost {
  color: #232323;
}
.cid-sUhQzbqXUD .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sUhQzbqXUD img {
  transition: all 0.3s;
  position: relative;
  z-index: 10;
}
.cid-sUhQzbqXUD .image-wrapper {
  overflow: hidden;
  z-index: 10;
}
.cid-sUhQzbqXUD .card-wrapper {
  border-radius: 4px;
  overflow: visible;
  padding: 0 1rem;
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-sUhQzbqXUD .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sUhQzbqXUD .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sUhQzbqXUD .text-box {
    padding: 2rem 1rem;
  }
}
.cid-sUhQzbqXUD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sUhQzbqXUD H5 {
  color: #3098f3;
}
.cid-sUhQzbqXUD .link,
.cid-sUhQzbqXUD .link-wrap {
  text-align: left;
}
.cid-sUhQzbqXUD .mbr-sub-title {
  text-align: left;
}
.cid-sUhQzbqXUD .mbr-title {
  text-align: center;
}
.cid-sUhQzbqXUD .mbr-text {
  text-align: center;
}
.cid-sUvIM5hqph {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #1a214a;
}
.cid-sUvIM5hqph .mbr-section-subtitle,
.cid-sUvIM5hqph .item-subtitle,
.cid-sUvIM5hqph .item-title {
  margin-bottom: 12px;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-sUvIM5hqph .main_title {
    padding-right: 1rem;
  }
}
.cid-sUvIM5hqph .card_item {
  margin-bottom: 60px;
}
@media (min-width: 991px) {
  .cid-sUvIM5hqph .card_item:nth-child(2n+2) {
    margin-bottom: 0;
  }
  .cid-sUvIM5hqph .card_item:nth-child(3n+3) {
    margin-bottom: 0;
  }
}
.cid-sUvIM5hqph .card_item:hover .card_wrapper:before {
  height: 100%;
}
.cid-sUvIM5hqph .card_wrapper {
  position: relative;
  padding-left: 50px;
  border-left: 1px solid #cccccc;
}
.cid-sUvIM5hqph .card_wrapper:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  top: 0;
  left: -1px;
  background: #7fa8d7;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sUvIM5hqph .card_wrapper:hover .item-title a {
  color: #7fa8d7 !important;
}
.cid-sUvIM5hqph .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sUvIM5hqph .mbr-section-btn .btn-secondary-outline:hover,
.cid-sUvIM5hqph .mbr-section-btn .btn-secondary-outline .active,
.cid-sUvIM5hqph .mbr-section-btn .btn-secondary-outline:focus {
  color: #1a214a !important;
}
@media (max-width: 991px) {
  .cid-sUvIM5hqph .main_title {
    margin-bottom: 50px;
  }
  .cid-sUvIM5hqph .card_item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-sUvIM5hqph .card_wrapper {
    padding-left: 20px;
  }
  .cid-sUvIM5hqph .card_item {
    margin-bottom: 30px;
  }
}
.cid-sUvIM5hqph .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-sUvIM5hqph .item-subtitle {
  color: #fb7522;
  text-align: center;
}
.cid-sUvIM5hqph .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sUvIM5hqph .item-title {
  color: #fafafa;
  text-align: center;
}
.cid-sUkwvjHpdq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e8ebe8;
}
.cid-sUkwvjHpdq .mbr-link p {
  display: inline;
  padding-bottom: 2px;
}
.cid-sUkwvjHpdq .mbr-link p span {
  margin-left: 12px;
}
.cid-sUkwvjHpdq .item-img {
  overflow: hidden;
}
.cid-sUkwvjHpdq .item-img img {
  transition: all .5s ease;
}
.cid-sUkwvjHpdq img,
.cid-sUkwvjHpdq .item-img {
  width: 100%;
}
.cid-sUkwvjHpdq .mbr-section-subtitle {
  margin-bottom: 80px;
  text-align: center;
  color: #464646;
}
.cid-sUkwvjHpdq .item:focus,
.cid-sUkwvjHpdq span:focus {
  outline: none;
}
.cid-sUkwvjHpdq .item {
  cursor: pointer;
  margin-bottom: 100px;
}
.cid-sUkwvjHpdq .item-wrapper:nth-child(odd) {
  margin-right: 30px;
}
.cid-sUkwvjHpdq .item-wrapper:nth-child(even) {
  margin-left: 30px;
}
.cid-sUkwvjHpdq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e8ebe8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sUkwvjHpdq .item-wrapper .item-content {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-sUkwvjHpdq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sUkwvjHpdq .item-wrapper:hover .item-img img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-sUkwvjHpdq .item-wrapper:hover .item-title,
.cid-sUkwvjHpdq .item-wrapper:hover .mbr-link p {
  opacity: .85;
}
@media (max-width: 768px) {
  .cid-sUkwvjHpdq .item {
    margin-bottom: 80px;
  }
  .cid-sUkwvjHpdq .item-wrapper {
    margin-bottom: 2px;
  }
  .cid-sUkwvjHpdq .item-wrapper:nth-child(odd) {
    margin-right: 0;
  }
  .cid-sUkwvjHpdq .item-wrapper:nth-child(even) {
    margin-left: 0;
  }
}
.cid-sUkwvjHpdq .mbr-text,
.cid-sUkwvjHpdq .mbr-section-btn {
  color: #464646;
}
.cid-sUkwvjHpdq .mbr-section-title {
  text-align: center;
}
.cid-sUkwvjHpdq .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-sUkwvjHpdq .item-title {
  text-align: center;
}
.cid-sUFSSiH5NP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sUFSSiH5NP .mbr-section-subtitle {
  color: #b18161;
  padding-bottom: 13px;
  text-transform: uppercase;
}
.cid-sUFSSiH5NP .mbr-section-title {
  padding-bottom: 30px;
  color: #1a214a;
  text-align: center;
}
.cid-sUFSSiH5NP .role {
  color: #52586a;
}
.cid-sUFSSiH5NP .name {
  color: #111213;
}
.cid-sUFSSiH5NP a {
  font-weight: 400 !important;
}
.cid-sUFRTtnmYc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sUFRTtnmYc .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sUFRTtnmYc .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sUFRTtnmYc .row {
    padding: 0 0.75rem;
  }
}
.cid-sUFRTtnmYc .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sUFRTtnmYc .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sUFRTtnmYc .card-text {
  color: #555555;
}
.cid-sUFRTtnmYc .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sUFRTtnmYc .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sUFRTtnmYc .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sUFRTtnmYc .card-box {
    text-align: center;
  }
}
.cid-sUFRTtnmYc .card:nth-child(1) .icon-box {
  background: #ff8f00;
}
.cid-sUFRTtnmYc .card:nth-child(2) .icon-box {
  background: #1a214a;
}
.cid-sUFRTtnmYc .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sUFRTtnmYc .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sU0pyH1Uug {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #121525;
}
.cid-sU0pyH1Uug .mbr-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sU0pyH1Uug p {
    text-align: center;
  }
  .cid-sU0pyH1Uug .row {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.cid-sUsX1wGJNs {
  z-index: 1000;
  width: 100%;
}
.cid-sUsX1wGJNs nav.navbar {
  position: fixed;
}
.cid-sUsX1wGJNs .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-sUsX1wGJNs .wrapper {
    padding: 0;
  }
}
.cid-sUsX1wGJNs .btn {
  border-radius: 30px;
}
.cid-sUsX1wGJNs .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-sUsX1wGJNs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sUsX1wGJNs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUsX1wGJNs .dropdown-item:hover,
.cid-sUsX1wGJNs .dropdown-item:focus {
  background: #1a214a !important;
  color: white !important;
}
.cid-sUsX1wGJNs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sUsX1wGJNs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sUsX1wGJNs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-sUsX1wGJNs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUsX1wGJNs .nav-link {
  position: relative;
}
.cid-sUsX1wGJNs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sUsX1wGJNs .dropdown-menu,
.cid-sUsX1wGJNs .navbar.opened {
  background: #1a214a !important;
}
.cid-sUsX1wGJNs .nav-item:focus,
.cid-sUsX1wGJNs .nav-link:focus {
  outline: none;
}
.cid-sUsX1wGJNs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUsX1wGJNs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUsX1wGJNs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sUsX1wGJNs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUsX1wGJNs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUsX1wGJNs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUsX1wGJNs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 33, 74, 0.6);
}
.cid-sUsX1wGJNs .navbar.opened {
  transition: all 0.3s;
}
.cid-sUsX1wGJNs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sUsX1wGJNs .navbar .navbar-logo img {
  width: auto;
}
.cid-sUsX1wGJNs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUsX1wGJNs .navbar.collapsed {
  justify-content: center;
}
.cid-sUsX1wGJNs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUsX1wGJNs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sUsX1wGJNs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUsX1wGJNs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUsX1wGJNs .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-sUsX1wGJNs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUsX1wGJNs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sUsX1wGJNs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sUsX1wGJNs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUsX1wGJNs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUsX1wGJNs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUsX1wGJNs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUsX1wGJNs .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-sUsX1wGJNs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sUsX1wGJNs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUsX1wGJNs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUsX1wGJNs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUsX1wGJNs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUsX1wGJNs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sUsX1wGJNs .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUsX1wGJNs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sUsX1wGJNs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sUsX1wGJNs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sUsX1wGJNs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUsX1wGJNs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUsX1wGJNs .dropdown-item.active,
.cid-sUsX1wGJNs .dropdown-item:active {
  background-color: transparent;
}
.cid-sUsX1wGJNs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUsX1wGJNs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUsX1wGJNs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUsX1wGJNs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a214a;
}
.cid-sUsX1wGJNs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUsX1wGJNs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUsX1wGJNs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUsX1wGJNs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUsX1wGJNs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-sUsX1wGJNs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fb7522;
}
.cid-sUsX1wGJNs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sUsX1wGJNs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUsX1wGJNs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUsX1wGJNs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sUsX1wGJNs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUsX1wGJNs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sUsX1wGJNs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sUsX1wGJNs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUsX1wGJNs .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-sUsX1wGJNs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUsX1wGJNs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sUsX1wGJNs .navbar {
    height: 70px;
  }
  .cid-sUsX1wGJNs .navbar.opened {
    height: auto;
  }
  .cid-sUsX1wGJNs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sU05JAnff7 {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sU05JAnff7 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sU05JAnff7 .mbr-text,
.cid-sU05JAnff7 .mbr-section-btn {
  color: #ffffff;
}
.cid-sU05JAnff7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sU05JAnff7 .container-text {
  margin-top: 6.31rem;
  margin-bottom: 0.63rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-sU05JAnff7 .container-text {
    margin-top: 6.25rem;
  }
}
@media (max-width: 767px) {
  .cid-sU05JAnff7 .container-text {
    margin-top: 4.37rem;
  }
}
@media (max-width: 479px) {
  .cid-sU05JAnff7 .container-text {
    margin-top: 3.75rem;
  }
}
.cid-sU05JAnff7 .container {
  align-items: flex-start;
  box-shadow: 0 0 0 0 rgba(255, 142, 94, 0.5);
}
.cid-sU05JAnff7 .mbr-section-subtitle,
.cid-sU05JAnff7 .mbr-section-btn {
  text-align: center;
}
.cid-sUhSVORztx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #edfbff;
}
.cid-sUhSVORztx p {
  color: #767676;
}
.cid-sUhSVORztx .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sUhSVORztx .row-element,
.cid-sUhSVORztx .image-element {
  padding: 0;
}
.cid-sUhSVORztx .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sUhSVORztx .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sUhSVORztx .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sUhSVORztx .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #1a214a, #7fa8d7);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sUhSVORztx .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-sUhSVORztx .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sUhSVORztx .text-content {
    padding: 2rem 1rem;
  }
  .cid-sUhSVORztx .underline .line {
    height: 2px;
  }
  .cid-sUhSVORztx .mbr-title,
  .cid-sUhSVORztx .underline,
  .cid-sUhSVORztx .mbr-text,
  .cid-sUhSVORztx .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sUhSVORztx .mbr-text,
.cid-sUhSVORztx .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sUhSVORztx .mbr-title,
.cid-sUhSVORztx .underline {
  text-align: left;
}
.cid-sUhlXf2eX7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edfbff;
}
.cid-sUhlXf2eX7 .mbr-section-subtitle {
  color: #b18161;
  padding-bottom: 13px;
  text-transform: uppercase;
}
.cid-sUhlXf2eX7 .mbr-section-title {
  padding-bottom: 30px;
  color: #121525;
  text-align: center;
}
.cid-sUhlXf2eX7 .role {
  color: #52586a;
}
.cid-sUhlXf2eX7 .name {
  color: #111213;
}
.cid-sUhlXf2eX7 a {
  font-weight: 400 !important;
}
.cid-sU0eanX31l {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #edfbff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sU0eanX31l .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sU0eanX31l .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sU0eanX31l .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sU0eanX31l .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sU0eanX31l .container {
  padding: 0;
}
.cid-sU0eanX31l .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sU0eanX31l .icon-focus {
  display: none;
}
.cid-sU0eanX31l .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #808080 !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-sU0eanX31l .btn[class*=-outline]:hover,
.cid-sU0eanX31l .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-sU0eanX31l li:hover .btn-primary-outline,
.cid-sU0eanX31l li:active .btn-primary-outline,
.cid-sU0eanX31l li.active .btn-primary-outline {
  color: #1a214a !important;
}
.cid-sU0eanX31l li:hover .btn-secondary-outline,
.cid-sU0eanX31l li:active .btn-secondary-outline,
.cid-sU0eanX31l li.active .btn-secondary-outline {
  color: #7fa8d7 !important;
}
.cid-sU0eanX31l li:hover .btn-info-outline,
.cid-sU0eanX31l li:active .btn-info-outline,
.cid-sU0eanX31l li.active .btn-info-outline {
  color: #fb7522 !important;
}
.cid-sU0eanX31l li:hover .btn-warning-outline,
.cid-sU0eanX31l li:active .btn-warning-outline,
.cid-sU0eanX31l li.active .btn-warning-outline {
  color: #4da92e !important;
}
.cid-sU0eanX31l li:hover .btn-white-outline,
.cid-sU0eanX31l li:active .btn-white-outline,
.cid-sU0eanX31l li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-sU0eanX31l li:hover .btn-black-outline,
.cid-sU0eanX31l li:active .btn-black-outline,
.cid-sU0eanX31l li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-sU0eanX31l li:hover .btn-success-outline,
.cid-sU0eanX31l li:active .btn-success-outline,
.cid-sU0eanX31l li.active .btn-success-outline {
  color: #f1a631 !important;
}
.cid-sU0eanX31l li:hover .btn-danger-outline,
.cid-sU0eanX31l li:active .btn-danger-outline,
.cid-sU0eanX31l li.active .btn-danger-outline {
  color: #ff4e4e !important;
}
.cid-sU0eanX31l li {
  position: relative;
}
.cid-sU0eanX31l .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-sU0eanX31l .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sU0eanX31l .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sU0eanX31l .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-sU0eanX31l .btn {
  font-family: Barlow !important;
}
.cid-sU0eanX31l .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sU0eanX31l .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-sU0eanX31l .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-sU0eanX31l .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-sUhTlwiUxo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sUhTlwiUxo p {
  color: #767676;
}
.cid-sUhTlwiUxo .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sUhTlwiUxo .row-element,
.cid-sUhTlwiUxo .image-element {
  padding: 0;
}
.cid-sUhTlwiUxo .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sUhTlwiUxo .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sUhTlwiUxo .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sUhTlwiUxo .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #1a214a, #7fa8d7);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sUhTlwiUxo .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-sUhTlwiUxo .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sUhTlwiUxo .text-content {
    padding: 2rem 1rem;
  }
  .cid-sUhTlwiUxo .underline .line {
    height: 2px;
  }
  .cid-sUhTlwiUxo .mbr-title,
  .cid-sUhTlwiUxo .underline,
  .cid-sUhTlwiUxo .mbr-text,
  .cid-sUhTlwiUxo .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sUhTlwiUxo .mbr-title,
.cid-sUhTlwiUxo .underline {
  color: #000000;
  text-align: left;
}
.cid-sUhTlwiUxo .mbr-text,
.cid-sUhTlwiUxo .mbr-section-btn {
  color: #09120d;
  text-align: left;
}
.cid-sUzK0bN9kd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sUzK0bN9kd img {
  width: 90%;
}
.cid-sUzK0bN9kd h3 {
  line-height: 1;
  padding-left: 3.9rem;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.cid-sUzK0bN9kd h3:after {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sUzK0bN9kd h3::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 9px;
}
.cid-sUzK0bN9kd h3:hover:after,
.cid-sUzK0bN9kd h3:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sUzK0bN9kd h3:hover:before,
.cid-sUzK0bN9kd h3:focus:before {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sUzK0bN9kd h2 {
  padding-left: 4rem;
}
.cid-sUzK0bN9kd h2 .wrap:before {
  content: "";
  position: absolute;
  background: currentColor;
  top: 15%;
  left: -1.5rem;
  width: 70px;
  height: 2px;
  display: none;
}
.cid-sUzK0bN9kd .img1 {
  top: -6%;
}
@media (max-width: 1200px) {
  .cid-sUzK0bN9kd h2 .wrap::before {
    top: 12%;
    left: 0rem;
    width: 60px;
  }
}
@media (max-width: 992px) {
  .cid-sUzK0bN9kd img {
    width: 100%;
  }
  .cid-sUzK0bN9kd .pb-5 {
    padding-bottom: 1rem !important;
  }
  .cid-sUzK0bN9kd h2 {
    line-height: 3rem;
    padding-left: 0;
  }
  .cid-sUzK0bN9kd h2 .wrap::before {
    display: none;
  }
  .cid-sUzK0bN9kd h3 {
    padding-left: 15px;
  }
  .cid-sUzK0bN9kd .align-left {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-sUzK0bN9kd h2 {
    padding-left: 0;
  }
  .cid-sUzK0bN9kd h2 .wrap::before {
    display: none;
  }
  .cid-sUzK0bN9kd h3 {
    margin: auto 0;
  }
  .cid-sUzK0bN9kd p {
    margin-top: 1rem;
    padding: 1rem;
  }
  .cid-sUzK0bN9kd .align-left {
    padding: 1rem;
  }
  .cid-sUzK0bN9kd .icon-wrap {
    margin: auto 0;
  }
}
.cid-sUzK0bN9kd .mbr-iconfont {
  color: #5263b8;
  font-size: 4rem;
}
@media (max-width: 576px) {
  .cid-sUzK0bN9kd .mbr-section-title {
    padding-bottom: 0 !important;
  }
  .cid-sUzK0bN9kd .mbr-section-subtitle {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .cid-sUzK0bN9kd .text2 {
    margin-top: 0px;
    padding-top: 8px;
  }
}
.cid-sUzK0bN9kd .mbr-section-subtitle {
  color: #1a214a;
  text-align: center;
}
.cid-sUzK0bN9kd .mbr-section-title DIV {
  text-align: center;
}
.cid-sUozwmpGqM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-sUozwmpGqM img {
  width: 90%;
}
.cid-sUozwmpGqM h3 {
  line-height: 1;
  padding-left: 3.9rem;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.cid-sUozwmpGqM h3:after {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sUozwmpGqM h3::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 9px;
}
.cid-sUozwmpGqM h3:hover:after,
.cid-sUozwmpGqM h3:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sUozwmpGqM h3:hover:before,
.cid-sUozwmpGqM h3:focus:before {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sUozwmpGqM h2 {
  padding-left: 4rem;
}
.cid-sUozwmpGqM h2 .wrap:before {
  content: "";
  position: absolute;
  background: currentColor;
  top: 15%;
  left: -1.5rem;
  width: 70px;
  height: 2px;
  display: none;
}
.cid-sUozwmpGqM .img1 {
  top: -6%;
}
@media (max-width: 1200px) {
  .cid-sUozwmpGqM h2 .wrap::before {
    top: 12%;
    left: 0rem;
    width: 60px;
  }
}
@media (max-width: 992px) {
  .cid-sUozwmpGqM img {
    width: 100%;
  }
  .cid-sUozwmpGqM .pb-5 {
    padding-bottom: 1rem !important;
  }
  .cid-sUozwmpGqM h2 {
    line-height: 3rem;
    padding-left: 0;
  }
  .cid-sUozwmpGqM h2 .wrap::before {
    display: none;
  }
  .cid-sUozwmpGqM h3 {
    padding-left: 15px;
  }
  .cid-sUozwmpGqM .align-left {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-sUozwmpGqM h2 {
    padding-left: 0;
  }
  .cid-sUozwmpGqM h2 .wrap::before {
    display: none;
  }
  .cid-sUozwmpGqM h3 {
    margin: auto 0;
  }
  .cid-sUozwmpGqM p {
    margin-top: 1rem;
    padding: 1rem;
  }
  .cid-sUozwmpGqM .align-left {
    padding: 1rem;
  }
  .cid-sUozwmpGqM .icon-wrap {
    margin: auto 0;
  }
}
.cid-sUozwmpGqM .mbr-iconfont {
  color: #5263b8;
  font-size: 4rem;
}
@media (max-width: 576px) {
  .cid-sUozwmpGqM .mbr-section-title {
    padding-bottom: 0 !important;
  }
  .cid-sUozwmpGqM .mbr-section-subtitle {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .cid-sUozwmpGqM .text2 {
    margin-top: 0px;
    padding-top: 8px;
  }
}
.cid-sUozwmpGqM .mbr-section-subtitle {
  color: #1a214a;
  text-align: center;
}
.cid-sUozwmpGqM .mbr-section-title DIV {
  text-align: right;
}
.cid-sUiUQwfxLJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-sUiUQwfxLJ img {
  width: 90%;
}
.cid-sUiUQwfxLJ h3 {
  line-height: 1;
  padding-left: 3.9rem;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.cid-sUiUQwfxLJ h3:after {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sUiUQwfxLJ h3::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 9px;
}
.cid-sUiUQwfxLJ h3:hover:after,
.cid-sUiUQwfxLJ h3:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sUiUQwfxLJ h3:hover:before,
.cid-sUiUQwfxLJ h3:focus:before {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sUiUQwfxLJ h2 {
  padding-left: 4rem;
}
.cid-sUiUQwfxLJ h2 .wrap:before {
  content: "";
  position: absolute;
  background: currentColor;
  top: 15%;
  left: -1.5rem;
  width: 70px;
  height: 2px;
}
.cid-sUiUQwfxLJ .img1 {
  top: -6%;
}
@media (max-width: 1200px) {
  .cid-sUiUQwfxLJ h2 .wrap::before {
    top: 12%;
    left: 0rem;
    width: 60px;
  }
}
@media (max-width: 992px) {
  .cid-sUiUQwfxLJ img {
    width: 100%;
  }
  .cid-sUiUQwfxLJ .pb-5 {
    padding-bottom: 1rem !important;
  }
  .cid-sUiUQwfxLJ h2 {
    line-height: 3rem;
    padding-left: 0;
  }
  .cid-sUiUQwfxLJ h2 .wrap::before {
    display: none;
  }
  .cid-sUiUQwfxLJ h3 {
    padding-left: 15px;
  }
  .cid-sUiUQwfxLJ .align-left {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-sUiUQwfxLJ h2 {
    padding-left: 0;
  }
  .cid-sUiUQwfxLJ h2 .wrap::before {
    display: none;
  }
  .cid-sUiUQwfxLJ h3 {
    margin: auto 0;
  }
  .cid-sUiUQwfxLJ p {
    margin-top: 1rem;
    padding: 1rem;
  }
  .cid-sUiUQwfxLJ .align-left {
    padding: 1rem;
  }
  .cid-sUiUQwfxLJ .icon-wrap {
    margin: auto 0;
  }
}
.cid-sUiUQwfxLJ .mbr-iconfont {
  color: #5263b8;
  font-size: 4rem;
}
@media (max-width: 576px) {
  .cid-sUiUQwfxLJ .mbr-section-title {
    padding-bottom: 0 !important;
  }
  .cid-sUiUQwfxLJ .mbr-section-subtitle {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .cid-sUiUQwfxLJ .text2 {
    margin-top: 0px;
    padding-top: 8px;
  }
}
.cid-sUiUQwfxLJ .mbr-section-subtitle {
  color: #1a214a;
  text-align: center;
}
.cid-sU0jnaVvhT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sU0jnaVvhT .mbr-section-subtitle {
  color: #b18161;
  padding-bottom: 13px;
  text-transform: uppercase;
}
.cid-sU0jnaVvhT .mbr-section-title {
  padding-bottom: 30px;
  color: #1a214a;
  text-align: center;
}
.cid-sU0jnaVvhT .role {
  color: #52586a;
}
.cid-sU0jnaVvhT .name {
  color: #111213;
}
.cid-sU0jnaVvhT a {
  font-weight: 400 !important;
}
.cid-sU0j4GLM8Y {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sU0j4GLM8Y img {
  border-radius: 0px;
  width: 100%;
}
.cid-sU0j4GLM8Y .mbr-section-title {
  color: #000000;
  text-align: center;
  padding-top: 8px;
}
.cid-sU0j4GLM8Y .col-12 {
  padding: 0;
}
.cid-sU0j4GLM8Y .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sU0j4GLM8Y .text {
  position: absolute;
  width: 100%;
  padding: 0 10%;
}
.cid-sU0j4GLM8Y .container-fluid {
  padding: 0;
}
.cid-sU0j4GLM8Y .btn {
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 22px;
}
.cid-sU0j4GLM8Y .mbr-iconfont {
  display: block;
  font-size: 3.5rem;
  color: #ffffff;
  height: 100%;
  padding-bottom: 15px;
}
.cid-sU0j4GLM8Y .row {
  margin: 0;
}
.cid-sU0j4GLM8Y .l2 {
  color: #0c5b47;
}
.cid-sU0j4GLM8Y .l1 {
  color: #0c5b47;
}
.cid-sU0j4GLM8Y a {
  font-style: italic;
}
.cid-sUhVXMbGOa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a214a;
}
.cid-sUhVXMbGOa p {
  color: #767676;
}
.cid-sUhVXMbGOa .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sUhVXMbGOa .row-element,
.cid-sUhVXMbGOa .image-element {
  padding: 0;
}
.cid-sUhVXMbGOa .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sUhVXMbGOa .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sUhVXMbGOa .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sUhVXMbGOa .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #1a214a, #7fa8d7);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sUhVXMbGOa .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-sUhVXMbGOa .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sUhVXMbGOa .text-content {
    padding: 2rem 1rem;
  }
  .cid-sUhVXMbGOa .underline .line {
    height: 2px;
  }
  .cid-sUhVXMbGOa .mbr-title,
  .cid-sUhVXMbGOa .underline,
  .cid-sUhVXMbGOa .mbr-text,
  .cid-sUhVXMbGOa .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sUhVXMbGOa .mbr-title,
.cid-sUhVXMbGOa .underline {
  color: #ffffff;
  text-align: left;
}
.cid-sUhVXMbGOa .mbr-text,
.cid-sUhVXMbGOa .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
.cid-sUhmwnSq3u {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1a214a;
}
.cid-sUhmwnSq3u img,
.cid-sUhmwnSq3u .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sUhmwnSq3u .item:focus,
.cid-sUhmwnSq3u span:focus {
  outline: none;
}
.cid-sUhmwnSq3u .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sUhmwnSq3u .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sUhmwnSq3u .item-content {
  padding: 25px 1rem 0;
}
.cid-sUhmwnSq3u .item-content a:not(.btn):hover {
  color: #1a214a !important;
  background-image: none !important;
}
.cid-sUhmwnSq3u .item-wrapper {
  background: transparent;
}
.cid-sUhmwnSq3u .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-sUhmwnSq3u .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sUhmwnSq3u .mbr-section-title,
.cid-sUhmwnSq3u .mbr-section-subtitle {
  color: #111111;
}
.cid-sUhmwnSq3u .mbr-text,
.cid-sUhmwnSq3u .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-sUhmwnSq3u .item-title {
  text-align: left;
}
.cid-sUhmwnSq3u .item-subtitle {
  text-align: center;
}
.cid-sUhmwnSq3u .item-img {
  overflow: hidden;
}
.cid-sUhmwnSq3u .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-sUhmwnSq3u .item-img:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-sUhmwnSq3u .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-sUhmwnSq3u .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-sUhmwnSq3u .mbr-section-title {
  color: #ffffff;
}
.cid-sUuk8vNoBC {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sUuk8vNoBC .mbr-overlay {
  background: #efefef;
}
.cid-sUuk8vNoBC .wrap-img {
  padding-bottom: 1rem;
}
.cid-sUuk8vNoBC .wrap-img img {
  max-width: 100%;
}
.cid-sUuk8vNoBC .card-box p {
  color: #ffffff;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-sUuk8vNoBC .client-wrapper {
  opacity: 1;
}
.cid-sUuk8vNoBC .client-wrapper:hover {
  opacity: 1;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.cid-sUuk8vNoBC h2 {
  font-size: 2.6rem;
  padding-left: 12rem;
  position: relative;
  display: inline-block;
}
.cid-sUuk8vNoBC h2:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 46%;
  left: calc(20%);
  width: 46px;
  height: 2px;
  display: none;
}
.cid-sUuk8vNoBC .client-name {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sUuk8vNoBC .title {
    text-align: center;
  }
  .cid-sUuk8vNoBC h2:before {
    top: 47%;
  }
}
@media (max-width: 767px) {
  .cid-sUuk8vNoBC h2 {
    padding-left: 0;
  }
  .cid-sUuk8vNoBC h2:before {
    display: none;
  }
}
.cid-sUuk8vNoBC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sUunlttrmf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sUunlttrmf .mbr-overlay {
  background: #efefef;
}
.cid-sUunlttrmf .wrap-img {
  padding-bottom: 1rem;
}
.cid-sUunlttrmf .wrap-img img {
  max-width: 100%;
}
.cid-sUunlttrmf .card-box p {
  color: #ffffff;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-sUunlttrmf .client-wrapper {
  opacity: 1;
}
.cid-sUunlttrmf .client-wrapper:hover {
  opacity: 1;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.cid-sUunlttrmf h2 {
  font-size: 2.6rem;
  padding-left: 12rem;
  position: relative;
  display: inline-block;
}
.cid-sUunlttrmf h2:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 46%;
  left: calc(20%);
  width: 46px;
  height: 2px;
  display: none;
}
.cid-sUunlttrmf .client-name {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sUunlttrmf .title {
    text-align: center;
  }
  .cid-sUunlttrmf h2:before {
    top: 47%;
  }
}
@media (max-width: 767px) {
  .cid-sUunlttrmf h2 {
    padding-left: 0;
  }
  .cid-sUunlttrmf h2:before {
    display: none;
  }
}
.cid-sU0pyH1Uug {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #121525;
}
.cid-sU0pyH1Uug .mbr-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sU0pyH1Uug p {
    text-align: center;
  }
  .cid-sU0pyH1Uug .row {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.cid-sUsX1wGJNs {
  z-index: 1000;
  width: 100%;
}
.cid-sUsX1wGJNs nav.navbar {
  position: fixed;
}
.cid-sUsX1wGJNs .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-sUsX1wGJNs .wrapper {
    padding: 0;
  }
}
.cid-sUsX1wGJNs .btn {
  border-radius: 30px;
}
.cid-sUsX1wGJNs .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-sUsX1wGJNs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sUsX1wGJNs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUsX1wGJNs .dropdown-item:hover,
.cid-sUsX1wGJNs .dropdown-item:focus {
  background: #1a214a !important;
  color: white !important;
}
.cid-sUsX1wGJNs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sUsX1wGJNs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sUsX1wGJNs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-sUsX1wGJNs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUsX1wGJNs .nav-link {
  position: relative;
}
.cid-sUsX1wGJNs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sUsX1wGJNs .dropdown-menu,
.cid-sUsX1wGJNs .navbar.opened {
  background: #1a214a !important;
}
.cid-sUsX1wGJNs .nav-item:focus,
.cid-sUsX1wGJNs .nav-link:focus {
  outline: none;
}
.cid-sUsX1wGJNs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUsX1wGJNs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUsX1wGJNs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sUsX1wGJNs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUsX1wGJNs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUsX1wGJNs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUsX1wGJNs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 33, 74, 0.6);
}
.cid-sUsX1wGJNs .navbar.opened {
  transition: all 0.3s;
}
.cid-sUsX1wGJNs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sUsX1wGJNs .navbar .navbar-logo img {
  width: auto;
}
.cid-sUsX1wGJNs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUsX1wGJNs .navbar.collapsed {
  justify-content: center;
}
.cid-sUsX1wGJNs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUsX1wGJNs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sUsX1wGJNs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUsX1wGJNs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUsX1wGJNs .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-sUsX1wGJNs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUsX1wGJNs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sUsX1wGJNs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sUsX1wGJNs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUsX1wGJNs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUsX1wGJNs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUsX1wGJNs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUsX1wGJNs .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-sUsX1wGJNs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sUsX1wGJNs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUsX1wGJNs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUsX1wGJNs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUsX1wGJNs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUsX1wGJNs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sUsX1wGJNs .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUsX1wGJNs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sUsX1wGJNs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sUsX1wGJNs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sUsX1wGJNs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUsX1wGJNs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUsX1wGJNs .dropdown-item.active,
.cid-sUsX1wGJNs .dropdown-item:active {
  background-color: transparent;
}
.cid-sUsX1wGJNs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUsX1wGJNs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUsX1wGJNs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUsX1wGJNs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a214a;
}
.cid-sUsX1wGJNs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUsX1wGJNs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUsX1wGJNs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUsX1wGJNs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUsX1wGJNs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-sUsX1wGJNs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fb7522;
}
.cid-sUsX1wGJNs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sUsX1wGJNs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUsX1wGJNs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUsX1wGJNs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sUsX1wGJNs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUsX1wGJNs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sUsX1wGJNs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sUsX1wGJNs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUsX1wGJNs .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-sUsX1wGJNs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUsX1wGJNs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sUsX1wGJNs .navbar {
    height: 70px;
  }
  .cid-sUsX1wGJNs .navbar.opened {
    height: auto;
  }
  .cid-sUsX1wGJNs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUkL7M7ZHT {
  background-image: url("../../../assets/images/mbr-1920x1221.jpg");
}
.cid-sUkL7M7ZHT .wrapper {
  height: 550px;
}
.cid-sUkL7M7ZHT .mbr-section-title {
  color: #fafafa;
}
.cid-sUidH1Ht4v {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #b2ccd2;
}
@media (max-width: 991px) {
  .cid-sUidH1Ht4v .image-wrapper {
    padding: 1rem;
  }
}
.cid-sUidH1Ht4v img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-sUidH1Ht4v img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-sUidH1Ht4v .mbr-text,
.cid-sUidH1Ht4v .mbr-section-btn {
  color: #191f2d;
  text-align: center;
}
.cid-sUidH1Ht4v .mbr-section-title {
  text-align: center;
}
.cid-sU0pyH1Uug {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #121525;
}
.cid-sU0pyH1Uug .mbr-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sU0pyH1Uug p {
    text-align: center;
  }
  .cid-sU0pyH1Uug .row {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.cid-sUsX1wGJNs {
  z-index: 1000;
  width: 100%;
}
.cid-sUsX1wGJNs nav.navbar {
  position: fixed;
}
.cid-sUsX1wGJNs .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-sUsX1wGJNs .wrapper {
    padding: 0;
  }
}
.cid-sUsX1wGJNs .btn {
  border-radius: 30px;
}
.cid-sUsX1wGJNs .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-sUsX1wGJNs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sUsX1wGJNs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUsX1wGJNs .dropdown-item:hover,
.cid-sUsX1wGJNs .dropdown-item:focus {
  background: #1a214a !important;
  color: white !important;
}
.cid-sUsX1wGJNs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sUsX1wGJNs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sUsX1wGJNs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-sUsX1wGJNs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUsX1wGJNs .nav-link {
  position: relative;
}
.cid-sUsX1wGJNs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sUsX1wGJNs .dropdown-menu,
.cid-sUsX1wGJNs .navbar.opened {
  background: #1a214a !important;
}
.cid-sUsX1wGJNs .nav-item:focus,
.cid-sUsX1wGJNs .nav-link:focus {
  outline: none;
}
.cid-sUsX1wGJNs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUsX1wGJNs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUsX1wGJNs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sUsX1wGJNs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUsX1wGJNs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUsX1wGJNs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUsX1wGJNs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 33, 74, 0.6);
}
.cid-sUsX1wGJNs .navbar.opened {
  transition: all 0.3s;
}
.cid-sUsX1wGJNs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sUsX1wGJNs .navbar .navbar-logo img {
  width: auto;
}
.cid-sUsX1wGJNs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUsX1wGJNs .navbar.collapsed {
  justify-content: center;
}
.cid-sUsX1wGJNs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUsX1wGJNs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sUsX1wGJNs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUsX1wGJNs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUsX1wGJNs .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-sUsX1wGJNs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUsX1wGJNs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sUsX1wGJNs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sUsX1wGJNs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUsX1wGJNs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUsX1wGJNs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUsX1wGJNs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUsX1wGJNs .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-sUsX1wGJNs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sUsX1wGJNs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUsX1wGJNs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUsX1wGJNs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUsX1wGJNs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUsX1wGJNs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sUsX1wGJNs .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUsX1wGJNs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sUsX1wGJNs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sUsX1wGJNs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sUsX1wGJNs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUsX1wGJNs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUsX1wGJNs .dropdown-item.active,
.cid-sUsX1wGJNs .dropdown-item:active {
  background-color: transparent;
}
.cid-sUsX1wGJNs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUsX1wGJNs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUsX1wGJNs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUsX1wGJNs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a214a;
}
.cid-sUsX1wGJNs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUsX1wGJNs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUsX1wGJNs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUsX1wGJNs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUsX1wGJNs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-sUsX1wGJNs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fb7522;
}
.cid-sUsX1wGJNs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sUsX1wGJNs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUsX1wGJNs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUsX1wGJNs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sUsX1wGJNs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUsX1wGJNs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sUsX1wGJNs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sUsX1wGJNs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUsX1wGJNs .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-sUsX1wGJNs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUsX1wGJNs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sUsX1wGJNs .navbar {
    height: 70px;
  }
  .cid-sUsX1wGJNs .navbar.opened {
    height: auto;
  }
  .cid-sUsX1wGJNs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sU0oSajsbe {
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-sU0oSajsbe .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sU0oSajsbe .mbr-section-title a {
  font-weight: 600;
}
.cid-sU0oSajsbe .mbr-section-title a:hover {
  background: none !important;
}
.cid-sU0oSajsbe .mbr-text,
.cid-sU0oSajsbe .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-sU0oSajsbe .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sUoOHD7lt5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sUoOHD7lt5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sUoOHD7lt5 .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-sUoOHD7lt5 textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-sUoOHD7lt5 .form-row {
    flex-direction: column;
  }
}
.cid-sUoOHD7lt5 h4 {
  margin-bottom: 2rem;
}
.cid-sUoOHD7lt5 .form-control,
.cid-sUoOHD7lt5 .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-sUoOHD7lt5 .form-control,
.cid-sUoOHD7lt5 .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #f0f2f5;
  border-color: #f0f2f5;
  color: #103178;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sUoOHD7lt5 .form-control::-webkit-input-placeholder,
.cid-sUoOHD7lt5 .field-input::-webkit-input-placeholder,
.cid-sUoOHD7lt5 .form-control::-webkit-input-placeholder,
.cid-sUoOHD7lt5 .field-input::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-sUoOHD7lt5 .form-control:-moz-placeholder,
.cid-sUoOHD7lt5 .field-input:-moz-placeholder,
.cid-sUoOHD7lt5 .form-control:-moz-placeholder,
.cid-sUoOHD7lt5 .field-input:-moz-placeholder {
  color: #5b6c8f;
}
.cid-sUoOHD7lt5 .form-control:hover,
.cid-sUoOHD7lt5 .field-input:hover,
.cid-sUoOHD7lt5 .form-control:focus,
.cid-sUoOHD7lt5 .field-input:focus {
  background-color: #f0f2f5;
  border-color: #f0f2f5 !important;
  color: #103178;
  box-shadow: none;
  outline: none;
}
.cid-sUoOHD7lt5 .form-control:hover::-webkit-input-placeholder,
.cid-sUoOHD7lt5 .field-input:hover::-webkit-input-placeholder,
.cid-sUoOHD7lt5 .form-control:focus::-webkit-input-placeholder,
.cid-sUoOHD7lt5 .field-input:focus::-webkit-input-placeholder,
.cid-sUoOHD7lt5 .form-control:hover::-webkit-input-placeholder,
.cid-sUoOHD7lt5 .field-input:hover::-webkit-input-placeholder,
.cid-sUoOHD7lt5 .form-control:focus::-webkit-input-placeholder,
.cid-sUoOHD7lt5 .field-input:focus::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-sUoOHD7lt5 .form-control:hover:-moz-placeholder,
.cid-sUoOHD7lt5 .field-input:hover:-moz-placeholder,
.cid-sUoOHD7lt5 .form-control:focus:-moz-placeholder,
.cid-sUoOHD7lt5 .field-input:focus:-moz-placeholder,
.cid-sUoOHD7lt5 .form-control:hover:-moz-placeholder,
.cid-sUoOHD7lt5 .field-input:hover:-moz-placeholder,
.cid-sUoOHD7lt5 .form-control:focus:-moz-placeholder,
.cid-sUoOHD7lt5 .field-input:focus:-moz-placeholder {
  color: #5b6c8f;
}
.cid-sUoOHD7lt5 .jq-number__spin:hover,
.cid-sUoOHD7lt5 .jq-number__spin:focus {
  background-color: #f0f2f5;
  border-color: #f0f2f5;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sUoOHD7lt5 .jq-number__spin {
  background-color: #f0f2f5;
  border-color: #f0f2f5;
  color: #103178;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sUoOHD7lt5 .jq-selectbox li,
.cid-sUoOHD7lt5 .jq-selectbox li {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-sUoOHD7lt5 .jq-selectbox li:hover,
.cid-sUoOHD7lt5 .jq-selectbox li.selected {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-sUoOHD7lt5 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sUoOHD7lt5 .jq-number__spin.minus:hover:after,
.cid-sUoOHD7lt5 .jq-number__spin.plus:hover:after {
  border-top-color: #f0f2f5;
  border-bottom-color: #f0f2f5;
}
.cid-sUoOHD7lt5 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sUoOHD7lt5 .jq-number__spin.minus:after,
.cid-sUoOHD7lt5 .jq-number__spin.plus:after {
  border-top-color: #f0f2f5;
  border-bottom-color: #f0f2f5;
}
.cid-sUoOHD7lt5 input::-webkit-clear-button {
  display: none;
}
.cid-sUoOHD7lt5 input::-webkit-inner-spin-button {
  display: none;
}
.cid-sUoOHD7lt5 input::-webkit-outer-spin-button {
  display: none;
}
.cid-sUoOHD7lt5 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sUoOHD7lt5 H4 {
  color: #103178;
}
.cid-sU50bdg1cP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-sU50bdg1cP .container-fluid {
  position: relative;
}
.cid-sU50bdg1cP .page-title-content {
  width: 100%;
}
.cid-sU50bdg1cP .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-sU50bdg1cP .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-sU50bdg1cP .page-title-content {
    text-align: center;
  }
}
.cid-sU50bdg1cP .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-sU50bdg1cP a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sU50bdg1cP a:not(:first-child) {
  margin-left: 20px;
}
.cid-sU50bdg1cP a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sU50bdg1cP a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-sU50bdg1cP a:hover:after,
.cid-sU50bdg1cP a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sU50bdg1cP a:hover:before,
.cid-sU50bdg1cP a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sU50bdg1cP a.text-white:hover,
.cid-sU50bdg1cP a.text-white:focus {
  color: #ffffff !important;
}
.cid-sU50bdg1cP .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sUFU3Xbm6b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e58950;
}
.cid-sUFU3Xbm6b .col-title {
  margin-bottom: 30px !important;
}
@media (min-width: 768px) {
  .cid-sUFU3Xbm6b .col-title {
    margin-bottom: 0 !important;
  }
}
.cid-sUFU3Xbm6b .mbr-section-title {
  margin-bottom: 12px;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-sUFU3Xbm6b .mbr-section-title {
    margin-right: 50px;
  }
}
.cid-sUFU3Xbm6b .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-sUFU3Xbm6b .mbr-section-subtitle {
    margin-right: 50px;
  }
}
.cid-sUFU3Xbm6b .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sUoxVgfALm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sUoxVgfALm .card-icon {
  font-size: 56px;
  color: #efefef;
  transition: color 0.3s;
}
.cid-sUoxVgfALm .icon2 {
  color: #1a214a;
}
.cid-sUoxVgfALm .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sUoxVgfALm p {
  font-weight: 400;
}
.cid-sUoxVgfALm .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #1a214a;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sUoxVgfALm .line2 {
  background: #1a214a;
}
.cid-sUoxVgfALm .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #cccccc;
}
.cid-sUoxVgfALm .card-wrapper:hover .link-ico {
  background-color: #efefef;
  border-color: #efefef;
  color: white;
}
.cid-sUoxVgfALm .card2 {
  background: #cccccc;
}
.cid-sUoxVgfALm .card-title,
.cid-sUoxVgfALm .card-ico,
.cid-sUoxVgfALm .line-wrap {
  text-align: center;
  color: #ea4242;
}
.cid-sUoxVgfALm .mbr-text,
.cid-sUoxVgfALm .card-link {
  text-align: center;
  color: #000000;
}
.cid-sU0pyH1Uug {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #121525;
}
.cid-sU0pyH1Uug .mbr-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sU0pyH1Uug p {
    text-align: center;
  }
  .cid-sU0pyH1Uug .row {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.cid-sUsX1wGJNs {
  z-index: 1000;
  width: 100%;
}
.cid-sUsX1wGJNs nav.navbar {
  position: fixed;
}
.cid-sUsX1wGJNs .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-sUsX1wGJNs .wrapper {
    padding: 0;
  }
}
.cid-sUsX1wGJNs .btn {
  border-radius: 30px;
}
.cid-sUsX1wGJNs .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-sUsX1wGJNs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sUsX1wGJNs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUsX1wGJNs .dropdown-item:hover,
.cid-sUsX1wGJNs .dropdown-item:focus {
  background: #1a214a !important;
  color: white !important;
}
.cid-sUsX1wGJNs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sUsX1wGJNs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sUsX1wGJNs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-sUsX1wGJNs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUsX1wGJNs .nav-link {
  position: relative;
}
.cid-sUsX1wGJNs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sUsX1wGJNs .dropdown-menu,
.cid-sUsX1wGJNs .navbar.opened {
  background: #1a214a !important;
}
.cid-sUsX1wGJNs .nav-item:focus,
.cid-sUsX1wGJNs .nav-link:focus {
  outline: none;
}
.cid-sUsX1wGJNs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUsX1wGJNs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUsX1wGJNs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sUsX1wGJNs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUsX1wGJNs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUsX1wGJNs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUsX1wGJNs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 33, 74, 0.6);
}
.cid-sUsX1wGJNs .navbar.opened {
  transition: all 0.3s;
}
.cid-sUsX1wGJNs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sUsX1wGJNs .navbar .navbar-logo img {
  width: auto;
}
.cid-sUsX1wGJNs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUsX1wGJNs .navbar.collapsed {
  justify-content: center;
}
.cid-sUsX1wGJNs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUsX1wGJNs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sUsX1wGJNs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUsX1wGJNs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUsX1wGJNs .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-sUsX1wGJNs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUsX1wGJNs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sUsX1wGJNs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sUsX1wGJNs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUsX1wGJNs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUsX1wGJNs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUsX1wGJNs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUsX1wGJNs .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-sUsX1wGJNs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sUsX1wGJNs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUsX1wGJNs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUsX1wGJNs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUsX1wGJNs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUsX1wGJNs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sUsX1wGJNs .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUsX1wGJNs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sUsX1wGJNs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sUsX1wGJNs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sUsX1wGJNs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUsX1wGJNs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUsX1wGJNs .dropdown-item.active,
.cid-sUsX1wGJNs .dropdown-item:active {
  background-color: transparent;
}
.cid-sUsX1wGJNs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUsX1wGJNs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUsX1wGJNs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUsX1wGJNs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a214a;
}
.cid-sUsX1wGJNs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUsX1wGJNs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUsX1wGJNs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUsX1wGJNs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUsX1wGJNs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-sUsX1wGJNs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fb7522;
}
.cid-sUsX1wGJNs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sUsX1wGJNs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUsX1wGJNs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUsX1wGJNs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sUsX1wGJNs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUsX1wGJNs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sUsX1wGJNs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sUsX1wGJNs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUsX1wGJNs .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-sUsX1wGJNs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUsX1wGJNs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sUsX1wGJNs .navbar {
    height: 70px;
  }
  .cid-sUsX1wGJNs .navbar.opened {
    height: auto;
  }
  .cid-sUsX1wGJNs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
