@import url(https://fonts.googleapis.com/css?family=DM+Sans:400,400i,500,500i,700,700i&display=swap);





body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.25rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.2rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.125rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.4rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.0625rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.7rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.6rem;
    font-size: calc( 1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.7rem;
    font-size: calc( 1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #133996 !important;
}
.bg-success {
  background-color: #00c48c !important;
}
.bg-info {
  background-color: #fdece8 !important;
}
.bg-warning {
  background-color: #ffcf5c !important;
}
.bg-danger {
  background-color: #939bb4 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #133996 !important;
  border-color: #133996 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0a1f52 !important;
  border-color: #0a1f52 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0a1f52 !important;
  border-color: #0a1f52 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fc643f !important;
  border-color: #fc643f !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #eb3104 !important;
  border-color: #eb3104 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #eb3104 !important;
  border-color: #eb3104 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fdece8 !important;
  border-color: #fdece8 !important;
  color: #d43712 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #d43712 !important;
  background-color: #f7b2a2 !important;
  border-color: #f7b2a2 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #d43712 !important;
  background-color: #f7b2a2 !important;
  border-color: #f7b2a2 !important;
}
.btn-success,
.btn-success:active {
  background-color: #00c48c !important;
  border-color: #00c48c !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #007855 !important;
  border-color: #007855 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #007855 !important;
  border-color: #007855 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffcf5c !important;
  border-color: #ffcf5c !important;
  color: #5c4100 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #5c4100 !important;
  background-color: #ffb810 !important;
  border-color: #ffb810 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #5c4100 !important;
  background-color: #ffb810 !important;
  border-color: #ffb810 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #939bb4 !important;
  border-color: #939bb4 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #677294 !important;
  border-color: #677294 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #677294 !important;
  border-color: #677294 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #133996;
  color: #133996;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #133996;
  border-color: #133996;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #133996 !important;
  border-color: #133996 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #fc643f;
  color: #fc643f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #fc643f;
  border-color: #fc643f;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fc643f !important;
  border-color: #fc643f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #fdece8;
  color: #fdece8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d43712;
  background-color: #fdece8;
  border-color: #fdece8;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #d43712 !important;
  background-color: #fdece8 !important;
  border-color: #fdece8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #00c48c;
  color: #00c48c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #00c48c;
  border-color: #00c48c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00c48c !important;
  border-color: #00c48c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ffcf5c;
  color: #ffcf5c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5c4100;
  background-color: #ffcf5c;
  border-color: #ffcf5c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #5c4100 !important;
  background-color: #ffcf5c !important;
  border-color: #ffcf5c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #939bb4;
  color: #939bb4;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #939bb4;
  border-color: #939bb4;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #939bb4 !important;
  border-color: #939bb4 !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: #133996 !important;
}
.text-secondary {
  color: #fc643f !important;
}
.text-success {
  color: #00c48c !important;
}
.text-info {
  color: #fdece8 !important;
}
.text-warning {
  color: #ffcf5c !important;
}
.text-danger {
  color: #939bb4 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #08173b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #d22c03 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #005e43 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #f59e8a !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #f5ad00 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #5c6685 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fdece8;
}
.alert-warning {
  background-color: #ffcf5c;
}
.alert-danger {
  background-color: #939bb4;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 10px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #133996;
  border-color: #133996;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #133996;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4272e7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #44ffca;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dee1e8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.4rem;
  font-weight: 400;
}
blockquote {
  border-color: #133996;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #fc643f !important;
  border-color: #fc643f !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #fc643f !important;
  -webkit-box-shadow: 0 6px 16px 0 #fc643f !important;
  background-color: #fc643f !important;
  border-color: #fc643f !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #00c48c !important;
  -webkit-box-shadow: 0 6px 16px 0 #00c48c !important;
  background-color: #00c48c !important;
  border-color: #00c48c !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #133996;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #133996;
  border-bottom-color: #133996;
}
.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: #133996 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fc643f !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%;
}
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='%23133996' %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;
}
.cid-rOc6uDpVi7 .container {
  max-width: 1110px;
}
.cid-rOc6uDpVi7 #menu01-0 {
  position: sticky;
}
.cid-rOc6uDpVi7 .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-rOc6uDpVi7 .collapsed {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.cid-rOc6uDpVi7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rOc6uDpVi7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-rOc6uDpVi7 .navbar-brand {
  min-width: 15%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
  word-break: break-word;
  z-index: 1;
  font-size: 2.5rem !important;
}
.cid-rOc6uDpVi7 .navbar-brand span {
  margin-right: 0 !important;
}
.cid-rOc6uDpVi7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rOc6uDpVi7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rOc6uDpVi7 .navbar-brand .navbar-logo a span {
  color: #fc643f;
}
.cid-rOc6uDpVi7 .nav-item:focus,
.cid-rOc6uDpVi7 .nav-link:focus {
  outline: none;
}
.cid-rOc6uDpVi7 .text-white:hover,
.cid-rOc6uDpVi7 .text-white:active,
.cid-rOc6uDpVi7 .text-white:focus {
  color: white !important;
}
.cid-rOc6uDpVi7 .dropdown- {
  background-color: #ffffff !important;
}
.cid-rOc6uDpVi7 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 55px 5px rgba(25, 74, 195, 0.35);
  box-shadow: 0 10px 55px 5px rgba(25, 74, 195, 0.35);
  display: block;
}
.cid-rOc6uDpVi7 .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (min-width: 992px) {
  .cid-rOc6uDpVi7 .nav-item .nav-link {
    position: relative;
  }
}
.cid-rOc6uDpVi7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rOc6uDpVi7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rOc6uDpVi7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-rOc6uDpVi7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rOc6uDpVi7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rOc6uDpVi7 .navbar {
  min-height: 77px;
  margin-top: 12.5px;
  margin-bottom: 2.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-rOc6uDpVi7 .navbar .container.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-rOc6uDpVi7 .navbar .container .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-rOc6uDpVi7 .navbar .container .navbar-collapse {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rOc6uDpVi7 .navbar .container.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rOc6uDpVi7 .navbar .container.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rOc6uDpVi7 .navbar .container.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rOc6uDpVi7 .navbar .container.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rOc6uDpVi7 .navbar .container.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rOc6uDpVi7 .navbar .container.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rOc6uDpVi7 .navbar .container.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rOc6uDpVi7 .navbar .container.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-rOc6uDpVi7 .navbar .container.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #133996;
}
@media (max-width: 991px) {
  .cid-rOc6uDpVi7 .navbar .container .nav-item .nav-link::before {
    display: none;
  }
  .cid-rOc6uDpVi7 .navbar .container.opened .dropdown-menu {
    top: 0;
  }
  .cid-rOc6uDpVi7 .navbar .container .dropdown-menu {
    background: transparent !important;
  }
  .cid-rOc6uDpVi7 .navbar .container .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rOc6uDpVi7 .navbar .container .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rOc6uDpVi7 .navbar .container .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rOc6uDpVi7 .navbar .container ul.navbar-nav li {
    margin: auto;
  }
  .cid-rOc6uDpVi7 .navbar .container ul.navbar-nav li a {
    padding: 10px !important;
  }
  .cid-rOc6uDpVi7 .navbar .container .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rOc6uDpVi7 .navbar .container .navbar-brand {
    -ms-flex-negative: initial;
    flex-shrink: initial;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    word-break: break-word;
    font-size: 2.5rem !important;
    -webkit-transition: font-size 0.25s;
    transition: font-size 0.25s;
  }
  .cid-rOc6uDpVi7 .navbar .container .navbar-buttons .btn {
    margin: 10px 0 0 0 !important;
  }
  .cid-rOc6uDpVi7 .navbar .container .navbar-toggler {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .cid-rOc6uDpVi7 .navbar .container .icons-menu {
    padding-left: 0;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    color: #133996;
  }
}
.cid-rOc6uDpVi7 .navbar .container.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rOc6uDpVi7 .navbar .container.navbar-short .navbar-logo {
  font-size: 2.5rem !important;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-rOc6uDpVi7 .navbar .container.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-rOc6uDpVi7 .navbar .container.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rOc6uDpVi7 .dropdown-item.active,
.cid-rOc6uDpVi7 .dropdown-item:active {
  background-color: transparent;
}
.cid-rOc6uDpVi7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rOc6uDpVi7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rOc6uDpVi7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rOc6uDpVi7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rOc6uDpVi7 .navbar-expand-lg .btn {
  margin-top: 10px !important;
}
.cid-rOc6uDpVi7 ul.navbar-nav {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rOc6uDpVi7 .navbar-buttons {
  text-align: center;
}
.cid-rOc6uDpVi7 .navbar-buttons .btn {
  padding: 12px 33px !important;
  margin: 0 0 0 15px !important;
}
.cid-rOc6uDpVi7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.cid-rOc6uDpVi7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #133996;
}
.cid-rOc6uDpVi7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rOc6uDpVi7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-rOc6uDpVi7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-rOc6uDpVi7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rOc6uDpVi7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rOc6uDpVi7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-rOc6uDpVi7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-rOc6uDpVi7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rOc6uDpVi7 .nav-link {
  font-weight: 600 !important;
}
.cid-rOc6uDpVi7 a.nav-link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cid-rOc6uDpVi7 .mbr-iconfont {
  padding-right: 0.5rem;
}
.cid-rOc6uDpVi7 .icons-menu {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  color: #133996;
}
.cid-rOc6uDpVi7 .icons-menu span {
  font-size: 26px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rOc6uDpVi7 .navbar {
    height: 77px;
  }
  .cid-rOc6uDpVi7 .navbar.opened {
    height: auto;
  }
}
.cid-rOc6uDpVi7 .mbr-semibold {
  font-weight: 600 !important;
}
.cid-rOc6uDpVi7 .firstlink {
  color: #fc643f !important;
}
.cid-rOc6uDpVi7 .firstlink:hover {
  color: #fc643f !important;
}
.cid-sLWbjd6B2B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
}
.cid-sLWbjd6B2B img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
}
.cid-sLWbjd6B2B .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sLWbjd6B2B h2 {
  padding: 0;
  margin: 0;
}
.cid-sLWbjd6B2B .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLWbjd6B2B .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sLWbjd6B2B .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sLWbjd6B2B .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sLWbjd6B2B .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sLWbjd6B2B .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sLWbjd6B2B .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sLWbjd6B2B .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sLWbjd6B2B .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sLWbjd6B2B H2 {
  color: #333333;
}
.cid-sLWbjd6B2B .mbr-text {
  color: #767676;
}
.cid-sLWbjd6B2B H1 {
  color: #000000;
}
.cid-sLTaEyJstb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sLTaEyJstb .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-sLTaEyJstb .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #133996;
  margin-right: 2rem;
  border-radius: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-sLTaEyJstb .timeline-text-content p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-sLTaEyJstb .timeline-text-content {
    padding: 1.5rem 0.5rem;
  }
}
.cid-sLTaEyJstb .mbr-timeline-title,
.cid-sLTaEyJstb .mbr-timeline-text {
  color: #ffffff;
}
.cid-sLTaEyJstb .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cid-sLTaEyJstb .timeline-element:hover .timeline-text-content {
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
}
.cid-sLTaEyJstb .timeline-element:hover .timeline-text-content h4,
.cid-sLTaEyJstb .timeline-element:hover .timeline-text-content p {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #fc643f !important;
}
.cid-sLTaEyJstb .timeline-element:hover .iconsBackground span {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #fc643f !important;
}
.cid-sLTaEyJstb .timeline-element:hover:before {
  -webkit-transition: background-color 1s !important;
  transition: background-color 1s !important;
  background-color: #fc643f !important;
}
.cid-sLTaEyJstb .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sLTaEyJstb .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-sLTaEyJstb .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #133996;
  top: 20px;
  margin-left: -30px;
}
.cid-sLTaEyJstb .iconsBackground span {
  color: #ffffff;
}
.cid-sLTaEyJstb .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-sLTaEyJstb .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #133996;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
.cid-sLTaEyJstb .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .cid-sLTaEyJstb .iconsBackground {
    left: 1.5rem;
  }
  .cid-sLTaEyJstb .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-sLTaEyJstb .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-sLTaEyJstb .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-rOc6vkn5Rg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f6ff;
}
.cid-rOc6vkn5Rg .mbr-section-title {
  color: #133996;
}
.cid-rOc6vkn5Rg .mbr-text {
  color: #133996;
}
.cid-rOc6vkn5Rg .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rOc6vkn5Rg .mbr-iconfont {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #133996 !important;
  font-size: 2rem !important;
  font-weight: bold;
}
.cid-rOc6vkn5Rg .card {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cid-rOc6vkn5Rg .card-outer-wrap {
  padding-left: 14.1px;
  padding-right: 14.1px;
}
.cid-rOc6vkn5Rg .card-wrap {
  background-color: #f5f6fa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 20px;
  padding-top: 2.9rem !important;
  padding-bottom: 2.8rem !important;
}
.cid-rOc6vkn5Rg .card-wrap .card-box {
  padding-top: 27px;
}
.cid-rOc6vkn5Rg .card-wrap:hover {
  background-color: #bfebf3;
  cursor: crosshair;
  box-shadow: 0px 5px 20px 1px #bfebf3;
}
.cid-rOc6vkn5Rg .card-title {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #133996;
}
.cid-rOc6vkn5Rg .row:nth-child(2) {
  margin-top: 35px !important;
}
@media (max-width: 767px) {
  .cid-rOc6vkn5Rg .row:nth-child(2) {
    margin-top: 0px !important;
  }
}
@media (max-width: 991px) {
  .cid-rOc6vkn5Rg h1,
  .cid-rOc6vkn5Rg p,
  .cid-rOc6vkn5Rg .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-rOc6vkn5Rg .card {
    padding: 2rem !important;
  }
}
.cid-rOc6vyPtC7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rOc6vyPtC7 section {
  position: relative;
}
.cid-rOc6vyPtC7 .container {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 169px 92px;
  border-radius: 50px;
  background-color: #ffffff;
  max-width: 80%;
}
.cid-rOc6vyPtC7 .mbr-text,
.cid-rOc6vyPtC7 .mbr-section-btn {
  color: #46495f;
}
.cid-rOc6vyPtC7 .circles {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
}
.cid-rOc6vyPtC7 .circle1 {
  height: 100%;
  width: 87px;
  right: 130px;
  top: 100px;
  position: absolute !important;
  background-image: url("../../../assets/images/7.svg");
}
.cid-rOc6vyPtC7 .circle1 div[id^="jarallax-container"] > * {
  background-size: inherit !important;
  width: 87px !important;
}
.cid-rOc6vyPtC7 .circle2 {
  height: 100%;
  width: 206px;
  right: -30px;
  bottom: -240px;
  position: absolute !important;
  background-image: url("../../../assets/images/8.svg");
  background-repeat: no-repeat;
}
.cid-rOc6vyPtC7 .circle2 span {
  position: absolute;
  top: 80px;
  left: 83px;
}
.cid-rOc6vyPtC7 .circle3 {
  height: 100%;
  width: 35px;
  position: absolute !important;
  right: 230px;
  background-image: url("../../../assets/images/9.svg");
}
.cid-rOc6vyPtC7 .circle3 div[id^="jarallax-container"] > * {
  background-size: inherit !important;
  width: 35px !important;
}
.cid-rOc6vyPtC7 .circle4 {
  left: 436px;
  top: 400px;
  height: 100%;
  width: 234px;
  position: absolute !important;
  background-image: url("../../../assets/images/106.svg");
  background-repeat: no-repeat;
}
.cid-rOc6vyPtC7 .circle4 span {
  position: absolute;
  top: 96px;
  left: 93px;
}
.cid-rOc6vyPtC7 .circle5 {
  left: 263px;
  top: -51px;
  height: 100%;
  width: 57px;
  position: absolute !important;
  background-image: url("../../../assets/images/11.svg");
}
.cid-rOc6vyPtC7 .circle5 div[id^="jarallax-container"] > * {
  background-size: inherit !important;
  width: 57px !important;
  position: static !important;
}
.cid-rOc6vyPtC7 .circle6 {
  left: 20px;
  top: 301px;
  height: 100%;
  width: 206px;
  position: absolute !important;
  background-image: url("../../../assets/images/12.svg");
  background-repeat: no-repeat;
}
.cid-rOc6vyPtC7 .circle6 span {
  position: absolute;
  top: 80px;
  left: 83px;
}
.cid-rOc6vyPtC7 .circle7 {
  top: -100px;
  left: 0;
  height: 100%;
  width: 35px;
  position: absolute !important;
  background-image: url("../../../assets/images/13.svg");
}
.cid-rOc6vyPtC7 .circle7 div[id^="jarallax-container"] > * {
  background-size: inherit !important;
  width: 35px !important;
  position: static !important;
}
.cid-rOc6vyPtC7 .mbr-section-title {
  color: #133996;
}
.cid-rOc6vyPtC7 .mbr-iconfont {
  font-size: 2.5rem;
  color: white;
}
@media (max-width: 1199px) {
  .cid-rOc6vyPtC7 .circle2 {
    right: -60px;
    bottom: -290px;
  }
  .cid-rOc6vyPtC7 .circle4 {
    left: 256px;
    top: 430px;
  }
}
@media (max-width: 991px) {
  .cid-rOc6vyPtC7 .circles {
    display: none;
  }
  .cid-rOc6vyPtC7 .container {
    padding: 140px 15px;
  }
}
.cid-rOc6vMSCeE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f2f6ff;
}
.cid-rOc6vMSCeE .svg-gradient {
  position: absolute;
}
.cid-rOc6vMSCeE h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rOc6vMSCeE .mbr-section-subtitle {
  color: #767676;
}
.cid-rOc6vMSCeE .card {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
  border-radius: 40px;
}
.cid-rOc6vMSCeE .card .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-rOc6vMSCeE .card .wrap .pie_progress__number {
  text-align: center !important;
}
.cid-rOc6vMSCeE .card .card-title {
  margin-bottom: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rOc6vMSCeE .card {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
.cid-rOc6vMSCeE .card:hover {
  background-color: #bfebf3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rOc6vMSCeE ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-rOc6vMSCeE img {
  width: 10%;
  vertical-align: middle;
  display: inline-block;
}
.cid-rOc6vMSCeE .figures-wrap {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.cid-rOc6vMSCeE .image-1 {
  position: absolute;
  left: 845px;
  bottom: 477px;
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  will-change: transform;
}
.cid-rOc6vMSCeE .image-2 {
  position: absolute;
  left: 517px;
  top: 35px;
  -webkit-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}
.cid-rOc6vMSCeE .image-3 {
  position: absolute;
  left: 1089px;
  bottom: -51px;
  -webkit-transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.cid-rOc6vMSCeE .image-4 {
  position: absolute;
  left: auto;
  right: 1109px;
  bottom: 488px;
  -webkit-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}
.cid-rOc6vMSCeE .image-5 {
  position: absolute;
  left: 707px;
  top: -35px;
  -webkit-transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.cid-rOc6vMSCeE .image-6 {
  position: absolute;
  left: -155px;
  top: 40px;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}
@media (max-width: 1199px) {
  .cid-rOc6vMSCeE img {
    width: 12%;
  }
  .cid-rOc6vMSCeE .image-1 {
    left: -75px;
    bottom: 513px;
  }
  .cid-rOc6vMSCeE .image-2 {
    left: 787px;
    top: -625px;
  }
  .cid-rOc6vMSCeE .image-3 {
    left: 469px;
    bottom: -41px;
  }
  .cid-rOc6vMSCeE .image-4 {
    right: 99px;
    bottom: -172px;
  }
  .cid-rOc6vMSCeE .image-5 {
    left: 7px;
    top: -45px;
  }
  .cid-rOc6vMSCeE .image-6 {
    left: 215px;
    top: -657px;
  }
}
@media (max-width: 992px) {
  .cid-rOc6vMSCeE img {
    width: 20%;
  }
  .cid-rOc6vMSCeE .image-1 {
    bottom: 487px;
    left: -245px;
  }
  .cid-rOc6vMSCeE .image-2 {
    top: -585px;
    left: 817px;
  }
  .cid-rOc6vMSCeE .image-3 {
    left: -188px;
    bottom: 218px;
  }
  .cid-rOc6vMSCeE .image-4 {
    right: 49px;
    bottom: -242px;
  }
  .cid-rOc6vMSCeE .image-5 {
    left: 207px;
    top: -45px;
  }
  .cid-rOc6vMSCeE .image-6 {
    left: -165px;
    top: 40px;
  }
}
@media (max-width: 767px) {
  .cid-rOc6vMSCeE img {
    width: 25%;
  }
  .cid-rOc6vMSCeE .image-1 {
    left: -185px;
    bottom: 937px;
  }
  .cid-rOc6vMSCeE .image-2 {
    top: -825px;
    left: 537px;
  }
  .cid-rOc6vMSCeE .image-3 {
    left: -171px;
    bottom: 539px;
  }
  .cid-rOc6vMSCeE .image-4 {
    bottom: 288px;
    right: -21px;
  }
  .cid-rOc6vMSCeE .image-5 {
    left: -93px;
    top: -245px;
  }
  .cid-rOc6vMSCeE .image-6 {
    left: 345px;
    top: -210px;
  }
}
.cid-rOc6wLnbKC {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rOc6wLnbKC .container {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 169px 15px;
  border-radius: 50px;
  background-color: #ffffff;
  max-width: 80%;
}
.cid-rOc6wLnbKC img {
  width: 12% !important;
}
.cid-rOc6wLnbKC .image-1 {
  left: -265px !important;
  bottom: 357px !important;
}
.cid-rOc6wLnbKC .image-3 {
  left: 1079px !important;
  bottom: 499px !important;
}
.cid-rOc6wLnbKC .image-4 {
  right: 1109px !important;
  bottom: -232px !important;
}
@media (max-width: 992px) {
  .cid-rOc6wLnbKC .image-2 {
    left: 607px !important;
  }
  .cid-rOc6wLnbKC .image-3 {
    left: 619px !important;
  }
  .cid-rOc6wLnbKC .image-4 {
    right: 309px !important;
    bottom: -132px !important;
  }
}
@media (max-width: 768px) {
  .cid-rOc6wLnbKC .container {
    padding: 140px 15px;
  }
  .cid-rOc6wLnbKC img {
    width: 25% !important;
  }
  .cid-rOc6wLnbKC .image-1 {
    left: -225px !important;
    bottom: 907px !important;
  }
  .cid-rOc6wLnbKC .image-2 {
    top: -785px !important;
    left: 497px !important;
  }
  .cid-rOc6wLnbKC .image-3 {
    left: -81px !important;
    bottom: 499px !important;
  }
  .cid-rOc6wLnbKC .image-4 {
    right: 309px !important;
    bottom: -232px !important;
  }
  .cid-rOc6wLnbKC .image-5 {
    left: -13px !important;
    top: -245px !important;
  }
  .cid-rOc6wLnbKC .image-6 {
    left: 195px !important;
    top: -80px !important;
  }
}
.cid-rOc6wLnbKC .wrap {
  display: none;
}
.cid-rOc6wLnbKC .card {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cid-rOc6wLnbKC .card-box {
  width: 100%;
}
.cid-rOc6wLnbKC .card-img {
  padding: 1rem;
  height: 120px;
  width: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
  background-color: #133996;
  border-radius: 50%;
}
.cid-rOc6wLnbKC .card-img span {
  color: #ffffff;
  font-size: 4.7rem;
}
.cid-rOc6wLnbKC .mbr-text {
  color: #767676;
}
.cid-rOc6wLnbKC p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-rOc6wLnbKC .card {
    margin-bottom: 2rem;
  }
}
.cid-rOc6wLnbKC .card-title,
.cid-rOc6wLnbKC .card-img {
  color: #fc643f;
  text-align: center;
}
.cid-rOc6wLnbKC .mbr-section-title {
  text-align: center;
}
.cid-rOc6wLnbKC .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-rOc6wLnbKC .mbr-section-title,
.cid-rOc6wLnbKC .line-wrap {
  text-align: center;
}
.cid-rOc6wLnbKC .mbr-text,
.cid-rOc6wLnbKC .line-wrap2 {
  text-align: center;
  color: #000000;
}
.cid-rOc6wLnbKC img {
  vertical-align: middle;
  display: inline-block;
}
.cid-rOc6wLnbKC .wrap {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.cid-rOc6wLnbKC .image-1 {
  position: absolute;
  left: -455px;
  bottom: 107px;
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  will-change: transform;
}
.cid-rOc6wLnbKC .image-2 {
  position: absolute;
  left: 517px;
  top: 35px;
  -webkit-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}
.cid-rOc6wLnbKC .image-3 {
  position: absolute;
  left: 1189px;
  bottom: -1px;
  -webkit-transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.cid-rOc6wLnbKC .image-4 {
  position: absolute;
  left: auto;
  right: 1109px;
  bottom: -112px;
  -webkit-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}
.cid-rOc6wLnbKC .image-5 {
  position: absolute;
  left: 707px;
  top: -65px;
  -webkit-transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.cid-rOc6wLnbKC .image-6 {
  position: absolute;
  left: -155px;
  top: 40px;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}
@media (max-width: 1199px) {
  .cid-rOc6wLnbKC .image-1 {
    left: -175px;
    bottom: 349px;
  }
  .cid-rOc6wLnbKC .image-2 {
    left: 677px;
    top: -475px;
  }
  .cid-rOc6wLnbKC .image-3 {
    left: 469px;
    bottom: -61px;
  }
  .cid-rOc6wLnbKC .image-4 {
    right: 99px;
    bottom: -192px;
  }
  .cid-rOc6wLnbKC .image-5 {
    left: 7px;
    top: -45px;
  }
  .cid-rOc6wLnbKC .image-6 {
    left: 215px;
    top: -460px;
  }
}
@media (max-width: 992px) {
  .cid-rOc6wLnbKC .image-1 {
    bottom: 287px;
    left: -285px;
  }
  .cid-rOc6wLnbKC .image-2 {
    top: -385px;
    left: 807px;
  }
  .cid-rOc6wLnbKC .image-3 {
    left: -98px;
    bottom: 139px;
  }
  .cid-rOc6wLnbKC .image-4 {
    right: 49px;
    bottom: -102px;
  }
  .cid-rOc6wLnbKC .image-5 {
    left: 207px;
    top: -45px;
  }
  .cid-rOc6wLnbKC .image-6 {
    left: -165px;
    top: 40px;
  }
}
@media (max-width: 767px) {
  .cid-rOc6wLnbKC .image-1 {
    left: -185px;
    bottom: 937px;
  }
  .cid-rOc6wLnbKC .image-2 {
    top: -685px;
    left: 477px;
  }
  .cid-rOc6wLnbKC .image-3 {
    left: -41px;
    bottom: 539px;
  }
  .cid-rOc6wLnbKC .image-4 {
    bottom: 288px;
    right: 99px;
  }
  .cid-rOc6wLnbKC .image-5 {
    left: -93px;
    top: -245px;
  }
  .cid-rOc6wLnbKC .image-6 {
    left: 205px;
    top: -80px;
  }
}
.cid-rOc6yAVgYm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f6ff;
}
.cid-rOc6yAVgYm p {
  color: #939bb4;
}
.cid-rOc6uDpVi7 .container {
  max-width: 1110px;
}
.cid-rOc6uDpVi7 #menu01-0 {
  position: sticky;
}
.cid-rOc6uDpVi7 .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-rOc6uDpVi7 .collapsed {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.cid-rOc6uDpVi7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rOc6uDpVi7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-rOc6uDpVi7 .navbar-brand {
  min-width: 15%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
  word-break: break-word;
  z-index: 1;
  font-size: 2.5rem !important;
}
.cid-rOc6uDpVi7 .navbar-brand span {
  margin-right: 0 !important;
}
.cid-rOc6uDpVi7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rOc6uDpVi7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rOc6uDpVi7 .navbar-brand .navbar-logo a span {
  color: #fc643f;
}
.cid-rOc6uDpVi7 .nav-item:focus,
.cid-rOc6uDpVi7 .nav-link:focus {
  outline: none;
}
.cid-rOc6uDpVi7 .text-white:hover,
.cid-rOc6uDpVi7 .text-white:active,
.cid-rOc6uDpVi7 .text-white:focus {
  color: white !important;
}
.cid-rOc6uDpVi7 .dropdown- {
  background-color: #ffffff !important;
}
.cid-rOc6uDpVi7 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 55px 5px rgba(25, 74, 195, 0.35);
  box-shadow: 0 10px 55px 5px rgba(25, 74, 195, 0.35);
  display: block;
}
.cid-rOc6uDpVi7 .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (min-width: 992px) {
  .cid-rOc6uDpVi7 .nav-item .nav-link {
    position: relative;
  }
}
.cid-rOc6uDpVi7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rOc6uDpVi7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rOc6uDpVi7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-rOc6uDpVi7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rOc6uDpVi7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rOc6uDpVi7 .navbar {
  min-height: 77px;
  margin-top: 12.5px;
  margin-bottom: 2.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-rOc6uDpVi7 .navbar .container.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-rOc6uDpVi7 .navbar .container .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-rOc6uDpVi7 .navbar .container .navbar-collapse {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rOc6uDpVi7 .navbar .container.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rOc6uDpVi7 .navbar .container.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rOc6uDpVi7 .navbar .container.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rOc6uDpVi7 .navbar .container.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rOc6uDpVi7 .navbar .container.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rOc6uDpVi7 .navbar .container.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rOc6uDpVi7 .navbar .container.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rOc6uDpVi7 .navbar .container.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-rOc6uDpVi7 .navbar .container.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #133996;
}
@media (max-width: 991px) {
  .cid-rOc6uDpVi7 .navbar .container .nav-item .nav-link::before {
    display: none;
  }
  .cid-rOc6uDpVi7 .navbar .container.opened .dropdown-menu {
    top: 0;
  }
  .cid-rOc6uDpVi7 .navbar .container .dropdown-menu {
    background: transparent !important;
  }
  .cid-rOc6uDpVi7 .navbar .container .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rOc6uDpVi7 .navbar .container .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rOc6uDpVi7 .navbar .container .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rOc6uDpVi7 .navbar .container ul.navbar-nav li {
    margin: auto;
  }
  .cid-rOc6uDpVi7 .navbar .container ul.navbar-nav li a {
    padding: 10px !important;
  }
  .cid-rOc6uDpVi7 .navbar .container .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rOc6uDpVi7 .navbar .container .navbar-brand {
    -ms-flex-negative: initial;
    flex-shrink: initial;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    word-break: break-word;
    font-size: 2.5rem !important;
    -webkit-transition: font-size 0.25s;
    transition: font-size 0.25s;
  }
  .cid-rOc6uDpVi7 .navbar .container .navbar-buttons .btn {
    margin: 10px 0 0 0 !important;
  }
  .cid-rOc6uDpVi7 .navbar .container .navbar-toggler {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .cid-rOc6uDpVi7 .navbar .container .icons-menu {
    padding-left: 0;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    color: #133996;
  }
}
.cid-rOc6uDpVi7 .navbar .container.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rOc6uDpVi7 .navbar .container.navbar-short .navbar-logo {
  font-size: 2.5rem !important;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-rOc6uDpVi7 .navbar .container.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-rOc6uDpVi7 .navbar .container.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rOc6uDpVi7 .dropdown-item.active,
.cid-rOc6uDpVi7 .dropdown-item:active {
  background-color: transparent;
}
.cid-rOc6uDpVi7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rOc6uDpVi7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rOc6uDpVi7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rOc6uDpVi7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rOc6uDpVi7 .navbar-expand-lg .btn {
  margin-top: 10px !important;
}
.cid-rOc6uDpVi7 ul.navbar-nav {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rOc6uDpVi7 .navbar-buttons {
  text-align: center;
}
.cid-rOc6uDpVi7 .navbar-buttons .btn {
  padding: 12px 33px !important;
  margin: 0 0 0 15px !important;
}
.cid-rOc6uDpVi7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.cid-rOc6uDpVi7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #133996;
}
.cid-rOc6uDpVi7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rOc6uDpVi7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-rOc6uDpVi7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-rOc6uDpVi7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rOc6uDpVi7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rOc6uDpVi7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-rOc6uDpVi7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-rOc6uDpVi7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rOc6uDpVi7 .nav-link {
  font-weight: 600 !important;
}
.cid-rOc6uDpVi7 a.nav-link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cid-rOc6uDpVi7 .mbr-iconfont {
  padding-right: 0.5rem;
}
.cid-rOc6uDpVi7 .icons-menu {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  color: #133996;
}
.cid-rOc6uDpVi7 .icons-menu span {
  font-size: 26px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rOc6uDpVi7 .navbar {
    height: 77px;
  }
  .cid-rOc6uDpVi7 .navbar.opened {
    height: auto;
  }
}
.cid-rOc6uDpVi7 .mbr-semibold {
  font-weight: 600 !important;
}
.cid-rOc6uDpVi7 .firstlink {
  color: #fc643f !important;
}
.cid-rOc6uDpVi7 .firstlink:hover {
  color: #fc643f !important;
}
.cid-sLTA04VbGZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sLTA04VbGZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sLTA04VbGZ .form-control,
.cid-sLTA04VbGZ .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sLTA04VbGZ .form-control::-webkit-input-placeholder,
.cid-sLTA04VbGZ .field-input::-webkit-input-placeholder,
.cid-sLTA04VbGZ .form-control::-webkit-input-placeholder,
.cid-sLTA04VbGZ .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-sLTA04VbGZ .form-control:-moz-placeholder,
.cid-sLTA04VbGZ .field-input:-moz-placeholder,
.cid-sLTA04VbGZ .form-control:-moz-placeholder,
.cid-sLTA04VbGZ .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-sLTA04VbGZ .form-control:hover,
.cid-sLTA04VbGZ .field-input:hover,
.cid-sLTA04VbGZ .form-control:focus,
.cid-sLTA04VbGZ .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-sLTA04VbGZ .form-control:hover::-webkit-input-placeholder,
.cid-sLTA04VbGZ .field-input:hover::-webkit-input-placeholder,
.cid-sLTA04VbGZ .form-control:focus::-webkit-input-placeholder,
.cid-sLTA04VbGZ .field-input:focus::-webkit-input-placeholder,
.cid-sLTA04VbGZ .form-control:hover::-webkit-input-placeholder,
.cid-sLTA04VbGZ .field-input:hover::-webkit-input-placeholder,
.cid-sLTA04VbGZ .form-control:focus::-webkit-input-placeholder,
.cid-sLTA04VbGZ .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-sLTA04VbGZ .form-control:hover:-moz-placeholder,
.cid-sLTA04VbGZ .field-input:hover:-moz-placeholder,
.cid-sLTA04VbGZ .form-control:focus:-moz-placeholder,
.cid-sLTA04VbGZ .field-input:focus:-moz-placeholder,
.cid-sLTA04VbGZ .form-control:hover:-moz-placeholder,
.cid-sLTA04VbGZ .field-input:hover:-moz-placeholder,
.cid-sLTA04VbGZ .form-control:focus:-moz-placeholder,
.cid-sLTA04VbGZ .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-sLTA04VbGZ .jq-number__spin:hover,
.cid-sLTA04VbGZ .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sLTA04VbGZ .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sLTA04VbGZ .jq-selectbox li,
.cid-sLTA04VbGZ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sLTA04VbGZ .jq-selectbox li:hover,
.cid-sLTA04VbGZ .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-sLTA04VbGZ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sLTA04VbGZ .jq-number__spin.minus:hover:after,
.cid-sLTA04VbGZ .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sLTA04VbGZ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sLTA04VbGZ .jq-number__spin.minus:after,
.cid-sLTA04VbGZ .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-sLTA04VbGZ input::-webkit-clear-button {
  display: none;
}
.cid-sLTA04VbGZ input::-webkit-inner-spin-button {
  display: none;
}
.cid-sLTA04VbGZ input::-webkit-outer-spin-button {
  display: none;
}
.cid-sLTA04VbGZ input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rOc6yAVgYm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f6ff;
}
.cid-rOc6yAVgYm p {
  color: #939bb4;
}
.cid-rOc6uDpVi7 .container {
  max-width: 1110px;
}
.cid-rOc6uDpVi7 #menu01-0 {
  position: sticky;
}
.cid-rOc6uDpVi7 .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-rOc6uDpVi7 .collapsed {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.cid-rOc6uDpVi7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rOc6uDpVi7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-rOc6uDpVi7 .navbar-brand {
  min-width: 15%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
  word-break: break-word;
  z-index: 1;
  font-size: 2.5rem !important;
}
.cid-rOc6uDpVi7 .navbar-brand span {
  margin-right: 0 !important;
}
.cid-rOc6uDpVi7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rOc6uDpVi7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rOc6uDpVi7 .navbar-brand .navbar-logo a span {
  color: #fc643f;
}
.cid-rOc6uDpVi7 .nav-item:focus,
.cid-rOc6uDpVi7 .nav-link:focus {
  outline: none;
}
.cid-rOc6uDpVi7 .text-white:hover,
.cid-rOc6uDpVi7 .text-white:active,
.cid-rOc6uDpVi7 .text-white:focus {
  color: white !important;
}
.cid-rOc6uDpVi7 .dropdown- {
  background-color: #ffffff !important;
}
.cid-rOc6uDpVi7 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 55px 5px rgba(25, 74, 195, 0.35);
  box-shadow: 0 10px 55px 5px rgba(25, 74, 195, 0.35);
  display: block;
}
.cid-rOc6uDpVi7 .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (min-width: 992px) {
  .cid-rOc6uDpVi7 .nav-item .nav-link {
    position: relative;
  }
}
.cid-rOc6uDpVi7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rOc6uDpVi7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rOc6uDpVi7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-rOc6uDpVi7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rOc6uDpVi7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rOc6uDpVi7 .navbar {
  min-height: 77px;
  margin-top: 12.5px;
  margin-bottom: 2.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-rOc6uDpVi7 .navbar .container.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-rOc6uDpVi7 .navbar .container .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-rOc6uDpVi7 .navbar .container .navbar-collapse {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rOc6uDpVi7 .navbar .container.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rOc6uDpVi7 .navbar .container.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rOc6uDpVi7 .navbar .container.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rOc6uDpVi7 .navbar .container.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rOc6uDpVi7 .navbar .container.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rOc6uDpVi7 .navbar .container.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rOc6uDpVi7 .navbar .container.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rOc6uDpVi7 .navbar .container.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-rOc6uDpVi7 .navbar .container.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #133996;
}
@media (max-width: 991px) {
  .cid-rOc6uDpVi7 .navbar .container .nav-item .nav-link::before {
    display: none;
  }
  .cid-rOc6uDpVi7 .navbar .container.opened .dropdown-menu {
    top: 0;
  }
  .cid-rOc6uDpVi7 .navbar .container .dropdown-menu {
    background: transparent !important;
  }
  .cid-rOc6uDpVi7 .navbar .container .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rOc6uDpVi7 .navbar .container .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rOc6uDpVi7 .navbar .container .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rOc6uDpVi7 .navbar .container ul.navbar-nav li {
    margin: auto;
  }
  .cid-rOc6uDpVi7 .navbar .container ul.navbar-nav li a {
    padding: 10px !important;
  }
  .cid-rOc6uDpVi7 .navbar .container .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rOc6uDpVi7 .navbar .container .navbar-brand {
    -ms-flex-negative: initial;
    flex-shrink: initial;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    word-break: break-word;
    font-size: 2.5rem !important;
    -webkit-transition: font-size 0.25s;
    transition: font-size 0.25s;
  }
  .cid-rOc6uDpVi7 .navbar .container .navbar-buttons .btn {
    margin: 10px 0 0 0 !important;
  }
  .cid-rOc6uDpVi7 .navbar .container .navbar-toggler {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .cid-rOc6uDpVi7 .navbar .container .icons-menu {
    padding-left: 0;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    color: #133996;
  }
}
.cid-rOc6uDpVi7 .navbar .container.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rOc6uDpVi7 .navbar .container.navbar-short .navbar-logo {
  font-size: 2.5rem !important;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-rOc6uDpVi7 .navbar .container.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-rOc6uDpVi7 .navbar .container.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rOc6uDpVi7 .dropdown-item.active,
.cid-rOc6uDpVi7 .dropdown-item:active {
  background-color: transparent;
}
.cid-rOc6uDpVi7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rOc6uDpVi7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rOc6uDpVi7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rOc6uDpVi7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rOc6uDpVi7 .navbar-expand-lg .btn {
  margin-top: 10px !important;
}
.cid-rOc6uDpVi7 ul.navbar-nav {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rOc6uDpVi7 .navbar-buttons {
  text-align: center;
}
.cid-rOc6uDpVi7 .navbar-buttons .btn {
  padding: 12px 33px !important;
  margin: 0 0 0 15px !important;
}
.cid-rOc6uDpVi7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.cid-rOc6uDpVi7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #133996;
}
.cid-rOc6uDpVi7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rOc6uDpVi7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-rOc6uDpVi7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-rOc6uDpVi7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rOc6uDpVi7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rOc6uDpVi7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-rOc6uDpVi7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-rOc6uDpVi7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rOc6uDpVi7 .nav-link {
  font-weight: 600 !important;
}
.cid-rOc6uDpVi7 a.nav-link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cid-rOc6uDpVi7 .mbr-iconfont {
  padding-right: 0.5rem;
}
.cid-rOc6uDpVi7 .icons-menu {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  color: #133996;
}
.cid-rOc6uDpVi7 .icons-menu span {
  font-size: 26px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rOc6uDpVi7 .navbar {
    height: 77px;
  }
  .cid-rOc6uDpVi7 .navbar.opened {
    height: auto;
  }
}
.cid-rOc6uDpVi7 .mbr-semibold {
  font-weight: 600 !important;
}
.cid-rOc6uDpVi7 .firstlink {
  color: #fc643f !important;
}
.cid-rOc6uDpVi7 .firstlink:hover {
  color: #fc643f !important;
}
.cid-rOc6yAVgYm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f6ff;
}
.cid-rOc6yAVgYm p {
  color: #939bb4;
}
