body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3.3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.28rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.09rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.344rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.64rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.31rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.672rem;
    font-size: calc( 1.3815rem + (2.09 - 1.3815) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.3815rem + (2.09 - 1.3815) * ((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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((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: #1726af !important;
}
.bg-success {
  background-color: #9ccd7e !important;
}
.bg-info {
  background-color: #999999 !important;
}
.bg-warning {
  background-color: #b97ecd !important;
}
.bg-danger {
  background-color: #d75959 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1726af !important;
  border-color: #1726af !important;
  color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0e176b !important;
  border-color: #0e176b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3c71d3 !important;
  border-color: #3c71d3 !important;
  color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #244f9f !important;
  border-color: #244f9f !important;
}
.btn-info,
.btn-info:active {
  background-color: #999999 !important;
  border-color: #999999 !important;
  color: #ffffff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !important;
}
.btn-success,
.btn-success:active {
  background-color: #9ccd7e !important;
  border-color: #9ccd7e !important;
  color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #72b747 !important;
  border-color: #72b747 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
  color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b47b7 !important;
  border-color: #9b47b7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d75959 !important;
  border-color: #d75959 !important;
  color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b72c2c !important;
  border-color: #b72c2c !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: #1726af;
  color: #1726af;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #1726af;
  border-color: #1726af;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1726af !important;
  border-color: #1726af !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3c71d3;
  color: #3c71d3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #3c71d3;
  border-color: #3c71d3;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3c71d3 !important;
  border-color: #3c71d3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #999999 !important;
  border-color: #999999 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #9ccd7e;
  color: #9ccd7e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #9ccd7e;
  border-color: #9ccd7e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9ccd7e !important;
  border-color: #9ccd7e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #b97ecd;
  color: #b97ecd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #b97ecd;
  border-color: #b97ecd;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #d75959;
  color: #d75959;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #d75959;
  border-color: #d75959;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d75959 !important;
  border-color: #d75959 !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: #1726af !important;
}
.text-secondary {
  color: #3c71d3 !important;
}
.text-success {
  color: #9ccd7e !important;
}
.text-info {
  color: #999999 !important;
}
.text-warning {
  color: #b97ecd !important;
}
.text-danger {
  color: #d75959 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #4555e7 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #8faee6 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d4e9c8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e1c8e9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ebabab !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: #999999;
}
.alert-warning {
  background-color: #b97ecd;
}
.alert-danger {
  background-color: #d75959;
}
.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: #1726af;
  border-color: #1726af;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1726af;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5c6aea;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9d9d9;
}
.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: #fffdfd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #1726af;
}
/* 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: #1726af;
  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: #1726af;
  border-bottom-color: #1726af;
}
.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: #1726af !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #3c71d3 !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='%231726af' %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-t6RWazHXgH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-t6RWazHXgH .colored-text {
  color: #ff0000 !important;
}
@media (min-width: 992px) {
  .cid-t6RWazHXgH .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-t6RWazHXgH .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-t6RWazHXgH .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-t6RWazHXgH .navbar-caption {
  font-weight: 500;
}
.cid-t6RWazHXgH nav.navbar {
  position: fixed;
}
.cid-t6RWazHXgH .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-t6RWazHXgH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t6RWazHXgH .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-t6RWazHXgH .dropdown-item:hover,
.cid-t6RWazHXgH .dropdown-item:focus {
  background: #1726af !important;
  color: white !important;
}
.cid-t6RWazHXgH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t6RWazHXgH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t6RWazHXgH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t6RWazHXgH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t6RWazHXgH .nav-link {
  position: relative;
}
.cid-t6RWazHXgH .nav-link:hover {
  text-decoration: underline;
  color: #1726af !important;
}
.cid-t6RWazHXgH .container {
  display: flex;
  margin: auto;
}
.cid-t6RWazHXgH .dropdown-menu,
.cid-t6RWazHXgH .navbar.opened {
  background: #ffffff !important;
}
.cid-t6RWazHXgH .nav-item:focus,
.cid-t6RWazHXgH .nav-link:focus {
  outline: none;
}
.cid-t6RWazHXgH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t6RWazHXgH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t6RWazHXgH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t6RWazHXgH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t6RWazHXgH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t6RWazHXgH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t6RWazHXgH .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t6RWazHXgH .navbar.opened {
  transition: all 0.3s;
}
.cid-t6RWazHXgH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t6RWazHXgH .navbar .navbar-logo img {
  width: auto;
}
.cid-t6RWazHXgH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t6RWazHXgH .navbar.collapsed {
  justify-content: center;
}
.cid-t6RWazHXgH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t6RWazHXgH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t6RWazHXgH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-t6RWazHXgH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t6RWazHXgH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t6RWazHXgH .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-t6RWazHXgH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t6RWazHXgH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t6RWazHXgH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t6RWazHXgH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t6RWazHXgH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t6RWazHXgH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t6RWazHXgH .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-t6RWazHXgH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t6RWazHXgH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t6RWazHXgH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t6RWazHXgH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t6RWazHXgH .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-t6RWazHXgH .navbar.navbar-short {
  min-height: 80px;
}
.cid-t6RWazHXgH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t6RWazHXgH .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-t6RWazHXgH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t6RWazHXgH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t6RWazHXgH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t6RWazHXgH .dropdown-item.active,
.cid-t6RWazHXgH .dropdown-item:active {
  background-color: transparent;
}
.cid-t6RWazHXgH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t6RWazHXgH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t6RWazHXgH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t6RWazHXgH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t6RWazHXgH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t6RWazHXgH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t6RWazHXgH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t6RWazHXgH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t6RWazHXgH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1726af;
}
.cid-t6RWazHXgH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t6RWazHXgH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6RWazHXgH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6RWazHXgH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t6RWazHXgH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6RWazHXgH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t6RWazHXgH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t6RWazHXgH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6RWazHXgH .navbar-dropdown {
  position: fixed;
}
.cid-t6RWazHXgH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t6RWazHXgH .navbar {
    height: 70px;
  }
  .cid-t6RWazHXgH .navbar.opened {
    height: auto;
  }
  .cid-t6RWazHXgH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #1726af;
  }
}
.cid-rVs1KGgY6Y {
  padding-top: 300px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img20220331154649-1.webp");
  overflow: hidden;
}
.cid-rVs1KGgY6Y .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rVs1KGgY6Y svg {
  fill: #0b18e4 !important;
  pointer-events: none;
}
.cid-rVs1KGgY6Y #e2_shape {
  fill: #0b18e4 !important;
}
.cid-rVs1KGgY6Y .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-rVs1KGgY6Y .mbr-text {
  font-weight: 300;
}
.cid-rVs1KGgY6Y .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-rVs1KGgY6Y .btn-white {
  color: #404040 !important;
}
.cid-rVs1KGgY6Y .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-rVs1KGgY6Y .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-rVs1KGgY6Y .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-rVs1KGgY6Y {
    padding: 30px;
  }
  .cid-rVs1KGgY6Y svg {
    display: none;
  }
}
.cid-rVs1KGgY6Y .mbr-section-title,
.cid-rVs1KGgY6Y .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-rVs1KGgY6Y .mbr-text,
.cid-rVs1KGgY6Y .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-t6pl7OQazc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t6pl7OQazc .mbr-section-title {
  color: #404040;
}
.cid-t6pl7OQazc .mbr-text {
  color: #404040;
}
.cid-t6pl7OQazc .mbr-section-subtitle {
  color: #1a449a;
}
.cid-t6pl7OQazc .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #1726af;
}
.cid-t6pl7OQazc .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-t6pl7OQazc .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-t6pl7OQazc h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-t6pl7OQazc h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-t6pl7OQazc h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 767px) {
  .cid-t6pl7OQazc h5 {
    margin-left: 0px;
  }
  .cid-t6pl7OQazc h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-t6pl7OQazc h5:hover:before {
    animation: none;
  }
}
.cid-t6pl7OQazc .mbr-section-subtitle,
.cid-t6pl7OQazc .content {
  color: #1726af;
}
.cid-t8WkLEdX5q {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t8WkLEdX5q .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-t8WkLEdX5q img {
  width: 100%;
}
.cid-t8WkLEdX5q .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #1726af;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-t8WkLEdX5q .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-t8WkLEdX5q .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-t8WkLEdX5q .card-title span {
  color: #848abd;
}
@media (max-width: 992px) {
  .cid-t8WkLEdX5q .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-t8WkLEdX5q * {
    text-align: left;
  }
}
.cid-t8Wl3fNJuR {
  padding-top: 15px;
  padding-bottom: 135px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t8Wl3fNJuR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t8Wl3fNJuR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8Wl3fNJuR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t8Wl3fNJuR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t8Wl3fNJuR .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #102f62;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t8Wl3fNJuR .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t8Wl3fNJuR .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-t8Wl3fNJuR .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-t8Wl3fNJuR .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-t8Wl3fNJuR .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-t8Wl3fNJuR .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-t8Wl3fNJuR .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #f21a1a !important;
}
.cid-t8Wl3fNJuR .mbr-gallery-filter ul {
  display: block;
}
.cid-t8Wl3fNJuR .mbr-gallery-filter ul li {
  position: relative;
}
.cid-t8Wl3fNJuR .mbr-gallery-filter li.active .btn {
  color: #f21a1a !important;
  background: transparent;
}
.cid-t8Wl3fNJuR .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #f21a1a !important;
}
.cid-t8Wl3fNJuR .mbr-gallery-filter li.active::after,
.cid-t8Wl3fNJuR .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #f21a1a !important;
}
.cid-t8Wl3fNJuR .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t8Wl3fNJuR .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #102f62 !important;
  opacity: 0.8;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t8Wl3fNJuR .icon-focus:before {
  content: '\e95e';
}
.cid-t8Wl3fNJuR .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-t8Wl3fNJuR .mbr-section-title {
  margin: 0;
}
.cid-t8Wl3fNJuR .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-t8Wl3fNJuR .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-t8Wl3fNJuR .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-t9jjxHHVUz .hidden {
  display: none;
}
.cid-t6oEYs1q3f {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #102f62;
  background: linear-gradient(0deg, #102f62, #ff0000);
}
.cid-t6oEYs1q3f ul {
  padding: 0;
  margin: 0;
}
.cid-t6oEYs1q3f ul li {
  list-style: none;
}
.cid-t6oEYs1q3f ul li h4 {
  margin: 0;
}
.cid-t6oEYs1q3f ul li h4.display-4 {
  line-height: 1.75;
}
.cid-t6oEYs1q3f .item {
  color: #cacaca;
  text-align: center;
}
.cid-t6oEYs1q3f .col-title {
  color: #ffffff;
  text-align: center;
}
.cid-t6oEYs1q3f .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-t6oEYs1q3f .col-title1 {
  margin-bottom: 40px;
}
.cid-t6oEYs1q3f .form-group,
.cid-t6oEYs1q3f .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-t6oEYs1q3f .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-t6oEYs1q3f .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-t6oEYs1q3f .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-t6oEYs1q3f .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-t6oEYs1q3f .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-t6oEYs1q3f .col + .mbr-section-btn .btn,
.cid-t6oEYs1q3f .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-t6oEYs1q3f .col + .mbr-section-btn .btn.display-4,
.cid-t6oEYs1q3f .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-t6oEYs1q3f .col + .mbr-section-btn .btn:hover,
.cid-t6oEYs1q3f .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-t6oEYs1q3f .dragArea > *:nth-last-child(2).col,
.cid-t6oEYs1q3f .dragArea > *:nth-last-child(2).col-auto,
.cid-t6oEYs1q3f .col + .mbr-section-btn,
.cid-t6oEYs1q3f .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-t6oEYs1q3f .form1 {
  margin-top: 30px;
}
.cid-t6oEYs1q3f .fill-light-wrapper {
  fill: #ffffff;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-t6oEYs1q3f .md-pb {
    margin-bottom: 30px;
  }
}
.cid-t0bKYC2500 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #102f62;
}
@media (min-width: 1500px) {
  .cid-t0bKYC2500 .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-t0bKYC2500 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-t0bKYC2500 p {
  color: #ffffff;
}
.cid-t6S2eND9IJ {
  background-image: url("../../../assets/images/img-20220524-153756-2000x741.webp");
}
.cid-t6S2eND9IJ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-t6S2eND9IJ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t6S2eND9IJ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t6S2eND9IJ H1 {
  text-align: center;
}
.cid-t74FA2PM0e {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t74FA2PM0e .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-t74FA2PM0e .row {
    text-align: center!important;
  }
}
.cid-t74FA2PM0e .mbr-section-title {
  color: #4BFDB1;
}
@media (max-width: 575px) {
  .cid-t74FA2PM0e .mbr-section-title {
    text-align: center;
  }
}
.cid-t74FA2PM0e .mbr-section-subtitle {
  color: #000000;
}
.cid-t74FA2PM0e .mbr-text {
  color: #ff0000;
  margin-top: 28px;
}
.cid-t74FA2PM0e .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-t74FA2PM0e .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t74FA2PM0e .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t74FA2PM0e .btn-primary-outline,
.cid-t74FA2PM0e .btn-secondary-outline,
.cid-t74FA2PM0e .btn-success-outline,
.cid-t74FA2PM0e .btn-info-outline,
.cid-t74FA2PM0e .btn-warning-outline,
.cid-t74FA2PM0e .btn-danger-outline,
.cid-t74FA2PM0e .btn-white-outline,
.cid-t74FA2PM0e .btn-black-outline {
  padding: 0;
  min-height: auto;
}
.cid-t74FA2PM0e .mbr-section-title,
.cid-t74FA2PM0e .mbr-section-btn {
  color: #0b18e4;
}
.cid-t9jhU5FMWr {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t9jhU5FMWr .mbr-section-title {
  color: #404040;
}
.cid-t9jhU5FMWr .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-t9jhU5FMWr .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-t9jhU5FMWr .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-oChEOiFBPL {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-oChEOiFBPL .mbr-section-subtitle {
  color: #767676;
}
.cid-oChEOiFBPL .container2 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 640px;
  max-width: 1300px;
  overflow: hidden;
  width: 98vw;
}
.cid-oChEOiFBPL .container2 figure {
  background-image: url("../../../assets/images/1111-1899x942.webp");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-oChEOiFBPL #compare {
  background-image: url("../../../assets/images/22222-1898x934.webp");
  background-size: cover;
  bottom: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  box-shadow: 10px 0 15px -13px #000000;
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;
  animation: first 2s 1 normal ease-in-out 0.1s;
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}
.cid-oChEOiFBPL input#slider {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: col-resize;
  height: 100vw;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -100vw;
  width: 100%;
}
.cid-oChEOiFBPL input#slider::-moz-range-track {
  background: transparent;
}
.cid-oChEOiFBPL input#slider::-ms-track {
  border: none;
  background-color: transparent;
  height: 100vw;
  left: 0;
  outline: none;
  position: relative;
  top: -100vw;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: col-resize;
  color: transparent;
}
.cid-oChEOiFBPL input#slider::-ms-fill-lower {
  background-color: transparent;
}
.cid-oChEOiFBPL input#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-oChEOiFBPL input#slider::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-oChEOiFBPL input#slider::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-oChEOiFBPL input#slider::-ms-tooltip {
  display: none;
}
.cid-oChEOiFBPL #compare::before {
  background: url("https://www.unsitepourtous.be/mobi/comparision2.png") no-repeat scroll 0 center transparent;
  background-size: contain;
  content: " ";
  float: right;
  height: 100%;
  margin-right: -34px;
  position: relative;
  top: 0;
  width: 64px;
}
@keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
@-webkit-keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
.cid-oChEOiFBPL H2 {
  color: #000000;
}
.cid-L51nkqzFyD {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-L51nkqzFyD .mbr-section-subtitle {
  color: #878787;
}
.cid-L51nkqzFyD .container11 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 250px;
  max-width: 475px;
  overflow: hidden;
  width: 98vw;
}
.cid-L51nkqzFyD .container11 figure {
  background-image: url("../../../assets/images/1111-1899x942.webp");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-L51nkqzFyD #compare11 {
  background-image: url("../../../assets/images/22222-1898x934.webp");
  background-size: cover;
  bottom: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  box-shadow: 10px 0 15px -13px #000000;
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;
  animation: first 2s 1 normal ease-in-out 0.1s;
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}
.cid-L51nkqzFyD input#slider11 {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: col-resize;
  height: 100vw;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -100vw;
  width: 100%;
}
.cid-L51nkqzFyD input#slider11::-moz-range-track {
  background: transparent;
}
.cid-L51nkqzFyD input#slider11::-ms-track {
  border: none;
  background-color: transparent;
  height: 100vw;
  left: 0;
  outline: none;
  position: relative;
  top: -100vw;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: col-resize;
  color: transparent;
}
.cid-L51nkqzFyD input#slider11::-ms-fill-lower {
  background-color: transparent;
}
.cid-L51nkqzFyD input#slider11::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-L51nkqzFyD input#slider11::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-L51nkqzFyD input#slider11::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-L51nkqzFyD input#slider::-ms-tooltip {
  display: none;
}
.cid-L51nkqzFyD #compare11::before {
  background: url("https://www.unsitepourtous.be/mobi/comparision2.png") no-repeat scroll 0 center transparent;
  background-size: contain;
  content: " ";
  float: right;
  height: 100%;
  margin-right: -34px;
  position: relative;
  top: 0;
  width: 64px;
}
@keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
@-webkit-keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
.cid-L51nkqzFyD H2 {
  color: #ffffff;
}
.cid-agnLsmeuzA {
  padding-top: 75px;
  padding-bottom: 135px;
  background: linear-gradient(132deg, #ffffff, #ffffff);
}
.cid-agnLsmeuzA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-agnLsmeuzA p {
  color: #767676;
  text-align: left;
}
.cid-agnLsmeuzA .card-box {
  padding-top: 2rem;
}
.cid-agnLsmeuzA .card-wrapper {
  height: 100%;
}
.cid-agnLsmeuzA .container3 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 175px;
  max-width: 310px;
  overflow: hidden;
  width: 98vw;
}
.cid-agnLsmeuzA .container3 figure {
  background-image: url("../../../assets/images/1111-1899x942.webp");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-agnLsmeuzA .container4 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 160px;
  max-width: 310px;
  overflow: hidden;
  width: 98vw;
}
.cid-agnLsmeuzA .container4 figure {
  background-image: url("../../../assets/images/1111-1899x942.webp");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-agnLsmeuzA .container5 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 160px;
  max-width: 310px;
  overflow: hidden;
  width: 98vw;
}
.cid-agnLsmeuzA .container5 figure {
  background-image: url("../../../assets/images/1111-1899x942.webp");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-agnLsmeuzA #compare3 {
  background-image: url("../../../assets/images/22222-1898x934.webp");
  background-size: cover;
  bottom: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  box-shadow: 10px 0 15px -13px #000000;
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;
  animation: first 2s 1 normal ease-in-out 0.1s;
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}
.cid-agnLsmeuzA #compare4 {
  background-image: url("../../../assets/images/22222-1898x934.webp");
  background-size: cover;
  bottom: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  box-shadow: 10px 0 15px -13px #000000;
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;
  animation: first 2s 1 normal ease-in-out 0.1s;
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}
.cid-agnLsmeuzA #compare5 {
  background-image: url("../../../assets/images/22222-1898x934.webp");
  background-size: cover;
  bottom: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  box-shadow: 10px 0 15px -13px #000000;
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;
  animation: first 2s 1 normal ease-in-out 0.1s;
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}
.cid-agnLsmeuzA input#slider3 {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: col-resize;
  height: 100vw;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -100vw;
  width: 100%;
}
.cid-agnLsmeuzA input#slider3::-moz-range-track {
  background: transparent;
}
.cid-agnLsmeuzA input#slider3::-ms-track {
  border: none;
  background-color: transparent;
  height: 100vw;
  left: 0;
  outline: none;
  position: relative;
  top: -100vw;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: col-resize;
  color: transparent;
}
.cid-agnLsmeuzA input#slider3::-ms-fill-lower {
  background-color: transparent;
}
.cid-agnLsmeuzA input#slider3::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-agnLsmeuzA input#slider3::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-agnLsmeuzA input#slider3::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-agnLsmeuzA input#slider::-ms-tooltip {
  display: none;
}
.cid-agnLsmeuzA #compare3::before {
  background: url("https://www.unsitepourtous.be/mobi//comparision2.png") no-repeat scroll 0 center transparent;
  background-size: contain;
  content: " ";
  float: right;
  height: 100%;
  margin-right: -34px;
  position: relative;
  top: 0;
  width: 64px;
}
.cid-agnLsmeuzA input#slider4 {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: col-resize;
  height: 100vw;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -100vw;
  width: 100%;
}
.cid-agnLsmeuzA input#slider4::-moz-range-track {
  background: transparent;
}
.cid-agnLsmeuzA input#slider4::-ms-track {
  border: none;
  background-color: transparent;
  height: 100vw;
  left: 0;
  outline: none;
  position: relative;
  top: -100vw;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: col-resize;
  color: transparent;
}
.cid-agnLsmeuzA input#slider4::-ms-fill-lower {
  background-color: transparent;
}
.cid-agnLsmeuzA input#slider4::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-agnLsmeuzA input#slider4::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-agnLsmeuzA input#slider4::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-agnLsmeuzA input#slider4::-ms-tooltip {
  display: none;
}
.cid-agnLsmeuzA #compare4::before {
  background: url("https://www.unsitepourtous.be/mobi//comparision2.png") no-repeat scroll 0 center transparent;
  background-size: contain;
  content: " ";
  float: right;
  height: 100%;
  margin-right: -34px;
  position: relative;
  top: 0;
  width: 64px;
}
.cid-agnLsmeuzA input#slider5 {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: col-resize;
  height: 100vw;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -100vw;
  width: 100%;
}
.cid-agnLsmeuzA input#slider5::-moz-range-track {
  background: transparent;
}
.cid-agnLsmeuzA input#slider5::-ms-track {
  border: none;
  background-color: transparent;
  height: 100vw;
  left: 0;
  outline: none;
  position: relative;
  top: -100vw;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: col-resize;
  color: transparent;
}
.cid-agnLsmeuzA input#slider5::-ms-fill-lower {
  background-color: transparent;
}
.cid-agnLsmeuzA input#slider5::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-agnLsmeuzA input#slider5::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-agnLsmeuzA input#slider5::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-agnLsmeuzA input#slider5::-ms-tooltip {
  display: none;
}
.cid-agnLsmeuzA #compare5::before {
  background: url("https://www.unsitepourtous.be/mobi//comparision2.png") no-repeat scroll 0 center transparent;
  background-size: contain;
  content: " ";
  float: right;
  height: 100%;
  margin-right: -34px;
  position: relative;
  top: 0;
  width: 64px;
}
@keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
@-webkit-keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
.cid-agnLsmeuzA .card-title {
  color: #000000;
  text-align: center;
}
.cid-agnLsmeuzA P {
  color: #ffffff;
}
.cid-tVgovFzC8n {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eff1f5;
}
.cid-tVgovFzC8n .mbr-text {
  color: #767676;
}
.cid-tVgovFzC8n h4 {
  text-align: center;
}
.cid-tVgovFzC8n p {
  text-align: center;
}
.cid-tVgovFzC8n .badge {
  position: relative;
  width: 200px;
  display: inline-block;
  margin: 0 40px 40px 40px;
}
.cid-tVgovFzC8n .badge svg {
  width: 200px;
}
.cid-tVgovFzC8n .title {
  position: absolute;
  top: -28px;
  border-radius: 8px 8px 0 0;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  color: #232323;
}
.cid-tVgovFzC8n .subtitle {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #ffffff;
  top: 100px;
}
.cid-tVgovFzC8n .stars {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #ffffff;
  top: 140px;
}
.cid-tVgovFzC8n .cBadge1 .title {
  background: #dc514e;
}
.cid-tVgovFzC8n .cBadge1 .subtitle:after {
  color: #dc514e;
}
.cid-tVgovFzC8n .cBadge2 .title {
  background: #2ecc71;
}
.cid-tVgovFzC8n .cBadge2 .subtitle:after {
  color: #2ecc71;
}
.cid-tVgovFzC8n .cBadge3 .title {
  background: #95a5a6;
}
.cid-tVgovFzC8n .cBadge3 .subtitle:after {
  color: #95a5a6;
}
.cid-tVgovFzC8n .cBadge4 .title {
  background: #f1c40f;
}
.cid-tVgovFzC8n .cBadge4 .subtitle:after {
  color: #f1c40f;
}
.cid-t97wuFPU2j {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #eff1f5;
}
.cid-t97wuFPU2j .mbr-text {
  color: #767676;
}
.cid-t97wuFPU2j h4 {
  text-align: center;
}
.cid-t97wuFPU2j p {
  text-align: center;
}
.cid-t97wuFPU2j .badge {
  position: relative;
  width: 200px;
  display: inline-block;
  margin: 0 40px 40px 40px;
}
.cid-t97wuFPU2j .badge svg {
  width: 200px;
}
.cid-t97wuFPU2j .title {
  position: absolute;
  top: -28px;
  border-radius: 8px 8px 0 0;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  color: #232323;
}
.cid-t97wuFPU2j .subtitle {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #ffffff;
  top: 100px;
}
.cid-t97wuFPU2j .stars {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #ffffff;
  top: 140px;
}
.cid-t97wuFPU2j .cBadge1 .title {
  background: #f5c463;
}
.cid-t97wuFPU2j .cBadge1 .subtitle:after {
  color: #f5c463;
}
.cid-t97wuFPU2j .cBadge2 .title {
  background: #3c71d3;
}
.cid-t97wuFPU2j .cBadge2 .subtitle:after {
  color: #3c71d3;
}
.cid-t97wuFPU2j .cBadge3 .title {
  background: #95a5a6;
}
.cid-t97wuFPU2j .cBadge3 .subtitle:after {
  color: #95a5a6;
}
.cid-t97wuFPU2j .cBadge4 .title {
  background: #f1c40f;
}
.cid-t97wuFPU2j .cBadge4 .subtitle:after {
  color: #f1c40f;
}
.cid-hQzOSX22qL .hidden {
  display: none;
}
.cid-t6pBctFu2O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t6pBctFu2O .mbr-section-title {
  color: #404040;
}
.cid-t6pBctFu2O .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-t6pBctFu2O .mbr-section-subtitle {
  color: #1a449a;
}
.cid-t6pBctFu2O .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #1726af;
}
.cid-t6pBctFu2O .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-t6pBctFu2O .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-t6pBctFu2O h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-t6pBctFu2O h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-t6pBctFu2O h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 767px) {
  .cid-t6pBctFu2O h5 {
    margin-left: 0px;
  }
  .cid-t6pBctFu2O h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-t6pBctFu2O h5:hover:before {
    animation: none;
  }
}
.cid-t6pBctFu2O .mbr-section-subtitle,
.cid-t6pBctFu2O .content {
  color: #1726af;
}
.cid-t6SOC3H3sB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t6SOC3H3sB .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-t6SOC3H3sB .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/img-20220525-165322-2000x741.webp");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-t6SOC3H3sB .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #f00000;
  z-index: 2;
  opacity: 1;
}
.cid-t6SOC3H3sB .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-t6SOC3H3sB .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-t6SOC3H3sB .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-t6SOC3H3sB .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-t6SOC3H3sB .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-t6SOC3H3sB .col:hover .box-title2,
.cid-t6SOC3H3sB .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-t6SOC3H3sB .box-title2,
.cid-t6SOC3H3sB .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-t6SOC3H3sB .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #f00000;
}
.cid-t6SOC3H3sB .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-t6SOC3H3sB .img-content {
    opacity: 1;
  }
  .cid-t6SOC3H3sB .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-t6SOC3H3sB .box-content {
    width: 100%;
  }
  .cid-t6SOC3H3sB .box-title2,
  .cid-t6SOC3H3sB .box-text2 {
    color: #ffffff !important;
  }
  .cid-t6SOC3H3sB .content-block,
  .cid-t6SOC3H3sB .content1 {
    padding: 3rem 1rem;
  }
}
.cid-t6SOC3H3sB .box-text1 {
  color: #333333;
}
.cid-t6SOC3H3sB .box-title2 {
  color: #ffffff;
}
.cid-t9qWnuDd9T {
  padding-top: 90px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-t9qWnuDd9T .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #0b3f8b;
  color: #444444;
  padding: 0;
}
.cid-t9qWnuDd9T .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-t9qWnuDd9T .rev,
.cid-t9qWnuDd9T .mbr-iconfont {
  display: inline-block;
}
.cid-t9qWnuDd9T .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-t9qWnuDd9T .card-img {
  position: relative;
}
.cid-t9qWnuDd9T .card:hover .image-btn {
  opacity: 1;
  bottom: 10px;
}
.cid-t9qWnuDd9T .image-btn {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.cid-t9qWnuDd9T .card-title {
  color: #ffffff;
  margin: 0;
  text-align: center;
}
.cid-t9qWnuDd9T .card-box {
  padding: 1.5rem;
}
.cid-t9qWnuDd9T .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-t9qWnuDd9T .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-t9qWnuDd9T .mbr-section-title,
.cid-t9qWnuDd9T .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-t9qWnuDd9T .card-text,
.cid-t9qWnuDd9T .mbr-section-btn,
.cid-t9qWnuDd9T .ico-line {
  text-align: left;
  color: #9e9e9e;
}
.cid-t9qWnuDd9T .mbr-text,
.cid-t9qWnuDd9T .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-t9qWnuDd9T .image-btn {
    opacity: 1;
    bottom: 10px;
  }
}
.cid-t74Fam8fcH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 767px) {
  .cid-t74Fam8fcH .container {
    padding: 1rem;
  }
}
.cid-t74Fam8fcH .card-box {
  padding: 0 2rem;
}
.cid-t74Fam8fcH .card {
  padding: 0!important;
}
.cid-t74Fam8fcH .mbr-section-btn {
  padding-top: 2rem;
}
.cid-t74Fam8fcH .container-fluid {
  padding: 0;
}
.cid-t74Fam8fcH .card1 {
  background-image: url("../../../assets/images/img-20200918-wa0058-1-1280x960.webp");
}
.cid-t74Fam8fcH .card2 {
  background-image: url("../../../assets/images/img-20200110-wa0030-800x600.webp");
}
.cid-t74Fam8fcH .card3 {
  background-image: url("../../../assets/images/img-20211112-wa0044-800x600.webp");
}
.cid-t74Fam8fcH .card4 {
  background-image: url("../../../assets/images/img-20210129-wa0055-800x600.webp");
}
.cid-t74Fam8fcH h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-t74Fam8fcH p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-t74Fam8fcH .card-wrapper {
  height: 100%;
  padding: 25rem 2rem 5rem 2rem;
  background-size: cover;
}
.cid-t74Fam8fcH .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-t74Fam8fcH .card-wrapper {
    padding: 15rem 1rem 3rem 1rem;
  }
}
.cid-t74Fam8fcH .card-title {
  text-align: left;
}
.cid-t6SONOmvTr {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t6SONOmvTr .img-wrapper {
  text-align: center;
}
.cid-t6SONOmvTr img {
  margin: auto;
  width: 100%;
  max-width: 140px;
  padding-bottom: 1.5rem;
}
.cid-t6SONOmvTr .row {
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cid-t6SONOmvTr .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-t6SONOmvTr .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-t6SONOmvTr .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-t6SONOmvTr .card-title {
  color: #666666;
}
.cid-t6SONOmvTr .text {
  color: #666666;
  text-align: center;
}
.cid-t6SONOmvTr .title {
  color: #404040;
}
.cid-t6SP7Shp5g {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t6SP7Shp5g .img-wrapper {
  text-align: center;
}
.cid-t6SP7Shp5g img {
  margin: auto;
  width: 100%;
  max-width: 140px;
  padding-bottom: 1.5rem;
}
.cid-t6SP7Shp5g .row {
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cid-t6SP7Shp5g .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-t6SP7Shp5g .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-t6SP7Shp5g .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-t6SP7Shp5g .card-title {
  color: #666666;
}
.cid-t6SP7Shp5g .text {
  color: #666666;
  text-align: center;
}
.cid-t6SP7Shp5g .title {
  color: #404040;
}
.cid-t6RWazHXgH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-t6RWazHXgH .colored-text {
  color: #ff0000 !important;
}
@media (min-width: 992px) {
  .cid-t6RWazHXgH .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-t6RWazHXgH .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-t6RWazHXgH .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-t6RWazHXgH .navbar-caption {
  font-weight: 500;
}
.cid-t6RWazHXgH nav.navbar {
  position: fixed;
}
.cid-t6RWazHXgH .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-t6RWazHXgH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t6RWazHXgH .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-t6RWazHXgH .dropdown-item:hover,
.cid-t6RWazHXgH .dropdown-item:focus {
  background: #1726af !important;
  color: white !important;
}
.cid-t6RWazHXgH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t6RWazHXgH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t6RWazHXgH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t6RWazHXgH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t6RWazHXgH .nav-link {
  position: relative;
}
.cid-t6RWazHXgH .nav-link:hover {
  text-decoration: underline;
  color: #1726af !important;
}
.cid-t6RWazHXgH .container {
  display: flex;
  margin: auto;
}
.cid-t6RWazHXgH .dropdown-menu,
.cid-t6RWazHXgH .navbar.opened {
  background: #ffffff !important;
}
.cid-t6RWazHXgH .nav-item:focus,
.cid-t6RWazHXgH .nav-link:focus {
  outline: none;
}
.cid-t6RWazHXgH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t6RWazHXgH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t6RWazHXgH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t6RWazHXgH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t6RWazHXgH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t6RWazHXgH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t6RWazHXgH .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t6RWazHXgH .navbar.opened {
  transition: all 0.3s;
}
.cid-t6RWazHXgH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t6RWazHXgH .navbar .navbar-logo img {
  width: auto;
}
.cid-t6RWazHXgH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t6RWazHXgH .navbar.collapsed {
  justify-content: center;
}
.cid-t6RWazHXgH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t6RWazHXgH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t6RWazHXgH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-t6RWazHXgH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t6RWazHXgH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t6RWazHXgH .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-t6RWazHXgH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t6RWazHXgH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t6RWazHXgH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t6RWazHXgH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t6RWazHXgH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t6RWazHXgH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t6RWazHXgH .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-t6RWazHXgH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t6RWazHXgH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t6RWazHXgH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t6RWazHXgH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t6RWazHXgH .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-t6RWazHXgH .navbar.navbar-short {
  min-height: 80px;
}
.cid-t6RWazHXgH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t6RWazHXgH .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-t6RWazHXgH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t6RWazHXgH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t6RWazHXgH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t6RWazHXgH .dropdown-item.active,
.cid-t6RWazHXgH .dropdown-item:active {
  background-color: transparent;
}
.cid-t6RWazHXgH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t6RWazHXgH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t6RWazHXgH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t6RWazHXgH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t6RWazHXgH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t6RWazHXgH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t6RWazHXgH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t6RWazHXgH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t6RWazHXgH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1726af;
}
.cid-t6RWazHXgH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t6RWazHXgH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6RWazHXgH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6RWazHXgH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t6RWazHXgH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6RWazHXgH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t6RWazHXgH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t6RWazHXgH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6RWazHXgH .navbar-dropdown {
  position: fixed;
}
.cid-t6RWazHXgH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t6RWazHXgH .navbar {
    height: 70px;
  }
  .cid-t6RWazHXgH .navbar.opened {
    height: auto;
  }
  .cid-t6RWazHXgH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #1726af;
  }
}
.cid-t6oWUQoG0Z {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #102f62;
  background: linear-gradient(0deg, #102f62, #ff0000);
}
.cid-t6oWUQoG0Z ul {
  padding: 0;
  margin: 0;
}
.cid-t6oWUQoG0Z ul li {
  list-style: none;
}
.cid-t6oWUQoG0Z ul li h4 {
  margin: 0;
}
.cid-t6oWUQoG0Z ul li h4.display-4 {
  line-height: 1.75;
}
.cid-t6oWUQoG0Z .item {
  color: #cacaca;
  text-align: center;
}
.cid-t6oWUQoG0Z .col-title {
  color: #ffffff;
  text-align: center;
}
.cid-t6oWUQoG0Z .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-t6oWUQoG0Z .col-title1 {
  margin-bottom: 40px;
}
.cid-t6oWUQoG0Z .form-group,
.cid-t6oWUQoG0Z .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-t6oWUQoG0Z .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-t6oWUQoG0Z .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-t6oWUQoG0Z .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-t6oWUQoG0Z .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-t6oWUQoG0Z .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-t6oWUQoG0Z .col + .mbr-section-btn .btn,
.cid-t6oWUQoG0Z .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-t6oWUQoG0Z .col + .mbr-section-btn .btn.display-4,
.cid-t6oWUQoG0Z .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-t6oWUQoG0Z .col + .mbr-section-btn .btn:hover,
.cid-t6oWUQoG0Z .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-t6oWUQoG0Z .dragArea > *:nth-last-child(2).col,
.cid-t6oWUQoG0Z .dragArea > *:nth-last-child(2).col-auto,
.cid-t6oWUQoG0Z .col + .mbr-section-btn,
.cid-t6oWUQoG0Z .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-t6oWUQoG0Z .form1 {
  margin-top: 30px;
}
.cid-t6oWUQoG0Z .fill-light-wrapper {
  fill: #ffffff;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-t6oWUQoG0Z .md-pb {
    margin-bottom: 30px;
  }
}
.cid-t0bKYC2500 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #102f62;
}
@media (min-width: 1500px) {
  .cid-t0bKYC2500 .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-t0bKYC2500 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-t0bKYC2500 p {
  color: #ffffff;
}
.cid-t0miTaZimL {
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/img-219-2000x1500.webp");
}
.cid-t0miTaZimL .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-t0miTaZimL .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-t0miTaZimL .mbr-section-title,
.cid-t0miTaZimL .icon-wrap,
.cid-t0miTaZimL .mbr-section-btn {
  text-align: center;
}
.cid-t6oFoEX4cm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f9fafb;
}
.cid-t6oFoEX4cm .mbr-section-title {
  color: #404040;
}
.cid-t6oFoEX4cm .mbr-text {
  color: #404040;
}
.cid-t6oFoEX4cm .mbr-section-subtitle {
  color: #1a449a;
}
.cid-t6oFoEX4cm .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #1726af;
}
.cid-t6oFoEX4cm .svg-top .st0 {
  fill: #f9fafb;
}
@media (max-width: 992px) {
  .cid-t6oFoEX4cm .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-t6oFoEX4cm h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-t6oFoEX4cm h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-t6oFoEX4cm h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 767px) {
  .cid-t6oFoEX4cm h5 {
    margin-left: 0px;
  }
  .cid-t6oFoEX4cm h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-t6oFoEX4cm h5:hover:before {
    animation: none;
  }
}
.cid-t6oFoEX4cm .mbr-section-subtitle,
.cid-t6oFoEX4cm .content {
  color: #1726af;
}
.cid-t0mi93f60z {
  padding-top: 0rem;
  padding-bottom: 3rem;
}
.cid-t0mi93f60z .main {
  height: 600px;
}
.cid-t0mi93f60z .map {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.cid-t0mi93f60z .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-t0mi93f60z .map {
    height: auto;
  }
}
.cid-t0mi93f60z .wrap__content {
  display: flex;
  padding: 0;
}
.cid-t0mi93f60z .block__content1,
.cid-t0mi93f60z .block__content2 {
  padding: 90px 15px 90px 70px;
}
.cid-t0mi93f60z .block__content1 {
  background-color: #1726af;
}
.cid-t0mi93f60z .block__content2 {
  background-color: #ff0000;
}
.cid-t0mi93f60z .border__radius {
  margin-bottom: 20px;
  border: 2px solid #f3f4f7;
  border-radius: 50%;
  max-width: 46px;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0mi93f60z .content__title,
.cid-t0mi93f60z .title__address {
  margin-bottom: 20px;
}
.cid-t0mi93f60z .content__span,
.cid-t0mi93f60z .content__span2 {
  color: #6a696c;
}
.cid-t0mi93f60z .content__phone {
  margin-bottom: 25px;
}
.cid-t0mi93f60z .google-map {
  flex: 1;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t0mi93f60z .main {
    height: auto;
  }
  .cid-t0mi93f60z .block__content1,
  .cid-t0mi93f60z .block__content2 {
    padding: 70px 15px 70px 25px;
  }
}
@media (max-width: 767px) {
  .cid-t0mi93f60z .block__content1 {
    padding: 50px 15px 0;
    text-align: left;
  }
  .cid-t0mi93f60z .block__content2 {
    padding: 50px 15px 50px;
    text-align: left;
  }
  .cid-t0mi93f60z .icons {
    justify-content: flex-start !important;
  }
}
@media (max-width: 575px) {
  .cid-t0mi93f60z .wrap__content {
    flex-direction: column;
  }
}
.cid-t0mi93f60z .content__span {
  color: #ffffff;
}
.cid-t0mi93f60z .content__span2 {
  color: #ffffff;
}
.cid-t9jjFEwxzx .hidden {
  display: none;
}
.cid-t6RWazHXgH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-t6RWazHXgH .colored-text {
  color: #ff0000 !important;
}
@media (min-width: 992px) {
  .cid-t6RWazHXgH .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-t6RWazHXgH .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-t6RWazHXgH .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-t6RWazHXgH .navbar-caption {
  font-weight: 500;
}
.cid-t6RWazHXgH nav.navbar {
  position: fixed;
}
.cid-t6RWazHXgH .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-t6RWazHXgH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t6RWazHXgH .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-t6RWazHXgH .dropdown-item:hover,
.cid-t6RWazHXgH .dropdown-item:focus {
  background: #1726af !important;
  color: white !important;
}
.cid-t6RWazHXgH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t6RWazHXgH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t6RWazHXgH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t6RWazHXgH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t6RWazHXgH .nav-link {
  position: relative;
}
.cid-t6RWazHXgH .nav-link:hover {
  text-decoration: underline;
  color: #1726af !important;
}
.cid-t6RWazHXgH .container {
  display: flex;
  margin: auto;
}
.cid-t6RWazHXgH .dropdown-menu,
.cid-t6RWazHXgH .navbar.opened {
  background: #ffffff !important;
}
.cid-t6RWazHXgH .nav-item:focus,
.cid-t6RWazHXgH .nav-link:focus {
  outline: none;
}
.cid-t6RWazHXgH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t6RWazHXgH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t6RWazHXgH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t6RWazHXgH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t6RWazHXgH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t6RWazHXgH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t6RWazHXgH .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t6RWazHXgH .navbar.opened {
  transition: all 0.3s;
}
.cid-t6RWazHXgH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t6RWazHXgH .navbar .navbar-logo img {
  width: auto;
}
.cid-t6RWazHXgH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t6RWazHXgH .navbar.collapsed {
  justify-content: center;
}
.cid-t6RWazHXgH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t6RWazHXgH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t6RWazHXgH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-t6RWazHXgH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t6RWazHXgH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t6RWazHXgH .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-t6RWazHXgH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t6RWazHXgH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t6RWazHXgH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t6RWazHXgH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t6RWazHXgH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t6RWazHXgH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t6RWazHXgH .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-t6RWazHXgH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t6RWazHXgH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t6RWazHXgH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t6RWazHXgH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t6RWazHXgH .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-t6RWazHXgH .navbar.navbar-short {
  min-height: 80px;
}
.cid-t6RWazHXgH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t6RWazHXgH .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-t6RWazHXgH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t6RWazHXgH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t6RWazHXgH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t6RWazHXgH .dropdown-item.active,
.cid-t6RWazHXgH .dropdown-item:active {
  background-color: transparent;
}
.cid-t6RWazHXgH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t6RWazHXgH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t6RWazHXgH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t6RWazHXgH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t6RWazHXgH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t6RWazHXgH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t6RWazHXgH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t6RWazHXgH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t6RWazHXgH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1726af;
}
.cid-t6RWazHXgH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t6RWazHXgH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6RWazHXgH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6RWazHXgH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t6RWazHXgH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6RWazHXgH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t6RWazHXgH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t6RWazHXgH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6RWazHXgH .navbar-dropdown {
  position: fixed;
}
.cid-t6RWazHXgH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t6RWazHXgH .navbar {
    height: 70px;
  }
  .cid-t6RWazHXgH .navbar.opened {
    height: auto;
  }
  .cid-t6RWazHXgH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #1726af;
  }
}
.cid-SmoWaGJ88l .whatsapp-wrapper {
  position: fixed;
  bottom: 344px;
  right: 41px;
  z-index: 9999;
}
.cid-SmoWaGJ88l .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(60px);
  min-height: calc(60px);
}
.cid-SmoWaGJ88l .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-SmoWaGJ88l .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-SmoWaGJ88l .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-SmoWaGJ88l .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-SmoWaGJ88l .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-SmoWaGJ88l .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-SmoWaGJ88l .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-SmoWaGJ88l .whatsapp-button::after {
    display: none;
  }
}
.cid-SmoWaGJ88l DIV {
  color: #ffffff;
}
.cid-SmoWaGJ88l p {
  color: #000;
}
.cid-SmoWaGJ88l .hidden {
  display: none;
}
.cid-t6oF9q6jcL {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #102f62;
  background: linear-gradient(0deg, #102f62, #ff0000);
}
.cid-t6oF9q6jcL ul {
  padding: 0;
  margin: 0;
}
.cid-t6oF9q6jcL ul li {
  list-style: none;
}
.cid-t6oF9q6jcL ul li h4 {
  margin: 0;
}
.cid-t6oF9q6jcL ul li h4.display-4 {
  line-height: 1.75;
}
.cid-t6oF9q6jcL .item {
  color: #cacaca;
  text-align: center;
}
.cid-t6oF9q6jcL .col-title {
  color: #ffffff;
  text-align: center;
}
.cid-t6oF9q6jcL .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-t6oF9q6jcL .col-title1 {
  margin-bottom: 40px;
}
.cid-t6oF9q6jcL .form-group,
.cid-t6oF9q6jcL .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-t6oF9q6jcL .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(88, 179, 154, 0.07);
  color: #6f3f7c;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-t6oF9q6jcL .form-control::-webkit-input-placeholder {
  color: #6f3f7c;
}
.cid-t6oF9q6jcL .form-control::-moz-placeholder {
  color: #6f3f7c;
}
.cid-t6oF9q6jcL .form-control:-moz-placeholder {
  color: #6f3f7c;
}
.cid-t6oF9q6jcL .form-control:-ms-input-placeholder {
  color: #6f3f7c;
}
.cid-t6oF9q6jcL .col + .mbr-section-btn .btn,
.cid-t6oF9q6jcL .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-t6oF9q6jcL .col + .mbr-section-btn .btn.display-4,
.cid-t6oF9q6jcL .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-t6oF9q6jcL .col + .mbr-section-btn .btn:hover,
.cid-t6oF9q6jcL .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-t6oF9q6jcL .dragArea > *:nth-last-child(2).col,
.cid-t6oF9q6jcL .dragArea > *:nth-last-child(2).col-auto,
.cid-t6oF9q6jcL .col + .mbr-section-btn,
.cid-t6oF9q6jcL .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-t6oF9q6jcL .form1 {
  margin-top: 30px;
}
.cid-t6oF9q6jcL .fill-light-wrapper {
  fill: #eff1f5;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-t6oF9q6jcL .md-pb {
    margin-bottom: 30px;
  }
}
.cid-t0bKYC2500 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #102f62;
}
@media (min-width: 1500px) {
  .cid-t0bKYC2500 .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-t0bKYC2500 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-t0bKYC2500 p {
  color: #ffffff;
}
.cid-t0PJQXAGFX {
  padding-top: 240px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/fondo-grua-sin-pajaros-2000x944.webp");
  overflow: hidden;
}
.cid-t0PJQXAGFX svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-t0PJQXAGFX #e2_shape {
  fill: #eff4ff !important;
}
.cid-t0PJQXAGFX .mbr-text.display-5 {
  font-size: 26px;
}
.cid-t0PJQXAGFX .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-t0PJQXAGFX img {
  margin-left: auto;
  margin-right: auto;
}
.cid-t0PJQXAGFX .mbr-section-title,
.cid-t0PJQXAGFX .icon-wrap {
  text-align: center;
}
.cid-t0VtanGIIH {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #eff4ff;
}
.cid-t0VtanGIIH .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-t0VtanGIIH .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #1726af;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-t0VtanGIIH .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-t0VtanGIIH .mbr-section-title {
  margin: 0;
  font-weight: 500;
  margin-bottom: 46px;
}
.cid-t0VtanGIIH .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-t0VtanGIIH .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-box-align: left;
  align-items: left;
  text-align: left;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.cid-t0VtanGIIH .icon-main .process-icon {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-t0VtanGIIH .icon-main .process-icon .wrapper {
  position: relative;
  margin-bottom: 20px;
  margin-right: 25px;
}
.cid-t0VtanGIIH .icon-main .process-icon .wrapper .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-t0VtanGIIH .icon-main .process-icon .wrapper .icon-container a {
  display: inherit;
}
.cid-t0VtanGIIH .icon-main .process-icon .wrapper .icon-container a .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 24px;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  font-weight: normal;
}
.cid-t0VtanGIIH .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon1 {
  background-color: rgba(23, 38, 175, 0.3);
  color: #1726af;
}
.cid-t0VtanGIIH .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon2 {
  background-color: rgba(255, 0, 0, 0.3);
  color: #ff0000;
}
.cid-t0VtanGIIH .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon3 {
  background-color: rgba(88, 179, 154, 0.3);
  color: #58b39a;
}
.cid-t0VtanGIIH .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon4 {
  background-color: rgba(209, 107, 134, 0.3);
  color: #d16b86;
}
.cid-t0VtanGIIH .icon-main .process-icon .wrapper .icon-container .step {
  position: absolute;
  bottom: -3px;
  left: 11px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 11px;
  line-height: normal;
  font-weight: 500;
  z-index: 2;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
}
.cid-t0VtanGIIH .icon-main .process-icon .wrapper .icon-container .step_1 {
  background: #1726af;
}
.cid-t0VtanGIIH .icon-main .process-icon .wrapper .icon-container .step_2 {
  background: #ff0000;
}
.cid-t0VtanGIIH .icon-main .process-icon .wrapper .icon-container .step_3 {
  background: #58b39a;
}
.cid-t0VtanGIIH .icon-main .process-icon .wrapper .icon-container .step_4 {
  background: #d16b86;
}
.cid-t0VtanGIIH .icon-main .process-icon .text-wrap .subicon-title {
  color: #404040;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-t0VtanGIIH .icon-main .process-icon .text-wrap .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #606060;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cid-t0VtanGIIH .wrapper::before {
    display: none;
  }
}
.cid-t0VtanGIIH .mbr-section-title,
.cid-t0VtanGIIH .underline {
  text-align: center;
}
.cid-9A7r6rr3f7 {
  padding-top: 0px;
  background: linear-gradient(180deg, #eff4ff, #235fb6);
}
.cid-9A7r6rr3f7 .wave1 {
  opacity: 0.35;
  fill: #ffffff;
}
.cid-9A7r6rr3f7 .wave2 {
  fill: #ffffff;
}
.cid-t18jKAXFHs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t18jKAXFHs .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-t18jKAXFHs .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-t18jKAXFHs img,
.cid-t18jKAXFHs .item-img {
  width: 100%;
}
.cid-t18jKAXFHs .item:focus,
.cid-t18jKAXFHs span:focus {
  outline: none;
}
.cid-t18jKAXFHs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t18jKAXFHs .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t18jKAXFHs img {
  border-radius: 30px;
}
.cid-t18jKAXFHs .item-title {
  text-align: center;
}
.cid-t18jKAXFHs .item-subtitle {
  text-align: center;
}
.cid-t9jjDc6CKC .hidden {
  display: none;
}
.cid-t6RWazHXgH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-t6RWazHXgH .colored-text {
  color: #ff0000 !important;
}
@media (min-width: 992px) {
  .cid-t6RWazHXgH .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-t6RWazHXgH .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-t6RWazHXgH .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-t6RWazHXgH .navbar-caption {
  font-weight: 500;
}
.cid-t6RWazHXgH nav.navbar {
  position: fixed;
}
.cid-t6RWazHXgH .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-t6RWazHXgH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t6RWazHXgH .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-t6RWazHXgH .dropdown-item:hover,
.cid-t6RWazHXgH .dropdown-item:focus {
  background: #1726af !important;
  color: white !important;
}
.cid-t6RWazHXgH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t6RWazHXgH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t6RWazHXgH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t6RWazHXgH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t6RWazHXgH .nav-link {
  position: relative;
}
.cid-t6RWazHXgH .nav-link:hover {
  text-decoration: underline;
  color: #1726af !important;
}
.cid-t6RWazHXgH .container {
  display: flex;
  margin: auto;
}
.cid-t6RWazHXgH .dropdown-menu,
.cid-t6RWazHXgH .navbar.opened {
  background: #ffffff !important;
}
.cid-t6RWazHXgH .nav-item:focus,
.cid-t6RWazHXgH .nav-link:focus {
  outline: none;
}
.cid-t6RWazHXgH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t6RWazHXgH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t6RWazHXgH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t6RWazHXgH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t6RWazHXgH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t6RWazHXgH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t6RWazHXgH .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t6RWazHXgH .navbar.opened {
  transition: all 0.3s;
}
.cid-t6RWazHXgH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t6RWazHXgH .navbar .navbar-logo img {
  width: auto;
}
.cid-t6RWazHXgH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t6RWazHXgH .navbar.collapsed {
  justify-content: center;
}
.cid-t6RWazHXgH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t6RWazHXgH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t6RWazHXgH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-t6RWazHXgH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t6RWazHXgH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t6RWazHXgH .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-t6RWazHXgH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t6RWazHXgH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t6RWazHXgH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t6RWazHXgH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t6RWazHXgH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t6RWazHXgH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t6RWazHXgH .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-t6RWazHXgH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t6RWazHXgH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t6RWazHXgH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t6RWazHXgH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t6RWazHXgH .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-t6RWazHXgH .navbar.navbar-short {
  min-height: 80px;
}
.cid-t6RWazHXgH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t6RWazHXgH .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-t6RWazHXgH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t6RWazHXgH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t6RWazHXgH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t6RWazHXgH .dropdown-item.active,
.cid-t6RWazHXgH .dropdown-item:active {
  background-color: transparent;
}
.cid-t6RWazHXgH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t6RWazHXgH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t6RWazHXgH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t6RWazHXgH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t6RWazHXgH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t6RWazHXgH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t6RWazHXgH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t6RWazHXgH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t6RWazHXgH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1726af;
}
.cid-t6RWazHXgH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t6RWazHXgH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6RWazHXgH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6RWazHXgH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t6RWazHXgH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6RWazHXgH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t6RWazHXgH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t6RWazHXgH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6RWazHXgH .navbar-dropdown {
  position: fixed;
}
.cid-t6RWazHXgH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t6RWazHXgH .navbar {
    height: 70px;
  }
  .cid-t6RWazHXgH .navbar.opened {
    height: auto;
  }
  .cid-t6RWazHXgH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #1726af;
  }
}
.cid-t6oF5ZBpSy {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #102f62;
  background: linear-gradient(0deg, #102f62, #ff0000);
}
.cid-t6oF5ZBpSy ul {
  padding: 0;
  margin: 0;
}
.cid-t6oF5ZBpSy ul li {
  list-style: none;
}
.cid-t6oF5ZBpSy ul li h4 {
  margin: 0;
}
.cid-t6oF5ZBpSy ul li h4.display-4 {
  line-height: 1.75;
}
.cid-t6oF5ZBpSy .item {
  color: #cacaca;
  text-align: center;
}
.cid-t6oF5ZBpSy .col-title {
  color: #ffffff;
  text-align: center;
}
.cid-t6oF5ZBpSy .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-t6oF5ZBpSy .col-title1 {
  margin-bottom: 40px;
}
.cid-t6oF5ZBpSy .form-group,
.cid-t6oF5ZBpSy .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-t6oF5ZBpSy .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-t6oF5ZBpSy .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-t6oF5ZBpSy .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-t6oF5ZBpSy .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-t6oF5ZBpSy .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-t6oF5ZBpSy .col + .mbr-section-btn .btn,
.cid-t6oF5ZBpSy .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-t6oF5ZBpSy .col + .mbr-section-btn .btn.display-4,
.cid-t6oF5ZBpSy .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-t6oF5ZBpSy .col + .mbr-section-btn .btn:hover,
.cid-t6oF5ZBpSy .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-t6oF5ZBpSy .dragArea > *:nth-last-child(2).col,
.cid-t6oF5ZBpSy .dragArea > *:nth-last-child(2).col-auto,
.cid-t6oF5ZBpSy .col + .mbr-section-btn,
.cid-t6oF5ZBpSy .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-t6oF5ZBpSy .form1 {
  margin-top: 30px;
}
.cid-t6oF5ZBpSy .fill-light-wrapper {
  fill: #ffffff;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-t6oF5ZBpSy .md-pb {
    margin-bottom: 30px;
  }
}
.cid-t0bKYC2500 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #102f62;
}
@media (min-width: 1500px) {
  .cid-t0bKYC2500 .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-t0bKYC2500 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-t0bKYC2500 p {
  color: #ffffff;
}
.cid-t0n9a7HFUL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1726af;
  overflow: hidden;
}
.cid-t0n9a7HFUL svg {
  fill: #ff0000 !important;
  pointer-events: none;
}
.cid-t0n9a7HFUL #e2_shape {
  fill: #ff0000 !important;
}
.cid-t0n9a7HFUL .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-t0n9a7HFUL .mbr-text {
  font-weight: 300;
}
.cid-t0n9a7HFUL .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-t0n9a7HFUL .btn-white {
  color: #404040 !important;
}
.cid-t0n9a7HFUL .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-t0n9a7HFUL .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-t0n9a7HFUL .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-t0n9a7HFUL {
    padding: 30px;
  }
  .cid-t0n9a7HFUL svg {
    display: none;
  }
}
.cid-t0n9a7HFUL .mbr-section-title,
.cid-t0n9a7HFUL .mbr-section-btn {
  color: #ffffff;
}
.cid-t6hXUHQQsr {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t6hXUHQQsr .mbr-section-title {
  color: #ff0000;
  text-align: left;
}
.cid-t6hXUHQQsr .mbr-text {
  color: #404040;
}
.cid-t6hXUHQQsr .mbr-section-subtitle {
  color: #1a449a;
}
.cid-t6hXUHQQsr .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #1726af;
}
.cid-t6hXUHQQsr .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-t6hXUHQQsr .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-t6hXUHQQsr h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-t6hXUHQQsr h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-t6hXUHQQsr h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 767px) {
  .cid-t6hXUHQQsr h5 {
    margin-left: 0px;
  }
  .cid-t6hXUHQQsr h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-t6hXUHQQsr h5:hover:before {
    animation: none;
  }
}
.cid-t6hXUHQQsr .mbr-section-subtitle,
.cid-t6hXUHQQsr .content {
  color: #1e2cb8;
  text-align: left;
}
.cid-t6hZL16O4w {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t6hZL16O4w img {
  width: 100%;
  object-fit: cover;
  height: 500px;
}
@media (max-width: 800px) {
  .cid-t6hZL16O4w img {
    height: auto;
  }
}
.cid-t6RMuwfGeO {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t6RMuwfGeO .mbr-section-subtitle {
  color: #999999;
  text-align: center;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-t6RMuwfGeO .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #1726af;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-t6RMuwfGeO .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-t6RMuwfGeO .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-t6RMuwfGeO .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-t6RMuwfGeO .main-wrapper {
  padding: 56px 0 0 0;
}
.cid-t6RMuwfGeO .main-wrapper .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon .wrapper,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon-without-before .wrapper,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon .wrapper-without-before,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before {
  position: relative;
  margin-bottom: 20px;
}
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon .wrapper .icon-container,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon .wrapper .icon-container a,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a {
  display: inherit;
}
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 24px;
  height: 80px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  font-weight: normal;
  width: 80px;
}
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon1,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon1,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon1,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon1 {
  background-color: rgba(255, 0, 0, 0.3);
  color: #ff0000;
}
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon2,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon2,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon2,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon2 {
  background-color: rgba(60, 113, 211, 0.3);
  color: #3c71d3;
}
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon3,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon3,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon3,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon3 {
  background-color: rgba(88, 179, 154, 0.3);
  color: #58b39a;
}
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon4,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon4,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon4,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon4 {
  background-color: rgba(132, 138, 189, 0.3);
  color: #848abd;
}
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon .wrapper .icon-container .step,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step {
  position: absolute;
  bottom: -3px;
  left: 11px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 11px;
  line-height: normal;
  font-weight: 500;
  z-index: 2;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
}
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_1,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_1,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_1,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_1 {
  background: #ff0000;
}
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_2,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_2,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_2,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_2 {
  background: #3c71d3;
}
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_3,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_3,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_3,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_3 {
  background: #58b39a;
}
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_4,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_4,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_4,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_4 {
  background: #848abd;
}
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon .subicon-title,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon-without-before .subicon-title {
  color: #404040;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon .subicon-text,
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon-without-before .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #606060;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cid-t6RMuwfGeO .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-t6RMuwfGeO .third-elem .wrapper:before {
    display: none;
  }
}
.cid-t6RMuwfGeO .main-wrapper .icon-main .process-icon .subicon-text {
  text-align: center;
}
.cid-t6RMsIBfUe {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-t6RMsIBfUe .mbr-section-subtitle {
  color: #999999;
  text-align: center;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-t6RMsIBfUe .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #1726af;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-t6RMsIBfUe .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-t6RMsIBfUe .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-t6RMsIBfUe .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-t6RMsIBfUe .main-wrapper {
  padding: 56px 0 0 0;
}
.cid-t6RMsIBfUe .main-wrapper .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon .wrapper,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon-without-before .wrapper,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon .wrapper-without-before,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before {
  position: relative;
  margin-bottom: 20px;
}
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon .wrapper .icon-container,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon .wrapper .icon-container a,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a {
  display: inherit;
}
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 24px;
  height: 80px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  font-weight: normal;
  width: 80px;
}
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon1,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon1,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon1,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon1 {
  background-color: rgba(245, 196, 99, 0.3);
  color: #f5c463;
}
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon2,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon2,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon2,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon2 {
  background-color: rgba(96, 96, 96, 0.3);
  color: #606060;
}
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon3,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon3,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon3,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon3 {
  background-color: rgba(156, 205, 126, 0.3);
  color: #9ccd7e;
}
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon4,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon4,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon4,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon4 {
  background-color: rgba(132, 138, 189, 0.3);
  color: #848abd;
}
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon .wrapper .icon-container .step,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step {
  position: absolute;
  bottom: -3px;
  left: 11px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 11px;
  line-height: normal;
  font-weight: 500;
  z-index: 2;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
}
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_1,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_1,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_1,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_1 {
  background: #f5c463;
}
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_2,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_2,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_2,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_2 {
  background: #606060;
}
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_3,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_3,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_3,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_3 {
  background: #9ccd7e;
}
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_4,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_4,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_4,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_4 {
  background: #848abd;
}
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon .subicon-title,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon-without-before .subicon-title {
  color: #404040;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon .subicon-text,
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon-without-before .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #606060;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cid-t6RMsIBfUe .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-t6RMsIBfUe .third-elem .wrapper:before {
    display: none;
  }
}
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon .subicon-text {
  text-align: center;
}
.cid-t6RMsIBfUe .main-wrapper .icon-main .process-icon .subicon-title {
  text-align: center;
}
.cid-t6pjXX3gNg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #eff4ff;
}
.cid-t6pjXX3gNg .mbr-section-title {
  color: #404040;
}
.cid-t6pjXX3gNg .mbr-text {
  color: #404040;
}
.cid-t6pjXX3gNg .mbr-section-subtitle {
  color: #1a449a;
}
.cid-t6pjXX3gNg .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #1726af;
}
.cid-t6pjXX3gNg .svg-top .st0 {
  fill: #eff4ff;
}
@media (max-width: 992px) {
  .cid-t6pjXX3gNg .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-t6pjXX3gNg h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-t6pjXX3gNg h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-t6pjXX3gNg h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 767px) {
  .cid-t6pjXX3gNg h5 {
    margin-left: 0px;
  }
  .cid-t6pjXX3gNg h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-t6pjXX3gNg h5:hover:before {
    animation: none;
  }
}
.cid-t6pjXX3gNg .mbr-section-subtitle,
.cid-t6pjXX3gNg .content {
  color: #1726af;
}
.cid-t0mYt9OF1N {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #eff4ff;
}
.cid-t0mYt9OF1N .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #1726af;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 20px;
}
.cid-t0mYt9OF1N .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-t0mYt9OF1N .main-title {
  color: #404040;
}
.cid-t0mYt9OF1N .main-title.display-2 {
  line-height: 1.375;
}
.cid-t0mYt9OF1N .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
}
.cid-t0mYt9OF1N .mbr-text {
  color: #606060;
}
.cid-t0mYt9OF1N .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-t0mYt9OF1N .card .card-wrapper {
  display: flex;
  transition: all 0.3s;
  background-color: #fbfbfb;
  margin: auto;
  min-height: 280px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04) !important;
  border-radius: 4px;
}
.cid-t0mYt9OF1N .card .card-wrapper .card-box {
  padding: 40px 40px 20px;
}
.cid-t0mYt9OF1N .card .card-wrapper .card-box .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t0mYt9OF1N .card .card-wrapper .card-box .img-wrapper .mbr-iconfont {
  display: block;
  font-size: 60px;
  color: #1726af;
  margin-bottom: 2rem;
}
.cid-t0mYt9OF1N .card .card-wrapper .card-box .card-subtitle {
  color: #0077ff;
  margin-bottom: 8px;
}
.cid-t0mYt9OF1N .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  color: #404040;
}
.cid-t0mYt9OF1N .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-t0mYt9OF1N .card .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-t0mYt9OF1N .card .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-t0mYt9OF1N .card .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-t0mYt9OF1N .card .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t0mYt9OF1N .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-t0mYt9OF1N .card-wrapper {
    flex-direction: column;
  }
  .cid-t0mYt9OF1N .card-box {
    padding: 2rem 1rem;
  }
  .cid-t0mYt9OF1N .card-box,
  .cid-t0mYt9OF1N .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-t0mYt9OF1N .card {
    margin-bottom: 2rem;
  }
}
.cid-t0mYt9OF1N .card .card-wrapper .card-box .mbr-text,
.cid-t0mYt9OF1N .link-wrap {
  text-align: center;
  color: #5d5959;
}
.cid-t0mYt9OF1N .card .card-wrapper .card-box .card-title,
.cid-t0mYt9OF1N .card-box {
  color: #000000;
}
.cid-t0mYt9OF1N .mbr-text,
.cid-t0mYt9OF1N .mbr-section-btn {
  color: #1e1e1e;
}
.cid-t9jjAClht6 .hidden {
  display: none;
}
.cid-t1AfW1zIRK {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #102f62;
  background: linear-gradient(0deg, #102f62, #ff0000);
}
.cid-t1AfW1zIRK ul {
  padding: 0;
  margin: 0;
}
.cid-t1AfW1zIRK ul li {
  list-style: none;
}
.cid-t1AfW1zIRK ul li h4 {
  margin: 0;
}
.cid-t1AfW1zIRK ul li h4.display-4 {
  line-height: 1.75;
}
.cid-t1AfW1zIRK .item {
  color: #cacaca;
  text-align: center;
}
.cid-t1AfW1zIRK .col-title {
  color: #ffffff;
  text-align: center;
}
.cid-t1AfW1zIRK .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-t1AfW1zIRK .col-title1 {
  margin-bottom: 40px;
}
.cid-t1AfW1zIRK .form-group,
.cid-t1AfW1zIRK .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-t1AfW1zIRK .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-t1AfW1zIRK .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-t1AfW1zIRK .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-t1AfW1zIRK .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-t1AfW1zIRK .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-t1AfW1zIRK .col + .mbr-section-btn .btn,
.cid-t1AfW1zIRK .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-t1AfW1zIRK .col + .mbr-section-btn .btn.display-4,
.cid-t1AfW1zIRK .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-t1AfW1zIRK .col + .mbr-section-btn .btn:hover,
.cid-t1AfW1zIRK .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-t1AfW1zIRK .dragArea > *:nth-last-child(2).col,
.cid-t1AfW1zIRK .dragArea > *:nth-last-child(2).col-auto,
.cid-t1AfW1zIRK .col + .mbr-section-btn,
.cid-t1AfW1zIRK .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-t1AfW1zIRK .form1 {
  margin-top: 30px;
}
.cid-t1AfW1zIRK .fill-light-wrapper {
  fill: #eff4ff;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-t1AfW1zIRK .md-pb {
    margin-bottom: 30px;
  }
}
.cid-t0bKYC2500 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #102f62;
}
@media (min-width: 1500px) {
  .cid-t0bKYC2500 .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-t0bKYC2500 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-t0bKYC2500 p {
  color: #ffffff;
}
.cid-t6RWazHXgH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-t6RWazHXgH .colored-text {
  color: #ff0000 !important;
}
@media (min-width: 992px) {
  .cid-t6RWazHXgH .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-t6RWazHXgH .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-t6RWazHXgH .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-t6RWazHXgH .navbar-caption {
  font-weight: 500;
}
.cid-t6RWazHXgH nav.navbar {
  position: fixed;
}
.cid-t6RWazHXgH .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-t6RWazHXgH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t6RWazHXgH .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-t6RWazHXgH .dropdown-item:hover,
.cid-t6RWazHXgH .dropdown-item:focus {
  background: #1726af !important;
  color: white !important;
}
.cid-t6RWazHXgH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t6RWazHXgH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t6RWazHXgH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t6RWazHXgH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t6RWazHXgH .nav-link {
  position: relative;
}
.cid-t6RWazHXgH .nav-link:hover {
  text-decoration: underline;
  color: #1726af !important;
}
.cid-t6RWazHXgH .container {
  display: flex;
  margin: auto;
}
.cid-t6RWazHXgH .dropdown-menu,
.cid-t6RWazHXgH .navbar.opened {
  background: #ffffff !important;
}
.cid-t6RWazHXgH .nav-item:focus,
.cid-t6RWazHXgH .nav-link:focus {
  outline: none;
}
.cid-t6RWazHXgH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t6RWazHXgH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t6RWazHXgH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t6RWazHXgH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t6RWazHXgH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t6RWazHXgH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t6RWazHXgH .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t6RWazHXgH .navbar.opened {
  transition: all 0.3s;
}
.cid-t6RWazHXgH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t6RWazHXgH .navbar .navbar-logo img {
  width: auto;
}
.cid-t6RWazHXgH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t6RWazHXgH .navbar.collapsed {
  justify-content: center;
}
.cid-t6RWazHXgH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t6RWazHXgH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t6RWazHXgH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-t6RWazHXgH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t6RWazHXgH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t6RWazHXgH .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-t6RWazHXgH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t6RWazHXgH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t6RWazHXgH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t6RWazHXgH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t6RWazHXgH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t6RWazHXgH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t6RWazHXgH .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-t6RWazHXgH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t6RWazHXgH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t6RWazHXgH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t6RWazHXgH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t6RWazHXgH .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-t6RWazHXgH .navbar.navbar-short {
  min-height: 80px;
}
.cid-t6RWazHXgH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t6RWazHXgH .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-t6RWazHXgH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t6RWazHXgH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t6RWazHXgH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t6RWazHXgH .dropdown-item.active,
.cid-t6RWazHXgH .dropdown-item:active {
  background-color: transparent;
}
.cid-t6RWazHXgH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t6RWazHXgH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t6RWazHXgH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t6RWazHXgH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t6RWazHXgH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t6RWazHXgH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t6RWazHXgH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t6RWazHXgH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t6RWazHXgH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1726af;
}
.cid-t6RWazHXgH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t6RWazHXgH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6RWazHXgH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6RWazHXgH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t6RWazHXgH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6RWazHXgH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t6RWazHXgH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t6RWazHXgH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6RWazHXgH .navbar-dropdown {
  position: fixed;
}
.cid-t6RWazHXgH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t6RWazHXgH .navbar {
    height: 70px;
  }
  .cid-t6RWazHXgH .navbar.opened {
    height: auto;
  }
  .cid-t6RWazHXgH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #1726af;
  }
}
.cid-vgMXPkFbRk {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f9fafb;
}
.cid-vgMXPkFbRk .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-vgMXPkFbRk .row {
    text-align: center!important;
  }
}
.cid-vgMXPkFbRk .mbr-section-title {
  color: #4BFDB1;
}
@media (max-width: 575px) {
  .cid-vgMXPkFbRk .mbr-section-title {
    text-align: center;
  }
}
.cid-vgMXPkFbRk .mbr-section-subtitle {
  color: #000000;
}
.cid-vgMXPkFbRk .mbr-text {
  color: #102f62;
  margin-top: 28px;
  text-align: left;
}
.cid-vgMXPkFbRk .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-vgMXPkFbRk .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-vgMXPkFbRk .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vgMXPkFbRk .btn-primary-outline,
.cid-vgMXPkFbRk .btn-secondary-outline,
.cid-vgMXPkFbRk .btn-success-outline,
.cid-vgMXPkFbRk .btn-info-outline,
.cid-vgMXPkFbRk .btn-warning-outline,
.cid-vgMXPkFbRk .btn-danger-outline,
.cid-vgMXPkFbRk .btn-white-outline,
.cid-vgMXPkFbRk .btn-black-outline {
  padding: 0;
  min-height: auto;
}
.cid-vgMXPkFbRk .mbr-section-title,
.cid-vgMXPkFbRk .mbr-section-btn {
  color: #0b18e4;
}
.cid-vgMXOgGoGZ {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #102f62;
  background: linear-gradient(0deg, #102f62, #ff0000);
}
.cid-vgMXOgGoGZ ul {
  padding: 0;
  margin: 0;
}
.cid-vgMXOgGoGZ ul li {
  list-style: none;
}
.cid-vgMXOgGoGZ ul li h4 {
  margin: 0;
}
.cid-vgMXOgGoGZ ul li h4.display-4 {
  line-height: 1.75;
}
.cid-vgMXOgGoGZ .item {
  color: #cacaca;
  text-align: center;
}
.cid-vgMXOgGoGZ .col-title {
  color: #ffffff;
  text-align: center;
}
.cid-vgMXOgGoGZ .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-vgMXOgGoGZ .col-title1 {
  margin-bottom: 40px;
}
.cid-vgMXOgGoGZ .form-group,
.cid-vgMXOgGoGZ .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-vgMXOgGoGZ .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-vgMXOgGoGZ .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-vgMXOgGoGZ .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-vgMXOgGoGZ .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-vgMXOgGoGZ .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-vgMXOgGoGZ .col + .mbr-section-btn .btn,
.cid-vgMXOgGoGZ .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-vgMXOgGoGZ .col + .mbr-section-btn .btn.display-4,
.cid-vgMXOgGoGZ .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-vgMXOgGoGZ .col + .mbr-section-btn .btn:hover,
.cid-vgMXOgGoGZ .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-vgMXOgGoGZ .dragArea > *:nth-last-child(2).col,
.cid-vgMXOgGoGZ .dragArea > *:nth-last-child(2).col-auto,
.cid-vgMXOgGoGZ .col + .mbr-section-btn,
.cid-vgMXOgGoGZ .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-vgMXOgGoGZ .form1 {
  margin-top: 30px;
}
.cid-vgMXOgGoGZ .fill-light-wrapper {
  fill: #ffffff;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-vgMXOgGoGZ .md-pb {
    margin-bottom: 30px;
  }
}
.cid-t6RWazHXgH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-t6RWazHXgH .colored-text {
  color: #ff0000 !important;
}
@media (min-width: 992px) {
  .cid-t6RWazHXgH .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-t6RWazHXgH .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-t6RWazHXgH .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-t6RWazHXgH .navbar-caption {
  font-weight: 500;
}
.cid-t6RWazHXgH nav.navbar {
  position: fixed;
}
.cid-t6RWazHXgH .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-t6RWazHXgH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t6RWazHXgH .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-t6RWazHXgH .dropdown-item:hover,
.cid-t6RWazHXgH .dropdown-item:focus {
  background: #1726af !important;
  color: white !important;
}
.cid-t6RWazHXgH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t6RWazHXgH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t6RWazHXgH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t6RWazHXgH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t6RWazHXgH .nav-link {
  position: relative;
}
.cid-t6RWazHXgH .nav-link:hover {
  text-decoration: underline;
  color: #1726af !important;
}
.cid-t6RWazHXgH .container {
  display: flex;
  margin: auto;
}
.cid-t6RWazHXgH .dropdown-menu,
.cid-t6RWazHXgH .navbar.opened {
  background: #ffffff !important;
}
.cid-t6RWazHXgH .nav-item:focus,
.cid-t6RWazHXgH .nav-link:focus {
  outline: none;
}
.cid-t6RWazHXgH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t6RWazHXgH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t6RWazHXgH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t6RWazHXgH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t6RWazHXgH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t6RWazHXgH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t6RWazHXgH .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t6RWazHXgH .navbar.opened {
  transition: all 0.3s;
}
.cid-t6RWazHXgH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t6RWazHXgH .navbar .navbar-logo img {
  width: auto;
}
.cid-t6RWazHXgH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t6RWazHXgH .navbar.collapsed {
  justify-content: center;
}
.cid-t6RWazHXgH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t6RWazHXgH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t6RWazHXgH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-t6RWazHXgH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t6RWazHXgH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t6RWazHXgH .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-t6RWazHXgH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t6RWazHXgH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t6RWazHXgH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t6RWazHXgH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t6RWazHXgH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t6RWazHXgH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t6RWazHXgH .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-t6RWazHXgH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t6RWazHXgH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t6RWazHXgH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t6RWazHXgH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t6RWazHXgH .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-t6RWazHXgH .navbar.navbar-short {
  min-height: 80px;
}
.cid-t6RWazHXgH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t6RWazHXgH .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-t6RWazHXgH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t6RWazHXgH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t6RWazHXgH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t6RWazHXgH .dropdown-item.active,
.cid-t6RWazHXgH .dropdown-item:active {
  background-color: transparent;
}
.cid-t6RWazHXgH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t6RWazHXgH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t6RWazHXgH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t6RWazHXgH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t6RWazHXgH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t6RWazHXgH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t6RWazHXgH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t6RWazHXgH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t6RWazHXgH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1726af;
}
.cid-t6RWazHXgH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t6RWazHXgH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6RWazHXgH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6RWazHXgH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t6RWazHXgH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6RWazHXgH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t6RWazHXgH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t6RWazHXgH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6RWazHXgH .navbar-dropdown {
  position: fixed;
}
.cid-t6RWazHXgH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t6RWazHXgH .navbar {
    height: 70px;
  }
  .cid-t6RWazHXgH .navbar.opened {
    height: auto;
  }
  .cid-t6RWazHXgH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #1726af;
  }
}
.cid-t0bKYC2500 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #102f62;
}
@media (min-width: 1500px) {
  .cid-t0bKYC2500 .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-t0bKYC2500 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-t0bKYC2500 p {
  color: #ffffff;
}
