body {
  font-family: Jost;
}
.display-1 {
  font-family: 'MuseoModerno', display;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'MuseoModerno', display;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'MuseoModerno', display;
  font-size: 1.6rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
}
.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: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 20px 30px;
  border-radius: 8px;
}
.bg-primary {
  background-color: #33358c !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #72dfe9 !important;
}
.bg-warning {
  background-color: #a8aaf1 !important;
}
.bg-danger {
  background-color: #ff700c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #33358c !important;
  border-color: #33358c !important;
  color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1f2054 !important;
  border-color: #1f2054 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff9083 !important;
  border-color: #ff9083 !important;
  color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff4c36 !important;
  border-color: #ff4c36 !important;
}
.btn-info,
.btn-info:active {
  background-color: #72dfe9 !important;
  border-color: #72dfe9 !important;
  color: #0c4a50 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #0c4a50 !important;
  background-color: #30d0df !important;
  border-color: #30d0df !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2d7b86 !important;
  border-color: #2d7b86 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a8aaf1 !important;
  border-color: #a8aaf1 !important;
  color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #666ae6 !important;
  border-color: #666ae6 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff700c !important;
  border-color: #ff700c !important;
  color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #bf4e00 !important;
  border-color: #bf4e00 !important;
}
.btn-white {
  color: #404040 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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.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: #33358c;
  color: #33358c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #33358c;
  border-color: #33358c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #33358c !important;
  border-color: #33358c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #ff9083;
  color: #ff9083;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff9083;
  border-color: #ff9083;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9083 !important;
  border-color: #ff9083 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #72dfe9;
  color: #72dfe9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0c4a50;
  background-color: #72dfe9;
  border-color: #72dfe9;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #0c4a50 !important;
  background-color: #72dfe9 !important;
  border-color: #72dfe9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #40b0bf;
  border-color: #40b0bf;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #a8aaf1;
  color: #a8aaf1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #a8aaf1;
  border-color: #a8aaf1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a8aaf1 !important;
  border-color: #a8aaf1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ff700c;
  color: #ff700c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #ff700c;
  border-color: #ff700c;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff700c !important;
  border-color: #ff700c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  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;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #33358c !important;
}
.text-secondary {
  color: #ff9083 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #72dfe9 !important;
}
.text-warning {
  color: #a8aaf1 !important;
}
.text-danger {
  color: #ff700c !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #6062c5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ffebe9 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #8cd0d9 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #caf3f7 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ffffff !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ffac72 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #72dfe9;
}
.alert-warning {
  background-color: #a8aaf1;
}
.alert-danger {
  background-color: #ff700c;
}
.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: 0 0 0 5px rgba(132, 138, 189, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #33358c;
  border-color: #33358c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #33358c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7375cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffe8d8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #33358c;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5);
}
.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 0 0 5px rgba(132, 138, 189, 0.5);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #33358c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #33358c;
  border-bottom-color: #33358c;
}
.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: #33358c !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: #ff9083 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2333358c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-swo8wPwebm {
  z-index: 1000;
  width: 100%;
}
.cid-swo8wPwebm .navbar.collapsed ul.navbar-nav li {
  margin: 0;
  width: fit-content;
}
.cid-swo8wPwebm .container-fluid {
  padding: 0 1rem;
  margin: 0 auto;
}
.cid-swo8wPwebm .icons-menu {
  width: fit-content;
  padding: 0 4rem;
  padding-bottom: 3rem;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-swo8wPwebm .icons-menu {
    padding: 0 3rem;
  }
}
.cid-swo8wPwebm nav.navbar {
  position: fixed;
}
.cid-swo8wPwebm .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-swo8wPwebm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-swo8wPwebm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-swo8wPwebm .dropdown-item:hover,
.cid-swo8wPwebm .dropdown-item:focus {
  background: #33358c !important;
  color: white !important;
}
.cid-swo8wPwebm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-swo8wPwebm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-swo8wPwebm .nav-dropdown {
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .cid-swo8wPwebm .nav-dropdown {
    padding: 2rem 0rem;
  }
}
.cid-swo8wPwebm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 1rem !important;
}
.cid-swo8wPwebm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-swo8wPwebm .nav-link {
  position: relative;
}
.cid-swo8wPwebm .container {
  display: flex;
  margin: auto;
}
.cid-swo8wPwebm .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-swo8wPwebm .dropdown-menu,
.cid-swo8wPwebm .navbar.opened {
  background: #102f62 !important;
  min-height: 100%;
}
.cid-swo8wPwebm .nav-item:focus,
.cid-swo8wPwebm .nav-link:focus {
  outline: none;
}
.cid-swo8wPwebm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-swo8wPwebm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swo8wPwebm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-swo8wPwebm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-swo8wPwebm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swo8wPwebm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em .5em 0.235em 1.3em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swo8wPwebm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(16, 47, 98, 0);
}
.cid-swo8wPwebm .navbar.opened {
  transition: all 0.3s;
}
.cid-swo8wPwebm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-swo8wPwebm .navbar .navbar-logo img {
  width: auto;
}
.cid-swo8wPwebm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-swo8wPwebm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swo8wPwebm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swo8wPwebm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-swo8wPwebm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-swo8wPwebm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-swo8wPwebm .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-swo8wPwebm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem .5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-swo8wPwebm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swo8wPwebm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swo8wPwebm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swo8wPwebm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swo8wPwebm .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-swo8wPwebm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-swo8wPwebm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swo8wPwebm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem .5rem !important;
    text-align: center;
  }
  .cid-swo8wPwebm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-swo8wPwebm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-swo8wPwebm .navbar.navbar-short {
  min-height: 60px;
}
.cid-swo8wPwebm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-swo8wPwebm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-swo8wPwebm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-swo8wPwebm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swo8wPwebm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swo8wPwebm .dropdown-item.active,
.cid-swo8wPwebm .dropdown-item:active {
  background-color: transparent;
}
.cid-swo8wPwebm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swo8wPwebm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swo8wPwebm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swo8wPwebm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #102f62;
}
.cid-swo8wPwebm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swo8wPwebm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swo8wPwebm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-swo8wPwebm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-swo8wPwebm button.navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #ff700c;
}
.cid-swo8wPwebm button.navbar-toggler[aria-expanded="true"] .hamburger span {
  background: #ffffff;
}
.cid-swo8wPwebm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swo8wPwebm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swo8wPwebm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swo8wPwebm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swo8wPwebm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swo8wPwebm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-swo8wPwebm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swo8wPwebm .navbar {
    height: 70px;
  }
  .cid-swo8wPwebm .navbar.opened {
    height: auto;
  }
  .cid-swo8wPwebm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swmjSd0gP7 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/bg.jpg");
}
.cid-swmjSd0gP7 .mbr-iconfont {
  color: #ff700c !important;
  font-size: 3.5rem !important;
}
.cid-swmjSd0gP7 .row {
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-swmjSd0gP7 .link {
  margin: 0;
}
.cid-swmjSd0gP7 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-swmjSd0gP7 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-swmjSd0gP7 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-swmjSd0gP7 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-swmjSd0gP7 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-swmjSd0gP7 .btn {
  margin: 0.2rem !important;
}
.cid-swnJFGv8dR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-swnJFGv8dR .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #ff700c;
}
.cid-swnJFGv8dR .text-block {
  position: relative;
  z-index: 0;
}
.cid-swnJFGv8dR .box {
  width: 25%;
  height: 40%;
  background: #ff700c;
  position: absolute;
  top: 4%;
}
.cid-swnJFGv8dR .box {
  left: 20%;
}
.cid-swnJFGv8dR .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-swnJFGv8dR .mbr-section-text,
.cid-swnJFGv8dR .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-swnJFGv8dR .text-box {
    display: none;
  }
  .cid-swnJFGv8dR .mbr-section-title,
  .cid-swnJFGv8dR .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-swnJFGv8dR .box {
    display: none;
  }
  .cid-swnJFGv8dR .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-swnJFGv8dR .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swnJFGv8dR .text-box {
    writing-mode: bt-rl;
  }
}
.cid-swnJFGv8dR .mbr-section-text {
  color: #767676;
}
.cid-swnHEycuf9 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-swnHEycuf9 .mbr-text {
  color: #716c80;
}
.cid-swnHEycuf9 .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-swnHEycuf9 .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-swnHEycuf9 .card-wrapper:hover .ico2 {
  color: #33358c !important;
}
.cid-swnHEycuf9 .text-info:hover {
  color: inherit!important;
}
.cid-swnHEycuf9 .ico2 {
  color: #72dfe9 !important;
  transition: all 0.6s;
}
.cid-swnHEycuf9 .card-box {
  padding: 0rem 1rem;
}
.cid-swnHEycuf9 .ico1 {
  font-size: 3.5rem !important;
}
.cid-swnHEycuf9 h3,
.cid-swnHEycuf9 h4 {
  padding: 0;
  margin: 0;
}
.cid-swnHEycuf9 .card-title,
.cid-swnHEycuf9 .card-img {
  color: #57468b;
}
.cid-swnHEycuf9 .card-title {
  color: #57468b;
}
.cid-swnHEycuf9 H1 {
  color: #57468b;
}
.cid-swnHEycuf9 .text,
.cid-swnHEycuf9 .mbr-section-btn {
  color: #716c80;
}
.cid-swnt5cQafT {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/background4.jpg");
}
@media (max-width: 768px) {
  .cid-swnt5cQafT .mbr-text,
  .cid-swnt5cQafT .mbr-section-subtitle,
  .cid-swnt5cQafT .mbr-section-title {
    text-align: center !important;
  }
}
.cid-swnvYN3aBy {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-swnvYN3aBy .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-swnvYN3aBy .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-swnvYN3aBy .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-swnvYN3aBy .card {
    margin-bottom: 2rem;
  }
  .cid-swnvYN3aBy .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-swntcjXlLP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  direction: rtl;
  background-color: #e6eaf1;
}
.cid-swntcjXlLP .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-swntcjXlLP .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-swntcjXlLP .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-swntcjXlLP .text-wrapper {
    padding: 0 0 0 3rem;
    padding: 0 0 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-swntcjXlLP .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-swntcjXlLP .mbr-section-tag {
  margin-bottom: 1rem;
  color: #102f62;
}
.cid-swntcjXlLP .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-swntcjXlLP .mbr-section-bottom {
  margin-top: 1.375rem;
}
.cid-swntcjXlLP .bottom-text {
  margin-top: 1.75rem;
  margin-bottom: 0.625rem;
}
.cid-swntcjXlLP .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #f23801;
}
.cid-swntcjXlLP .list {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
}
.cid-swntcjXlLP .list li {
  position: relative;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.cid-swntcjXlLP .list li::before {
  content: "\e97c";
  position: absolute;
  left: -1.6rem;
  top: 0.5rem;
  font-family: 'Moririse2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.cid-swntcjXlLP .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #ff700c;
}
.cid-swntcjXlLP .mbr-section-title b:last-child,
.cid-swntcjXlLP .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-swnfUKAJqx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  direction: rtl;
  background-color: #e6eaf1;
}
.cid-swnfUKAJqx .row {
  flex-direction: row-reverse;
}
.cid-swnfUKAJqx .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-swnfUKAJqx .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-swnfUKAJqx .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-swnfUKAJqx .text-wrapper {
    padding: 0 3rem 0 0;
    padding: 0 4rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-swnfUKAJqx .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-swnfUKAJqx .mbr-section-tag {
  margin-bottom: 1rem;
  color: #102f62;
}
.cid-swnfUKAJqx .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-swnfUKAJqx .mbr-section-bottom {
  margin-top: 1.375rem;
}
.cid-swnfUKAJqx .bottom-text {
  margin-top: 1.75rem;
  margin-bottom: 0.625rem;
}
.cid-swnfUKAJqx .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #f23801;
}
.cid-swnfUKAJqx .list {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
}
.cid-swnfUKAJqx .list li {
  position: relative;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.cid-swnfUKAJqx .list li::before {
  content: "\e97c";
  position: absolute;
  left: -1.6rem;
  top: 0.5rem;
  font-family: 'Moririse2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.cid-swnfUKAJqx .mbr-section-title {
  margin-bottom: 2.1875rem;
}
.cid-swnfUKAJqx .mbr-section-title b:last-child,
.cid-swnfUKAJqx .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-swnl1x9K6h {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-swnl1x9K6h .mbr-section-title,
.cid-swnl1x9K6h .mbr-section-subtitle {
  color: #000000;
}
.cid-swnl1x9K6h .mbr-section-text {
  color: #232323;
}
.cid-swnl1x9K6h .mbr-text,
.cid-swnl1x9K6h .typed-text,
.cid-swnl1x9K6h .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-swnl1x9K6h .btn {
  margin-left: 4px !important;
}
.cid-swnl1x9K6h .animated-element {
  color: #ff3366;
}
.cid-swnl1x9K6h .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-swnl1x9K6h .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-swnl1x9K6h .typed-text,
  .cid-swnl1x9K6h .mbr-section-subtitle,
  .cid-swnl1x9K6h .mbr-section-text,
  .cid-swnl1x9K6h .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-swnl1x9K6h .mbr-section-subtitle,
.cid-swnl1x9K6h .typed-text {
  color: #ff700c;
}
.cid-swnszwNMlr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  direction: rtl;
  background-color: #e6eaf1;
}
.cid-swnszwNMlr .row {
  flex-direction: row-reverse;
}
.cid-swnszwNMlr .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-swnszwNMlr .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-swnszwNMlr .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-swnszwNMlr .text-wrapper {
    padding: 0 3rem 0 0;
    padding: 0 4rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-swnszwNMlr .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-swnszwNMlr .mbr-section-tag {
  margin-bottom: 1rem;
  color: #102f62;
}
.cid-swnszwNMlr .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-swnszwNMlr .mbr-section-bottom {
  margin-top: 1.375rem;
}
.cid-swnszwNMlr .bottom-text {
  margin-top: 1.75rem;
  margin-bottom: 0.625rem;
}
.cid-swnszwNMlr .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #f23801;
}
.cid-swnszwNMlr .list {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
}
.cid-swnszwNMlr .list li {
  position: relative;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.cid-swnszwNMlr .list li::before {
  content: "\e97c";
  position: absolute;
  left: -1.6rem;
  top: 0.5rem;
  font-family: 'Moririse2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.cid-swnszwNMlr .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #ff700c;
}
.cid-swnszwNMlr .mbr-section-title b:last-child,
.cid-swnszwNMlr .mbr-section-title strong:last-child {
  color: #ff700c;
}
.cid-swo8wPwebm {
  z-index: 1000;
  width: 100%;
}
.cid-swo8wPwebm .navbar.collapsed ul.navbar-nav li {
  margin: 0;
  width: fit-content;
}
.cid-swo8wPwebm .container-fluid {
  padding: 0 1rem;
  margin: 0 auto;
}
.cid-swo8wPwebm .icons-menu {
  width: fit-content;
  padding: 0 4rem;
  padding-bottom: 3rem;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-swo8wPwebm .icons-menu {
    padding: 0 3rem;
  }
}
.cid-swo8wPwebm nav.navbar {
  position: fixed;
}
.cid-swo8wPwebm .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-swo8wPwebm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-swo8wPwebm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-swo8wPwebm .dropdown-item:hover,
.cid-swo8wPwebm .dropdown-item:focus {
  background: #33358c !important;
  color: white !important;
}
.cid-swo8wPwebm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-swo8wPwebm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-swo8wPwebm .nav-dropdown {
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .cid-swo8wPwebm .nav-dropdown {
    padding: 2rem 0rem;
  }
}
.cid-swo8wPwebm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 1rem !important;
}
.cid-swo8wPwebm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-swo8wPwebm .nav-link {
  position: relative;
}
.cid-swo8wPwebm .container {
  display: flex;
  margin: auto;
}
.cid-swo8wPwebm .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-swo8wPwebm .dropdown-menu,
.cid-swo8wPwebm .navbar.opened {
  background: #102f62 !important;
  min-height: 100%;
}
.cid-swo8wPwebm .nav-item:focus,
.cid-swo8wPwebm .nav-link:focus {
  outline: none;
}
.cid-swo8wPwebm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-swo8wPwebm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swo8wPwebm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-swo8wPwebm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-swo8wPwebm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swo8wPwebm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em .5em 0.235em 1.3em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swo8wPwebm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(16, 47, 98, 0);
}
.cid-swo8wPwebm .navbar.opened {
  transition: all 0.3s;
}
.cid-swo8wPwebm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-swo8wPwebm .navbar .navbar-logo img {
  width: auto;
}
.cid-swo8wPwebm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-swo8wPwebm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swo8wPwebm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swo8wPwebm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-swo8wPwebm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-swo8wPwebm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-swo8wPwebm .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-swo8wPwebm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem .5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-swo8wPwebm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swo8wPwebm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swo8wPwebm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swo8wPwebm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swo8wPwebm .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-swo8wPwebm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-swo8wPwebm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swo8wPwebm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem .5rem !important;
    text-align: center;
  }
  .cid-swo8wPwebm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-swo8wPwebm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-swo8wPwebm .navbar.navbar-short {
  min-height: 60px;
}
.cid-swo8wPwebm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-swo8wPwebm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-swo8wPwebm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-swo8wPwebm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swo8wPwebm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swo8wPwebm .dropdown-item.active,
.cid-swo8wPwebm .dropdown-item:active {
  background-color: transparent;
}
.cid-swo8wPwebm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swo8wPwebm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swo8wPwebm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swo8wPwebm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #102f62;
}
.cid-swo8wPwebm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swo8wPwebm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swo8wPwebm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-swo8wPwebm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-swo8wPwebm button.navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #ff700c;
}
.cid-swo8wPwebm button.navbar-toggler[aria-expanded="true"] .hamburger span {
  background: #ffffff;
}
.cid-swo8wPwebm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swo8wPwebm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swo8wPwebm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swo8wPwebm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swo8wPwebm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swo8wPwebm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-swo8wPwebm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swo8wPwebm .navbar {
    height: 70px;
  }
  .cid-swo8wPwebm .navbar.opened {
    height: auto;
  }
  .cid-swo8wPwebm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swqgZohuOL {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-swqgZohuOL .mbr-text {
  color: #716c80;
}
.cid-swqgZohuOL .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-swqgZohuOL .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-swqgZohuOL .card-wrapper:hover .ico2 {
  color: #33358c !important;
}
.cid-swqgZohuOL .text-info:hover {
  color: inherit!important;
}
.cid-swqgZohuOL .ico2 {
  color: #72dfe9 !important;
  transition: all 0.6s;
}
.cid-swqgZohuOL .card-box {
  padding: 0rem 1rem;
}
.cid-swqgZohuOL .ico1 {
  font-size: 3.5rem !important;
}
.cid-swqgZohuOL h3,
.cid-swqgZohuOL h4 {
  padding: 0;
  margin: 0;
}
.cid-swqgZohuOL .card-title,
.cid-swqgZohuOL .card-img {
  color: #57468b;
}
.cid-swqgZohuOL .card-title {
  color: #57468b;
}
.cid-swqgZohuOL H1 {
  color: #57468b;
}
.cid-swqgZohuOL .text,
.cid-swqgZohuOL .mbr-section-btn {
  color: #716c80;
}
.cid-swn0PdCQ2O {
  background-image: url("../../../assets/images/mbr-1920x1247.jpg");
}
.cid-swn0PdCQ2O .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-swn0PdCQ2O .mbr-section-tag {
  margin-bottom: 14px;
}
.cid-swn0PdCQ2O .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-swn0PdCQ2O .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #ff700c;
}
.cid-swn0PdCQ2O .mbr-section-title b:last-child,
.cid-swn0PdCQ2O .mbr-section-title strong:last-child {
  color: #e6eaf1;
}
.cid-swn25RnoVD {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-rVtXUL8ZHi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rVtXUL8ZHi img {
  width: 100%;
  height: 40rem;
  object-fit: cover;
}
.cid-rVtXUL8ZHi .inner-row {
  padding: 0;
}
.cid-rVtXUL8ZHi .card {
  padding: 0!important;
}
.cid-rVtXUL8ZHi .card:hover {
  cursor: pointer;
}
.cid-rVtXUL8ZHi .card:hover .img-wrapper:before {
  opacity: 1;
}
.cid-rVtXUL8ZHi .card:hover .text-wrap {
  opacity: 1;
  transform: translateY(-50%);
}
.cid-rVtXUL8ZHi .img-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-rVtXUL8ZHi .img-wrapper:before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #102f62;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  pointer-events: none;
  z-index: 1;
}
.cid-rVtXUL8ZHi .card2:before {
  background: #f49846;
}
.cid-rVtXUL8ZHi .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  left: auto;
  padding: 2rem;
  width: 100%;
  top: 50%;
  z-index: 2;
  transform: translateY(-45%);
  margin-bottom: -2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-rVtXUL8ZHi .card .img-wrapper:before {
    opacity: 0.8;
  }
  .cid-rVtXUL8ZHi .card .text-wrap {
    opacity: 1;
    transform: translateY(-50%);
    padding: 1rem;
  }
  .cid-rVtXUL8ZHi img {
    height: 20rem;
  }
}
.cid-rVtXUL8ZHi .mbr-subtitle,
.cid-rVtXUL8ZHi .link-align {
  color: #d58f76;
}
.cid-rVtXUL8ZHi .card-title {
  color: #ffffff;
}
.cid-rVtXUL8ZHi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rVtXV4e5vI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rVtXV4e5vI .mbr-iconfont {
  font-size: 4rem;
  color: #000000;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
}
.cid-rVtXV4e5vI .card-title {
  cursor: pointer;
  color: #000000;
}
.cid-rVtXV4e5vI .card:hover {
  cursor: pointer;
}
.cid-rVtXV4e5vI .card:hover .card-title:before {
  width: 100%;
}
.cid-rVtXV4e5vI .card-text {
  color: #999999;
}
.cid-rVtXV4e5vI .card-title,
.cid-rVtXV4e5vI .card-wrapper {
  text-align: center;
}
.cid-swn3docXxb {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background10.jpg");
}
.cid-swn3docXxb .media-content .btn-bgr {
  z-index: 0;
}
.cid-swn3docXxb .mbr-overlay {
  background: linear-gradient(90deg, #102f62, #000000);
}
@media (min-width: 992px) {
  .cid-swn3docXxb .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-swn3docXxb {
    text-align: center !important;
  }
  .cid-swn3docXxb .mbr-text {
    text-align: center;
  }
}
.cid-swn3docXxb .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-swn45tv9TC {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f2f3f7;
}
.cid-swn45tv9TC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-swn45tv9TC .row {
    flex-direction: column-reverse;
  }
  .cid-swn45tv9TC .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-swn45tv9TC .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-swn45tv9TC .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-swn45tv9TC .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-swn45tv9TC .card-title {
  color: #ff700c;
  text-align: left;
}
.cid-swn45tv9TC .mbr-text,
.cid-swn45tv9TC .mbr-section-btn {
  color: #6c758f;
}
.cid-swn6aFrgAs {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #f2f6ff;
}
.cid-swn6aFrgAs .card-header {
  background: transparent;
}
.cid-swn6aFrgAs .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-swn6aFrgAs .panel-group {
  border-top: 1px solid #f2f6ff;
}
.cid-swn6aFrgAs .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-swn6aFrgAs .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-swn6aFrgAs .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-swn6aFrgAs .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-swn6aFrgAs .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-swn6aFrgAs .card .panel-body {
  color: #767676;
}
.cid-swn6aFrgAs h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ffffff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid #f2f6ff;
  padding: 1.4rem 1.6rem;
}
.cid-swn6aFrgAs H4 {
  color: #57468b;
  text-align: right;
}
.cid-swn6aFrgAs H2 {
  color: #57468b;
}
.cid-swn6aFrgAs DIV {
  text-align: left;
}
.cid-swn6ZJnsWW {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-swn6ZJnsWW .mbr-text {
  color: #716c80;
}
.cid-swn6ZJnsWW .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-swn6ZJnsWW .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-swn6ZJnsWW .card-wrapper:hover .ico2 {
  color: #33358c !important;
}
.cid-swn6ZJnsWW .text-info:hover {
  color: inherit!important;
}
.cid-swn6ZJnsWW .ico2 {
  color: #72dfe9 !important;
  transition: all 0.6s;
}
.cid-swn6ZJnsWW .card-box {
  padding: 0rem 1rem;
}
.cid-swn6ZJnsWW .ico1 {
  font-size: 3.5rem !important;
}
.cid-swn6ZJnsWW h3,
.cid-swn6ZJnsWW h4 {
  padding: 0;
  margin: 0;
}
.cid-swn6ZJnsWW .card-title,
.cid-swn6ZJnsWW .card-img {
  color: #57468b;
}
.cid-swn6ZJnsWW .card-title {
  color: #57468b;
}
.cid-swn6ZJnsWW H1 {
  color: #57468b;
}
.cid-swn6ZJnsWW .text,
.cid-swn6ZJnsWW .mbr-section-btn {
  color: #716c80;
}
.cid-swo8wPwebm {
  z-index: 1000;
  width: 100%;
}
.cid-swo8wPwebm .navbar.collapsed ul.navbar-nav li {
  margin: 0;
  width: fit-content;
}
.cid-swo8wPwebm .container-fluid {
  padding: 0 1rem;
  margin: 0 auto;
}
.cid-swo8wPwebm .icons-menu {
  width: fit-content;
  padding: 0 4rem;
  padding-bottom: 3rem;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-swo8wPwebm .icons-menu {
    padding: 0 3rem;
  }
}
.cid-swo8wPwebm nav.navbar {
  position: fixed;
}
.cid-swo8wPwebm .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-swo8wPwebm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-swo8wPwebm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-swo8wPwebm .dropdown-item:hover,
.cid-swo8wPwebm .dropdown-item:focus {
  background: #33358c !important;
  color: white !important;
}
.cid-swo8wPwebm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-swo8wPwebm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-swo8wPwebm .nav-dropdown {
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .cid-swo8wPwebm .nav-dropdown {
    padding: 2rem 0rem;
  }
}
.cid-swo8wPwebm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 1rem !important;
}
.cid-swo8wPwebm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-swo8wPwebm .nav-link {
  position: relative;
}
.cid-swo8wPwebm .container {
  display: flex;
  margin: auto;
}
.cid-swo8wPwebm .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-swo8wPwebm .dropdown-menu,
.cid-swo8wPwebm .navbar.opened {
  background: #102f62 !important;
  min-height: 100%;
}
.cid-swo8wPwebm .nav-item:focus,
.cid-swo8wPwebm .nav-link:focus {
  outline: none;
}
.cid-swo8wPwebm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-swo8wPwebm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swo8wPwebm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-swo8wPwebm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-swo8wPwebm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swo8wPwebm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em .5em 0.235em 1.3em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swo8wPwebm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(16, 47, 98, 0);
}
.cid-swo8wPwebm .navbar.opened {
  transition: all 0.3s;
}
.cid-swo8wPwebm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-swo8wPwebm .navbar .navbar-logo img {
  width: auto;
}
.cid-swo8wPwebm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-swo8wPwebm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swo8wPwebm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swo8wPwebm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-swo8wPwebm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-swo8wPwebm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-swo8wPwebm .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-swo8wPwebm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem .5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-swo8wPwebm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swo8wPwebm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swo8wPwebm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swo8wPwebm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swo8wPwebm .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-swo8wPwebm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-swo8wPwebm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swo8wPwebm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem .5rem !important;
    text-align: center;
  }
  .cid-swo8wPwebm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-swo8wPwebm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-swo8wPwebm .navbar.navbar-short {
  min-height: 60px;
}
.cid-swo8wPwebm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-swo8wPwebm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-swo8wPwebm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-swo8wPwebm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swo8wPwebm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swo8wPwebm .dropdown-item.active,
.cid-swo8wPwebm .dropdown-item:active {
  background-color: transparent;
}
.cid-swo8wPwebm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swo8wPwebm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swo8wPwebm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swo8wPwebm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #102f62;
}
.cid-swo8wPwebm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swo8wPwebm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swo8wPwebm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-swo8wPwebm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-swo8wPwebm button.navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #ff700c;
}
.cid-swo8wPwebm button.navbar-toggler[aria-expanded="true"] .hamburger span {
  background: #ffffff;
}
.cid-swo8wPwebm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swo8wPwebm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swo8wPwebm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swo8wPwebm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swo8wPwebm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swo8wPwebm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-swo8wPwebm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swo8wPwebm .navbar {
    height: 70px;
  }
  .cid-swo8wPwebm .navbar.opened {
    height: auto;
  }
  .cid-swo8wPwebm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swnonr8zFD {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1177.jpg");
}
.cid-swnonr8zFD .mbr-section-title {
  letter-spacing: .1em;
}
.cid-swnonr8zFD .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-swnonr8zFD .card-img span {
  font-size: 100px;
}
.cid-swnonr8zFD .mbr-text,
.cid-swnonr8zFD .mbr-section-btn {
  color: #efefef;
}
.cid-qKSeIL708B {
  padding-top: 60px;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-qKSeIL708B .container {
  margin-bottom: 15%;
}
.cid-qKSeIL708B .content-container .btn-bgr {
  z-index: 0;
}
.cid-qKSeIL708B .container-boxes {
  padding-bottom: 75px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  background-color: #f4f8fa;
}
.cid-qKSeIL708B .icon-block-top span {
  background-color: #ff700c;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
}
.cid-qKSeIL708B .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-qKSeIL708B .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-qKSeIL708B .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-qKSeIL708B .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-qKSeIL708B .mbr-text,
.cid-qKSeIL708B .box-item-text {
  color: #8d97ad;
}
.cid-qKSeIL708B .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-qKSeIL708B .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-qKSeIL708B .box-list li:last-child {
  border-bottom: none;
}
.cid-qKSeIL708B .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-qKSeIL708B .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-qKSeIL708B .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-qKSeIL708B .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qKSeIL708B .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-qKSeIL708B .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-qKSeIL708B .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-qKSeIL708B .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-qKSeIL708B .box-item-title {
  text-align: left;
}
.cid-qKSfgPX2iU {
  padding-top: 20px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-qKSfgPX2iU .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-qKSfgPX2iU .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-qKSfgPX2iU .text-content {
  padding-right: 1.5rem;
}
.cid-qKSfgPX2iU .mbr-text {
  color: #8d97ad;
}
.cid-qKSfgPX2iU .mbr-figure img {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  border-radius: .25rem;
}
.cid-qKSfgPX2iU .counter-container {
  padding-top: 1rem;
}
.cid-qKSfgPX2iU .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-qKSfgPX2iU .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qKSfgPX2iU .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-qKSfgPX2iU .main-row {
    margin: 0;
  }
  .cid-qKSfgPX2iU .mbr-section-title,
  .cid-qKSfgPX2iU .mbr-text,
  .cid-qKSfgPX2iU .list,
  .cid-qKSfgPX2iU .mbr-section-btn {
    text-align: center !important;
  }
  .cid-qKSfgPX2iU .text-content {
    padding: 0;
  }
}
.cid-swo8wPwebm {
  z-index: 1000;
  width: 100%;
}
.cid-swo8wPwebm .navbar.collapsed ul.navbar-nav li {
  margin: 0;
  width: fit-content;
}
.cid-swo8wPwebm .container-fluid {
  padding: 0 1rem;
  margin: 0 auto;
}
.cid-swo8wPwebm .icons-menu {
  width: fit-content;
  padding: 0 4rem;
  padding-bottom: 3rem;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-swo8wPwebm .icons-menu {
    padding: 0 3rem;
  }
}
.cid-swo8wPwebm nav.navbar {
  position: fixed;
}
.cid-swo8wPwebm .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-swo8wPwebm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-swo8wPwebm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-swo8wPwebm .dropdown-item:hover,
.cid-swo8wPwebm .dropdown-item:focus {
  background: #33358c !important;
  color: white !important;
}
.cid-swo8wPwebm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-swo8wPwebm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-swo8wPwebm .nav-dropdown {
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .cid-swo8wPwebm .nav-dropdown {
    padding: 2rem 0rem;
  }
}
.cid-swo8wPwebm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 1rem !important;
}
.cid-swo8wPwebm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-swo8wPwebm .nav-link {
  position: relative;
}
.cid-swo8wPwebm .container {
  display: flex;
  margin: auto;
}
.cid-swo8wPwebm .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-swo8wPwebm .dropdown-menu,
.cid-swo8wPwebm .navbar.opened {
  background: #102f62 !important;
  min-height: 100%;
}
.cid-swo8wPwebm .nav-item:focus,
.cid-swo8wPwebm .nav-link:focus {
  outline: none;
}
.cid-swo8wPwebm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-swo8wPwebm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swo8wPwebm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-swo8wPwebm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-swo8wPwebm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swo8wPwebm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em .5em 0.235em 1.3em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swo8wPwebm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(16, 47, 98, 0);
}
.cid-swo8wPwebm .navbar.opened {
  transition: all 0.3s;
}
.cid-swo8wPwebm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-swo8wPwebm .navbar .navbar-logo img {
  width: auto;
}
.cid-swo8wPwebm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-swo8wPwebm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swo8wPwebm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swo8wPwebm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-swo8wPwebm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-swo8wPwebm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-swo8wPwebm .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-swo8wPwebm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem .5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-swo8wPwebm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swo8wPwebm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swo8wPwebm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swo8wPwebm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swo8wPwebm .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-swo8wPwebm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-swo8wPwebm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swo8wPwebm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem .5rem !important;
    text-align: center;
  }
  .cid-swo8wPwebm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-swo8wPwebm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-swo8wPwebm .navbar.navbar-short {
  min-height: 60px;
}
.cid-swo8wPwebm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-swo8wPwebm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-swo8wPwebm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-swo8wPwebm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swo8wPwebm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swo8wPwebm .dropdown-item.active,
.cid-swo8wPwebm .dropdown-item:active {
  background-color: transparent;
}
.cid-swo8wPwebm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swo8wPwebm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swo8wPwebm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swo8wPwebm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #102f62;
}
.cid-swo8wPwebm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swo8wPwebm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swo8wPwebm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-swo8wPwebm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-swo8wPwebm button.navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #ff700c;
}
.cid-swo8wPwebm button.navbar-toggler[aria-expanded="true"] .hamburger span {
  background: #ffffff;
}
.cid-swo8wPwebm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swo8wPwebm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swo8wPwebm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swo8wPwebm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swo8wPwebm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swo8wPwebm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-swo8wPwebm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swo8wPwebm .navbar {
    height: 70px;
  }
  .cid-swo8wPwebm .navbar.opened {
    height: auto;
  }
  .cid-swo8wPwebm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjZa41BRTc {
  overflow: visible;
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background: linear-gradient(to right bottom, rgba(0, 0, 0, 0.8), #102f62);
}
.cid-sjZa41BRTc .mbr-overlay {
  background: #ffffff;
}
.cid-sjZa41BRTc .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-sjZa41BRTc .mbr-section-title {
  margin-bottom: 27px;
}
.cid-sjZa41BRTc .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
.cid-sjZa41BRTc .image__block {
  margin-top: 60px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
}
.cid-sjZa41BRTc .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-sjZa41BRTc .circle1 {
    position: absolute;
    left: 70px;
    bottom: 70px;
    width: 200px;
    height: 200px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 13s linear infinite;
  }
  .cid-sjZa41BRTc .circle2 {
    top: 150px;
    left: 47.6%;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 11s linear infinite;
  }
  .cid-sjZa41BRTc .circle3 {
    right: 15%;
    bottom: 140px;
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 10s linear infinite;
  }
  .cid-sjZa41BRTc .circle4 {
    right: 3%;
    top: 190px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 9s linear infinite;
  }
  @keyframes circleAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    55% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media (max-width: 991px) {
  .cid-sjZa41BRTc .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-sjZa41BRTc .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sjZa41BRTc .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-sjZa41BRTc .image__block {
    margin-bottom: -100px;
  }
}
.cid-swnUs7hhMU {
  padding-top: 7rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ff700c;
}
.cid-swnUs7hhMU .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-swnUs7hhMU .mbr-section-subtitle {
  color: #e6eaf1;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-swnUs7hhMU .mbr-section-subtitle:after {
  content: '';
  position: absolute;
  left: -92px;
  top: 147px;
  width: 85px;
  height: 85px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../../assets/images/compass.svg");
}
.cid-swnUs7hhMU .mbr-section-title {
  margin-bottom: 33px;
}
.cid-swnUs7hhMU .slider__image {
  margin-left: 11.8%;
}
.cid-swnUs7hhMU .img-wrap {
  max-width: 100%;
}
.cid-swnUs7hhMU .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-swnUs7hhMU .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-swnUs7hhMU .carousel-indicators .active {
  background: #003d59;
  opacity: 1;
  border: none;
}
.cid-swnUs7hhMU .carousel-indicators .active:before {
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: 0.2;
}
.cid-swnUs7hhMU .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #003d59;
  border-radius: 50%;
  position: relative;
  opacity: 0.2;
}
.cid-swnUs7hhMU .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #003d59;
  background-color: transparent;
}
.cid-swnUs7hhMU .carousel-controls a span {
  transition: all 0.3s;
  color: #003d59;
  font-size: 18px;
}
.cid-swnUs7hhMU .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-swnUs7hhMU .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-swnUs7hhMU .carousel-controls .carousel-control-next,
.cid-swnUs7hhMU .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-swnUs7hhMU .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-swnUs7hhMU .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swnUs7hhMU .image-element {
    min-width: 50%;
  }
  .cid-swnUs7hhMU .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-swnUs7hhMU .two__background:before {
    max-width: 90%;
  }
  .cid-swnUs7hhMU .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-swnUs7hhMU .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-swnUs7hhMU .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-swnUs7hhMU .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-swnUs7hhMU .mbr-section-subtitle:after {
    content: none;
  }
  .cid-swnUs7hhMU .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-swnUs7hhMU .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-swnUs7hhMU .img-wrap {
    width: 100%;
  }
  .cid-swnUs7hhMU .carousel-controls {
    display: none;
  }
  .cid-swnUs7hhMU .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-swnUs7hhMU .mbr-text {
  color: #e6eaf1;
}
.cid-swo8wPwebm {
  z-index: 1000;
  width: 100%;
}
.cid-swo8wPwebm .navbar.collapsed ul.navbar-nav li {
  margin: 0;
  width: fit-content;
}
.cid-swo8wPwebm .container-fluid {
  padding: 0 1rem;
  margin: 0 auto;
}
.cid-swo8wPwebm .icons-menu {
  width: fit-content;
  padding: 0 4rem;
  padding-bottom: 3rem;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-swo8wPwebm .icons-menu {
    padding: 0 3rem;
  }
}
.cid-swo8wPwebm nav.navbar {
  position: fixed;
}
.cid-swo8wPwebm .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-swo8wPwebm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-swo8wPwebm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-swo8wPwebm .dropdown-item:hover,
.cid-swo8wPwebm .dropdown-item:focus {
  background: #33358c !important;
  color: white !important;
}
.cid-swo8wPwebm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-swo8wPwebm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-swo8wPwebm .nav-dropdown {
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .cid-swo8wPwebm .nav-dropdown {
    padding: 2rem 0rem;
  }
}
.cid-swo8wPwebm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 1rem !important;
}
.cid-swo8wPwebm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-swo8wPwebm .nav-link {
  position: relative;
}
.cid-swo8wPwebm .container {
  display: flex;
  margin: auto;
}
.cid-swo8wPwebm .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-swo8wPwebm .dropdown-menu,
.cid-swo8wPwebm .navbar.opened {
  background: #102f62 !important;
  min-height: 100%;
}
.cid-swo8wPwebm .nav-item:focus,
.cid-swo8wPwebm .nav-link:focus {
  outline: none;
}
.cid-swo8wPwebm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-swo8wPwebm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swo8wPwebm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-swo8wPwebm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-swo8wPwebm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swo8wPwebm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em .5em 0.235em 1.3em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swo8wPwebm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(16, 47, 98, 0);
}
.cid-swo8wPwebm .navbar.opened {
  transition: all 0.3s;
}
.cid-swo8wPwebm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-swo8wPwebm .navbar .navbar-logo img {
  width: auto;
}
.cid-swo8wPwebm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-swo8wPwebm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swo8wPwebm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swo8wPwebm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-swo8wPwebm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-swo8wPwebm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-swo8wPwebm .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-swo8wPwebm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem .5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-swo8wPwebm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swo8wPwebm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swo8wPwebm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swo8wPwebm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swo8wPwebm .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-swo8wPwebm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-swo8wPwebm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swo8wPwebm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem .5rem !important;
    text-align: center;
  }
  .cid-swo8wPwebm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-swo8wPwebm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-swo8wPwebm .navbar.navbar-short {
  min-height: 60px;
}
.cid-swo8wPwebm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-swo8wPwebm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-swo8wPwebm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-swo8wPwebm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swo8wPwebm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swo8wPwebm .dropdown-item.active,
.cid-swo8wPwebm .dropdown-item:active {
  background-color: transparent;
}
.cid-swo8wPwebm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swo8wPwebm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swo8wPwebm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swo8wPwebm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #102f62;
}
.cid-swo8wPwebm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swo8wPwebm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swo8wPwebm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-swo8wPwebm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-swo8wPwebm button.navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #ff700c;
}
.cid-swo8wPwebm button.navbar-toggler[aria-expanded="true"] .hamburger span {
  background: #ffffff;
}
.cid-swo8wPwebm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swo8wPwebm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swo8wPwebm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swo8wPwebm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swo8wPwebm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swo8wPwebm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-swo8wPwebm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swo8wPwebm .navbar {
    height: 70px;
  }
  .cid-swo8wPwebm .navbar.opened {
    height: auto;
  }
  .cid-swo8wPwebm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swn03r5bpT {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1-1920x1281.jpg");
}
.cid-swnEZyuzGn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1200.jpg");
}
.cid-swnEZyuzGn .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
.cid-swnEZyuzGn input,
.cid-swnEZyuzGn textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-swnEZyuzGn img {
  width: 90%;
  border-radius: 8px;
}
.cid-swnEZyuzGn .title {
  margin-bottom: 1rem;
}
.cid-swnEZyuzGn p {
  line-height: 1.6;
}
.cid-swnEZyuzGn .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-swnEZyuzGn textarea {
  min-height: 160px;
}
.cid-swnEZyuzGn .form-control,
.cid-swnEZyuzGn .field-input {
  padding: 0.5rem;
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-swnEZyuzGn .form-control:hover,
.cid-swnEZyuzGn .field-input:hover,
.cid-swnEZyuzGn .form-control:focus,
.cid-swnEZyuzGn .field-input:focus {
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-swnEZyuzGn input::-webkit-input-placeholder,
.cid-swnEZyuzGn textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-swnEZyuzGn input:-moz-placeholder,
.cid-swnEZyuzGn textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-swnEZyuzGn .jq-selectbox li,
.cid-swnEZyuzGn .jq-selectbox li {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-swnEZyuzGn .jq-selectbox li:hover,
.cid-swnEZyuzGn .jq-selectbox li.selected {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-swnEZyuzGn .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-swnEZyuzGn .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-swnEZyuzGn H5 {
  color: #ff700c;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-swnEZyuzGn img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-swnEZyuzGn .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-swnEZyuzGn H2 {
  color: #ff700c;
}
.cid-swnEZyuzGn H3 {
  color: #e6eaf1;
}
.cid-swnEZyuzGn .mbr-text {
  color: #e6eaf1;
}
.cid-swnEZyuzGn .mbr-section-subtitle {
  color: #e6eaf1;
}
.cid-swnEZyuzGn P {
  color: #ffffff;
}
.cid-swo8wPwebm {
  z-index: 1000;
  width: 100%;
}
.cid-swo8wPwebm .navbar.collapsed ul.navbar-nav li {
  margin: 0;
  width: fit-content;
}
.cid-swo8wPwebm .container-fluid {
  padding: 0 1rem;
  margin: 0 auto;
}
.cid-swo8wPwebm .icons-menu {
  width: fit-content;
  padding: 0 4rem;
  padding-bottom: 3rem;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-swo8wPwebm .icons-menu {
    padding: 0 3rem;
  }
}
.cid-swo8wPwebm nav.navbar {
  position: fixed;
}
.cid-swo8wPwebm .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-swo8wPwebm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-swo8wPwebm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-swo8wPwebm .dropdown-item:hover,
.cid-swo8wPwebm .dropdown-item:focus {
  background: #33358c !important;
  color: white !important;
}
.cid-swo8wPwebm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-swo8wPwebm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-swo8wPwebm .nav-dropdown {
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .cid-swo8wPwebm .nav-dropdown {
    padding: 2rem 0rem;
  }
}
.cid-swo8wPwebm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 1rem !important;
}
.cid-swo8wPwebm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-swo8wPwebm .nav-link {
  position: relative;
}
.cid-swo8wPwebm .container {
  display: flex;
  margin: auto;
}
.cid-swo8wPwebm .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-swo8wPwebm .dropdown-menu,
.cid-swo8wPwebm .navbar.opened {
  background: #102f62 !important;
  min-height: 100%;
}
.cid-swo8wPwebm .nav-item:focus,
.cid-swo8wPwebm .nav-link:focus {
  outline: none;
}
.cid-swo8wPwebm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-swo8wPwebm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swo8wPwebm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-swo8wPwebm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-swo8wPwebm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swo8wPwebm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em .5em 0.235em 1.3em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swo8wPwebm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(16, 47, 98, 0);
}
.cid-swo8wPwebm .navbar.opened {
  transition: all 0.3s;
}
.cid-swo8wPwebm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-swo8wPwebm .navbar .navbar-logo img {
  width: auto;
}
.cid-swo8wPwebm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-swo8wPwebm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swo8wPwebm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swo8wPwebm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-swo8wPwebm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-swo8wPwebm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-swo8wPwebm .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-swo8wPwebm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem .5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-swo8wPwebm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swo8wPwebm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swo8wPwebm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swo8wPwebm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swo8wPwebm .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-swo8wPwebm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-swo8wPwebm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swo8wPwebm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem .5rem !important;
    text-align: center;
  }
  .cid-swo8wPwebm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-swo8wPwebm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-swo8wPwebm .navbar.navbar-short {
  min-height: 60px;
}
.cid-swo8wPwebm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-swo8wPwebm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-swo8wPwebm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-swo8wPwebm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swo8wPwebm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swo8wPwebm .dropdown-item.active,
.cid-swo8wPwebm .dropdown-item:active {
  background-color: transparent;
}
.cid-swo8wPwebm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swo8wPwebm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swo8wPwebm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swo8wPwebm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #102f62;
}
.cid-swo8wPwebm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swo8wPwebm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swo8wPwebm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-swo8wPwebm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-swo8wPwebm button.navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #ff700c;
}
.cid-swo8wPwebm button.navbar-toggler[aria-expanded="true"] .hamburger span {
  background: #ffffff;
}
.cid-swo8wPwebm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swo8wPwebm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swo8wPwebm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swo8wPwebm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swo8wPwebm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swo8wPwebm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-swo8wPwebm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swo8wPwebm .navbar {
    height: 70px;
  }
  .cid-swo8wPwebm .navbar.opened {
    height: auto;
  }
  .cid-swo8wPwebm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swmBglNEvH {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1280.png");
}
.cid-swmBglNEvH .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-swmBglNEvH .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-swmBglNEvH .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-swmBglNEvH .mbr-text {
  color: #ffffff;
}
.cid-swmBglNEvH .card {
  padding-bottom: 1.5rem;
}
.cid-swmBglNEvH .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-swmBglNEvH .card-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-swmBglNEvH .card-wrapper .card-title {
  color: #ffffff;
}
.cid-rRBL43d8gF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
}
@media (max-width: 767px) {
  .cid-rRBL43d8gF h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rRBL43d8gF .container {
    position: relative;
  }
  .cid-rRBL43d8gF .row {
    margin: 0;
  }
  .cid-rRBL43d8gF h2 {
    margin: 0;
  }
}
.cid-rRBL43d8gF .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-rRBL43d8gF .mbr-section-subtitle {
  color: #ff700c;
}
.cid-rRBL43d8gF .container-column,
.cid-rRBL43d8gF h2 {
  color: #3c71d3;
}
.cid-rRBL43d8gF .mbr-text {
  color: #e6eaf1;
}
.cid-rRBLdieF82 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rRBLdieF82 .mbr-text {
  color: #767676;
}
.cid-rRBLdieF82 .mbr-title {
  color: #101010;
}
@media (max-width: 767px) {
  .cid-rRBLdieF82 .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-rRBLdieF82 h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-rRBLdieF82 .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rRBLdieF82 .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-rRBLdieF82 .row {
    margin: 0;
  }
}
.cid-swmF2i7P6z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-swmF2i7P6z img {
  border-radius: 0px;
}
.cid-swmF2i7P6z .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-swmF2i7P6z .date {
  text-transform: uppercase;
  color: #33358c;
  text-align: left;
  padding-top: 1rem;
}
.cid-swmF2i7P6z .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-swmF2i7P6z .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-swmF2i7P6z .right {
  display: flex;
  flex-direction: column;
}
.cid-swmF2i7P6z .mbr-section-btn {
  border: 2px solid #33358c;
  width: auto;
}
.cid-swmF2i7P6z .mbr-section-btn:hover {
  background-color: #33358c;
  border: 2px solid #33358c;
}
.cid-swmF2i7P6z .card-heading {
  padding-top: 0;
}
.cid-swmF2i7P6z .mbr-text {
  padding-top: 10px;
}
.cid-swmUEM7LkN {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-swmUEM7LkN .mbr-text {
  color: #716c80;
}
.cid-swmUEM7LkN .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-swmUEM7LkN .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-swmUEM7LkN .card-wrapper:hover .ico2 {
  color: #33358c !important;
}
.cid-swmUEM7LkN .text-info:hover {
  color: inherit!important;
}
.cid-swmUEM7LkN .ico2 {
  color: #72dfe9 !important;
  transition: all 0.6s;
}
.cid-swmUEM7LkN .card-box {
  padding: 0rem 1rem;
}
.cid-swmUEM7LkN .ico1 {
  font-size: 3.5rem !important;
}
.cid-swmUEM7LkN h3,
.cid-swmUEM7LkN h4 {
  padding: 0;
  margin: 0;
}
.cid-swmUEM7LkN .card-title,
.cid-swmUEM7LkN .card-img {
  color: #57468b;
}
.cid-swmUEM7LkN .card-title {
  color: #57468b;
}
.cid-swmUEM7LkN H1 {
  color: #57468b;
}
.cid-swmUEM7LkN .text,
.cid-swmUEM7LkN .mbr-section-btn {
  color: #716c80;
}
.cid-swmHQi9LrD {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
}
@media (max-width: 767px) {
  .cid-swmHQi9LrD h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-swmHQi9LrD .container {
    position: relative;
  }
  .cid-swmHQi9LrD .row {
    margin: 0;
  }
  .cid-swmHQi9LrD h2 {
    margin: 0;
  }
}
.cid-swmHQi9LrD .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-swmHQi9LrD .mbr-section-subtitle {
  color: #ff700c;
}
.cid-swmHQi9LrD .container-column,
.cid-swmHQi9LrD h2 {
  color: #3c71d3;
}
.cid-swmHQi9LrD .mbr-text {
  color: #e6eaf1;
}
.cid-swmIZsWWAG {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background14.jpg");
}
.cid-swmIZsWWAG .mbr-text,
.cid-swmIZsWWAG .typed-text,
.cid-swmIZsWWAG .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-swmIZsWWAG .btn {
  margin-left: 4px !important;
}
.cid-swmIZsWWAG .animated-element {
  color: #ffbc00;
}
.cid-swmIZsWWAG .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-swmK9ZFDOY {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-swmK9ZFDOY .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-swmK9ZFDOY .link {
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
}
.cid-swmK9ZFDOY .link:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 1rem;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  background: #33358c;
  font-family: 'Moririse2' !important;
  content: "\e909";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-swmK9ZFDOY .link:hover:before {
  background: #72dfe9;
}
.cid-swmK9ZFDOY .mbr-section-title {
  color: #e6eaf1;
}
.cid-swmK9ZFDOY .mbr-text,
.cid-swmK9ZFDOY .mbr-section-btn {
  color: #000000;
}
.cid-swmK9ZFDOY .link,
.cid-swmK9ZFDOY .link-wrap {
  color: #000000;
}
.cid-swmK9ZFDOY .mbr-title {
  color: #102f62;
}
.cid-swmUDvmKqg {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-swmUDvmKqg .mbr-text {
  color: #716c80;
}
.cid-swmUDvmKqg .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-swmUDvmKqg .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-swmUDvmKqg .card-wrapper:hover .ico2 {
  color: #33358c !important;
}
.cid-swmUDvmKqg .text-info:hover {
  color: inherit!important;
}
.cid-swmUDvmKqg .ico2 {
  color: #72dfe9 !important;
  transition: all 0.6s;
}
.cid-swmUDvmKqg .card-box {
  padding: 0rem 1rem;
}
.cid-swmUDvmKqg .ico1 {
  font-size: 3.5rem !important;
}
.cid-swmUDvmKqg h3,
.cid-swmUDvmKqg h4 {
  padding: 0;
  margin: 0;
}
.cid-swmUDvmKqg .card-title,
.cid-swmUDvmKqg .card-img {
  color: #57468b;
}
.cid-swmUDvmKqg .card-title {
  color: #57468b;
}
.cid-swmUDvmKqg H1 {
  color: #57468b;
}
.cid-swmUDvmKqg .text,
.cid-swmUDvmKqg .mbr-section-btn {
  color: #716c80;
}
.cid-swmKBnxbVv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
}
@media (max-width: 767px) {
  .cid-swmKBnxbVv h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-swmKBnxbVv .container {
    position: relative;
  }
  .cid-swmKBnxbVv .row {
    margin: 0;
  }
  .cid-swmKBnxbVv h2 {
    margin: 0;
  }
}
.cid-swmKBnxbVv .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-swmKBnxbVv .mbr-section-subtitle {
  color: #ff700c;
}
.cid-swmKBnxbVv .container-column,
.cid-swmKBnxbVv h2 {
  color: #3c71d3;
}
.cid-swmKBnxbVv .mbr-text {
  color: #e6eaf1;
}
.cid-swmL6Ij8ab {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-swmL6Ij8ab .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-swmL6Ij8ab .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-swmL6Ij8ab .img1 {
  background: #ff700c;
}
.cid-swmL6Ij8ab .img2 {
  background: #102f62;
}
.cid-swmL6Ij8ab .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-swmL6Ij8ab .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-swmL6Ij8ab .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-swmL6Ij8ab .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-swmL6Ij8ab .card-wrapper {
    flex-direction: column;
  }
  .cid-swmL6Ij8ab .card-box {
    padding: 1rem;
  }
  .cid-swmL6Ij8ab .card-box,
  .cid-swmL6Ij8ab .img-wrapper {
    width: 100%;
  }
  .cid-swmL6Ij8ab .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-swmL6Ij8ab .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-swmL6Ij8ab .card-subtitle {
  color: #0077ff;
}
.cid-swmL6Ij8ab .mbr-text,
.cid-swmL6Ij8ab .link-wrap {
  color: #555555;
}
.cid-swmLo5eeCv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-swmLo5eeCv .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-swmLo5eeCv .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-swmLo5eeCv .img1 {
  background: #102f62;
}
.cid-swmLo5eeCv .img2 {
  background: #ff700c;
}
.cid-swmLo5eeCv .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-swmLo5eeCv .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-swmLo5eeCv .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-swmLo5eeCv .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-swmLo5eeCv .card-wrapper {
    flex-direction: column;
  }
  .cid-swmLo5eeCv .card-box {
    padding: 1rem;
  }
  .cid-swmLo5eeCv .card-box,
  .cid-swmLo5eeCv .img-wrapper {
    width: 100%;
  }
  .cid-swmLo5eeCv .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-swmLo5eeCv .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-swmLo5eeCv .card-subtitle {
  color: #0077ff;
}
.cid-swmLo5eeCv .mbr-text,
.cid-swmLo5eeCv .link-wrap {
  color: #555555;
}
.cid-swmUBpEphZ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-swmUBpEphZ .mbr-text {
  color: #716c80;
}
.cid-swmUBpEphZ .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-swmUBpEphZ .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-swmUBpEphZ .card-wrapper:hover .ico2 {
  color: #33358c !important;
}
.cid-swmUBpEphZ .text-info:hover {
  color: inherit!important;
}
.cid-swmUBpEphZ .ico2 {
  color: #72dfe9 !important;
  transition: all 0.6s;
}
.cid-swmUBpEphZ .card-box {
  padding: 0rem 1rem;
}
.cid-swmUBpEphZ .ico1 {
  font-size: 3.5rem !important;
}
.cid-swmUBpEphZ h3,
.cid-swmUBpEphZ h4 {
  padding: 0;
  margin: 0;
}
.cid-swmUBpEphZ .card-title,
.cid-swmUBpEphZ .card-img {
  color: #57468b;
}
.cid-swmUBpEphZ .card-title {
  color: #57468b;
}
.cid-swmUBpEphZ H1 {
  color: #57468b;
}
.cid-swmUBpEphZ .text,
.cid-swmUBpEphZ .mbr-section-btn {
  color: #716c80;
}
.cid-swmMg9tXWr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
}
@media (max-width: 767px) {
  .cid-swmMg9tXWr h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-swmMg9tXWr .container {
    position: relative;
  }
  .cid-swmMg9tXWr .row {
    margin: 0;
  }
  .cid-swmMg9tXWr h2 {
    margin: 0;
  }
}
.cid-swmMg9tXWr .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-swmMg9tXWr .mbr-section-subtitle {
  color: #ff700c;
}
.cid-swmMg9tXWr .container-column,
.cid-swmMg9tXWr h2 {
  color: #3c71d3;
}
.cid-swmMg9tXWr .mbr-text {
  color: #e6eaf1;
}
.cid-swmO0JrehE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6eaf1;
}
.cid-swmO0JrehE .mbr-section-title {
  text-align: left;
  color: #ff700c;
}
.cid-swmO0JrehE .mbr-text,
.cid-swmO0JrehE .mbr-section-btn {
  color: #102f62;
}
.cid-swmQIL71HR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #e6eaf1;
  overflow: hidden;
}
.cid-swmQIL71HR svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-swmQIL71HR #e2_shape {
  fill: #ffffff !important;
}
.cid-swmQIL71HR .mbr-text.display-5 {
  font-size: 26px;
}
.cid-swmQIL71HR .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-swmQIL71HR img {
  margin-left: auto;
  margin-right: auto;
}
.cid-swmRJIKkXG {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-swmRJIKkXG svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-swmRJIKkXG .mbr-text,
.cid-swmRJIKkXG .mbr-section-btn {
  color: #716c80;
}
.cid-swmRJIKkXG #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-swmRJIKkXG #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-swmRJIKkXG H1 {
  color: #57468b;
}
.cid-swmRJIKkXG img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-swmRJIKkXG .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-swmRJIKkXG .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-swmRJIKkXG img {
    width: 100%;
  }
}
.cid-swmUydWWGs {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-swmUydWWGs .mbr-text {
  color: #716c80;
}
.cid-swmUydWWGs .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-swmUydWWGs .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-swmUydWWGs .card-wrapper:hover .ico2 {
  color: #33358c !important;
}
.cid-swmUydWWGs .text-info:hover {
  color: inherit!important;
}
.cid-swmUydWWGs .ico2 {
  color: #72dfe9 !important;
  transition: all 0.6s;
}
.cid-swmUydWWGs .card-box {
  padding: 0rem 1rem;
}
.cid-swmUydWWGs .ico1 {
  font-size: 3.5rem !important;
}
.cid-swmUydWWGs h3,
.cid-swmUydWWGs h4 {
  padding: 0;
  margin: 0;
}
.cid-swmUydWWGs .card-title,
.cid-swmUydWWGs .card-img {
  color: #57468b;
}
.cid-swmUydWWGs .card-title {
  color: #57468b;
}
.cid-swmUydWWGs H1 {
  color: #57468b;
}
.cid-swmUydWWGs .text,
.cid-swmUydWWGs .mbr-section-btn {
  color: #716c80;
}
.cid-swo8wPwebm {
  z-index: 1000;
  width: 100%;
}
.cid-swo8wPwebm .navbar.collapsed ul.navbar-nav li {
  margin: 0;
  width: fit-content;
}
.cid-swo8wPwebm .container-fluid {
  padding: 0 1rem;
  margin: 0 auto;
}
.cid-swo8wPwebm .icons-menu {
  width: fit-content;
  padding: 0 4rem;
  padding-bottom: 3rem;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-swo8wPwebm .icons-menu {
    padding: 0 3rem;
  }
}
.cid-swo8wPwebm nav.navbar {
  position: fixed;
}
.cid-swo8wPwebm .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-swo8wPwebm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-swo8wPwebm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-swo8wPwebm .dropdown-item:hover,
.cid-swo8wPwebm .dropdown-item:focus {
  background: #33358c !important;
  color: white !important;
}
.cid-swo8wPwebm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-swo8wPwebm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-swo8wPwebm .nav-dropdown {
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .cid-swo8wPwebm .nav-dropdown {
    padding: 2rem 0rem;
  }
}
.cid-swo8wPwebm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 1rem !important;
}
.cid-swo8wPwebm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-swo8wPwebm .nav-link {
  position: relative;
}
.cid-swo8wPwebm .container {
  display: flex;
  margin: auto;
}
.cid-swo8wPwebm .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-swo8wPwebm .dropdown-menu,
.cid-swo8wPwebm .navbar.opened {
  background: #102f62 !important;
  min-height: 100%;
}
.cid-swo8wPwebm .nav-item:focus,
.cid-swo8wPwebm .nav-link:focus {
  outline: none;
}
.cid-swo8wPwebm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-swo8wPwebm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swo8wPwebm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-swo8wPwebm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-swo8wPwebm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swo8wPwebm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em .5em 0.235em 1.3em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swo8wPwebm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(16, 47, 98, 0);
}
.cid-swo8wPwebm .navbar.opened {
  transition: all 0.3s;
}
.cid-swo8wPwebm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-swo8wPwebm .navbar .navbar-logo img {
  width: auto;
}
.cid-swo8wPwebm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-swo8wPwebm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swo8wPwebm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swo8wPwebm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-swo8wPwebm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-swo8wPwebm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-swo8wPwebm .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-swo8wPwebm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem .5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-swo8wPwebm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swo8wPwebm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swo8wPwebm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swo8wPwebm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swo8wPwebm .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-swo8wPwebm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-swo8wPwebm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swo8wPwebm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem .5rem !important;
    text-align: center;
  }
  .cid-swo8wPwebm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-swo8wPwebm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-swo8wPwebm .navbar.navbar-short {
  min-height: 60px;
}
.cid-swo8wPwebm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-swo8wPwebm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-swo8wPwebm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-swo8wPwebm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swo8wPwebm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swo8wPwebm .dropdown-item.active,
.cid-swo8wPwebm .dropdown-item:active {
  background-color: transparent;
}
.cid-swo8wPwebm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swo8wPwebm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swo8wPwebm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swo8wPwebm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #102f62;
}
.cid-swo8wPwebm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swo8wPwebm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swo8wPwebm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-swo8wPwebm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-swo8wPwebm button.navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #ff700c;
}
.cid-swo8wPwebm button.navbar-toggler[aria-expanded="true"] .hamburger span {
  background: #ffffff;
}
.cid-swo8wPwebm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swo8wPwebm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swo8wPwebm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swo8wPwebm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swo8wPwebm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swo8wPwebm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-swo8wPwebm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swo8wPwebm .navbar {
    height: 70px;
  }
  .cid-swo8wPwebm .navbar.opened {
    height: auto;
  }
  .cid-swo8wPwebm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rleMYSmADg {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-rleMYSmADg .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rleMYSmADg #e1_circle,
.cid-rleMYSmADg #e3_circle,
.cid-rleMYSmADg #e4_circle,
.cid-rleMYSmADg #e5_circle {
  fill: #5ca7db !important;
}
.cid-rleMYSmADg #e6_circle {
  fill: #98bec8 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rleMYSmADg .round {
  border-radius: 100%;
  position: absolute;
  background-color: #5ca7db;
  animation: orbit 4s linear infinite;
}
.cid-rleMYSmADg .rev {
  animation: rev 4s linear infinite;
}
.cid-rleMYSmADg .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rleMYSmADg .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rleMYSmADg .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rleMYSmADg .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 5%;
}
.cid-rleMYSmADg .round5 {
  width: 50px;
  height: 50px;
  right: 7%;
  top: 55%;
}
.cid-rleMYSmADg .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rleMYSmADg .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rleMYSmADg .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rleMYSmADg .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rleMYSmADg .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 10%;
}
.cid-rleMYSmADg .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rleMYSmADg H1 {
  color: #57468b;
}
.cid-rleMYSmADg .mbr-text,
.cid-rleMYSmADg .mbr-section-btn {
  color: #000000;
}
.cid-rleMYSmADg H3 {
  color: #716c80;
}
.cid-rleMYSmADg img {
  height: 100%;
  margin: 0 auto;
}
.cid-rlf1WWFKeE {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rlf1WWFKeE H1 {
  color: #57468b;
}
.cid-rlf1WWFKeE .align-left {
  margin: auto;
}
.cid-rlf1WWFKeE .row {
  justify-content: space-between;
}
.cid-rlf1WWFKeE .mbr-text,
.cid-rlf1WWFKeE .mbr-section-btn {
  color: #716c80;
}
.cid-rlf1WWFKeE .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-rlf1WWFKeE .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rlf1WWFKeE .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rlf1WWFKeE .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rlf1WWFKeE .link:hover {
  color: #33358c !important;
}
.cid-rlf1WWFKeE .link:hover .link-ico {
  color: #33358c !important;
  padding-left: 10px;
}
.cid-rlf1WWFKeE DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rlf1WWFKeE .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rlf1WWFKeE h1 {
    padding-bottom: 1rem;
  }
}
.cid-rlf1KeajSa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rlf1KeajSa .mbr-text {
  color: #716c80;
  text-align: center;
}
.cid-rlf1KeajSa h4 {
  text-align: center;
}
.cid-rlf1KeajSa p {
  text-align: center;
}
.cid-rlf1KeajSa .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rlf1KeajSa .mbr-iconfont {
  transition: all 0.3s;
  color: #5580ff !important;
  font-size: 6rem !important;
}
.cid-rlf1KeajSa .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-rlf1KeajSa .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-rlf1KeajSa .card:hover .mbr-iconfont {
  color: #ff8a73 !important;
}
.cid-rlf1KeajSa .card-title,
.cid-rlf1KeajSa .card-img {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-rlf1KeajSa .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-rlf1KeajSa .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-swmyAYPwV7 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-swmyAYPwV7 .mbr-section-title {
  color: #00b5de;
  text-align: right;
}
.cid-swmyAYPwV7 .mbr-text,
.cid-swmyAYPwV7 .mbr-section-btn {
  color: #2c1616;
}
.cid-swmyAYPwV7 .btn {
  color: white!important;
  border-color: white!important;
}
.cid-rlf1zGD2zy {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #e1e8ff;
  position: relative;
  overflow: hidden;
}
.cid-rlf1zGD2zy .container {
  max-width: 1400px;
}
.cid-rlf1zGD2zy svg {
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(-1.9, 1.3);
}
.cid-rlf1zGD2zy #e1_ellipse {
  fill: #ffffff !important;
}
.cid-rlf1zGD2zy .mbr-text {
  color: #716c80;
}
.cid-rlf1zGD2zy .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rlf1zGD2zy .card-img .img1 {
  background-color: #bfceff;
}
.cid-rlf1zGD2zy .card-img .img2 {
  background-color: #3c71d3;
}
.cid-rlf1zGD2zy .card-img .img3 {
  background-color: #ff8a73;
}
.cid-rlf1zGD2zy .card-img .img4 {
  background-color: #bfceff;
}
.cid-rlf1zGD2zy .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1rem !important;
}
.cid-rlf1zGD2zy .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-rlf1zGD2zy .card:hover {
  transform: translateY(-1.5rem);
  background-color: #e6eaf1;
}
.cid-rlf1zGD2zy .card-title,
.cid-rlf1zGD2zy .card-img {
  color: #57468b;
}
.cid-rlf1zGD2zy img {
  width: 80%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-rlf1zGD2zy img {
    margin-bottom: 3rem;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-rlf1zGD2zy .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem!important;
  }
  .cid-rlf1zGD2zy .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-rlf1zGD2zy .card:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-rlf1zGD2zy .card-img span {
    margin-right: 0rem;
  }
  .cid-rlf1zGD2zy svg {
    top: -9rem;
  }
}
.cid-rlqCPctPIN {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #f2f6ff;
}
.cid-rlqCPctPIN .card-header {
  background: transparent;
}
.cid-rlqCPctPIN .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-rlqCPctPIN .panel-group {
  border-top: 1px solid #f2f6ff;
}
.cid-rlqCPctPIN .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rlqCPctPIN .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rlqCPctPIN .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rlqCPctPIN .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rlqCPctPIN .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rlqCPctPIN .card .panel-body {
  color: #767676;
}
.cid-rlqCPctPIN h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ffffff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid #f2f6ff;
  padding: 1.4rem 1.6rem;
}
.cid-rlqCPctPIN H4 {
  color: #57468b;
}
.cid-rlqCPctPIN H2 {
  color: #57468b;
}
.cid-rlqvaxcSmJ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rlqvaxcSmJ .mbr-text {
  color: #716c80;
}
.cid-rlqvaxcSmJ .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rlqvaxcSmJ .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-rlqvaxcSmJ .card-wrapper:hover .ico2 {
  color: #33358c !important;
}
.cid-rlqvaxcSmJ .text-info:hover {
  color: inherit!important;
}
.cid-rlqvaxcSmJ .ico2 {
  color: #72dfe9 !important;
  transition: all 0.6s;
}
.cid-rlqvaxcSmJ .card-box {
  padding: 0rem 1rem;
}
.cid-rlqvaxcSmJ .ico1 {
  font-size: 3.5rem !important;
}
.cid-rlqvaxcSmJ h3,
.cid-rlqvaxcSmJ h4 {
  padding: 0;
  margin: 0;
}
.cid-rlqvaxcSmJ .card-title,
.cid-rlqvaxcSmJ .card-img {
  color: #57468b;
}
.cid-rlqvaxcSmJ .card-title {
  color: #57468b;
}
.cid-rlqvaxcSmJ H1 {
  color: #57468b;
}
.cid-rlqvaxcSmJ .text,
.cid-rlqvaxcSmJ .mbr-section-btn {
  color: #716c80;
}
.cid-swo8wPwebm {
  z-index: 1000;
  width: 100%;
}
.cid-swo8wPwebm .navbar.collapsed ul.navbar-nav li {
  margin: 0;
  width: fit-content;
}
.cid-swo8wPwebm .container-fluid {
  padding: 0 1rem;
  margin: 0 auto;
}
.cid-swo8wPwebm .icons-menu {
  width: fit-content;
  padding: 0 4rem;
  padding-bottom: 3rem;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-swo8wPwebm .icons-menu {
    padding: 0 3rem;
  }
}
.cid-swo8wPwebm nav.navbar {
  position: fixed;
}
.cid-swo8wPwebm .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-swo8wPwebm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-swo8wPwebm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-swo8wPwebm .dropdown-item:hover,
.cid-swo8wPwebm .dropdown-item:focus {
  background: #33358c !important;
  color: white !important;
}
.cid-swo8wPwebm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-swo8wPwebm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-swo8wPwebm .nav-dropdown {
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .cid-swo8wPwebm .nav-dropdown {
    padding: 2rem 0rem;
  }
}
.cid-swo8wPwebm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 1rem !important;
}
.cid-swo8wPwebm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-swo8wPwebm .nav-link {
  position: relative;
}
.cid-swo8wPwebm .container {
  display: flex;
  margin: auto;
}
.cid-swo8wPwebm .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-swo8wPwebm .dropdown-menu,
.cid-swo8wPwebm .navbar.opened {
  background: #102f62 !important;
  min-height: 100%;
}
.cid-swo8wPwebm .nav-item:focus,
.cid-swo8wPwebm .nav-link:focus {
  outline: none;
}
.cid-swo8wPwebm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-swo8wPwebm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swo8wPwebm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-swo8wPwebm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-swo8wPwebm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swo8wPwebm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em .5em 0.235em 1.3em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swo8wPwebm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(16, 47, 98, 0);
}
.cid-swo8wPwebm .navbar.opened {
  transition: all 0.3s;
}
.cid-swo8wPwebm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-swo8wPwebm .navbar .navbar-logo img {
  width: auto;
}
.cid-swo8wPwebm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-swo8wPwebm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swo8wPwebm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swo8wPwebm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-swo8wPwebm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-swo8wPwebm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-swo8wPwebm .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-swo8wPwebm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem .5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-swo8wPwebm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swo8wPwebm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swo8wPwebm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swo8wPwebm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swo8wPwebm .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-swo8wPwebm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-swo8wPwebm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swo8wPwebm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem .5rem !important;
    text-align: center;
  }
  .cid-swo8wPwebm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-swo8wPwebm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-swo8wPwebm .navbar.navbar-short {
  min-height: 60px;
}
.cid-swo8wPwebm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-swo8wPwebm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-swo8wPwebm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-swo8wPwebm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swo8wPwebm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swo8wPwebm .dropdown-item.active,
.cid-swo8wPwebm .dropdown-item:active {
  background-color: transparent;
}
.cid-swo8wPwebm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swo8wPwebm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swo8wPwebm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swo8wPwebm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #102f62;
}
.cid-swo8wPwebm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swo8wPwebm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swo8wPwebm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-swo8wPwebm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-swo8wPwebm button.navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #ff700c;
}
.cid-swo8wPwebm button.navbar-toggler[aria-expanded="true"] .hamburger span {
  background: #ffffff;
}
.cid-swo8wPwebm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swo8wPwebm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swo8wPwebm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swo8wPwebm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swo8wPwebm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swo8wPwebm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swo8wPwebm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-swo8wPwebm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swo8wPwebm .navbar {
    height: 70px;
  }
  .cid-swo8wPwebm .navbar.opened {
    height: auto;
  }
  .cid-swo8wPwebm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
