body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'SpaceGrotesk-VariableFont_wght';
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'SpaceGrotesk-VariableFont_wght';
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Roboto-VariableFont_wdth,wght';
  font-size: 1.1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'Roboto-VariableFont_wdth,wght';
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Roboto-VariableFont_wdth,wght';
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #011247 !important;
}
.bg-success {
  background-color: #ffe033 !important;
}
.bg-info {
  background-color: #00c7d6 !important;
}
.bg-warning {
  background-color: #86d8f2 !important;
}
.bg-danger {
  background-color: #42305e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #011247 !important;
  border-color: #011247 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #011247 !important;
  border-color: #011247 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #00c7d6 !important;
  border-color: #00c7d6 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #00808a !important;
  border-color: #00808a !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #00808a !important;
  border-color: #00808a !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffe033 !important;
  border-color: #ffe033 !important;
  color: #332b00 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #332b00 !important;
  background-color: #e5c300 !important;
  border-color: #e5c300 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #332b00 !important;
  background-color: #e5c300 !important;
  border-color: #e5c300 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #86d8f2 !important;
  border-color: #86d8f2 !important;
  color: #0c566d !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0c566d !important;
  background-color: #41c2eb !important;
  border-color: #41c2eb !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0c566d !important;
  background-color: #41c2eb !important;
  border-color: #41c2eb !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #42305e !important;
  border-color: #42305e !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #1e162b !important;
  border-color: #1e162b !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e162b !important;
  border-color: #1e162b !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #011247;
  border-color: #011247;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #011247 !important;
  border-color: #011247 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #011247;
  border-color: #011247;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #011247 !important;
  border-color: #011247 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #006870;
  color: #006870;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #00c7d6;
  border-color: #00c7d6;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #00c7d6 !important;
  border-color: #00c7d6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #ccad00;
  color: #ccad00;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #332b00;
  background-color: #ffe033;
  border-color: #ffe033;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #332b00 !important;
  background-color: #ffe033 !important;
  border-color: #ffe033 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #2abae8;
  color: #2abae8;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0c566d;
  background-color: #86d8f2;
  border-color: #86d8f2;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #0c566d !important;
  background-color: #86d8f2 !important;
  border-color: #86d8f2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #130e1a;
  color: #130e1a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #42305e;
  border-color: #42305e;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #42305e !important;
  border-color: #42305e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #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: #011247 !important;
}
.text-secondary {
  color: #011247 !important;
}
.text-success {
  color: #ffe033 !important;
}
.text-info {
  color: #00c7d6 !important;
}
.text-warning {
  color: #86d8f2 !important;
}
.text-danger {
  color: #42305e !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ccad00 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #006870 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #2abae8 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #130e1a !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: #00c7d6;
}
.alert-warning {
  background-color: #86d8f2;
}
.alert-danger {
  background-color: #42305e;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -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: #011247;
  border-color: #011247;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #011247;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3163fc;
}
.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: #a3f9ff;
}
.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: #7e60ae;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto-VariableFont_wdth,wght';
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
  font-weight: 400;
}
blockquote {
  border-color: #011247;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #011247 !important;
  -webkit-box-shadow: 0 6px 16px 0 #011247 !important;
  background-color: #011247 !important;
  border-color: #011247 !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #011247 !important;
  -webkit-box-shadow: 0 6px 16px 0 #011247 !important;
  background-color: #011247 !important;
  border-color: #011247 !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 #ffe033 !important;
  -webkit-box-shadow: 0 6px 16px 0 #ffe033 !important;
  background-color: #ffe033 !important;
  border-color: #ffe033 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #011247;
  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: #011247;
  border-bottom-color: #011247;
}
.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: #011247 !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: #011247 !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='%23011247' %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-tDhaE9TMGZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tDhaE9TMGZ .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tDhaE9TMGZ nav.navbar {
  position: fixed;
}
.cid-tDhaE9TMGZ .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-tDhaE9TMGZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDhaE9TMGZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDhaE9TMGZ .dropdown-item:hover,
.cid-tDhaE9TMGZ .dropdown-item:focus {
  background: #011247 !important;
  color: white !important;
}
.cid-tDhaE9TMGZ .dropdown-item:hover span {
  color: white;
}
.cid-tDhaE9TMGZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDhaE9TMGZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDhaE9TMGZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDhaE9TMGZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDhaE9TMGZ .nav-link {
  position: relative;
}
.cid-tDhaE9TMGZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDhaE9TMGZ .container {
    flex-wrap: nowrap;
  }
}
.cid-tDhaE9TMGZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDhaE9TMGZ .dropdown-menu,
.cid-tDhaE9TMGZ .navbar.opened {
  background: #011247 !important;
}
.cid-tDhaE9TMGZ .nav-item:focus,
.cid-tDhaE9TMGZ .nav-link:focus {
  outline: none;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDhaE9TMGZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDhaE9TMGZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDhaE9TMGZ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #011247;
}
.cid-tDhaE9TMGZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tDhaE9TMGZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDhaE9TMGZ .navbar .navbar-logo img {
  width: auto;
}
.cid-tDhaE9TMGZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDhaE9TMGZ .navbar.collapsed {
  justify-content: center;
}
.cid-tDhaE9TMGZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDhaE9TMGZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDhaE9TMGZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tDhaE9TMGZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDhaE9TMGZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDhaE9TMGZ .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-tDhaE9TMGZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDhaE9TMGZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDhaE9TMGZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDhaE9TMGZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDhaE9TMGZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDhaE9TMGZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDhaE9TMGZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDhaE9TMGZ .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-tDhaE9TMGZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDhaE9TMGZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDhaE9TMGZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDhaE9TMGZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDhaE9TMGZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDhaE9TMGZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDhaE9TMGZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDhaE9TMGZ .navbar.navbar-short {
  min-height: 80px;
}
.cid-tDhaE9TMGZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDhaE9TMGZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDhaE9TMGZ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDhaE9TMGZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDhaE9TMGZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDhaE9TMGZ .dropdown-item.active,
.cid-tDhaE9TMGZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tDhaE9TMGZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDhaE9TMGZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDhaE9TMGZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDhaE9TMGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011247;
}
.cid-tDhaE9TMGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDhaE9TMGZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDhaE9TMGZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDhaE9TMGZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDhaE9TMGZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2fcff;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDhaE9TMGZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDhaE9TMGZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDhaE9TMGZ .navbar {
    height: 70px;
  }
  .cid-tDhaE9TMGZ .navbar.opened {
    height: auto;
  }
  .cid-tDhaE9TMGZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBjo1CdpwU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2fcff;
}
@media (max-width: 767px) {
  .cid-tBjo1CdpwU .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.cid-tBjo1CdpwU h5,
.cid-tBjo1CdpwU h4,
.cid-tBjo1CdpwU p {
  margin-bottom: 0;
}
.cid-tBjo1CdpwU p {
  color: #767676;
}
.cid-tBjo1CdpwU .card-img {
  padding: 0;
  width: auto;
}
.cid-tBjo1CdpwU .mbr-section-btn {
  margin: 0;
  margin-top: 1.2rem;
  border-top: 1px solid #cccccc;
}
.cid-tBjo1CdpwU .mbr-section-btn .btn {
  margin-top: 1.2rem !important;
}
.cid-tBjo1CdpwU .card-wrapper {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-tBjo1CdpwU .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tBjo1CdpwU .card-box {
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tBjo1CdpwU .card-box {
    padding: 2rem 0 0;
  }
  .cid-tBjo1CdpwU .card-wrapper {
    display: block !important;
  }
}
.cid-tBjo1CdpwU .card-wrapper {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.cid-tBjo1CdpwU .card-title,
.cid-tBjo1CdpwU .main-title {
  color: #57468b;
}
.cid-tBjo1CdpwU .main-title {
  text-align: center;
  color: #1e2251;
}
.cid-tBjo1CdpwU .card-title {
  color: #1e2251;
}
.cid-tBjo1CdpwU .mbr-text,
.cid-tBjo1CdpwU .mbr-section-btn {
  color: #011247;
}
.cid-uBrLSKXDcP {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uBrLSKXDcP h4 {
  margin-bottom: 0;
}
.cid-uBrLSKXDcP p {
  color: #767676;
}
.cid-uBrLSKXDcP .btn-info-outline {
  border: none;
  color: #00c7d6 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uBrLSKXDcP .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uBrLSKXDcP .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uBrLSKXDcP .btn-info-outline:hover {
  background-color: transparent!important;
  color: #011247 !important;
  box-shadow: none!important;
}
.cid-uBrLSKXDcP .btn-info-outline:active,
.cid-uBrLSKXDcP .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uBrLSKXDcP .card-box {
  padding-top: 2rem;
}
.cid-uBrLSKXDcP .card-wrapper {
  height: 100%;
}
.cid-uBrLSKXDcP .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uBrLSKXDcP img {
  border-radius: 8px;
}
.cid-uBrLSKXDcP .card-title {
  color: #1e2251;
  text-align: left;
}
.cid-uBrLSKXDcP .main-title {
  color: #1e2251;
  text-align: left;
}
.cid-uBrLSKXDcP DIV {
  color: #57468b;
}
.cid-uBrLSKXDcP .card-img {
  width: auto;
}
.cid-uBrLSKXDcP .mbr-text,
.cid-uBrLSKXDcP .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tHgULCAKhq {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tHgULCAKhq h4 {
  margin-bottom: 0;
}
.cid-tHgULCAKhq p {
  color: #767676;
}
.cid-tHgULCAKhq .btn-info-outline {
  border: none;
  color: #00c7d6 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-tHgULCAKhq .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-tHgULCAKhq .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-tHgULCAKhq .btn-info-outline:hover {
  background-color: transparent!important;
  color: #011247 !important;
  box-shadow: none!important;
}
.cid-tHgULCAKhq .btn-info-outline:active,
.cid-tHgULCAKhq .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-tHgULCAKhq .card-box {
  padding-top: 2rem;
}
.cid-tHgULCAKhq .card-wrapper {
  height: 100%;
}
.cid-tHgULCAKhq .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHgULCAKhq img {
  border-radius: 8px;
}
.cid-tHgULCAKhq .card-title {
  color: #1e2251;
  text-align: left;
}
.cid-tHgULCAKhq .main-title {
  color: #1e2251;
  text-align: left;
}
.cid-tHgULCAKhq DIV {
  color: #57468b;
}
.cid-tHgULCAKhq .card-img {
  width: auto;
}
.cid-tHgULCAKhq .mbr-text,
.cid-tHgULCAKhq .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tBj6pp90Lx {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tBj6pp90Lx h4 {
  margin-bottom: 0;
}
.cid-tBj6pp90Lx p {
  color: #767676;
}
.cid-tBj6pp90Lx .btn-info-outline {
  border: none;
  color: #00c7d6 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-tBj6pp90Lx .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-tBj6pp90Lx .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-tBj6pp90Lx .btn-info-outline:hover {
  background-color: transparent!important;
  color: #011247 !important;
  box-shadow: none!important;
}
.cid-tBj6pp90Lx .btn-info-outline:active,
.cid-tBj6pp90Lx .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-tBj6pp90Lx .card-box {
  padding-top: 2rem;
}
.cid-tBj6pp90Lx .card-wrapper {
  height: 100%;
}
.cid-tBj6pp90Lx .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tBj6pp90Lx img {
  border-radius: 8px;
}
.cid-tBj6pp90Lx .card-title {
  color: #1e2251;
  text-align: left;
}
.cid-tBj6pp90Lx .main-title {
  color: #1e2251;
  text-align: left;
}
.cid-tBj6pp90Lx DIV {
  color: #57468b;
}
.cid-tBj6pp90Lx .card-img {
  width: auto;
}
.cid-tBj6pp90Lx .mbr-text,
.cid-tBj6pp90Lx .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tG24vXQ9WD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #001247;
}
.cid-tG24vXQ9WD p {
  text-align: center;
}
.cid-tG24vXQ9WD .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tG24vXQ9WD .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tG24vXQ9WD .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tG24vXQ9WD .logo-footer {
  line-height: normal;
}
.cid-tG24vXQ9WD .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tG24vXQ9WD .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-tG24vXQ9WD .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-tG24vXQ9WD .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG24vXQ9WD .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tG24vXQ9WD .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-tG24vXQ9WD .icon-transition span:hover {
  background-color: #00c7d6;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tG24vXQ9WD .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tG24vXQ9WD .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tG24vXQ9WD .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tG24vXQ9WD .logo-footer {
    text-align: center;
  }
  .cid-tG24vXQ9WD .social-media {
    justify-content: center;
  }
}
.cid-tG24vXQ9WD .list-inline-item,
.cid-tG24vXQ9WD .mbr-list,
.cid-tG24vXQ9WD .first-column {
  color: #ffffff;
  text-align: center;
}
.cid-tDhaE9TMGZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tDhaE9TMGZ .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tDhaE9TMGZ nav.navbar {
  position: fixed;
}
.cid-tDhaE9TMGZ .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-tDhaE9TMGZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDhaE9TMGZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDhaE9TMGZ .dropdown-item:hover,
.cid-tDhaE9TMGZ .dropdown-item:focus {
  background: #011247 !important;
  color: white !important;
}
.cid-tDhaE9TMGZ .dropdown-item:hover span {
  color: white;
}
.cid-tDhaE9TMGZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDhaE9TMGZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDhaE9TMGZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDhaE9TMGZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDhaE9TMGZ .nav-link {
  position: relative;
}
.cid-tDhaE9TMGZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDhaE9TMGZ .container {
    flex-wrap: nowrap;
  }
}
.cid-tDhaE9TMGZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDhaE9TMGZ .dropdown-menu,
.cid-tDhaE9TMGZ .navbar.opened {
  background: #011247 !important;
}
.cid-tDhaE9TMGZ .nav-item:focus,
.cid-tDhaE9TMGZ .nav-link:focus {
  outline: none;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDhaE9TMGZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDhaE9TMGZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDhaE9TMGZ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #011247;
}
.cid-tDhaE9TMGZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tDhaE9TMGZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDhaE9TMGZ .navbar .navbar-logo img {
  width: auto;
}
.cid-tDhaE9TMGZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDhaE9TMGZ .navbar.collapsed {
  justify-content: center;
}
.cid-tDhaE9TMGZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDhaE9TMGZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDhaE9TMGZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tDhaE9TMGZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDhaE9TMGZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDhaE9TMGZ .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-tDhaE9TMGZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDhaE9TMGZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDhaE9TMGZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDhaE9TMGZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDhaE9TMGZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDhaE9TMGZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDhaE9TMGZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDhaE9TMGZ .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-tDhaE9TMGZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDhaE9TMGZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDhaE9TMGZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDhaE9TMGZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDhaE9TMGZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDhaE9TMGZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDhaE9TMGZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDhaE9TMGZ .navbar.navbar-short {
  min-height: 80px;
}
.cid-tDhaE9TMGZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDhaE9TMGZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDhaE9TMGZ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDhaE9TMGZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDhaE9TMGZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDhaE9TMGZ .dropdown-item.active,
.cid-tDhaE9TMGZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tDhaE9TMGZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDhaE9TMGZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDhaE9TMGZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDhaE9TMGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011247;
}
.cid-tDhaE9TMGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDhaE9TMGZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDhaE9TMGZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDhaE9TMGZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDhaE9TMGZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2fcff;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDhaE9TMGZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDhaE9TMGZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDhaE9TMGZ .navbar {
    height: 70px;
  }
  .cid-tDhaE9TMGZ .navbar.opened {
    height: auto;
  }
  .cid-tDhaE9TMGZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBkyXkjUWX {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tBkyXkjUWX img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tBkyXkjUWX H1 {
  color: #011247;
  text-align: center;
}
.cid-tBkyXkjUWX .mbr-text,
.cid-tBkyXkjUWX .mbr-section-btn {
  color: #716c80;
}
.cid-tBkyXkjUWX H3 {
  color: #716c80;
}
.cid-tBkyXkjUWX .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tBkyXkjUWX .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tBkyXkjUWX .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tBkyXkjUWX .link:hover {
  color: #011247 !important;
}
.cid-tBkyXkjUWX .link:hover .link-ico {
  color: #011247 !important;
  padding-left: 10px;
}
.cid-tBkyXkjUWX DIV {
  color: #57468b;
}
.cid-tBkyXkjUWX .mbr-text,
.cid-tBkyXkjUWX .media-content {
  color: #5b686b;
  text-align: left;
}
.cid-tFgjK62Now {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2fcff;
}
.cid-tFgjK62Now H1 {
  color: #011247;
  text-align: center;
}
.cid-tFgjK62Now .mbr-text,
.cid-tFgjK62Now .mbr-section-btn {
  color: #716c80;
}
.cid-tG24vXQ9WD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #001247;
}
.cid-tG24vXQ9WD p {
  text-align: center;
}
.cid-tG24vXQ9WD .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tG24vXQ9WD .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tG24vXQ9WD .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tG24vXQ9WD .logo-footer {
  line-height: normal;
}
.cid-tG24vXQ9WD .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tG24vXQ9WD .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-tG24vXQ9WD .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-tG24vXQ9WD .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG24vXQ9WD .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tG24vXQ9WD .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-tG24vXQ9WD .icon-transition span:hover {
  background-color: #00c7d6;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tG24vXQ9WD .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tG24vXQ9WD .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tG24vXQ9WD .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tG24vXQ9WD .logo-footer {
    text-align: center;
  }
  .cid-tG24vXQ9WD .social-media {
    justify-content: center;
  }
}
.cid-tG24vXQ9WD .list-inline-item,
.cid-tG24vXQ9WD .mbr-list,
.cid-tG24vXQ9WD .first-column {
  color: #ffffff;
  text-align: center;
}
.cid-tDhaE9TMGZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tDhaE9TMGZ .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tDhaE9TMGZ nav.navbar {
  position: fixed;
}
.cid-tDhaE9TMGZ .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-tDhaE9TMGZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDhaE9TMGZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDhaE9TMGZ .dropdown-item:hover,
.cid-tDhaE9TMGZ .dropdown-item:focus {
  background: #011247 !important;
  color: white !important;
}
.cid-tDhaE9TMGZ .dropdown-item:hover span {
  color: white;
}
.cid-tDhaE9TMGZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDhaE9TMGZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDhaE9TMGZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDhaE9TMGZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDhaE9TMGZ .nav-link {
  position: relative;
}
.cid-tDhaE9TMGZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDhaE9TMGZ .container {
    flex-wrap: nowrap;
  }
}
.cid-tDhaE9TMGZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDhaE9TMGZ .dropdown-menu,
.cid-tDhaE9TMGZ .navbar.opened {
  background: #011247 !important;
}
.cid-tDhaE9TMGZ .nav-item:focus,
.cid-tDhaE9TMGZ .nav-link:focus {
  outline: none;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDhaE9TMGZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDhaE9TMGZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDhaE9TMGZ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #011247;
}
.cid-tDhaE9TMGZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tDhaE9TMGZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDhaE9TMGZ .navbar .navbar-logo img {
  width: auto;
}
.cid-tDhaE9TMGZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDhaE9TMGZ .navbar.collapsed {
  justify-content: center;
}
.cid-tDhaE9TMGZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDhaE9TMGZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDhaE9TMGZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tDhaE9TMGZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDhaE9TMGZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDhaE9TMGZ .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-tDhaE9TMGZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDhaE9TMGZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDhaE9TMGZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDhaE9TMGZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDhaE9TMGZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDhaE9TMGZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDhaE9TMGZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDhaE9TMGZ .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-tDhaE9TMGZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDhaE9TMGZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDhaE9TMGZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDhaE9TMGZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDhaE9TMGZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDhaE9TMGZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDhaE9TMGZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDhaE9TMGZ .navbar.navbar-short {
  min-height: 80px;
}
.cid-tDhaE9TMGZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDhaE9TMGZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDhaE9TMGZ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDhaE9TMGZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDhaE9TMGZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDhaE9TMGZ .dropdown-item.active,
.cid-tDhaE9TMGZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tDhaE9TMGZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDhaE9TMGZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDhaE9TMGZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDhaE9TMGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011247;
}
.cid-tDhaE9TMGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDhaE9TMGZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDhaE9TMGZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDhaE9TMGZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDhaE9TMGZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2fcff;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDhaE9TMGZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDhaE9TMGZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDhaE9TMGZ .navbar {
    height: 70px;
  }
  .cid-tDhaE9TMGZ .navbar.opened {
    height: auto;
  }
  .cid-tDhaE9TMGZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzZpJGZ6XE {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tzZpJGZ6XE h4 {
  margin-bottom: 0;
}
.cid-tzZpJGZ6XE p {
  color: #767676;
}
.cid-tzZpJGZ6XE .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tzZpJGZ6XE .btn-info-outline {
  border: none;
  color: #00c7d6 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-tzZpJGZ6XE .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-tzZpJGZ6XE .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-tzZpJGZ6XE .btn-info-outline:hover {
  background-color: transparent!important;
  color: #011247 !important;
  box-shadow: none!important;
}
.cid-tzZpJGZ6XE .btn-info-outline:active,
.cid-tzZpJGZ6XE .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-tzZpJGZ6XE .card-box {
  padding-top: 2rem;
}
.cid-tzZpJGZ6XE .card-wrapper {
  height: 100%;
}
.cid-tzZpJGZ6XE .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tzZpJGZ6XE img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-tzZpJGZ6XE .card-title {
  color: #00c7d6;
  text-align: left;
}
.cid-tzZpJGZ6XE .main-title {
  color: #011247;
  text-align: center;
}
.cid-tzZpJGZ6XE DIV {
  color: #57468b;
}
.cid-tzZpJGZ6XE .card-img {
  width: auto;
}
.cid-tzZpJGZ6XE .mbr-text,
.cid-tzZpJGZ6XE .mbr-section-btn {
  color: #232323;
}
.cid-uwsoVcvkGf {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uwsoVcvkGf img {
  object-fit: cover;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-uwsoVcvkGf img {
    width: 100%;
  }
}
.cid-uwsoVcvkGf .link {
  text-decoration: underline;
}
.cid-uwsoVcvkGf .tag-wrapper {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uwsoVcvkGf .tag-wrapper {
    justify-content: center;
  }
}
.cid-uwsoVcvkGf .tag {
  padding: 6px 16px;
  padding-top: 9px;
  margin-bottom: 1rem;
  margin-right: 1rem;
  width: fit-content;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uwsoVcvkGf .tag {
    margin: 0 0.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uwsoVcvkGf .tag1 {
  background: #30c7bf;
}
.cid-uwsoVcvkGf .tag2 {
  background: #fc898c;
}
.cid-uwsoVcvkGf .tag3 {
  background: #00004c;
}
.cid-uwsoVcvkGf .tag4 {
  background: #30c7bf;
}
.cid-uwsoVcvkGf .tag5 {
  background: #fc898c;
}
.cid-uwsoVcvkGf .mbr-section-title {
  color: #00004c;
}
.cid-uwsoVcvkGf .mbr-section-subtitle {
  color: #011247;
}
.cid-uwsrzJZUx1 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #f3fbff;
}
.cid-uwsrzJZUx1 img {
  object-fit: cover;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-uwsrzJZUx1 img {
    width: 100%;
  }
}
.cid-uwsrzJZUx1 .link {
  text-decoration: underline;
}
.cid-uwsrzJZUx1 .tag-wrapper {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uwsrzJZUx1 .tag-wrapper {
    justify-content: center;
  }
}
.cid-uwsrzJZUx1 .tag {
  padding: 6px 16px;
  padding-top: 9px;
  margin-bottom: 1rem;
  margin-right: 1rem;
  width: fit-content;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uwsrzJZUx1 .tag {
    margin: 0 0.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uwsrzJZUx1 .tag1 {
  background: #30c7bf;
}
.cid-uwsrzJZUx1 .tag2 {
  background: #fc898c;
}
.cid-uwsrzJZUx1 .tag3 {
  background: #00004c;
}
.cid-uwsrzJZUx1 .tag4 {
  background: #30c7bf;
}
.cid-uwsrzJZUx1 .tag5 {
  background: #fc898c;
}
.cid-uwsrzJZUx1 .mbr-section-title {
  color: #00004c;
}
.cid-uwsrzJZUx1 .mbr-section-subtitle {
  color: #011247;
}
.cid-uwsHkUx0py {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uwsHkUx0py img {
  object-fit: cover;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-uwsHkUx0py img {
    width: 100%;
  }
}
.cid-uwsHkUx0py .link {
  text-decoration: underline;
}
.cid-uwsHkUx0py .tag-wrapper {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uwsHkUx0py .tag-wrapper {
    justify-content: center;
  }
}
.cid-uwsHkUx0py .tag {
  padding: 6px 16px;
  padding-top: 9px;
  margin-bottom: 1rem;
  margin-right: 1rem;
  width: fit-content;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uwsHkUx0py .tag {
    margin: 0 0.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uwsHkUx0py .tag1 {
  background: #30c7bf;
}
.cid-uwsHkUx0py .tag2 {
  background: #fc898c;
}
.cid-uwsHkUx0py .tag3 {
  background: #00004c;
}
.cid-uwsHkUx0py .tag4 {
  background: #30c7bf;
}
.cid-uwsHkUx0py .tag5 {
  background: #fc898c;
}
.cid-uwsHkUx0py .mbr-section-title {
  color: #00004c;
}
.cid-uwsHkUx0py .mbr-section-subtitle {
  color: #011247;
}
.cid-uZ2pjxmAZA {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #f3fbff;
}
.cid-uZ2pjxmAZA img {
  object-fit: cover;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-uZ2pjxmAZA img {
    width: 100%;
  }
}
.cid-uZ2pjxmAZA .link {
  text-decoration: underline;
}
.cid-uZ2pjxmAZA .tag-wrapper {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uZ2pjxmAZA .tag-wrapper {
    justify-content: center;
  }
}
.cid-uZ2pjxmAZA .tag {
  padding: 6px 16px;
  padding-top: 9px;
  margin-bottom: 1rem;
  margin-right: 1rem;
  width: fit-content;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZ2pjxmAZA .tag {
    margin: 0 0.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uZ2pjxmAZA .tag1 {
  background: #30c7bf;
}
.cid-uZ2pjxmAZA .tag2 {
  background: #fc898c;
}
.cid-uZ2pjxmAZA .tag3 {
  background: #00004c;
}
.cid-uZ2pjxmAZA .tag4 {
  background: #30c7bf;
}
.cid-uZ2pjxmAZA .tag5 {
  background: #fc898c;
}
.cid-uZ2pjxmAZA .mbr-section-title {
  color: #00004c;
}
.cid-uZ2pjxmAZA .mbr-section-subtitle {
  color: #011247;
}
.cid-uwsI9l8APg {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uwsI9l8APg H1 {
  color: #011247;
}
.cid-uwsI9l8APg .mbr-text,
.cid-uwsI9l8APg .mbr-section-btn {
  color: #465052;
}
.cid-uwsI9l8APg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwsI9l8APg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBZ2wwF3PN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBZ2wwF3PN img {
  width: 160px;
  margin: auto;
}
.cid-tBZ2wwF3PN .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tBZ2wwF3PN .card {
    max-width: 25%;
  }
}
.cid-tBZ2wwF3PN .mbr-section-title {
  color: #011247;
  text-align: center;
}
.cid-tG24vXQ9WD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #001247;
}
.cid-tG24vXQ9WD p {
  text-align: center;
}
.cid-tG24vXQ9WD .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tG24vXQ9WD .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tG24vXQ9WD .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tG24vXQ9WD .logo-footer {
  line-height: normal;
}
.cid-tG24vXQ9WD .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tG24vXQ9WD .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-tG24vXQ9WD .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-tG24vXQ9WD .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG24vXQ9WD .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tG24vXQ9WD .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-tG24vXQ9WD .icon-transition span:hover {
  background-color: #00c7d6;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tG24vXQ9WD .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tG24vXQ9WD .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tG24vXQ9WD .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tG24vXQ9WD .logo-footer {
    text-align: center;
  }
  .cid-tG24vXQ9WD .social-media {
    justify-content: center;
  }
}
.cid-tG24vXQ9WD .list-inline-item,
.cid-tG24vXQ9WD .mbr-list,
.cid-tG24vXQ9WD .first-column {
  color: #ffffff;
  text-align: center;
}
.cid-tDhaE9TMGZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tDhaE9TMGZ .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tDhaE9TMGZ nav.navbar {
  position: fixed;
}
.cid-tDhaE9TMGZ .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-tDhaE9TMGZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDhaE9TMGZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDhaE9TMGZ .dropdown-item:hover,
.cid-tDhaE9TMGZ .dropdown-item:focus {
  background: #011247 !important;
  color: white !important;
}
.cid-tDhaE9TMGZ .dropdown-item:hover span {
  color: white;
}
.cid-tDhaE9TMGZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDhaE9TMGZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDhaE9TMGZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDhaE9TMGZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDhaE9TMGZ .nav-link {
  position: relative;
}
.cid-tDhaE9TMGZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDhaE9TMGZ .container {
    flex-wrap: nowrap;
  }
}
.cid-tDhaE9TMGZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDhaE9TMGZ .dropdown-menu,
.cid-tDhaE9TMGZ .navbar.opened {
  background: #011247 !important;
}
.cid-tDhaE9TMGZ .nav-item:focus,
.cid-tDhaE9TMGZ .nav-link:focus {
  outline: none;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDhaE9TMGZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDhaE9TMGZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDhaE9TMGZ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #011247;
}
.cid-tDhaE9TMGZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tDhaE9TMGZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDhaE9TMGZ .navbar .navbar-logo img {
  width: auto;
}
.cid-tDhaE9TMGZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDhaE9TMGZ .navbar.collapsed {
  justify-content: center;
}
.cid-tDhaE9TMGZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDhaE9TMGZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDhaE9TMGZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tDhaE9TMGZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDhaE9TMGZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDhaE9TMGZ .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-tDhaE9TMGZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDhaE9TMGZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDhaE9TMGZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDhaE9TMGZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDhaE9TMGZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDhaE9TMGZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDhaE9TMGZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDhaE9TMGZ .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-tDhaE9TMGZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDhaE9TMGZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDhaE9TMGZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDhaE9TMGZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDhaE9TMGZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDhaE9TMGZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDhaE9TMGZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDhaE9TMGZ .navbar.navbar-short {
  min-height: 80px;
}
.cid-tDhaE9TMGZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDhaE9TMGZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDhaE9TMGZ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDhaE9TMGZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDhaE9TMGZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDhaE9TMGZ .dropdown-item.active,
.cid-tDhaE9TMGZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tDhaE9TMGZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDhaE9TMGZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDhaE9TMGZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDhaE9TMGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011247;
}
.cid-tDhaE9TMGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDhaE9TMGZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDhaE9TMGZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDhaE9TMGZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDhaE9TMGZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2fcff;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDhaE9TMGZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDhaE9TMGZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDhaE9TMGZ .navbar {
    height: 70px;
  }
  .cid-tDhaE9TMGZ .navbar.opened {
    height: auto;
  }
  .cid-tDhaE9TMGZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tvnYCnsEar {
  background-image: url("../../../assets/images/kein-titel-website-2000x1097.png");
}
.cid-tvnYCnsEar H1 {
  color: #001247;
  text-align: left;
}
.cid-tvnYCnsEar .mbr-text,
.cid-tvnYCnsEar .mbr-section-btn {
  text-align: left;
  color: #001247;
}
.cid-tvsOtYWjKe {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tvsOtYWjKe h4 {
  margin-bottom: 0;
}
.cid-tvsOtYWjKe p {
  color: #767676;
}
.cid-tvsOtYWjKe .btn-info-outline {
  border: none;
  color: #00c7d6 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-tvsOtYWjKe .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-tvsOtYWjKe .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-tvsOtYWjKe .btn-info-outline:hover {
  background-color: transparent!important;
  color: #011247 !important;
  box-shadow: none!important;
}
.cid-tvsOtYWjKe .btn-info-outline:active,
.cid-tvsOtYWjKe .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-tvsOtYWjKe .card-box {
  padding-top: 2rem;
}
.cid-tvsOtYWjKe .card-wrapper {
  height: 100%;
}
.cid-tvsOtYWjKe .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tvsOtYWjKe img {
  border-radius: 8px;
}
.cid-tvsOtYWjKe .card-title {
  color: #011247;
}
.cid-tvsOtYWjKe .main-title {
  color: #011247;
  text-align: center;
}
.cid-tvsOtYWjKe DIV {
  color: #57468b;
}
.cid-tvsOtYWjKe .card-img {
  width: auto;
}
.cid-tvsOtYWjKe .mbr-text,
.cid-tvsOtYWjKe .mbr-section-btn {
  color: #343351;
}
.cid-uzuqfzn1qG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #f3fbff;
}
.cid-uzuqfzn1qG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuqfzn1qG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uzuqfzn1qG .container {
    padding: 0 20px;
  }
}
.cid-uzuqfzn1qG .mbr-section-title {
  margin-bottom: 64px;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-uzuqfzn1qG .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uzuqfzn1qG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-uzuqfzn1qG .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uzuqfzn1qG .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uzuqfzn1qG .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-uzuqfzn1qG .embla__button--next,
.cid-uzuqfzn1qG .embla__button--prev {
  display: flex;
}
.cid-uzuqfzn1qG .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #011247;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uzuqfzn1qG .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uzuqfzn1qG .embla__button:hover {
  background: transparent;
  color: #011247;
  opacity: .7;
}
.cid-uzuqfzn1qG .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-uzuqfzn1qG .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uzuqfzn1qG .embla__button {
    top: 7rem;
  }
}
.cid-uzuqfzn1qG .embla {
  position: relative;
  width: 100%;
}
.cid-uzuqfzn1qG .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uzuqfzn1qG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzuqfzn1qG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzuqfzn1qG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tG24vXQ9WD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #001247;
}
.cid-tG24vXQ9WD p {
  text-align: center;
}
.cid-tG24vXQ9WD .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tG24vXQ9WD .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tG24vXQ9WD .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tG24vXQ9WD .logo-footer {
  line-height: normal;
}
.cid-tG24vXQ9WD .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tG24vXQ9WD .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-tG24vXQ9WD .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-tG24vXQ9WD .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG24vXQ9WD .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tG24vXQ9WD .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-tG24vXQ9WD .icon-transition span:hover {
  background-color: #00c7d6;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tG24vXQ9WD .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tG24vXQ9WD .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tG24vXQ9WD .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tG24vXQ9WD .logo-footer {
    text-align: center;
  }
  .cid-tG24vXQ9WD .social-media {
    justify-content: center;
  }
}
.cid-tG24vXQ9WD .list-inline-item,
.cid-tG24vXQ9WD .mbr-list,
.cid-tG24vXQ9WD .first-column {
  color: #ffffff;
  text-align: center;
}
.cid-uid9UShvWo {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #011247;
}
.cid-uid9UShvWo .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uid9UShvWo .form-control,
.cid-uid9UShvWo .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #ecedee;
  border-color: #ecedee;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
  display: flex;
  align-items: center;
}
.cid-uid9UShvWo .form-control::-webkit-input-placeholder,
.cid-uid9UShvWo .field-input::-webkit-input-placeholder,
.cid-uid9UShvWo .form-control::-webkit-input-placeholder,
.cid-uid9UShvWo .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uid9UShvWo .form-control:-moz-placeholder,
.cid-uid9UShvWo .field-input:-moz-placeholder,
.cid-uid9UShvWo .form-control:-moz-placeholder,
.cid-uid9UShvWo .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uid9UShvWo .form-control:hover,
.cid-uid9UShvWo .field-input:hover,
.cid-uid9UShvWo .form-control:focus,
.cid-uid9UShvWo .field-input:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #f2fcff;
  box-shadow: none;
  outline: none;
}
.cid-uid9UShvWo .form-control:hover::-webkit-input-placeholder,
.cid-uid9UShvWo .field-input:hover::-webkit-input-placeholder,
.cid-uid9UShvWo .form-control:focus::-webkit-input-placeholder,
.cid-uid9UShvWo .field-input:focus::-webkit-input-placeholder,
.cid-uid9UShvWo .form-control:hover::-webkit-input-placeholder,
.cid-uid9UShvWo .field-input:hover::-webkit-input-placeholder,
.cid-uid9UShvWo .form-control:focus::-webkit-input-placeholder,
.cid-uid9UShvWo .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uid9UShvWo .form-control:hover:-moz-placeholder,
.cid-uid9UShvWo .field-input:hover:-moz-placeholder,
.cid-uid9UShvWo .form-control:focus:-moz-placeholder,
.cid-uid9UShvWo .field-input:focus:-moz-placeholder,
.cid-uid9UShvWo .form-control:hover:-moz-placeholder,
.cid-uid9UShvWo .field-input:hover:-moz-placeholder,
.cid-uid9UShvWo .form-control:focus:-moz-placeholder,
.cid-uid9UShvWo .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-uid9UShvWo textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-uid9UShvWo .jq-number__spin:hover,
.cid-uid9UShvWo .jq-number__spin:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uid9UShvWo .jq-number__spin {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uid9UShvWo .jq-selectbox li,
.cid-uid9UShvWo .jq-selectbox li {
  background-color: #ecedee;
  color: #000000;
}
.cid-uid9UShvWo .jq-selectbox li:hover,
.cid-uid9UShvWo .jq-selectbox li.selected {
  background-color: #ecedee;
  color: #000000;
}
.cid-uid9UShvWo .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uid9UShvWo .jq-number__spin.minus:hover:after,
.cid-uid9UShvWo .jq-number__spin.plus:hover:after {
  border-top-color: #ecedee;
  border-bottom-color: #ecedee;
}
.cid-uid9UShvWo .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uid9UShvWo .jq-number__spin.minus:after,
.cid-uid9UShvWo .jq-number__spin.plus:after {
  border-top-color: #ecedee;
  border-bottom-color: #ecedee;
}
.cid-uid9UShvWo input::-webkit-clear-button {
  display: none;
}
.cid-uid9UShvWo input::-webkit-inner-spin-button {
  display: none;
}
.cid-uid9UShvWo input::-webkit-outer-spin-button {
  display: none;
}
.cid-uid9UShvWo input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uid9UShvWo .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #011247;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uid9UShvWo .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uid9UShvWo .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uid9UShvWo .mbr-text {
  color: #606060;
}
.cid-uid9UShvWo .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-uid9UShvWo .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-uid9UShvWo .required {
  color: #808080;
}
.cid-uid9UShvWo .list-block .list-item-title {
  color: #404040;
  font-weight: 600;
}
.cid-uid9UShvWo .list-block .list-item-title.display-7 {
  font-size: 18px;
}
.cid-uid9UShvWo .list-block .list-item-text {
  color: #606060;
}
.cid-uid9UShvWo .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-uid9UShvWo .list-block {
  position: relative;
}
.cid-uid9UShvWo .list-block h4,
.cid-uid9UShvWo .list-block p {
  padding-left: 3.5rem;
}
.cid-uid9UShvWo .card-img {
  display: block;
  font-size: 30px;
}
.cid-uid9UShvWo .mbr-iconfont {
  color: #86d8f2;
  font-size: 2rem;
}
.cid-uid9UShvWo .jq-selectbox__select {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  height: 50px;
}
.cid-uid9UShvWo .form-control-label,
.cid-uid9UShvWo .form-check {
  margin-left: 20px;
}
.cid-uid9UShvWo .main-title {
  color: #04d6d6;
}
.cid-uid9UShvWo .list-block .list-item-title {
  color: #ffffff;
}
.cid-uid9UShvWo .list-block .list-item-text {
  color: #efefef;
}
.cid-uid9UShvWo .required,
.cid-uid9UShvWo .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tDjsy1cIYX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tDjsy1cIYX .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tDjsy1cIYX nav.navbar {
  position: fixed;
}
.cid-tDjsy1cIYX .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-tDjsy1cIYX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDjsy1cIYX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDjsy1cIYX .dropdown-item:hover,
.cid-tDjsy1cIYX .dropdown-item:focus {
  background: #011247 !important;
  color: white !important;
}
.cid-tDjsy1cIYX .dropdown-item:hover span {
  color: white;
}
.cid-tDjsy1cIYX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDjsy1cIYX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDjsy1cIYX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDjsy1cIYX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDjsy1cIYX .nav-link {
  position: relative;
}
.cid-tDjsy1cIYX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDjsy1cIYX .container {
    flex-wrap: nowrap;
  }
}
.cid-tDjsy1cIYX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDjsy1cIYX .dropdown-menu,
.cid-tDjsy1cIYX .navbar.opened {
  background: #011247 !important;
}
.cid-tDjsy1cIYX .nav-item:focus,
.cid-tDjsy1cIYX .nav-link:focus {
  outline: none;
}
.cid-tDjsy1cIYX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDjsy1cIYX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDjsy1cIYX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDjsy1cIYX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDjsy1cIYX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDjsy1cIYX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDjsy1cIYX .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #011247;
}
.cid-tDjsy1cIYX .navbar.opened {
  transition: all 0.3s;
}
.cid-tDjsy1cIYX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDjsy1cIYX .navbar .navbar-logo img {
  width: auto;
}
.cid-tDjsy1cIYX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDjsy1cIYX .navbar.collapsed {
  justify-content: center;
}
.cid-tDjsy1cIYX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDjsy1cIYX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDjsy1cIYX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tDjsy1cIYX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDjsy1cIYX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDjsy1cIYX .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-tDjsy1cIYX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDjsy1cIYX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDjsy1cIYX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDjsy1cIYX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDjsy1cIYX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDjsy1cIYX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDjsy1cIYX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDjsy1cIYX .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-tDjsy1cIYX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDjsy1cIYX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDjsy1cIYX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDjsy1cIYX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDjsy1cIYX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDjsy1cIYX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDjsy1cIYX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDjsy1cIYX .navbar.navbar-short {
  min-height: 80px;
}
.cid-tDjsy1cIYX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDjsy1cIYX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDjsy1cIYX .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDjsy1cIYX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDjsy1cIYX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDjsy1cIYX .dropdown-item.active,
.cid-tDjsy1cIYX .dropdown-item:active {
  background-color: transparent;
}
.cid-tDjsy1cIYX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDjsy1cIYX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDjsy1cIYX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDjsy1cIYX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011247;
}
.cid-tDjsy1cIYX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDjsy1cIYX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDjsy1cIYX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDjsy1cIYX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDjsy1cIYX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDjsy1cIYX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2fcff;
}
.cid-tDjsy1cIYX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDjsy1cIYX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDjsy1cIYX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDjsy1cIYX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDjsy1cIYX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDjsy1cIYX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDjsy1cIYX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDjsy1cIYX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDjsy1cIYX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDjsy1cIYX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDjsy1cIYX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDjsy1cIYX .navbar {
    height: 70px;
  }
  .cid-tDjsy1cIYX .navbar.opened {
    height: auto;
  }
  .cid-tDjsy1cIYX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDjsxZrl9X {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tDjsxZrl9X img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tDjsxZrl9X H1 {
  color: #1e2251;
  text-align: left;
}
.cid-tDjsxZrl9X .mbr-text,
.cid-tDjsxZrl9X .mbr-section-btn {
  color: #716c80;
}
.cid-tDjsxZrl9X H3 {
  color: #86d8f2;
  text-align: left;
}
.cid-tDjsxZrl9X .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tDjsxZrl9X .btn-info-outline {
  border: none;
  color: #00c7d6 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-tDjsxZrl9X .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-tDjsxZrl9X .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-tDjsxZrl9X .btn-info-outline:hover {
  background-color: transparent!important;
  color: #011247 !important;
  box-shadow: none!important;
}
.cid-tDjsxZrl9X .btn-info-outline:active,
.cid-tDjsxZrl9X .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-tDjsxZrl9X DIV {
  color: #57468b;
}
.cid-tDjsxZrl9X .mbr-text,
.cid-tDjsxZrl9X .media-content,
.cid-tDjsxZrl9X .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tDjsVZ8VOk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDjsVZ8VOk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDjsVZ8VOk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDjsVZ8VOk .video-wrapper iframe {
  width: 100%;
}
.cid-tDjsVZ8VOk .mbr-section-title,
.cid-tDjsVZ8VOk .mbr-section-subtitle,
.cid-tDjsVZ8VOk .mbr-text {
  text-align: center;
}
.cid-tDjsy0HH6c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDjsy0HH6c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDjsy0HH6c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDjsy0HH6c .container,
.cid-tDjsy0HH6c .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tDjsy0HH6c .container,
  .cid-tDjsy0HH6c .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDjsy0HH6c .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tDjsy0HH6c .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-tDjsy0HH6c .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tDjsy0HH6c .card {
    margin-bottom: 20px;
  }
}
.cid-tDjsy0HH6c .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-tDjsy0HH6c .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-tDjsy0HH6c .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tDjsy0HH6c .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tDjsy0HH6c .mbr-card-title {
  color: #3d4045;
}
.cid-tDjsy0HH6c .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-tDjsy0HH6c .mbr-card-title,
.cid-tDjsy0HH6c .mbr-section-btn {
  text-align: center;
}
.cid-tG24vXQ9WD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #001247;
}
.cid-tG24vXQ9WD p {
  text-align: center;
}
.cid-tG24vXQ9WD .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tG24vXQ9WD .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tG24vXQ9WD .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tG24vXQ9WD .logo-footer {
  line-height: normal;
}
.cid-tG24vXQ9WD .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tG24vXQ9WD .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-tG24vXQ9WD .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-tG24vXQ9WD .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG24vXQ9WD .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tG24vXQ9WD .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-tG24vXQ9WD .icon-transition span:hover {
  background-color: #00c7d6;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tG24vXQ9WD .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tG24vXQ9WD .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tG24vXQ9WD .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tG24vXQ9WD .logo-footer {
    text-align: center;
  }
  .cid-tG24vXQ9WD .social-media {
    justify-content: center;
  }
}
.cid-tG24vXQ9WD .list-inline-item,
.cid-tG24vXQ9WD .mbr-list,
.cid-tG24vXQ9WD .first-column {
  color: #ffffff;
  text-align: center;
}
.cid-tDjqYGoDaS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tDjqYGoDaS .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tDjqYGoDaS nav.navbar {
  position: fixed;
}
.cid-tDjqYGoDaS .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-tDjqYGoDaS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDjqYGoDaS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDjqYGoDaS .dropdown-item:hover,
.cid-tDjqYGoDaS .dropdown-item:focus {
  background: #011247 !important;
  color: white !important;
}
.cid-tDjqYGoDaS .dropdown-item:hover span {
  color: white;
}
.cid-tDjqYGoDaS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDjqYGoDaS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDjqYGoDaS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDjqYGoDaS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDjqYGoDaS .nav-link {
  position: relative;
}
.cid-tDjqYGoDaS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDjqYGoDaS .container {
    flex-wrap: nowrap;
  }
}
.cid-tDjqYGoDaS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDjqYGoDaS .dropdown-menu,
.cid-tDjqYGoDaS .navbar.opened {
  background: #011247 !important;
}
.cid-tDjqYGoDaS .nav-item:focus,
.cid-tDjqYGoDaS .nav-link:focus {
  outline: none;
}
.cid-tDjqYGoDaS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDjqYGoDaS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDjqYGoDaS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDjqYGoDaS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDjqYGoDaS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDjqYGoDaS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDjqYGoDaS .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #011247;
}
.cid-tDjqYGoDaS .navbar.opened {
  transition: all 0.3s;
}
.cid-tDjqYGoDaS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDjqYGoDaS .navbar .navbar-logo img {
  width: auto;
}
.cid-tDjqYGoDaS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDjqYGoDaS .navbar.collapsed {
  justify-content: center;
}
.cid-tDjqYGoDaS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDjqYGoDaS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDjqYGoDaS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tDjqYGoDaS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDjqYGoDaS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDjqYGoDaS .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-tDjqYGoDaS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDjqYGoDaS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDjqYGoDaS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDjqYGoDaS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDjqYGoDaS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDjqYGoDaS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDjqYGoDaS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDjqYGoDaS .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-tDjqYGoDaS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDjqYGoDaS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDjqYGoDaS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDjqYGoDaS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDjqYGoDaS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDjqYGoDaS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDjqYGoDaS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDjqYGoDaS .navbar.navbar-short {
  min-height: 80px;
}
.cid-tDjqYGoDaS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDjqYGoDaS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDjqYGoDaS .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDjqYGoDaS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDjqYGoDaS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDjqYGoDaS .dropdown-item.active,
.cid-tDjqYGoDaS .dropdown-item:active {
  background-color: transparent;
}
.cid-tDjqYGoDaS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDjqYGoDaS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDjqYGoDaS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDjqYGoDaS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011247;
}
.cid-tDjqYGoDaS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDjqYGoDaS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDjqYGoDaS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDjqYGoDaS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDjqYGoDaS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDjqYGoDaS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2fcff;
}
.cid-tDjqYGoDaS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDjqYGoDaS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDjqYGoDaS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDjqYGoDaS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDjqYGoDaS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDjqYGoDaS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDjqYGoDaS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDjqYGoDaS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDjqYGoDaS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDjqYGoDaS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDjqYGoDaS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDjqYGoDaS .navbar {
    height: 70px;
  }
  .cid-tDjqYGoDaS .navbar.opened {
    height: auto;
  }
  .cid-tDjqYGoDaS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDjqYFhbX2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tDjqYFhbX2 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tDjqYFhbX2 H1 {
  color: #1e2251;
  text-align: left;
}
.cid-tDjqYFhbX2 .mbr-text,
.cid-tDjqYFhbX2 .mbr-section-btn {
  color: #716c80;
}
.cid-tDjqYFhbX2 H3 {
  color: #86d8f2;
  text-align: left;
}
.cid-tDjqYFhbX2 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tDjqYFhbX2 .btn-info-outline {
  border: none;
  color: #00c7d6 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-tDjqYFhbX2 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-tDjqYFhbX2 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-tDjqYFhbX2 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #011247 !important;
  box-shadow: none!important;
}
.cid-tDjqYFhbX2 .btn-info-outline:active,
.cid-tDjqYFhbX2 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-tDjqYFhbX2 DIV {
  color: #57468b;
}
.cid-tDjqYFhbX2 .mbr-text,
.cid-tDjqYFhbX2 .media-content,
.cid-tDjqYFhbX2 .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-tHUpyCIA0q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHUpyCIA0q .card-heading {
  padding-bottom: 30px;
  color: #011247;
}
.cid-tHUpyCIA0q .top {
  padding-top: 0;
}
.cid-tHUpyCIA0q .row {
  justify-content: center;
  display: flex;
}
.cid-tHUpyCIA0q a {
  font-weight: 400 !important;
}
.cid-tHUpyCIA0q .mbr-text {
  color: #333333;
}
.cid-tHUpyCIA0q .mbr-text1 {
  padding-top: 30px;
}
.cid-tHUpyCIA0q .top1 {
  padding-top: 30px;
}
.cid-tHUpyCIA0q .mbr-section-title {
  color: #011247;
  text-align: left;
}
.cid-tDjrvvkO5S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDjrvvkO5S h4 {
  margin-bottom: 0;
}
.cid-tDjrvvkO5S p {
  color: #767676;
}
.cid-tDjrvvkO5S .btn-info-outline {
  border: none;
  color: #00c7d6 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-tDjrvvkO5S .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-tDjrvvkO5S .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-tDjrvvkO5S .btn-info-outline:hover {
  background-color: transparent!important;
  color: #011247 !important;
  box-shadow: none!important;
}
.cid-tDjrvvkO5S .btn-info-outline:active,
.cid-tDjrvvkO5S .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-tDjrvvkO5S .card-box {
  padding-top: 2rem;
}
.cid-tDjrvvkO5S .card-wrapper {
  height: 100%;
}
.cid-tDjrvvkO5S .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tDjrvvkO5S img {
  border-radius: 8px;
}
.cid-tDjrvvkO5S .card-title {
  color: #1e2251;
}
.cid-tDjrvvkO5S .main-title {
  color: #57468b;
  text-align: center;
}
.cid-tDjrvvkO5S DIV {
  color: #57468b;
}
.cid-tDjrvvkO5S .card-img {
  width: auto;
}
.cid-tDjrvvkO5S .mbr-text,
.cid-tDjrvvkO5S .mbr-section-btn {
  color: #465052;
  text-align: center;
}
.cid-tDjrt5oaju {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDjrt5oaju .card-heading {
  padding-bottom: 30px;
  color: #011247;
}
.cid-tDjrt5oaju .top {
  padding-top: 0;
}
.cid-tDjrt5oaju .row {
  justify-content: center;
  display: flex;
}
.cid-tDjrt5oaju a {
  font-weight: 400 !important;
}
.cid-tDjrt5oaju .mbr-text {
  color: #333333;
}
.cid-tDjrt5oaju .mbr-text1 {
  padding-top: 30px;
}
.cid-tDjrt5oaju .top1 {
  padding-top: 30px;
}
.cid-tDjrt5oaju .mbr-section-title {
  color: #011247;
  text-align: left;
}
.cid-tHUpfCPTMF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tHUpfCPTMF h4 {
  margin-bottom: 0;
}
.cid-tHUpfCPTMF p {
  color: #767676;
}
.cid-tHUpfCPTMF .btn-info-outline {
  border: none;
  color: #00c7d6 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-tHUpfCPTMF .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-tHUpfCPTMF .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-tHUpfCPTMF .btn-info-outline:hover {
  background-color: transparent!important;
  color: #011247 !important;
  box-shadow: none!important;
}
.cid-tHUpfCPTMF .btn-info-outline:active,
.cid-tHUpfCPTMF .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-tHUpfCPTMF .card-box {
  padding-top: 2rem;
}
.cid-tHUpfCPTMF .card-wrapper {
  height: 100%;
}
.cid-tHUpfCPTMF .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHUpfCPTMF img {
  border-radius: 8px;
}
.cid-tHUpfCPTMF .card-title {
  color: #1e2251;
}
.cid-tHUpfCPTMF .main-title {
  color: #57468b;
  text-align: center;
}
.cid-tHUpfCPTMF DIV {
  color: #57468b;
}
.cid-tHUpfCPTMF .card-img {
  width: auto;
}
.cid-tHUpfCPTMF .mbr-text,
.cid-tHUpfCPTMF .mbr-section-btn {
  color: #465052;
  text-align: center;
}
.cid-tHUpzma8bb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHUpzma8bb .card-heading {
  padding-bottom: 30px;
  color: #011247;
}
.cid-tHUpzma8bb .top {
  padding-top: 0;
}
.cid-tHUpzma8bb .row {
  justify-content: center;
  display: flex;
}
.cid-tHUpzma8bb a {
  font-weight: 400 !important;
}
.cid-tHUpzma8bb .mbr-text {
  color: #333333;
}
.cid-tHUpzma8bb .mbr-text1 {
  padding-top: 30px;
}
.cid-tHUpzma8bb .top1 {
  padding-top: 30px;
}
.cid-tHUpzma8bb .mbr-section-title {
  color: #011247;
  text-align: left;
}
.cid-tHfzmml6V9 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHfzmml6V9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHfzmml6V9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHfzmml6V9 .video-wrapper iframe {
  width: 100%;
}
.cid-tHfzmml6V9 .mbr-section-title,
.cid-tHfzmml6V9 .mbr-section-subtitle,
.cid-tHfzmml6V9 .mbr-text {
  text-align: center;
}
.cid-tHfzmml6V9 .mbr-text {
  color: #465052;
}
.cid-tHfzmml6V9 .mbr-section-title {
  color: #011247;
}
.cid-tHfz5ZEBhb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHfz5ZEBhb .card-heading {
  padding-bottom: 30px;
  color: #011247;
}
.cid-tHfz5ZEBhb .top {
  padding-top: 0;
}
.cid-tHfz5ZEBhb .row {
  justify-content: center;
  display: flex;
}
.cid-tHfz5ZEBhb a {
  font-weight: 400 !important;
}
.cid-tHfz5ZEBhb .mbr-text {
  color: #333333;
}
.cid-tHfz5ZEBhb .mbr-text1 {
  padding-top: 30px;
}
.cid-tHfz5ZEBhb .top1 {
  padding-top: 30px;
}
.cid-tHfz5ZEBhb .mbr-section-title {
  color: #011247;
  text-align: left;
}
.cid-tDjqYFVW4v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDjqYFVW4v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDjqYFVW4v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDjqYFVW4v .container,
.cid-tDjqYFVW4v .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tDjqYFVW4v .container,
  .cid-tDjqYFVW4v .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDjqYFVW4v .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tDjqYFVW4v .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-tDjqYFVW4v .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tDjqYFVW4v .card {
    margin-bottom: 20px;
  }
}
.cid-tDjqYFVW4v .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-tDjqYFVW4v .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-tDjqYFVW4v .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tDjqYFVW4v .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tDjqYFVW4v .mbr-card-title {
  color: #3d4045;
}
.cid-tDjqYFVW4v .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-tDjqYFVW4v .mbr-card-title,
.cid-tDjqYFVW4v .mbr-section-btn {
  text-align: center;
}
.cid-tG24vXQ9WD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #001247;
}
.cid-tG24vXQ9WD p {
  text-align: center;
}
.cid-tG24vXQ9WD .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tG24vXQ9WD .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tG24vXQ9WD .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tG24vXQ9WD .logo-footer {
  line-height: normal;
}
.cid-tG24vXQ9WD .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tG24vXQ9WD .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-tG24vXQ9WD .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-tG24vXQ9WD .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG24vXQ9WD .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tG24vXQ9WD .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-tG24vXQ9WD .icon-transition span:hover {
  background-color: #00c7d6;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tG24vXQ9WD .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tG24vXQ9WD .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tG24vXQ9WD .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tG24vXQ9WD .logo-footer {
    text-align: center;
  }
  .cid-tG24vXQ9WD .social-media {
    justify-content: center;
  }
}
.cid-tG24vXQ9WD .list-inline-item,
.cid-tG24vXQ9WD .mbr-list,
.cid-tG24vXQ9WD .first-column {
  color: #ffffff;
  text-align: center;
}
.cid-tDhaE9TMGZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tDhaE9TMGZ .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tDhaE9TMGZ nav.navbar {
  position: fixed;
}
.cid-tDhaE9TMGZ .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-tDhaE9TMGZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDhaE9TMGZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDhaE9TMGZ .dropdown-item:hover,
.cid-tDhaE9TMGZ .dropdown-item:focus {
  background: #011247 !important;
  color: white !important;
}
.cid-tDhaE9TMGZ .dropdown-item:hover span {
  color: white;
}
.cid-tDhaE9TMGZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDhaE9TMGZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDhaE9TMGZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDhaE9TMGZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDhaE9TMGZ .nav-link {
  position: relative;
}
.cid-tDhaE9TMGZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDhaE9TMGZ .container {
    flex-wrap: nowrap;
  }
}
.cid-tDhaE9TMGZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDhaE9TMGZ .dropdown-menu,
.cid-tDhaE9TMGZ .navbar.opened {
  background: #011247 !important;
}
.cid-tDhaE9TMGZ .nav-item:focus,
.cid-tDhaE9TMGZ .nav-link:focus {
  outline: none;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDhaE9TMGZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDhaE9TMGZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDhaE9TMGZ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #011247;
}
.cid-tDhaE9TMGZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tDhaE9TMGZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDhaE9TMGZ .navbar .navbar-logo img {
  width: auto;
}
.cid-tDhaE9TMGZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDhaE9TMGZ .navbar.collapsed {
  justify-content: center;
}
.cid-tDhaE9TMGZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDhaE9TMGZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDhaE9TMGZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tDhaE9TMGZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDhaE9TMGZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDhaE9TMGZ .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-tDhaE9TMGZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDhaE9TMGZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDhaE9TMGZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDhaE9TMGZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDhaE9TMGZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDhaE9TMGZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDhaE9TMGZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDhaE9TMGZ .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-tDhaE9TMGZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDhaE9TMGZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDhaE9TMGZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDhaE9TMGZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDhaE9TMGZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDhaE9TMGZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDhaE9TMGZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDhaE9TMGZ .navbar.navbar-short {
  min-height: 80px;
}
.cid-tDhaE9TMGZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDhaE9TMGZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDhaE9TMGZ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDhaE9TMGZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDhaE9TMGZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDhaE9TMGZ .dropdown-item.active,
.cid-tDhaE9TMGZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tDhaE9TMGZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDhaE9TMGZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDhaE9TMGZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDhaE9TMGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011247;
}
.cid-tDhaE9TMGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDhaE9TMGZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDhaE9TMGZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDhaE9TMGZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDhaE9TMGZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2fcff;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDhaE9TMGZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDhaE9TMGZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDhaE9TMGZ .navbar {
    height: 70px;
  }
  .cid-tDhaE9TMGZ .navbar.opened {
    height: auto;
  }
  .cid-tDhaE9TMGZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBY2S59qfk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tBY2S59qfk img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tBY2S59qfk H1 {
  color: #1e2251;
  text-align: left;
}
.cid-tBY2S59qfk .mbr-text,
.cid-tBY2S59qfk .mbr-section-btn {
  color: #716c80;
}
.cid-tBY2S59qfk H3 {
  color: #86d8f2;
  text-align: left;
}
.cid-tBY2S59qfk .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tBY2S59qfk .btn-info-outline {
  border: none;
  color: #00c7d6 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-tBY2S59qfk .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-tBY2S59qfk .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-tBY2S59qfk .btn-info-outline:hover {
  background-color: transparent!important;
  color: #011247 !important;
  box-shadow: none!important;
}
.cid-tBY2S59qfk .btn-info-outline:active,
.cid-tBY2S59qfk .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-tBY2S59qfk DIV {
  color: #57468b;
}
.cid-tBY2S59qfk .mbr-text,
.cid-tBY2S59qfk .media-content,
.cid-tBY2S59qfk .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-tBY2S6yA0k {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tBY2S6yA0k h4 {
  margin-bottom: 0;
}
.cid-tBY2S6yA0k p {
  color: #767676;
}
.cid-tBY2S6yA0k .btn-info-outline {
  border: none;
  color: #00c7d6 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-tBY2S6yA0k .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-tBY2S6yA0k .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-tBY2S6yA0k .btn-info-outline:hover {
  background-color: transparent!important;
  color: #011247 !important;
  box-shadow: none!important;
}
.cid-tBY2S6yA0k .btn-info-outline:active,
.cid-tBY2S6yA0k .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-tBY2S6yA0k .card-box {
  padding-top: 2rem;
}
.cid-tBY2S6yA0k .card-wrapper {
  height: 100%;
}
.cid-tBY2S6yA0k .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tBY2S6yA0k img {
  border-radius: 8px;
}
.cid-tBY2S6yA0k .card-title {
  color: #1e2251;
}
.cid-tBY2S6yA0k .main-title {
  color: #57468b;
  text-align: center;
}
.cid-tBY2S6yA0k DIV {
  color: #57468b;
}
.cid-tBY2S6yA0k .card-img {
  width: auto;
}
.cid-tBY2S6yA0k .mbr-text,
.cid-tBY2S6yA0k .mbr-section-btn {
  color: #011247;
  text-align: left;
}
.cid-tDoLSlURHQ.popup-builder {
  background-color: #ffffff;
}
.cid-tDoLSlURHQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDoLSlURHQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDoLSlURHQ .modal-content,
.cid-tDoLSlURHQ .modal-dialog {
  height: auto;
}
.cid-tDoLSlURHQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDoLSlURHQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDoLSlURHQ .form-wrapper .mbr-form .form-group,
  .cid-tDoLSlURHQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDoLSlURHQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDoLSlURHQ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDoLSlURHQ .mbr-text {
  text-align: center;
}
.cid-tDoLSlURHQ .pt-0 {
  padding-top: 0 !important;
}
.cid-tDoLSlURHQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDoLSlURHQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDoLSlURHQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDoLSlURHQ .modal-open {
  overflow: hidden;
}
.cid-tDoLSlURHQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDoLSlURHQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDoLSlURHQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDoLSlURHQ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDoLSlURHQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDoLSlURHQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDoLSlURHQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDoLSlURHQ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDoLSlURHQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDoLSlURHQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDoLSlURHQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDoLSlURHQ .modal-backdrop.show {
  opacity: .5;
}
.cid-tDoLSlURHQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDoLSlURHQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDoLSlURHQ .modal-header {
    padding: 1rem;
  }
}
.cid-tDoLSlURHQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDoLSlURHQ .modal-header .close svg {
  fill: #353535;
}
.cid-tDoLSlURHQ .modal-header .close:hover {
  opacity: 1;
}
.cid-tDoLSlURHQ .modal-header .close:focus {
  outline: none;
}
.cid-tDoLSlURHQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #011247;
}
.cid-tDoLSlURHQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDoLSlURHQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDoLSlURHQ .modal-body {
    padding: 1rem;
  }
}
.cid-tDoLSlURHQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDoLSlURHQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDoLSlURHQ .modal-footer {
    padding: 1rem;
  }
}
.cid-tDoLSlURHQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDoLSlURHQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDoLSlURHQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDoLSlURHQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDoLSlURHQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDoLSlURHQ .modal-lg,
  .cid-tDoLSlURHQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDoLSlURHQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDoLSlURHQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDoLSlURHQ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDoLSlURHQ .form-group {
  margin-bottom: 1rem;
}
.cid-tDoLSlURHQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDoLSlURHQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDoLSlURHQ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDoLSlURHQ .mbr-section-btn {
  margin: 0;
}
.cid-tDoLSlURHQ .mbr-section-btn .btn {
  margin: 0;
}
.cid-tDoLTMeuBU.popup-builder {
  background-color: #ffffff;
}
.cid-tDoLTMeuBU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDoLTMeuBU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDoLTMeuBU .modal-content,
.cid-tDoLTMeuBU .modal-dialog {
  height: auto;
}
.cid-tDoLTMeuBU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDoLTMeuBU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDoLTMeuBU .form-wrapper .mbr-form .form-group,
  .cid-tDoLTMeuBU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDoLTMeuBU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDoLTMeuBU .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDoLTMeuBU .mbr-text {
  text-align: center;
}
.cid-tDoLTMeuBU .pt-0 {
  padding-top: 0 !important;
}
.cid-tDoLTMeuBU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDoLTMeuBU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDoLTMeuBU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDoLTMeuBU .modal-open {
  overflow: hidden;
}
.cid-tDoLTMeuBU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDoLTMeuBU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDoLTMeuBU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDoLTMeuBU .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDoLTMeuBU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDoLTMeuBU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDoLTMeuBU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDoLTMeuBU .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDoLTMeuBU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDoLTMeuBU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDoLTMeuBU .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDoLTMeuBU .modal-backdrop.show {
  opacity: .5;
}
.cid-tDoLTMeuBU .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDoLTMeuBU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDoLTMeuBU .modal-header {
    padding: 1rem;
  }
}
.cid-tDoLTMeuBU .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDoLTMeuBU .modal-header .close svg {
  fill: #353535;
}
.cid-tDoLTMeuBU .modal-header .close:hover {
  opacity: 1;
}
.cid-tDoLTMeuBU .modal-header .close:focus {
  outline: none;
}
.cid-tDoLTMeuBU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #011247;
}
.cid-tDoLTMeuBU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDoLTMeuBU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDoLTMeuBU .modal-body {
    padding: 1rem;
  }
}
.cid-tDoLTMeuBU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDoLTMeuBU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDoLTMeuBU .modal-footer {
    padding: 1rem;
  }
}
.cid-tDoLTMeuBU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDoLTMeuBU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDoLTMeuBU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDoLTMeuBU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDoLTMeuBU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDoLTMeuBU .modal-lg,
  .cid-tDoLTMeuBU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDoLTMeuBU .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDoLTMeuBU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDoLTMeuBU .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDoLTMeuBU .form-group {
  margin-bottom: 1rem;
}
.cid-tDoLTMeuBU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDoLTMeuBU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDoLTMeuBU .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDoLTMeuBU .mbr-section-btn {
  margin: 0;
}
.cid-tDoLTMeuBU .mbr-section-btn .btn {
  margin: 0;
}
.cid-tDoLVizGe7.popup-builder {
  background-color: #ffffff;
}
.cid-tDoLVizGe7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDoLVizGe7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDoLVizGe7 .modal-content,
.cid-tDoLVizGe7 .modal-dialog {
  height: auto;
}
.cid-tDoLVizGe7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDoLVizGe7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDoLVizGe7 .form-wrapper .mbr-form .form-group,
  .cid-tDoLVizGe7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDoLVizGe7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDoLVizGe7 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDoLVizGe7 .mbr-text {
  text-align: center;
}
.cid-tDoLVizGe7 .pt-0 {
  padding-top: 0 !important;
}
.cid-tDoLVizGe7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDoLVizGe7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDoLVizGe7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDoLVizGe7 .modal-open {
  overflow: hidden;
}
.cid-tDoLVizGe7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDoLVizGe7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDoLVizGe7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDoLVizGe7 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDoLVizGe7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDoLVizGe7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDoLVizGe7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDoLVizGe7 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDoLVizGe7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDoLVizGe7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDoLVizGe7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDoLVizGe7 .modal-backdrop.show {
  opacity: .5;
}
.cid-tDoLVizGe7 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDoLVizGe7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDoLVizGe7 .modal-header {
    padding: 1rem;
  }
}
.cid-tDoLVizGe7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDoLVizGe7 .modal-header .close svg {
  fill: #353535;
}
.cid-tDoLVizGe7 .modal-header .close:hover {
  opacity: 1;
}
.cid-tDoLVizGe7 .modal-header .close:focus {
  outline: none;
}
.cid-tDoLVizGe7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #011247;
}
.cid-tDoLVizGe7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDoLVizGe7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDoLVizGe7 .modal-body {
    padding: 1rem;
  }
}
.cid-tDoLVizGe7 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDoLVizGe7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDoLVizGe7 .modal-footer {
    padding: 1rem;
  }
}
.cid-tDoLVizGe7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDoLVizGe7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDoLVizGe7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDoLVizGe7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDoLVizGe7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDoLVizGe7 .modal-lg,
  .cid-tDoLVizGe7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDoLVizGe7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDoLVizGe7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDoLVizGe7 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDoLVizGe7 .form-group {
  margin-bottom: 1rem;
}
.cid-tDoLVizGe7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDoLVizGe7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDoLVizGe7 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDoLVizGe7 .mbr-section-btn {
  margin: 0;
}
.cid-tDoLVizGe7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tC4qzJHjk1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tC4qzJHjk1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC4qzJHjk1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC4qzJHjk1 .container,
.cid-tC4qzJHjk1 .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tC4qzJHjk1 .container,
  .cid-tC4qzJHjk1 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tC4qzJHjk1 .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tC4qzJHjk1 .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-tC4qzJHjk1 .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tC4qzJHjk1 .card {
    margin-bottom: 20px;
  }
}
.cid-tC4qzJHjk1 .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-tC4qzJHjk1 .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-tC4qzJHjk1 .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tC4qzJHjk1 .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tC4qzJHjk1 .mbr-card-title {
  color: #3d4045;
}
.cid-tC4qzJHjk1 .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-tC4qzJHjk1 .mbr-card-title,
.cid-tC4qzJHjk1 .mbr-section-btn {
  text-align: center;
}
.cid-tG24vXQ9WD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #001247;
}
.cid-tG24vXQ9WD p {
  text-align: center;
}
.cid-tG24vXQ9WD .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tG24vXQ9WD .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tG24vXQ9WD .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tG24vXQ9WD .logo-footer {
  line-height: normal;
}
.cid-tG24vXQ9WD .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tG24vXQ9WD .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-tG24vXQ9WD .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-tG24vXQ9WD .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG24vXQ9WD .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tG24vXQ9WD .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-tG24vXQ9WD .icon-transition span:hover {
  background-color: #00c7d6;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tG24vXQ9WD .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tG24vXQ9WD .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tG24vXQ9WD .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tG24vXQ9WD .logo-footer {
    text-align: center;
  }
  .cid-tG24vXQ9WD .social-media {
    justify-content: center;
  }
}
.cid-tG24vXQ9WD .list-inline-item,
.cid-tG24vXQ9WD .mbr-list,
.cid-tG24vXQ9WD .first-column {
  color: #ffffff;
  text-align: center;
}
.cid-tDhaE9TMGZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tDhaE9TMGZ .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tDhaE9TMGZ nav.navbar {
  position: fixed;
}
.cid-tDhaE9TMGZ .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-tDhaE9TMGZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDhaE9TMGZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDhaE9TMGZ .dropdown-item:hover,
.cid-tDhaE9TMGZ .dropdown-item:focus {
  background: #011247 !important;
  color: white !important;
}
.cid-tDhaE9TMGZ .dropdown-item:hover span {
  color: white;
}
.cid-tDhaE9TMGZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDhaE9TMGZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDhaE9TMGZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDhaE9TMGZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDhaE9TMGZ .nav-link {
  position: relative;
}
.cid-tDhaE9TMGZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDhaE9TMGZ .container {
    flex-wrap: nowrap;
  }
}
.cid-tDhaE9TMGZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDhaE9TMGZ .dropdown-menu,
.cid-tDhaE9TMGZ .navbar.opened {
  background: #011247 !important;
}
.cid-tDhaE9TMGZ .nav-item:focus,
.cid-tDhaE9TMGZ .nav-link:focus {
  outline: none;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDhaE9TMGZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDhaE9TMGZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDhaE9TMGZ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #011247;
}
.cid-tDhaE9TMGZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tDhaE9TMGZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDhaE9TMGZ .navbar .navbar-logo img {
  width: auto;
}
.cid-tDhaE9TMGZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDhaE9TMGZ .navbar.collapsed {
  justify-content: center;
}
.cid-tDhaE9TMGZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDhaE9TMGZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDhaE9TMGZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tDhaE9TMGZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDhaE9TMGZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDhaE9TMGZ .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-tDhaE9TMGZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDhaE9TMGZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDhaE9TMGZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDhaE9TMGZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDhaE9TMGZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDhaE9TMGZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDhaE9TMGZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDhaE9TMGZ .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-tDhaE9TMGZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDhaE9TMGZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDhaE9TMGZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDhaE9TMGZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDhaE9TMGZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDhaE9TMGZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDhaE9TMGZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDhaE9TMGZ .navbar.navbar-short {
  min-height: 80px;
}
.cid-tDhaE9TMGZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDhaE9TMGZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDhaE9TMGZ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDhaE9TMGZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDhaE9TMGZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDhaE9TMGZ .dropdown-item.active,
.cid-tDhaE9TMGZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tDhaE9TMGZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDhaE9TMGZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDhaE9TMGZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDhaE9TMGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011247;
}
.cid-tDhaE9TMGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDhaE9TMGZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDhaE9TMGZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDhaE9TMGZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDhaE9TMGZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2fcff;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDhaE9TMGZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDhaE9TMGZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDhaE9TMGZ .navbar {
    height: 70px;
  }
  .cid-tDhaE9TMGZ .navbar.opened {
    height: auto;
  }
  .cid-tDhaE9TMGZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBjlQ8aJYa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tBjlQ8aJYa img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tBjlQ8aJYa H1 {
  color: #1e2251;
  text-align: left;
}
.cid-tBjlQ8aJYa .mbr-text,
.cid-tBjlQ8aJYa .mbr-section-btn {
  color: #716c80;
}
.cid-tBjlQ8aJYa H3 {
  color: #86d8f2;
  text-align: left;
}
.cid-tBjlQ8aJYa .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tBjlQ8aJYa .btn-info-outline {
  border: none;
  color: #00c7d6 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-tBjlQ8aJYa .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-tBjlQ8aJYa .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-tBjlQ8aJYa .btn-info-outline:hover {
  background-color: transparent!important;
  color: #011247 !important;
  box-shadow: none!important;
}
.cid-tBjlQ8aJYa .btn-info-outline:active,
.cid-tBjlQ8aJYa .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-tBjlQ8aJYa DIV {
  color: #57468b;
}
.cid-tBjlQ8aJYa .mbr-text,
.cid-tBjlQ8aJYa .media-content,
.cid-tBjlQ8aJYa .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-tBjmXr3SjE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBjmXr3SjE h4 {
  margin-bottom: 0;
}
.cid-tBjmXr3SjE p {
  color: #767676;
}
.cid-tBjmXr3SjE .btn-info-outline {
  border: none;
  color: #00c7d6 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-tBjmXr3SjE .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-tBjmXr3SjE .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-tBjmXr3SjE .btn-info-outline:hover {
  background-color: transparent!important;
  color: #011247 !important;
  box-shadow: none!important;
}
.cid-tBjmXr3SjE .btn-info-outline:active,
.cid-tBjmXr3SjE .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-tBjmXr3SjE .card-box {
  padding-top: 2rem;
}
.cid-tBjmXr3SjE .card-wrapper {
  height: 100%;
}
.cid-tBjmXr3SjE .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tBjmXr3SjE img {
  border-radius: 8px;
}
.cid-tBjmXr3SjE .card-title {
  color: #1e2251;
}
.cid-tBjmXr3SjE .main-title {
  color: #57468b;
  text-align: center;
}
.cid-tBjmXr3SjE DIV {
  color: #57468b;
}
.cid-tBjmXr3SjE .card-img {
  width: auto;
}
.cid-tBjmXr3SjE .mbr-text,
.cid-tBjmXr3SjE .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-tBkO8J1PAa {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBkO8J1PAa h4 {
  margin-bottom: 0;
}
.cid-tBkO8J1PAa p {
  color: #767676;
}
.cid-tBkO8J1PAa .btn-info-outline {
  border: none;
  color: #00c7d6 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-tBkO8J1PAa .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-tBkO8J1PAa .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-tBkO8J1PAa .btn-info-outline:hover {
  background-color: transparent!important;
  color: #011247 !important;
  box-shadow: none!important;
}
.cid-tBkO8J1PAa .btn-info-outline:active,
.cid-tBkO8J1PAa .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-tBkO8J1PAa .card-box {
  padding-top: 2rem;
}
.cid-tBkO8J1PAa .card-wrapper {
  height: 100%;
}
.cid-tBkO8J1PAa .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tBkO8J1PAa img {
  border-radius: 8px;
}
.cid-tBkO8J1PAa .card-title {
  color: #1e2251;
}
.cid-tBkO8J1PAa .main-title {
  color: #57468b;
  text-align: center;
}
.cid-tBkO8J1PAa DIV {
  color: #57468b;
}
.cid-tBkO8J1PAa .card-img {
  width: auto;
}
.cid-tBkO8J1PAa .mbr-text,
.cid-tBkO8J1PAa .mbr-section-btn {
  color: #232323;
}
.cid-tBkOosRMlS {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tBkOosRMlS h4 {
  margin-bottom: 0;
}
.cid-tBkOosRMlS p {
  color: #767676;
}
.cid-tBkOosRMlS .btn-info-outline {
  border: none;
  color: #00c7d6 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-tBkOosRMlS .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-tBkOosRMlS .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-tBkOosRMlS .btn-info-outline:hover {
  background-color: transparent!important;
  color: #011247 !important;
  box-shadow: none!important;
}
.cid-tBkOosRMlS .btn-info-outline:active,
.cid-tBkOosRMlS .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-tBkOosRMlS .card-box {
  padding-top: 2rem;
}
.cid-tBkOosRMlS .card-wrapper {
  height: 100%;
}
.cid-tBkOosRMlS .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tBkOosRMlS img {
  border-radius: 8px;
}
.cid-tBkOosRMlS .card-title {
  color: #1e2251;
}
.cid-tBkOosRMlS .main-title {
  color: #57468b;
  text-align: center;
}
.cid-tBkOosRMlS DIV {
  color: #57468b;
}
.cid-tBkOosRMlS .card-img {
  width: auto;
}
.cid-tBkOosRMlS .mbr-text,
.cid-tBkOosRMlS .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-tBkOPO18vm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBkOPO18vm h4 {
  margin-bottom: 0;
}
.cid-tBkOPO18vm p {
  color: #767676;
}
.cid-tBkOPO18vm .btn-info-outline {
  border: none;
  color: #00c7d6 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-tBkOPO18vm .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-tBkOPO18vm .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-tBkOPO18vm .btn-info-outline:hover {
  background-color: transparent!important;
  color: #011247 !important;
  box-shadow: none!important;
}
.cid-tBkOPO18vm .btn-info-outline:active,
.cid-tBkOPO18vm .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-tBkOPO18vm .card-box {
  padding-top: 2rem;
}
.cid-tBkOPO18vm .card-wrapper {
  height: 100%;
}
.cid-tBkOPO18vm .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tBkOPO18vm img {
  border-radius: 8px;
}
.cid-tBkOPO18vm .card-title {
  color: #1e2251;
}
.cid-tBkOPO18vm .main-title {
  color: #57468b;
  text-align: center;
}
.cid-tBkOPO18vm DIV {
  color: #57468b;
}
.cid-tBkOPO18vm .card-img {
  width: auto;
}
.cid-tBkOPO18vm .mbr-text,
.cid-tBkOPO18vm .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-tDoJuKeoDh.popup-builder {
  background-color: #ffffff;
}
.cid-tDoJuKeoDh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDoJuKeoDh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDoJuKeoDh .modal-content,
.cid-tDoJuKeoDh .modal-dialog {
  height: auto;
}
.cid-tDoJuKeoDh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDoJuKeoDh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDoJuKeoDh .form-wrapper .mbr-form .form-group,
  .cid-tDoJuKeoDh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDoJuKeoDh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDoJuKeoDh .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDoJuKeoDh .mbr-text {
  text-align: center;
}
.cid-tDoJuKeoDh .pt-0 {
  padding-top: 0 !important;
}
.cid-tDoJuKeoDh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDoJuKeoDh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDoJuKeoDh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDoJuKeoDh .modal-open {
  overflow: hidden;
}
.cid-tDoJuKeoDh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDoJuKeoDh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDoJuKeoDh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDoJuKeoDh .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDoJuKeoDh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDoJuKeoDh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDoJuKeoDh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDoJuKeoDh .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDoJuKeoDh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDoJuKeoDh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDoJuKeoDh .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDoJuKeoDh .modal-backdrop.show {
  opacity: .5;
}
.cid-tDoJuKeoDh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDoJuKeoDh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDoJuKeoDh .modal-header {
    padding: 1rem;
  }
}
.cid-tDoJuKeoDh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDoJuKeoDh .modal-header .close svg {
  fill: #353535;
}
.cid-tDoJuKeoDh .modal-header .close:hover {
  opacity: 1;
}
.cid-tDoJuKeoDh .modal-header .close:focus {
  outline: none;
}
.cid-tDoJuKeoDh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #011247;
}
.cid-tDoJuKeoDh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDoJuKeoDh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDoJuKeoDh .modal-body {
    padding: 1rem;
  }
}
.cid-tDoJuKeoDh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDoJuKeoDh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDoJuKeoDh .modal-footer {
    padding: 1rem;
  }
}
.cid-tDoJuKeoDh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDoJuKeoDh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDoJuKeoDh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDoJuKeoDh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDoJuKeoDh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDoJuKeoDh .modal-lg,
  .cid-tDoJuKeoDh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDoJuKeoDh .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDoJuKeoDh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDoJuKeoDh .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDoJuKeoDh .form-group {
  margin-bottom: 1rem;
}
.cid-tDoJuKeoDh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDoJuKeoDh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDoJuKeoDh .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDoJuKeoDh .mbr-section-btn {
  margin: 0;
}
.cid-tDoJuKeoDh .mbr-section-btn .btn {
  margin: 0;
}
.cid-tDoJGu4Cf8.popup-builder {
  background-color: #ffffff;
}
.cid-tDoJGu4Cf8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDoJGu4Cf8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDoJGu4Cf8 .modal-content,
.cid-tDoJGu4Cf8 .modal-dialog {
  height: auto;
}
.cid-tDoJGu4Cf8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDoJGu4Cf8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDoJGu4Cf8 .form-wrapper .mbr-form .form-group,
  .cid-tDoJGu4Cf8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDoJGu4Cf8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDoJGu4Cf8 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDoJGu4Cf8 .mbr-text {
  text-align: center;
}
.cid-tDoJGu4Cf8 .pt-0 {
  padding-top: 0 !important;
}
.cid-tDoJGu4Cf8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDoJGu4Cf8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDoJGu4Cf8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDoJGu4Cf8 .modal-open {
  overflow: hidden;
}
.cid-tDoJGu4Cf8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDoJGu4Cf8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDoJGu4Cf8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDoJGu4Cf8 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDoJGu4Cf8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDoJGu4Cf8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDoJGu4Cf8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDoJGu4Cf8 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDoJGu4Cf8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDoJGu4Cf8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDoJGu4Cf8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDoJGu4Cf8 .modal-backdrop.show {
  opacity: .5;
}
.cid-tDoJGu4Cf8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDoJGu4Cf8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDoJGu4Cf8 .modal-header {
    padding: 1rem;
  }
}
.cid-tDoJGu4Cf8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDoJGu4Cf8 .modal-header .close svg {
  fill: #353535;
}
.cid-tDoJGu4Cf8 .modal-header .close:hover {
  opacity: 1;
}
.cid-tDoJGu4Cf8 .modal-header .close:focus {
  outline: none;
}
.cid-tDoJGu4Cf8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #011247;
}
.cid-tDoJGu4Cf8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDoJGu4Cf8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDoJGu4Cf8 .modal-body {
    padding: 1rem;
  }
}
.cid-tDoJGu4Cf8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDoJGu4Cf8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDoJGu4Cf8 .modal-footer {
    padding: 1rem;
  }
}
.cid-tDoJGu4Cf8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDoJGu4Cf8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDoJGu4Cf8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDoJGu4Cf8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDoJGu4Cf8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDoJGu4Cf8 .modal-lg,
  .cid-tDoJGu4Cf8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDoJGu4Cf8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDoJGu4Cf8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDoJGu4Cf8 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDoJGu4Cf8 .form-group {
  margin-bottom: 1rem;
}
.cid-tDoJGu4Cf8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDoJGu4Cf8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDoJGu4Cf8 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDoJGu4Cf8 .mbr-section-btn {
  margin: 0;
}
.cid-tDoJGu4Cf8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tDoJUZpIJd.popup-builder {
  background-color: #ffffff;
}
.cid-tDoJUZpIJd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDoJUZpIJd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDoJUZpIJd .modal-content,
.cid-tDoJUZpIJd .modal-dialog {
  height: auto;
}
.cid-tDoJUZpIJd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDoJUZpIJd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDoJUZpIJd .form-wrapper .mbr-form .form-group,
  .cid-tDoJUZpIJd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDoJUZpIJd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDoJUZpIJd .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDoJUZpIJd .mbr-text {
  text-align: center;
}
.cid-tDoJUZpIJd .pt-0 {
  padding-top: 0 !important;
}
.cid-tDoJUZpIJd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDoJUZpIJd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDoJUZpIJd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDoJUZpIJd .modal-open {
  overflow: hidden;
}
.cid-tDoJUZpIJd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDoJUZpIJd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDoJUZpIJd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDoJUZpIJd .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDoJUZpIJd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDoJUZpIJd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDoJUZpIJd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDoJUZpIJd .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDoJUZpIJd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDoJUZpIJd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDoJUZpIJd .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDoJUZpIJd .modal-backdrop.show {
  opacity: .5;
}
.cid-tDoJUZpIJd .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDoJUZpIJd .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDoJUZpIJd .modal-header {
    padding: 1rem;
  }
}
.cid-tDoJUZpIJd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDoJUZpIJd .modal-header .close svg {
  fill: #353535;
}
.cid-tDoJUZpIJd .modal-header .close:hover {
  opacity: 1;
}
.cid-tDoJUZpIJd .modal-header .close:focus {
  outline: none;
}
.cid-tDoJUZpIJd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #011247;
}
.cid-tDoJUZpIJd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDoJUZpIJd .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDoJUZpIJd .modal-body {
    padding: 1rem;
  }
}
.cid-tDoJUZpIJd .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDoJUZpIJd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDoJUZpIJd .modal-footer {
    padding: 1rem;
  }
}
.cid-tDoJUZpIJd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDoJUZpIJd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDoJUZpIJd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDoJUZpIJd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDoJUZpIJd .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDoJUZpIJd .modal-lg,
  .cid-tDoJUZpIJd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDoJUZpIJd .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDoJUZpIJd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDoJUZpIJd .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDoJUZpIJd .form-group {
  margin-bottom: 1rem;
}
.cid-tDoJUZpIJd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDoJUZpIJd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDoJUZpIJd .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDoJUZpIJd .mbr-section-btn {
  margin: 0;
}
.cid-tDoJUZpIJd .mbr-section-btn .btn {
  margin: 0;
}
.cid-tDoKamOQeT.popup-builder {
  background-color: #ffffff;
}
.cid-tDoKamOQeT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDoKamOQeT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDoKamOQeT .modal-content,
.cid-tDoKamOQeT .modal-dialog {
  height: auto;
}
.cid-tDoKamOQeT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDoKamOQeT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDoKamOQeT .form-wrapper .mbr-form .form-group,
  .cid-tDoKamOQeT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDoKamOQeT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDoKamOQeT .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDoKamOQeT .mbr-text {
  text-align: center;
}
.cid-tDoKamOQeT .pt-0 {
  padding-top: 0 !important;
}
.cid-tDoKamOQeT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDoKamOQeT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDoKamOQeT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDoKamOQeT .modal-open {
  overflow: hidden;
}
.cid-tDoKamOQeT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDoKamOQeT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDoKamOQeT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDoKamOQeT .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDoKamOQeT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDoKamOQeT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDoKamOQeT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDoKamOQeT .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDoKamOQeT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDoKamOQeT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDoKamOQeT .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDoKamOQeT .modal-backdrop.show {
  opacity: .5;
}
.cid-tDoKamOQeT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDoKamOQeT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDoKamOQeT .modal-header {
    padding: 1rem;
  }
}
.cid-tDoKamOQeT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDoKamOQeT .modal-header .close svg {
  fill: #353535;
}
.cid-tDoKamOQeT .modal-header .close:hover {
  opacity: 1;
}
.cid-tDoKamOQeT .modal-header .close:focus {
  outline: none;
}
.cid-tDoKamOQeT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #011247;
}
.cid-tDoKamOQeT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDoKamOQeT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDoKamOQeT .modal-body {
    padding: 1rem;
  }
}
.cid-tDoKamOQeT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDoKamOQeT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDoKamOQeT .modal-footer {
    padding: 1rem;
  }
}
.cid-tDoKamOQeT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDoKamOQeT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDoKamOQeT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDoKamOQeT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDoKamOQeT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDoKamOQeT .modal-lg,
  .cid-tDoKamOQeT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDoKamOQeT .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDoKamOQeT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDoKamOQeT .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDoKamOQeT .form-group {
  margin-bottom: 1rem;
}
.cid-tDoKamOQeT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDoKamOQeT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDoKamOQeT .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDoKamOQeT .mbr-section-btn {
  margin: 0;
}
.cid-tDoKamOQeT .mbr-section-btn .btn {
  margin: 0;
}
.cid-tDoKkWLA81.popup-builder {
  background-color: #ffffff;
}
.cid-tDoKkWLA81.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDoKkWLA81.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDoKkWLA81 .modal-content,
.cid-tDoKkWLA81 .modal-dialog {
  height: auto;
}
.cid-tDoKkWLA81 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDoKkWLA81 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDoKkWLA81 .form-wrapper .mbr-form .form-group,
  .cid-tDoKkWLA81 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDoKkWLA81 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDoKkWLA81 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDoKkWLA81 .mbr-text {
  text-align: center;
}
.cid-tDoKkWLA81 .pt-0 {
  padding-top: 0 !important;
}
.cid-tDoKkWLA81 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDoKkWLA81 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDoKkWLA81 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDoKkWLA81 .modal-open {
  overflow: hidden;
}
.cid-tDoKkWLA81 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDoKkWLA81 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDoKkWLA81 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDoKkWLA81 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDoKkWLA81 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDoKkWLA81 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDoKkWLA81 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDoKkWLA81 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDoKkWLA81 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDoKkWLA81 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDoKkWLA81 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDoKkWLA81 .modal-backdrop.show {
  opacity: .5;
}
.cid-tDoKkWLA81 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDoKkWLA81 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDoKkWLA81 .modal-header {
    padding: 1rem;
  }
}
.cid-tDoKkWLA81 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDoKkWLA81 .modal-header .close svg {
  fill: #353535;
}
.cid-tDoKkWLA81 .modal-header .close:hover {
  opacity: 1;
}
.cid-tDoKkWLA81 .modal-header .close:focus {
  outline: none;
}
.cid-tDoKkWLA81 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #011247;
}
.cid-tDoKkWLA81 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDoKkWLA81 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDoKkWLA81 .modal-body {
    padding: 1rem;
  }
}
.cid-tDoKkWLA81 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDoKkWLA81 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDoKkWLA81 .modal-footer {
    padding: 1rem;
  }
}
.cid-tDoKkWLA81 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDoKkWLA81 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDoKkWLA81 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDoKkWLA81 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDoKkWLA81 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDoKkWLA81 .modal-lg,
  .cid-tDoKkWLA81 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDoKkWLA81 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDoKkWLA81 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDoKkWLA81 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDoKkWLA81 .form-group {
  margin-bottom: 1rem;
}
.cid-tDoKkWLA81 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDoKkWLA81 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDoKkWLA81 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDoKkWLA81 .mbr-section-btn {
  margin: 0;
}
.cid-tDoKkWLA81 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tDoKRYiLuW.popup-builder {
  background-color: #ffffff;
}
.cid-tDoKRYiLuW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDoKRYiLuW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDoKRYiLuW .modal-content,
.cid-tDoKRYiLuW .modal-dialog {
  height: auto;
}
.cid-tDoKRYiLuW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDoKRYiLuW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDoKRYiLuW .form-wrapper .mbr-form .form-group,
  .cid-tDoKRYiLuW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDoKRYiLuW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDoKRYiLuW .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDoKRYiLuW .mbr-text {
  text-align: center;
}
.cid-tDoKRYiLuW .pt-0 {
  padding-top: 0 !important;
}
.cid-tDoKRYiLuW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDoKRYiLuW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDoKRYiLuW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDoKRYiLuW .modal-open {
  overflow: hidden;
}
.cid-tDoKRYiLuW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDoKRYiLuW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDoKRYiLuW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDoKRYiLuW .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDoKRYiLuW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDoKRYiLuW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDoKRYiLuW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDoKRYiLuW .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDoKRYiLuW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDoKRYiLuW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDoKRYiLuW .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDoKRYiLuW .modal-backdrop.show {
  opacity: .5;
}
.cid-tDoKRYiLuW .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDoKRYiLuW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDoKRYiLuW .modal-header {
    padding: 1rem;
  }
}
.cid-tDoKRYiLuW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDoKRYiLuW .modal-header .close svg {
  fill: #353535;
}
.cid-tDoKRYiLuW .modal-header .close:hover {
  opacity: 1;
}
.cid-tDoKRYiLuW .modal-header .close:focus {
  outline: none;
}
.cid-tDoKRYiLuW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #011247;
}
.cid-tDoKRYiLuW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDoKRYiLuW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDoKRYiLuW .modal-body {
    padding: 1rem;
  }
}
.cid-tDoKRYiLuW .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDoKRYiLuW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDoKRYiLuW .modal-footer {
    padding: 1rem;
  }
}
.cid-tDoKRYiLuW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDoKRYiLuW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDoKRYiLuW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDoKRYiLuW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDoKRYiLuW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDoKRYiLuW .modal-lg,
  .cid-tDoKRYiLuW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDoKRYiLuW .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDoKRYiLuW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDoKRYiLuW .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDoKRYiLuW .form-group {
  margin-bottom: 1rem;
}
.cid-tDoKRYiLuW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDoKRYiLuW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDoKRYiLuW .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDoKRYiLuW .mbr-section-btn {
  margin: 0;
}
.cid-tDoKRYiLuW .mbr-section-btn .btn {
  margin: 0;
}
.cid-tDoLmC2bpn.popup-builder {
  background-color: #ffffff;
}
.cid-tDoLmC2bpn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDoLmC2bpn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDoLmC2bpn .modal-content,
.cid-tDoLmC2bpn .modal-dialog {
  height: auto;
}
.cid-tDoLmC2bpn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDoLmC2bpn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDoLmC2bpn .form-wrapper .mbr-form .form-group,
  .cid-tDoLmC2bpn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDoLmC2bpn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDoLmC2bpn .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDoLmC2bpn .mbr-text {
  text-align: center;
}
.cid-tDoLmC2bpn .pt-0 {
  padding-top: 0 !important;
}
.cid-tDoLmC2bpn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDoLmC2bpn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDoLmC2bpn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDoLmC2bpn .modal-open {
  overflow: hidden;
}
.cid-tDoLmC2bpn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDoLmC2bpn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDoLmC2bpn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDoLmC2bpn .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDoLmC2bpn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDoLmC2bpn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDoLmC2bpn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDoLmC2bpn .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDoLmC2bpn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDoLmC2bpn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDoLmC2bpn .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDoLmC2bpn .modal-backdrop.show {
  opacity: .5;
}
.cid-tDoLmC2bpn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDoLmC2bpn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDoLmC2bpn .modal-header {
    padding: 1rem;
  }
}
.cid-tDoLmC2bpn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDoLmC2bpn .modal-header .close svg {
  fill: #353535;
}
.cid-tDoLmC2bpn .modal-header .close:hover {
  opacity: 1;
}
.cid-tDoLmC2bpn .modal-header .close:focus {
  outline: none;
}
.cid-tDoLmC2bpn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #011247;
}
.cid-tDoLmC2bpn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDoLmC2bpn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDoLmC2bpn .modal-body {
    padding: 1rem;
  }
}
.cid-tDoLmC2bpn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDoLmC2bpn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDoLmC2bpn .modal-footer {
    padding: 1rem;
  }
}
.cid-tDoLmC2bpn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDoLmC2bpn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDoLmC2bpn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDoLmC2bpn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDoLmC2bpn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDoLmC2bpn .modal-lg,
  .cid-tDoLmC2bpn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDoLmC2bpn .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDoLmC2bpn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDoLmC2bpn .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDoLmC2bpn .form-group {
  margin-bottom: 1rem;
}
.cid-tDoLmC2bpn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDoLmC2bpn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDoLmC2bpn .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDoLmC2bpn .mbr-section-btn {
  margin: 0;
}
.cid-tDoLmC2bpn .mbr-section-btn .btn {
  margin: 0;
}
.cid-tDoLsx50RL.popup-builder {
  background-color: #ffffff;
}
.cid-tDoLsx50RL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDoLsx50RL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDoLsx50RL .modal-content,
.cid-tDoLsx50RL .modal-dialog {
  height: auto;
}
.cid-tDoLsx50RL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDoLsx50RL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDoLsx50RL .form-wrapper .mbr-form .form-group,
  .cid-tDoLsx50RL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDoLsx50RL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDoLsx50RL .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDoLsx50RL .mbr-text {
  text-align: center;
}
.cid-tDoLsx50RL .pt-0 {
  padding-top: 0 !important;
}
.cid-tDoLsx50RL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDoLsx50RL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDoLsx50RL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDoLsx50RL .modal-open {
  overflow: hidden;
}
.cid-tDoLsx50RL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDoLsx50RL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDoLsx50RL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDoLsx50RL .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDoLsx50RL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDoLsx50RL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDoLsx50RL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDoLsx50RL .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDoLsx50RL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDoLsx50RL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDoLsx50RL .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDoLsx50RL .modal-backdrop.show {
  opacity: .5;
}
.cid-tDoLsx50RL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDoLsx50RL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDoLsx50RL .modal-header {
    padding: 1rem;
  }
}
.cid-tDoLsx50RL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDoLsx50RL .modal-header .close svg {
  fill: #353535;
}
.cid-tDoLsx50RL .modal-header .close:hover {
  opacity: 1;
}
.cid-tDoLsx50RL .modal-header .close:focus {
  outline: none;
}
.cid-tDoLsx50RL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #011247;
}
.cid-tDoLsx50RL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDoLsx50RL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDoLsx50RL .modal-body {
    padding: 1rem;
  }
}
.cid-tDoLsx50RL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDoLsx50RL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDoLsx50RL .modal-footer {
    padding: 1rem;
  }
}
.cid-tDoLsx50RL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDoLsx50RL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDoLsx50RL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDoLsx50RL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDoLsx50RL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDoLsx50RL .modal-lg,
  .cid-tDoLsx50RL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDoLsx50RL .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDoLsx50RL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDoLsx50RL .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDoLsx50RL .form-group {
  margin-bottom: 1rem;
}
.cid-tDoLsx50RL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDoLsx50RL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDoLsx50RL .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDoLsx50RL .mbr-section-btn {
  margin: 0;
}
.cid-tDoLsx50RL .mbr-section-btn .btn {
  margin: 0;
}
.cid-tDoLwFrVIy.popup-builder {
  background-color: #ffffff;
}
.cid-tDoLwFrVIy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDoLwFrVIy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDoLwFrVIy .modal-content,
.cid-tDoLwFrVIy .modal-dialog {
  height: auto;
}
.cid-tDoLwFrVIy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDoLwFrVIy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDoLwFrVIy .form-wrapper .mbr-form .form-group,
  .cid-tDoLwFrVIy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDoLwFrVIy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDoLwFrVIy .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDoLwFrVIy .mbr-text {
  text-align: center;
}
.cid-tDoLwFrVIy .pt-0 {
  padding-top: 0 !important;
}
.cid-tDoLwFrVIy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDoLwFrVIy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDoLwFrVIy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDoLwFrVIy .modal-open {
  overflow: hidden;
}
.cid-tDoLwFrVIy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDoLwFrVIy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDoLwFrVIy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDoLwFrVIy .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDoLwFrVIy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDoLwFrVIy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDoLwFrVIy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDoLwFrVIy .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDoLwFrVIy .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDoLwFrVIy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDoLwFrVIy .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDoLwFrVIy .modal-backdrop.show {
  opacity: .5;
}
.cid-tDoLwFrVIy .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDoLwFrVIy .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDoLwFrVIy .modal-header {
    padding: 1rem;
  }
}
.cid-tDoLwFrVIy .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDoLwFrVIy .modal-header .close svg {
  fill: #353535;
}
.cid-tDoLwFrVIy .modal-header .close:hover {
  opacity: 1;
}
.cid-tDoLwFrVIy .modal-header .close:focus {
  outline: none;
}
.cid-tDoLwFrVIy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #011247;
}
.cid-tDoLwFrVIy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDoLwFrVIy .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDoLwFrVIy .modal-body {
    padding: 1rem;
  }
}
.cid-tDoLwFrVIy .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDoLwFrVIy .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDoLwFrVIy .modal-footer {
    padding: 1rem;
  }
}
.cid-tDoLwFrVIy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDoLwFrVIy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDoLwFrVIy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDoLwFrVIy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDoLwFrVIy .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDoLwFrVIy .modal-lg,
  .cid-tDoLwFrVIy .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDoLwFrVIy .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDoLwFrVIy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDoLwFrVIy .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDoLwFrVIy .form-group {
  margin-bottom: 1rem;
}
.cid-tDoLwFrVIy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDoLwFrVIy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDoLwFrVIy .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDoLwFrVIy .mbr-section-btn {
  margin: 0;
}
.cid-tDoLwFrVIy .mbr-section-btn .btn {
  margin: 0;
}
.cid-tC4q2PFzaU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tC4q2PFzaU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC4q2PFzaU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC4q2PFzaU .container,
.cid-tC4q2PFzaU .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tC4q2PFzaU .container,
  .cid-tC4q2PFzaU .container-fluid {
    padding: 0 20px;
  }
}
.cid-tC4q2PFzaU .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tC4q2PFzaU .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-tC4q2PFzaU .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tC4q2PFzaU .card {
    margin-bottom: 20px;
  }
}
.cid-tC4q2PFzaU .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-tC4q2PFzaU .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-tC4q2PFzaU .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tC4q2PFzaU .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tC4q2PFzaU .mbr-card-title {
  color: #3d4045;
}
.cid-tC4q2PFzaU .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-tC4q2PFzaU .mbr-card-title,
.cid-tC4q2PFzaU .mbr-section-btn {
  text-align: center;
}
.cid-tG24vXQ9WD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #001247;
}
.cid-tG24vXQ9WD p {
  text-align: center;
}
.cid-tG24vXQ9WD .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tG24vXQ9WD .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tG24vXQ9WD .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tG24vXQ9WD .logo-footer {
  line-height: normal;
}
.cid-tG24vXQ9WD .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tG24vXQ9WD .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-tG24vXQ9WD .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-tG24vXQ9WD .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG24vXQ9WD .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tG24vXQ9WD .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-tG24vXQ9WD .icon-transition span:hover {
  background-color: #00c7d6;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tG24vXQ9WD .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tG24vXQ9WD .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tG24vXQ9WD .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tG24vXQ9WD .logo-footer {
    text-align: center;
  }
  .cid-tG24vXQ9WD .social-media {
    justify-content: center;
  }
}
.cid-tG24vXQ9WD .list-inline-item,
.cid-tG24vXQ9WD .mbr-list,
.cid-tG24vXQ9WD .first-column {
  color: #ffffff;
  text-align: center;
}
.cid-tDWNYHByY4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tDWNYHByY4 .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tDWNYHByY4 nav.navbar {
  position: fixed;
}
.cid-tDWNYHByY4 .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-tDWNYHByY4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDWNYHByY4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDWNYHByY4 .dropdown-item:hover,
.cid-tDWNYHByY4 .dropdown-item:focus {
  background: #011247 !important;
  color: white !important;
}
.cid-tDWNYHByY4 .dropdown-item:hover span {
  color: white;
}
.cid-tDWNYHByY4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDWNYHByY4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDWNYHByY4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDWNYHByY4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDWNYHByY4 .nav-link {
  position: relative;
}
.cid-tDWNYHByY4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDWNYHByY4 .container {
    flex-wrap: nowrap;
  }
}
.cid-tDWNYHByY4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDWNYHByY4 .dropdown-menu,
.cid-tDWNYHByY4 .navbar.opened {
  background: #011247 !important;
}
.cid-tDWNYHByY4 .nav-item:focus,
.cid-tDWNYHByY4 .nav-link:focus {
  outline: none;
}
.cid-tDWNYHByY4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDWNYHByY4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDWNYHByY4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDWNYHByY4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDWNYHByY4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDWNYHByY4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDWNYHByY4 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #011247;
}
.cid-tDWNYHByY4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tDWNYHByY4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDWNYHByY4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tDWNYHByY4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDWNYHByY4 .navbar.collapsed {
  justify-content: center;
}
.cid-tDWNYHByY4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDWNYHByY4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDWNYHByY4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tDWNYHByY4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDWNYHByY4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDWNYHByY4 .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-tDWNYHByY4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDWNYHByY4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDWNYHByY4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDWNYHByY4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDWNYHByY4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDWNYHByY4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDWNYHByY4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDWNYHByY4 .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-tDWNYHByY4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDWNYHByY4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDWNYHByY4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDWNYHByY4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDWNYHByY4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDWNYHByY4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDWNYHByY4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDWNYHByY4 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tDWNYHByY4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDWNYHByY4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDWNYHByY4 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDWNYHByY4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDWNYHByY4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDWNYHByY4 .dropdown-item.active,
.cid-tDWNYHByY4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tDWNYHByY4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDWNYHByY4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDWNYHByY4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDWNYHByY4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011247;
}
.cid-tDWNYHByY4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDWNYHByY4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDWNYHByY4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDWNYHByY4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDWNYHByY4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDWNYHByY4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2fcff;
}
.cid-tDWNYHByY4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDWNYHByY4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDWNYHByY4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDWNYHByY4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDWNYHByY4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDWNYHByY4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDWNYHByY4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDWNYHByY4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDWNYHByY4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDWNYHByY4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDWNYHByY4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDWNYHByY4 .navbar {
    height: 70px;
  }
  .cid-tDWNYHByY4 .navbar.opened {
    height: auto;
  }
  .cid-tDWNYHByY4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDWOjykF2l {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDWOjykF2l .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tDWOjykF2l .mbr-section-title {
  text-align: left;
  color: #011247;
}
.cid-tDWOjykF2l .mbr-section-subtitle {
  text-align: left;
  color: #465052;
}
.cid-uD4zgE1zbq {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uD4zgE1zbq .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uD4zgE1zbq .mbr-section-title {
  text-align: left;
  color: #011247;
}
.cid-uD4zgE1zbq .mbr-section-subtitle {
  text-align: left;
  color: #465052;
}
.cid-tG24vXQ9WD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #001247;
}
.cid-tG24vXQ9WD p {
  text-align: center;
}
.cid-tG24vXQ9WD .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tG24vXQ9WD .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tG24vXQ9WD .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tG24vXQ9WD .logo-footer {
  line-height: normal;
}
.cid-tG24vXQ9WD .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tG24vXQ9WD .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-tG24vXQ9WD .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-tG24vXQ9WD .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG24vXQ9WD .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tG24vXQ9WD .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-tG24vXQ9WD .icon-transition span:hover {
  background-color: #00c7d6;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tG24vXQ9WD .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tG24vXQ9WD .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tG24vXQ9WD .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tG24vXQ9WD .logo-footer {
    text-align: center;
  }
  .cid-tG24vXQ9WD .social-media {
    justify-content: center;
  }
}
.cid-tG24vXQ9WD .list-inline-item,
.cid-tG24vXQ9WD .mbr-list,
.cid-tG24vXQ9WD .first-column {
  color: #ffffff;
  text-align: center;
}
.cid-tDWOvGQV08 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tDWOvGQV08 .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tDWOvGQV08 nav.navbar {
  position: fixed;
}
.cid-tDWOvGQV08 .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-tDWOvGQV08 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDWOvGQV08 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDWOvGQV08 .dropdown-item:hover,
.cid-tDWOvGQV08 .dropdown-item:focus {
  background: #011247 !important;
  color: white !important;
}
.cid-tDWOvGQV08 .dropdown-item:hover span {
  color: white;
}
.cid-tDWOvGQV08 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDWOvGQV08 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDWOvGQV08 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDWOvGQV08 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDWOvGQV08 .nav-link {
  position: relative;
}
.cid-tDWOvGQV08 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDWOvGQV08 .container {
    flex-wrap: nowrap;
  }
}
.cid-tDWOvGQV08 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDWOvGQV08 .dropdown-menu,
.cid-tDWOvGQV08 .navbar.opened {
  background: #011247 !important;
}
.cid-tDWOvGQV08 .nav-item:focus,
.cid-tDWOvGQV08 .nav-link:focus {
  outline: none;
}
.cid-tDWOvGQV08 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDWOvGQV08 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDWOvGQV08 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDWOvGQV08 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDWOvGQV08 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDWOvGQV08 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDWOvGQV08 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #011247;
}
.cid-tDWOvGQV08 .navbar.opened {
  transition: all 0.3s;
}
.cid-tDWOvGQV08 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDWOvGQV08 .navbar .navbar-logo img {
  width: auto;
}
.cid-tDWOvGQV08 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDWOvGQV08 .navbar.collapsed {
  justify-content: center;
}
.cid-tDWOvGQV08 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDWOvGQV08 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDWOvGQV08 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tDWOvGQV08 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDWOvGQV08 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDWOvGQV08 .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-tDWOvGQV08 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDWOvGQV08 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDWOvGQV08 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDWOvGQV08 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDWOvGQV08 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDWOvGQV08 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDWOvGQV08 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDWOvGQV08 .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-tDWOvGQV08 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDWOvGQV08 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDWOvGQV08 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDWOvGQV08 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDWOvGQV08 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDWOvGQV08 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDWOvGQV08 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDWOvGQV08 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tDWOvGQV08 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDWOvGQV08 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDWOvGQV08 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDWOvGQV08 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDWOvGQV08 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDWOvGQV08 .dropdown-item.active,
.cid-tDWOvGQV08 .dropdown-item:active {
  background-color: transparent;
}
.cid-tDWOvGQV08 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDWOvGQV08 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDWOvGQV08 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDWOvGQV08 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011247;
}
.cid-tDWOvGQV08 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDWOvGQV08 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDWOvGQV08 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDWOvGQV08 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDWOvGQV08 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDWOvGQV08 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2fcff;
}
.cid-tDWOvGQV08 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDWOvGQV08 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDWOvGQV08 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDWOvGQV08 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDWOvGQV08 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDWOvGQV08 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDWOvGQV08 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDWOvGQV08 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDWOvGQV08 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDWOvGQV08 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDWOvGQV08 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDWOvGQV08 .navbar {
    height: 70px;
  }
  .cid-tDWOvGQV08 .navbar.opened {
    height: auto;
  }
  .cid-tDWOvGQV08 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDWOAMryVs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDWOAMryVs .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tDWOAMryVs .mbr-section-title {
  text-align: left;
  color: #011247;
}
.cid-tDWOAMryVs .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tG24vXQ9WD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #001247;
}
.cid-tG24vXQ9WD p {
  text-align: center;
}
.cid-tG24vXQ9WD .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tG24vXQ9WD .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tG24vXQ9WD .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tG24vXQ9WD .logo-footer {
  line-height: normal;
}
.cid-tG24vXQ9WD .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tG24vXQ9WD .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-tG24vXQ9WD .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-tG24vXQ9WD .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG24vXQ9WD .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tG24vXQ9WD .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-tG24vXQ9WD .icon-transition span:hover {
  background-color: #00c7d6;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tG24vXQ9WD .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tG24vXQ9WD .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tG24vXQ9WD .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tG24vXQ9WD .logo-footer {
    text-align: center;
  }
  .cid-tG24vXQ9WD .social-media {
    justify-content: center;
  }
}
.cid-tG24vXQ9WD .list-inline-item,
.cid-tG24vXQ9WD .mbr-list,
.cid-tG24vXQ9WD .first-column {
  color: #ffffff;
  text-align: center;
}
.cid-tDWOGjXrXC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tDWOGjXrXC .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tDWOGjXrXC nav.navbar {
  position: fixed;
}
.cid-tDWOGjXrXC .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-tDWOGjXrXC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDWOGjXrXC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDWOGjXrXC .dropdown-item:hover,
.cid-tDWOGjXrXC .dropdown-item:focus {
  background: #011247 !important;
  color: white !important;
}
.cid-tDWOGjXrXC .dropdown-item:hover span {
  color: white;
}
.cid-tDWOGjXrXC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDWOGjXrXC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDWOGjXrXC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDWOGjXrXC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDWOGjXrXC .nav-link {
  position: relative;
}
.cid-tDWOGjXrXC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDWOGjXrXC .container {
    flex-wrap: nowrap;
  }
}
.cid-tDWOGjXrXC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDWOGjXrXC .dropdown-menu,
.cid-tDWOGjXrXC .navbar.opened {
  background: #011247 !important;
}
.cid-tDWOGjXrXC .nav-item:focus,
.cid-tDWOGjXrXC .nav-link:focus {
  outline: none;
}
.cid-tDWOGjXrXC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDWOGjXrXC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDWOGjXrXC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDWOGjXrXC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDWOGjXrXC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDWOGjXrXC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDWOGjXrXC .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #011247;
}
.cid-tDWOGjXrXC .navbar.opened {
  transition: all 0.3s;
}
.cid-tDWOGjXrXC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDWOGjXrXC .navbar .navbar-logo img {
  width: auto;
}
.cid-tDWOGjXrXC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDWOGjXrXC .navbar.collapsed {
  justify-content: center;
}
.cid-tDWOGjXrXC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDWOGjXrXC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDWOGjXrXC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tDWOGjXrXC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDWOGjXrXC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDWOGjXrXC .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-tDWOGjXrXC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDWOGjXrXC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDWOGjXrXC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDWOGjXrXC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDWOGjXrXC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDWOGjXrXC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDWOGjXrXC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDWOGjXrXC .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-tDWOGjXrXC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDWOGjXrXC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDWOGjXrXC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDWOGjXrXC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDWOGjXrXC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDWOGjXrXC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDWOGjXrXC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDWOGjXrXC .navbar.navbar-short {
  min-height: 80px;
}
.cid-tDWOGjXrXC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDWOGjXrXC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDWOGjXrXC .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDWOGjXrXC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDWOGjXrXC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDWOGjXrXC .dropdown-item.active,
.cid-tDWOGjXrXC .dropdown-item:active {
  background-color: transparent;
}
.cid-tDWOGjXrXC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDWOGjXrXC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDWOGjXrXC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDWOGjXrXC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011247;
}
.cid-tDWOGjXrXC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDWOGjXrXC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDWOGjXrXC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDWOGjXrXC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDWOGjXrXC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDWOGjXrXC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2fcff;
}
.cid-tDWOGjXrXC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDWOGjXrXC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDWOGjXrXC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDWOGjXrXC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDWOGjXrXC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDWOGjXrXC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDWOGjXrXC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDWOGjXrXC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDWOGjXrXC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDWOGjXrXC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDWOGjXrXC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDWOGjXrXC .navbar {
    height: 70px;
  }
  .cid-tDWOGjXrXC .navbar.opened {
    height: auto;
  }
  .cid-tDWOGjXrXC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDWP4IStoa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDWP4IStoa .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tDWP4IStoa .mbr-section-title {
  text-align: left;
  color: #011247;
}
.cid-tDWP4IStoa .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tG24vXQ9WD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #001247;
}
.cid-tG24vXQ9WD p {
  text-align: center;
}
.cid-tG24vXQ9WD .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tG24vXQ9WD .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tG24vXQ9WD .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tG24vXQ9WD .logo-footer {
  line-height: normal;
}
.cid-tG24vXQ9WD .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tG24vXQ9WD .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-tG24vXQ9WD .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-tG24vXQ9WD .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG24vXQ9WD .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tG24vXQ9WD .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-tG24vXQ9WD .icon-transition span:hover {
  background-color: #00c7d6;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tG24vXQ9WD .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tG24vXQ9WD .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tG24vXQ9WD .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tG24vXQ9WD .logo-footer {
    text-align: center;
  }
  .cid-tG24vXQ9WD .social-media {
    justify-content: center;
  }
}
.cid-tG24vXQ9WD .list-inline-item,
.cid-tG24vXQ9WD .mbr-list,
.cid-tG24vXQ9WD .first-column {
  color: #ffffff;
  text-align: center;
}
.cid-tDhaE9TMGZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tDhaE9TMGZ .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tDhaE9TMGZ nav.navbar {
  position: fixed;
}
.cid-tDhaE9TMGZ .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-tDhaE9TMGZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDhaE9TMGZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDhaE9TMGZ .dropdown-item:hover,
.cid-tDhaE9TMGZ .dropdown-item:focus {
  background: #011247 !important;
  color: white !important;
}
.cid-tDhaE9TMGZ .dropdown-item:hover span {
  color: white;
}
.cid-tDhaE9TMGZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDhaE9TMGZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDhaE9TMGZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDhaE9TMGZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDhaE9TMGZ .nav-link {
  position: relative;
}
.cid-tDhaE9TMGZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDhaE9TMGZ .container {
    flex-wrap: nowrap;
  }
}
.cid-tDhaE9TMGZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDhaE9TMGZ .dropdown-menu,
.cid-tDhaE9TMGZ .navbar.opened {
  background: #011247 !important;
}
.cid-tDhaE9TMGZ .nav-item:focus,
.cid-tDhaE9TMGZ .nav-link:focus {
  outline: none;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDhaE9TMGZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDhaE9TMGZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDhaE9TMGZ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #011247;
}
.cid-tDhaE9TMGZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tDhaE9TMGZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDhaE9TMGZ .navbar .navbar-logo img {
  width: auto;
}
.cid-tDhaE9TMGZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDhaE9TMGZ .navbar.collapsed {
  justify-content: center;
}
.cid-tDhaE9TMGZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDhaE9TMGZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDhaE9TMGZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tDhaE9TMGZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDhaE9TMGZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDhaE9TMGZ .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-tDhaE9TMGZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDhaE9TMGZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDhaE9TMGZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDhaE9TMGZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDhaE9TMGZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDhaE9TMGZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDhaE9TMGZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDhaE9TMGZ .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-tDhaE9TMGZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDhaE9TMGZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDhaE9TMGZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDhaE9TMGZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDhaE9TMGZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDhaE9TMGZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDhaE9TMGZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDhaE9TMGZ .navbar.navbar-short {
  min-height: 80px;
}
.cid-tDhaE9TMGZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDhaE9TMGZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDhaE9TMGZ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDhaE9TMGZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDhaE9TMGZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDhaE9TMGZ .dropdown-item.active,
.cid-tDhaE9TMGZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tDhaE9TMGZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDhaE9TMGZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDhaE9TMGZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDhaE9TMGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011247;
}
.cid-tDhaE9TMGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDhaE9TMGZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDhaE9TMGZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDhaE9TMGZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDhaE9TMGZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2fcff;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDhaE9TMGZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDhaE9TMGZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDhaE9TMGZ .navbar {
    height: 70px;
  }
  .cid-tDhaE9TMGZ .navbar.opened {
    height: auto;
  }
  .cid-tDhaE9TMGZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tG24vXQ9WD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #001247;
}
.cid-tG24vXQ9WD p {
  text-align: center;
}
.cid-tG24vXQ9WD .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tG24vXQ9WD .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tG24vXQ9WD .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tG24vXQ9WD .logo-footer {
  line-height: normal;
}
.cid-tG24vXQ9WD .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tG24vXQ9WD .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-tG24vXQ9WD .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-tG24vXQ9WD .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG24vXQ9WD .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tG24vXQ9WD .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-tG24vXQ9WD .icon-transition span:hover {
  background-color: #00c7d6;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tG24vXQ9WD .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tG24vXQ9WD .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tG24vXQ9WD .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tG24vXQ9WD .logo-footer {
    text-align: center;
  }
  .cid-tG24vXQ9WD .social-media {
    justify-content: center;
  }
}
.cid-tG24vXQ9WD .list-inline-item,
.cid-tG24vXQ9WD .mbr-list,
.cid-tG24vXQ9WD .first-column {
  color: #ffffff;
  text-align: center;
}
.cid-tGG7piBd49 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tGG7piBd49 H1 {
  color: #001247;
}
.cid-tGG7piBd49 .mbr-text,
.cid-tGG7piBd49 .mbr-section-btn {
  color: #001247;
}
.cid-tGG7piBd49 img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-tGG7piBd49 .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tGG7piBd49 img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-tGGpd3InHr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tGGpd3InHr .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tGGpd3InHr nav.navbar {
  position: fixed;
}
.cid-tGGpd3InHr .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-tGGpd3InHr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGGpd3InHr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGGpd3InHr .dropdown-item:hover,
.cid-tGGpd3InHr .dropdown-item:focus {
  background: #011247 !important;
  color: white !important;
}
.cid-tGGpd3InHr .dropdown-item:hover span {
  color: white;
}
.cid-tGGpd3InHr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGGpd3InHr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGGpd3InHr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGGpd3InHr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGGpd3InHr .nav-link {
  position: relative;
}
.cid-tGGpd3InHr .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tGGpd3InHr .container {
    flex-wrap: nowrap;
  }
}
.cid-tGGpd3InHr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGGpd3InHr .dropdown-menu,
.cid-tGGpd3InHr .navbar.opened {
  background: #011247 !important;
}
.cid-tGGpd3InHr .nav-item:focus,
.cid-tGGpd3InHr .nav-link:focus {
  outline: none;
}
.cid-tGGpd3InHr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGGpd3InHr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGGpd3InHr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGGpd3InHr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGGpd3InHr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGGpd3InHr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGGpd3InHr .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #011247;
}
.cid-tGGpd3InHr .navbar.opened {
  transition: all 0.3s;
}
.cid-tGGpd3InHr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGGpd3InHr .navbar .navbar-logo img {
  width: auto;
}
.cid-tGGpd3InHr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGGpd3InHr .navbar.collapsed {
  justify-content: center;
}
.cid-tGGpd3InHr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGGpd3InHr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGGpd3InHr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGGpd3InHr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGGpd3InHr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGGpd3InHr .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-tGGpd3InHr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGGpd3InHr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGGpd3InHr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGGpd3InHr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGGpd3InHr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGGpd3InHr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGGpd3InHr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGGpd3InHr .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-tGGpd3InHr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGGpd3InHr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGGpd3InHr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGGpd3InHr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGGpd3InHr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGGpd3InHr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tGGpd3InHr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tGGpd3InHr .navbar.navbar-short {
  min-height: 80px;
}
.cid-tGGpd3InHr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGGpd3InHr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGGpd3InHr .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGGpd3InHr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGGpd3InHr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGGpd3InHr .dropdown-item.active,
.cid-tGGpd3InHr .dropdown-item:active {
  background-color: transparent;
}
.cid-tGGpd3InHr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGGpd3InHr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGGpd3InHr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGGpd3InHr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011247;
}
.cid-tGGpd3InHr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGGpd3InHr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGGpd3InHr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGGpd3InHr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGGpd3InHr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGGpd3InHr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2fcff;
}
.cid-tGGpd3InHr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGGpd3InHr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGGpd3InHr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGGpd3InHr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGGpd3InHr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGGpd3InHr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGGpd3InHr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGGpd3InHr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGGpd3InHr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGGpd3InHr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGGpd3InHr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGGpd3InHr .navbar {
    height: 70px;
  }
  .cid-tGGpd3InHr .navbar.opened {
    height: auto;
  }
  .cid-tGGpd3InHr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGGpd1vLzy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tGGpd1vLzy img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tGGpd1vLzy H1 {
  color: #1e2251;
  text-align: left;
}
.cid-tGGpd1vLzy .mbr-text,
.cid-tGGpd1vLzy .mbr-section-btn {
  color: #716c80;
}
.cid-tGGpd1vLzy H3 {
  color: #86d8f2;
  text-align: left;
}
.cid-tGGpd1vLzy .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tGGpd1vLzy .btn-info-outline {
  border: none;
  color: #00c7d6 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-tGGpd1vLzy .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-tGGpd1vLzy .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-tGGpd1vLzy .btn-info-outline:hover {
  background-color: transparent!important;
  color: #011247 !important;
  box-shadow: none!important;
}
.cid-tGGpd1vLzy .btn-info-outline:active,
.cid-tGGpd1vLzy .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-tGGpd1vLzy DIV {
  color: #57468b;
}
.cid-tGGpd1vLzy .mbr-text,
.cid-tGGpd1vLzy .media-content,
.cid-tGGpd1vLzy .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-tJTbMlxjL4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJTbMlxjL4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJTbMlxjL4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tJTbMlxjL4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tJTbMlxjL4 .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-tJTbMlxjL4.mbr-fullscreen {
  padding: 0 !important;
}
.cid-tJTbMlxjL4 img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tJTf02oioi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJTf02oioi .card-heading {
  padding-bottom: 30px;
  color: #011247;
}
.cid-tJTf02oioi .top {
  padding-top: 0;
}
.cid-tJTf02oioi .row {
  justify-content: center;
  display: flex;
}
.cid-tJTf02oioi a {
  font-weight: 400 !important;
}
.cid-tJTf02oioi .mbr-text {
  color: #333333;
}
.cid-tJTf02oioi .mbr-text1 {
  padding-top: 30px;
}
.cid-tJTf02oioi .top1 {
  padding-top: 30px;
}
.cid-tJTf02oioi .mbr-section-title {
  color: #011247;
  text-align: center;
}
.cid-tGGpd2f1ht {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGGpd2f1ht .card-heading {
  padding-bottom: 30px;
  color: #011247;
}
.cid-tGGpd2f1ht .top {
  padding-top: 0;
}
.cid-tGGpd2f1ht .row {
  justify-content: center;
  display: flex;
}
.cid-tGGpd2f1ht a {
  font-weight: 400 !important;
}
.cid-tGGpd2f1ht .mbr-text {
  color: #333333;
}
.cid-tGGpd2f1ht .mbr-text1 {
  padding-top: 30px;
}
.cid-tGGpd2f1ht .top1 {
  padding-top: 30px;
}
.cid-tGGpd2f1ht .mbr-section-title {
  color: #011247;
  text-align: center;
}
.cid-tJTfinP48L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJTfinP48L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJTfinP48L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJTfinP48L .container,
.cid-tJTfinP48L .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tJTfinP48L .container,
  .cid-tJTfinP48L .container-fluid {
    padding: 0 20px;
  }
}
.cid-tJTfinP48L .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tJTfinP48L .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-tJTfinP48L .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tJTfinP48L .card {
    margin-bottom: 20px;
  }
}
.cid-tJTfinP48L .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-tJTfinP48L .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-tJTfinP48L .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tJTfinP48L .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tJTfinP48L .mbr-card-title {
  color: #3d4045;
}
.cid-tJTfinP48L .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-tJTfinP48L .mbr-card-title,
.cid-tJTfinP48L .mbr-section-btn {
  text-align: center;
}
.cid-tGGpd4bACD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #001247;
}
.cid-tGGpd4bACD p {
  text-align: center;
}
.cid-tGGpd4bACD .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tGGpd4bACD .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tGGpd4bACD .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tGGpd4bACD .logo-footer {
  line-height: normal;
}
.cid-tGGpd4bACD .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tGGpd4bACD .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-tGGpd4bACD .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-tGGpd4bACD .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGGpd4bACD .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tGGpd4bACD .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-tGGpd4bACD .icon-transition span:hover {
  background-color: #00c7d6;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tGGpd4bACD .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tGGpd4bACD .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tGGpd4bACD .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tGGpd4bACD .logo-footer {
    text-align: center;
  }
  .cid-tGGpd4bACD .social-media {
    justify-content: center;
  }
}
.cid-tGGpd4bACD .list-inline-item,
.cid-tGGpd4bACD .mbr-list,
.cid-tGGpd4bACD .first-column {
  color: #ffffff;
  text-align: center;
}
.cid-tGGryFv3Oc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tGGryFv3Oc .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tGGryFv3Oc nav.navbar {
  position: fixed;
}
.cid-tGGryFv3Oc .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-tGGryFv3Oc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGGryFv3Oc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGGryFv3Oc .dropdown-item:hover,
.cid-tGGryFv3Oc .dropdown-item:focus {
  background: #011247 !important;
  color: white !important;
}
.cid-tGGryFv3Oc .dropdown-item:hover span {
  color: white;
}
.cid-tGGryFv3Oc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGGryFv3Oc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGGryFv3Oc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGGryFv3Oc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGGryFv3Oc .nav-link {
  position: relative;
}
.cid-tGGryFv3Oc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tGGryFv3Oc .container {
    flex-wrap: nowrap;
  }
}
.cid-tGGryFv3Oc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGGryFv3Oc .dropdown-menu,
.cid-tGGryFv3Oc .navbar.opened {
  background: #011247 !important;
}
.cid-tGGryFv3Oc .nav-item:focus,
.cid-tGGryFv3Oc .nav-link:focus {
  outline: none;
}
.cid-tGGryFv3Oc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGGryFv3Oc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGGryFv3Oc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGGryFv3Oc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGGryFv3Oc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGGryFv3Oc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGGryFv3Oc .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #011247;
}
.cid-tGGryFv3Oc .navbar.opened {
  transition: all 0.3s;
}
.cid-tGGryFv3Oc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGGryFv3Oc .navbar .navbar-logo img {
  width: auto;
}
.cid-tGGryFv3Oc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGGryFv3Oc .navbar.collapsed {
  justify-content: center;
}
.cid-tGGryFv3Oc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGGryFv3Oc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGGryFv3Oc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGGryFv3Oc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGGryFv3Oc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGGryFv3Oc .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-tGGryFv3Oc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGGryFv3Oc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGGryFv3Oc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGGryFv3Oc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGGryFv3Oc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGGryFv3Oc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGGryFv3Oc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGGryFv3Oc .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-tGGryFv3Oc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGGryFv3Oc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGGryFv3Oc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGGryFv3Oc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGGryFv3Oc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGGryFv3Oc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tGGryFv3Oc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tGGryFv3Oc .navbar.navbar-short {
  min-height: 80px;
}
.cid-tGGryFv3Oc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGGryFv3Oc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGGryFv3Oc .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGGryFv3Oc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGGryFv3Oc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGGryFv3Oc .dropdown-item.active,
.cid-tGGryFv3Oc .dropdown-item:active {
  background-color: transparent;
}
.cid-tGGryFv3Oc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGGryFv3Oc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGGryFv3Oc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGGryFv3Oc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011247;
}
.cid-tGGryFv3Oc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGGryFv3Oc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGGryFv3Oc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGGryFv3Oc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGGryFv3Oc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGGryFv3Oc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2fcff;
}
.cid-tGGryFv3Oc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGGryFv3Oc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGGryFv3Oc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGGryFv3Oc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGGryFv3Oc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGGryFv3Oc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGGryFv3Oc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGGryFv3Oc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGGryFv3Oc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGGryFv3Oc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGGryFv3Oc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGGryFv3Oc .navbar {
    height: 70px;
  }
  .cid-tGGryFv3Oc .navbar.opened {
    height: auto;
  }
  .cid-tGGryFv3Oc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGGryCjW1u {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tGGryCjW1u img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tGGryCjW1u H1 {
  color: #1e2251;
  text-align: left;
}
.cid-tGGryCjW1u .mbr-text,
.cid-tGGryCjW1u .mbr-section-btn {
  color: #716c80;
}
.cid-tGGryCjW1u H3 {
  color: #86d8f2;
  text-align: left;
}
.cid-tGGryCjW1u .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tGGryCjW1u .btn-info-outline {
  border: none;
  color: #00c7d6 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-tGGryCjW1u .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-tGGryCjW1u .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-tGGryCjW1u .btn-info-outline:hover {
  background-color: transparent!important;
  color: #011247 !important;
  box-shadow: none!important;
}
.cid-tGGryCjW1u .btn-info-outline:active,
.cid-tGGryCjW1u .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-tGGryCjW1u DIV {
  color: #57468b;
}
.cid-tGGryCjW1u .mbr-text,
.cid-tGGryCjW1u .media-content,
.cid-tGGryCjW1u .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-tHgHVmcKkI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHgHVmcKkI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHgHVmcKkI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tHgHVmcKkI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tHgHVmcKkI .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-tHgHVmcKkI.mbr-fullscreen {
  padding: 0 !important;
}
.cid-tHgHVmcKkI img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tHgEUI1ZQk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHgEUI1ZQk .card-heading {
  padding-bottom: 30px;
  color: #011247;
}
.cid-tHgEUI1ZQk .top {
  padding-top: 0;
}
.cid-tHgEUI1ZQk .row {
  justify-content: center;
  display: flex;
}
.cid-tHgEUI1ZQk a {
  font-weight: 400 !important;
}
.cid-tHgEUI1ZQk .mbr-text {
  color: #333333;
}
.cid-tHgEUI1ZQk .mbr-text1 {
  padding-top: 30px;
}
.cid-tHgEUI1ZQk .top1 {
  padding-top: 30px;
}
.cid-tHgEUI1ZQk .mbr-section-title {
  color: #011247;
  text-align: left;
}
.cid-tHgIggUoWO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHgIggUoWO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHgIggUoWO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHgIggUoWO .container,
.cid-tHgIggUoWO .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tHgIggUoWO .container,
  .cid-tHgIggUoWO .container-fluid {
    padding: 0 20px;
  }
}
.cid-tHgIggUoWO .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tHgIggUoWO .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-tHgIggUoWO .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tHgIggUoWO .card {
    margin-bottom: 20px;
  }
}
.cid-tHgIggUoWO .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-tHgIggUoWO .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-tHgIggUoWO .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tHgIggUoWO .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tHgIggUoWO .mbr-card-title {
  color: #3d4045;
}
.cid-tHgIggUoWO .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-tHgIggUoWO .mbr-card-title,
.cid-tHgIggUoWO .mbr-section-btn {
  text-align: center;
}
.cid-tGGryG8faH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #001247;
}
.cid-tGGryG8faH p {
  text-align: center;
}
.cid-tGGryG8faH .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tGGryG8faH .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tGGryG8faH .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tGGryG8faH .logo-footer {
  line-height: normal;
}
.cid-tGGryG8faH .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tGGryG8faH .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-tGGryG8faH .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-tGGryG8faH .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGGryG8faH .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tGGryG8faH .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-tGGryG8faH .icon-transition span:hover {
  background-color: #00c7d6;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tGGryG8faH .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tGGryG8faH .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tGGryG8faH .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tGGryG8faH .logo-footer {
    text-align: center;
  }
  .cid-tGGryG8faH .social-media {
    justify-content: center;
  }
}
.cid-tGGryG8faH .list-inline-item,
.cid-tGGryG8faH .mbr-list,
.cid-tGGryG8faH .first-column {
  color: #ffffff;
  text-align: center;
}
.cid-tHgTQR5Q3s {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tHgTQR5Q3s .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tHgTQR5Q3s nav.navbar {
  position: fixed;
}
.cid-tHgTQR5Q3s .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-tHgTQR5Q3s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tHgTQR5Q3s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tHgTQR5Q3s .dropdown-item:hover,
.cid-tHgTQR5Q3s .dropdown-item:focus {
  background: #011247 !important;
  color: white !important;
}
.cid-tHgTQR5Q3s .dropdown-item:hover span {
  color: white;
}
.cid-tHgTQR5Q3s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tHgTQR5Q3s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tHgTQR5Q3s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tHgTQR5Q3s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tHgTQR5Q3s .nav-link {
  position: relative;
}
.cid-tHgTQR5Q3s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tHgTQR5Q3s .container {
    flex-wrap: nowrap;
  }
}
.cid-tHgTQR5Q3s .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tHgTQR5Q3s .dropdown-menu,
.cid-tHgTQR5Q3s .navbar.opened {
  background: #011247 !important;
}
.cid-tHgTQR5Q3s .nav-item:focus,
.cid-tHgTQR5Q3s .nav-link:focus {
  outline: none;
}
.cid-tHgTQR5Q3s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tHgTQR5Q3s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHgTQR5Q3s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tHgTQR5Q3s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHgTQR5Q3s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tHgTQR5Q3s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tHgTQR5Q3s .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #011247;
}
.cid-tHgTQR5Q3s .navbar.opened {
  transition: all 0.3s;
}
.cid-tHgTQR5Q3s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tHgTQR5Q3s .navbar .navbar-logo img {
  width: auto;
}
.cid-tHgTQR5Q3s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHgTQR5Q3s .navbar.collapsed {
  justify-content: center;
}
.cid-tHgTQR5Q3s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tHgTQR5Q3s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHgTQR5Q3s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tHgTQR5Q3s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHgTQR5Q3s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHgTQR5Q3s .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-tHgTQR5Q3s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHgTQR5Q3s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tHgTQR5Q3s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tHgTQR5Q3s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHgTQR5Q3s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHgTQR5Q3s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHgTQR5Q3s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHgTQR5Q3s .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-tHgTQR5Q3s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tHgTQR5Q3s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHgTQR5Q3s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHgTQR5Q3s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tHgTQR5Q3s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tHgTQR5Q3s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tHgTQR5Q3s .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tHgTQR5Q3s .navbar.navbar-short {
  min-height: 80px;
}
.cid-tHgTQR5Q3s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tHgTQR5Q3s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tHgTQR5Q3s .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tHgTQR5Q3s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHgTQR5Q3s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHgTQR5Q3s .dropdown-item.active,
.cid-tHgTQR5Q3s .dropdown-item:active {
  background-color: transparent;
}
.cid-tHgTQR5Q3s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHgTQR5Q3s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHgTQR5Q3s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHgTQR5Q3s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011247;
}
.cid-tHgTQR5Q3s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHgTQR5Q3s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHgTQR5Q3s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tHgTQR5Q3s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tHgTQR5Q3s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tHgTQR5Q3s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2fcff;
}
.cid-tHgTQR5Q3s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tHgTQR5Q3s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHgTQR5Q3s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHgTQR5Q3s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tHgTQR5Q3s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHgTQR5Q3s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tHgTQR5Q3s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tHgTQR5Q3s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHgTQR5Q3s .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tHgTQR5Q3s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tHgTQR5Q3s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tHgTQR5Q3s .navbar {
    height: 70px;
  }
  .cid-tHgTQR5Q3s .navbar.opened {
    height: auto;
  }
  .cid-tHgTQR5Q3s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHgU4tYygo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tHgU4tYygo img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHgU4tYygo H1 {
  color: #1e2251;
  text-align: left;
}
.cid-tHgU4tYygo .mbr-text,
.cid-tHgU4tYygo .mbr-section-btn {
  color: #716c80;
}
.cid-tHgU4tYygo H3 {
  color: #86d8f2;
  text-align: left;
}
.cid-tHgU4tYygo .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHgU4tYygo .btn-info-outline {
  border: none;
  color: #00c7d6 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-tHgU4tYygo .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-tHgU4tYygo .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-tHgU4tYygo .btn-info-outline:hover {
  background-color: transparent!important;
  color: #011247 !important;
  box-shadow: none!important;
}
.cid-tHgU4tYygo .btn-info-outline:active,
.cid-tHgU4tYygo .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-tHgU4tYygo DIV {
  color: #57468b;
}
.cid-tHgU4tYygo .mbr-text,
.cid-tHgU4tYygo .media-content,
.cid-tHgU4tYygo .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-tHgU5kRWJ0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tHgU5kRWJ0 h4 {
  margin-bottom: 0;
}
.cid-tHgU5kRWJ0 p {
  color: #767676;
}
.cid-tHgU5kRWJ0 .btn-info-outline {
  border: none;
  color: #00c7d6 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-tHgU5kRWJ0 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-tHgU5kRWJ0 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-tHgU5kRWJ0 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #011247 !important;
  box-shadow: none!important;
}
.cid-tHgU5kRWJ0 .btn-info-outline:active,
.cid-tHgU5kRWJ0 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-tHgU5kRWJ0 .card-box {
  padding-top: 2rem;
}
.cid-tHgU5kRWJ0 .card-wrapper {
  height: 100%;
}
.cid-tHgU5kRWJ0 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHgU5kRWJ0 img {
  border-radius: 8px;
}
.cid-tHgU5kRWJ0 .card-title {
  color: #1e2251;
}
.cid-tHgU5kRWJ0 .main-title {
  color: #57468b;
  text-align: center;
}
.cid-tHgU5kRWJ0 DIV {
  color: #57468b;
}
.cid-tHgU5kRWJ0 .card-img {
  width: auto;
}
.cid-tHgU5kRWJ0 .mbr-text,
.cid-tHgU5kRWJ0 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-tHgU5UaEL3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHgU5UaEL3 .card-heading {
  padding-bottom: 30px;
  color: #011247;
}
.cid-tHgU5UaEL3 .top {
  padding-top: 0;
}
.cid-tHgU5UaEL3 .row {
  justify-content: center;
  display: flex;
}
.cid-tHgU5UaEL3 a {
  font-weight: 400 !important;
}
.cid-tHgU5UaEL3 .mbr-text {
  color: #333333;
}
.cid-tHgU5UaEL3 .mbr-text1 {
  padding-top: 30px;
}
.cid-tHgU5UaEL3 .top1 {
  padding-top: 30px;
}
.cid-tHgU5UaEL3 .mbr-section-title {
  color: #011247;
  text-align: left;
}
.cid-tHgU6lMA4W.popup-builder {
  background-color: #ffffff;
}
.cid-tHgU6lMA4W.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tHgU6lMA4W.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tHgU6lMA4W .modal-content,
.cid-tHgU6lMA4W .modal-dialog {
  height: auto;
}
.cid-tHgU6lMA4W .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tHgU6lMA4W .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tHgU6lMA4W .form-wrapper .mbr-form .form-group,
  .cid-tHgU6lMA4W .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tHgU6lMA4W .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tHgU6lMA4W .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHgU6lMA4W .mbr-text {
  text-align: center;
}
.cid-tHgU6lMA4W .pt-0 {
  padding-top: 0 !important;
}
.cid-tHgU6lMA4W .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tHgU6lMA4W .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tHgU6lMA4W .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tHgU6lMA4W .modal-open {
  overflow: hidden;
}
.cid-tHgU6lMA4W .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tHgU6lMA4W .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tHgU6lMA4W .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tHgU6lMA4W .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tHgU6lMA4W .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tHgU6lMA4W .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tHgU6lMA4W .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tHgU6lMA4W .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tHgU6lMA4W .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tHgU6lMA4W .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tHgU6lMA4W .modal-backdrop.fade {
  opacity: 0;
}
.cid-tHgU6lMA4W .modal-backdrop.show {
  opacity: .5;
}
.cid-tHgU6lMA4W .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tHgU6lMA4W .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tHgU6lMA4W .modal-header {
    padding: 1rem;
  }
}
.cid-tHgU6lMA4W .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tHgU6lMA4W .modal-header .close svg {
  fill: #353535;
}
.cid-tHgU6lMA4W .modal-header .close:hover {
  opacity: 1;
}
.cid-tHgU6lMA4W .modal-header .close:focus {
  outline: none;
}
.cid-tHgU6lMA4W .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #011247;
}
.cid-tHgU6lMA4W .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tHgU6lMA4W .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHgU6lMA4W .modal-body {
    padding: 1rem;
  }
}
.cid-tHgU6lMA4W .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tHgU6lMA4W .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHgU6lMA4W .modal-footer {
    padding: 1rem;
  }
}
.cid-tHgU6lMA4W .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tHgU6lMA4W .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tHgU6lMA4W .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tHgU6lMA4W .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tHgU6lMA4W .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tHgU6lMA4W .modal-lg,
  .cid-tHgU6lMA4W .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tHgU6lMA4W .modal-xl {
    max-width: 1140px;
  }
}
.cid-tHgU6lMA4W .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tHgU6lMA4W .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tHgU6lMA4W .form-group {
  margin-bottom: 1rem;
}
.cid-tHgU6lMA4W .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tHgU6lMA4W .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tHgU6lMA4W .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tHgU6lMA4W .mbr-section-btn {
  margin: 0;
}
.cid-tHgU6lMA4W .mbr-section-btn .btn {
  margin: 0;
}
.cid-tHgTQQLA5g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHgTQQLA5g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHgTQQLA5g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHgTQQLA5g .container,
.cid-tHgTQQLA5g .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tHgTQQLA5g .container,
  .cid-tHgTQQLA5g .container-fluid {
    padding: 0 20px;
  }
}
.cid-tHgTQQLA5g .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tHgTQQLA5g .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-tHgTQQLA5g .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tHgTQQLA5g .card {
    margin-bottom: 20px;
  }
}
.cid-tHgTQQLA5g .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-tHgTQQLA5g .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-tHgTQQLA5g .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tHgTQQLA5g .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tHgTQQLA5g .mbr-card-title {
  color: #3d4045;
}
.cid-tHgTQQLA5g .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-tHgTQQLA5g .mbr-card-title,
.cid-tHgTQQLA5g .mbr-section-btn {
  text-align: center;
}
.cid-tHgTQRwIZV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #001247;
}
.cid-tHgTQRwIZV p {
  text-align: center;
}
.cid-tHgTQRwIZV .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tHgTQRwIZV .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tHgTQRwIZV .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tHgTQRwIZV .logo-footer {
  line-height: normal;
}
.cid-tHgTQRwIZV .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tHgTQRwIZV .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-tHgTQRwIZV .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-tHgTQRwIZV .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tHgTQRwIZV .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tHgTQRwIZV .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-tHgTQRwIZV .icon-transition span:hover {
  background-color: #00c7d6;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tHgTQRwIZV .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tHgTQRwIZV .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tHgTQRwIZV .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tHgTQRwIZV .logo-footer {
    text-align: center;
  }
  .cid-tHgTQRwIZV .social-media {
    justify-content: center;
  }
}
.cid-tHgTQRwIZV .list-inline-item,
.cid-tHgTQRwIZV .mbr-list,
.cid-tHgTQRwIZV .first-column {
  color: #ffffff;
  text-align: center;
}
.cid-tHgUyanWVo.popup-builder {
  background-color: #ffffff;
}
.cid-tHgUyanWVo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tHgUyanWVo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tHgUyanWVo .modal-content,
.cid-tHgUyanWVo .modal-dialog {
  height: auto;
}
.cid-tHgUyanWVo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tHgUyanWVo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tHgUyanWVo .form-wrapper .mbr-form .form-group,
  .cid-tHgUyanWVo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tHgUyanWVo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tHgUyanWVo .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHgUyanWVo .mbr-text {
  text-align: center;
}
.cid-tHgUyanWVo .pt-0 {
  padding-top: 0 !important;
}
.cid-tHgUyanWVo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tHgUyanWVo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tHgUyanWVo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tHgUyanWVo .modal-open {
  overflow: hidden;
}
.cid-tHgUyanWVo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tHgUyanWVo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tHgUyanWVo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tHgUyanWVo .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tHgUyanWVo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tHgUyanWVo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tHgUyanWVo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tHgUyanWVo .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tHgUyanWVo .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tHgUyanWVo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tHgUyanWVo .modal-backdrop.fade {
  opacity: 0;
}
.cid-tHgUyanWVo .modal-backdrop.show {
  opacity: .5;
}
.cid-tHgUyanWVo .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tHgUyanWVo .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tHgUyanWVo .modal-header {
    padding: 1rem;
  }
}
.cid-tHgUyanWVo .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tHgUyanWVo .modal-header .close svg {
  fill: #353535;
}
.cid-tHgUyanWVo .modal-header .close:hover {
  opacity: 1;
}
.cid-tHgUyanWVo .modal-header .close:focus {
  outline: none;
}
.cid-tHgUyanWVo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #011247;
}
.cid-tHgUyanWVo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tHgUyanWVo .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHgUyanWVo .modal-body {
    padding: 1rem;
  }
}
.cid-tHgUyanWVo .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tHgUyanWVo .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHgUyanWVo .modal-footer {
    padding: 1rem;
  }
}
.cid-tHgUyanWVo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tHgUyanWVo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tHgUyanWVo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tHgUyanWVo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tHgUyanWVo .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tHgUyanWVo .modal-lg,
  .cid-tHgUyanWVo .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tHgUyanWVo .modal-xl {
    max-width: 1140px;
  }
}
.cid-tHgUyanWVo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tHgUyanWVo .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tHgUyanWVo .form-group {
  margin-bottom: 1rem;
}
.cid-tHgUyanWVo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tHgUyanWVo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tHgUyanWVo .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tHgUyanWVo .mbr-section-btn {
  margin: 0;
}
.cid-tHgUyanWVo .mbr-section-btn .btn {
  margin: 0;
}
.cid-tDhaE9TMGZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tDhaE9TMGZ .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tDhaE9TMGZ nav.navbar {
  position: fixed;
}
.cid-tDhaE9TMGZ .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-tDhaE9TMGZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDhaE9TMGZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDhaE9TMGZ .dropdown-item:hover,
.cid-tDhaE9TMGZ .dropdown-item:focus {
  background: #011247 !important;
  color: white !important;
}
.cid-tDhaE9TMGZ .dropdown-item:hover span {
  color: white;
}
.cid-tDhaE9TMGZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDhaE9TMGZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDhaE9TMGZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDhaE9TMGZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDhaE9TMGZ .nav-link {
  position: relative;
}
.cid-tDhaE9TMGZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDhaE9TMGZ .container {
    flex-wrap: nowrap;
  }
}
.cid-tDhaE9TMGZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDhaE9TMGZ .dropdown-menu,
.cid-tDhaE9TMGZ .navbar.opened {
  background: #011247 !important;
}
.cid-tDhaE9TMGZ .nav-item:focus,
.cid-tDhaE9TMGZ .nav-link:focus {
  outline: none;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDhaE9TMGZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDhaE9TMGZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDhaE9TMGZ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #011247;
}
.cid-tDhaE9TMGZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tDhaE9TMGZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDhaE9TMGZ .navbar .navbar-logo img {
  width: auto;
}
.cid-tDhaE9TMGZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDhaE9TMGZ .navbar.collapsed {
  justify-content: center;
}
.cid-tDhaE9TMGZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDhaE9TMGZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDhaE9TMGZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tDhaE9TMGZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDhaE9TMGZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDhaE9TMGZ .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-tDhaE9TMGZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDhaE9TMGZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDhaE9TMGZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDhaE9TMGZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDhaE9TMGZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDhaE9TMGZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDhaE9TMGZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDhaE9TMGZ .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-tDhaE9TMGZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDhaE9TMGZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDhaE9TMGZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDhaE9TMGZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDhaE9TMGZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDhaE9TMGZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDhaE9TMGZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDhaE9TMGZ .navbar.navbar-short {
  min-height: 80px;
}
.cid-tDhaE9TMGZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDhaE9TMGZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDhaE9TMGZ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDhaE9TMGZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDhaE9TMGZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDhaE9TMGZ .dropdown-item.active,
.cid-tDhaE9TMGZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tDhaE9TMGZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDhaE9TMGZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDhaE9TMGZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDhaE9TMGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011247;
}
.cid-tDhaE9TMGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDhaE9TMGZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDhaE9TMGZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDhaE9TMGZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDhaE9TMGZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2fcff;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDhaE9TMGZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDhaE9TMGZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDhaE9TMGZ .navbar {
    height: 70px;
  }
  .cid-tDhaE9TMGZ .navbar.opened {
    height: auto;
  }
  .cid-tDhaE9TMGZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLjAJE7rs5 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tLjAJE7rs5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjAJE7rs5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLjAJE7rs5 .video-wrapper iframe {
  width: 100%;
}
.cid-tLjAJE7rs5 .mbr-section-title,
.cid-tLjAJE7rs5 .mbr-section-subtitle,
.cid-tLjAJE7rs5 .mbr-text {
  text-align: center;
}
.cid-tLjAJE7rs5 .mbr-section-title {
  color: #011247;
}
.cid-tLjCiKjABu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tLjCiKjABu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjCiKjABu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLjCiKjABu .video-wrapper iframe {
  width: 100%;
}
.cid-tLjCiKjABu .mbr-section-title,
.cid-tLjCiKjABu .mbr-section-subtitle,
.cid-tLjCiKjABu .mbr-text {
  text-align: center;
}
.cid-tLjCiKjABu .mbr-section-title {
  color: #011247;
}
.cid-tLjCxOnQPO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tLjCxOnQPO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjCxOnQPO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLjCxOnQPO .video-wrapper iframe {
  width: 100%;
}
.cid-tLjCxOnQPO .mbr-section-title,
.cid-tLjCxOnQPO .mbr-section-subtitle,
.cid-tLjCxOnQPO .mbr-text {
  text-align: center;
}
.cid-tLjCxOnQPO .mbr-section-title {
  color: #011247;
}
.cid-tLjCG013CB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tLjCG013CB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjCG013CB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLjCG013CB .video-wrapper iframe {
  width: 100%;
}
.cid-tLjCG013CB .mbr-section-title,
.cid-tLjCG013CB .mbr-section-subtitle,
.cid-tLjCG013CB .mbr-text {
  text-align: center;
}
.cid-tLjCG013CB .mbr-section-title {
  color: #011247;
}
.cid-tLjCMhWK6T {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tLjCMhWK6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjCMhWK6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLjCMhWK6T .video-wrapper iframe {
  width: 100%;
}
.cid-tLjCMhWK6T .mbr-section-title,
.cid-tLjCMhWK6T .mbr-section-subtitle,
.cid-tLjCMhWK6T .mbr-text {
  text-align: center;
}
.cid-tLjCMhWK6T .mbr-section-title {
  color: #011247;
}
.cid-tLjCU1Fh6w {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tLjCU1Fh6w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjCU1Fh6w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLjCU1Fh6w .video-wrapper iframe {
  width: 100%;
}
.cid-tLjCU1Fh6w .mbr-section-title,
.cid-tLjCU1Fh6w .mbr-section-subtitle,
.cid-tLjCU1Fh6w .mbr-text {
  text-align: center;
}
.cid-tLjCU1Fh6w .mbr-section-title {
  color: #011247;
}
.cid-tLjD0iiABr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tLjD0iiABr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjD0iiABr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLjD0iiABr .video-wrapper iframe {
  width: 100%;
}
.cid-tLjD0iiABr .mbr-section-title,
.cid-tLjD0iiABr .mbr-section-subtitle,
.cid-tLjD0iiABr .mbr-text {
  text-align: center;
}
.cid-tLjD0iiABr .mbr-section-title {
  color: #011247;
}
.cid-tLjD7mriQi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tLjD7mriQi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjD7mriQi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLjD7mriQi .video-wrapper iframe {
  width: 100%;
}
.cid-tLjD7mriQi .mbr-section-title,
.cid-tLjD7mriQi .mbr-section-subtitle,
.cid-tLjD7mriQi .mbr-text {
  text-align: center;
}
.cid-tLjD7mriQi .mbr-section-title {
  color: #011247;
}
.cid-tLjDcKZqkY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tLjDcKZqkY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjDcKZqkY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLjDcKZqkY .video-wrapper iframe {
  width: 100%;
}
.cid-tLjDcKZqkY .mbr-section-title,
.cid-tLjDcKZqkY .mbr-section-subtitle,
.cid-tLjDcKZqkY .mbr-text {
  text-align: center;
}
.cid-tLjDcKZqkY .mbr-section-title {
  color: #011247;
}
.cid-tLjDjLapSn {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tLjDjLapSn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjDjLapSn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLjDjLapSn .video-wrapper iframe {
  width: 100%;
}
.cid-tLjDjLapSn .mbr-section-title,
.cid-tLjDjLapSn .mbr-section-subtitle,
.cid-tLjDjLapSn .mbr-text {
  text-align: center;
}
.cid-tLjDjLapSn .mbr-section-title {
  color: #011247;
}
.cid-tG24vXQ9WD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #001247;
}
.cid-tG24vXQ9WD p {
  text-align: center;
}
.cid-tG24vXQ9WD .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tG24vXQ9WD .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tG24vXQ9WD .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tG24vXQ9WD .logo-footer {
  line-height: normal;
}
.cid-tG24vXQ9WD .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tG24vXQ9WD .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-tG24vXQ9WD .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-tG24vXQ9WD .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG24vXQ9WD .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tG24vXQ9WD .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-tG24vXQ9WD .icon-transition span:hover {
  background-color: #00c7d6;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tG24vXQ9WD .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tG24vXQ9WD .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tG24vXQ9WD .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tG24vXQ9WD .logo-footer {
    text-align: center;
  }
  .cid-tG24vXQ9WD .social-media {
    justify-content: center;
  }
}
.cid-tG24vXQ9WD .list-inline-item,
.cid-tG24vXQ9WD .mbr-list,
.cid-tG24vXQ9WD .first-column {
  color: #ffffff;
  text-align: center;
}
.cid-tZ4rOE6wr2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tZ4rOE6wr2 .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tZ4rOE6wr2 nav.navbar {
  position: fixed;
}
.cid-tZ4rOE6wr2 .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-tZ4rOE6wr2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tZ4rOE6wr2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZ4rOE6wr2 .dropdown-item:hover,
.cid-tZ4rOE6wr2 .dropdown-item:focus {
  background: #011247 !important;
  color: white !important;
}
.cid-tZ4rOE6wr2 .dropdown-item:hover span {
  color: white;
}
.cid-tZ4rOE6wr2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZ4rOE6wr2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZ4rOE6wr2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tZ4rOE6wr2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZ4rOE6wr2 .nav-link {
  position: relative;
}
.cid-tZ4rOE6wr2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tZ4rOE6wr2 .container {
    flex-wrap: nowrap;
  }
}
.cid-tZ4rOE6wr2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZ4rOE6wr2 .dropdown-menu,
.cid-tZ4rOE6wr2 .navbar.opened {
  background: #011247 !important;
}
.cid-tZ4rOE6wr2 .nav-item:focus,
.cid-tZ4rOE6wr2 .nav-link:focus {
  outline: none;
}
.cid-tZ4rOE6wr2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZ4rOE6wr2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZ4rOE6wr2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZ4rOE6wr2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZ4rOE6wr2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZ4rOE6wr2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZ4rOE6wr2 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #011247;
}
.cid-tZ4rOE6wr2 .navbar.opened {
  transition: all 0.3s;
}
.cid-tZ4rOE6wr2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZ4rOE6wr2 .navbar .navbar-logo img {
  width: auto;
}
.cid-tZ4rOE6wr2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZ4rOE6wr2 .navbar.collapsed {
  justify-content: center;
}
.cid-tZ4rOE6wr2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZ4rOE6wr2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZ4rOE6wr2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tZ4rOE6wr2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZ4rOE6wr2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZ4rOE6wr2 .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-tZ4rOE6wr2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZ4rOE6wr2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZ4rOE6wr2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tZ4rOE6wr2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZ4rOE6wr2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZ4rOE6wr2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZ4rOE6wr2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZ4rOE6wr2 .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-tZ4rOE6wr2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZ4rOE6wr2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZ4rOE6wr2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZ4rOE6wr2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZ4rOE6wr2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZ4rOE6wr2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tZ4rOE6wr2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tZ4rOE6wr2 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tZ4rOE6wr2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tZ4rOE6wr2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tZ4rOE6wr2 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tZ4rOE6wr2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZ4rOE6wr2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZ4rOE6wr2 .dropdown-item.active,
.cid-tZ4rOE6wr2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tZ4rOE6wr2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZ4rOE6wr2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZ4rOE6wr2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZ4rOE6wr2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011247;
}
.cid-tZ4rOE6wr2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZ4rOE6wr2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZ4rOE6wr2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZ4rOE6wr2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tZ4rOE6wr2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZ4rOE6wr2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2fcff;
}
.cid-tZ4rOE6wr2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZ4rOE6wr2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ4rOE6wr2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ4rOE6wr2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZ4rOE6wr2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ4rOE6wr2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZ4rOE6wr2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZ4rOE6wr2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ4rOE6wr2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tZ4rOE6wr2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZ4rOE6wr2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZ4rOE6wr2 .navbar {
    height: 70px;
  }
  .cid-tZ4rOE6wr2 .navbar.opened {
    height: auto;
  }
  .cid-tZ4rOE6wr2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZ4rOExwDG {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tZ4rOExwDG img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tZ4rOExwDG H1 {
  color: #1e2251;
  text-align: left;
}
.cid-tZ4rOExwDG .mbr-text,
.cid-tZ4rOExwDG .mbr-section-btn {
  color: #716c80;
}
.cid-tZ4rOExwDG H3 {
  color: #86d8f2;
  text-align: left;
}
.cid-tZ4rOExwDG .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tZ4rOExwDG .btn-info-outline {
  border: none;
  color: #00c7d6 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-tZ4rOExwDG .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-tZ4rOExwDG .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-tZ4rOExwDG .btn-info-outline:hover {
  background-color: transparent!important;
  color: #011247 !important;
  box-shadow: none!important;
}
.cid-tZ4rOExwDG .btn-info-outline:active,
.cid-tZ4rOExwDG .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-tZ4rOExwDG DIV {
  color: #57468b;
}
.cid-tZ4rOExwDG .mbr-text,
.cid-tZ4rOExwDG .media-content,
.cid-tZ4rOExwDG .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-tZ4rOG13FG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZ4rOG13FG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ4rOG13FG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ4rOG13FG .container,
.cid-tZ4rOG13FG .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tZ4rOG13FG .container,
  .cid-tZ4rOG13FG .container-fluid {
    padding: 0 20px;
  }
}
.cid-tZ4rOG13FG .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tZ4rOG13FG .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-tZ4rOG13FG .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tZ4rOG13FG .card {
    margin-bottom: 20px;
  }
}
.cid-tZ4rOG13FG .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-tZ4rOG13FG .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-tZ4rOG13FG .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tZ4rOG13FG .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tZ4rOG13FG .mbr-card-title {
  color: #3d4045;
}
.cid-tZ4rOG13FG .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-tZ4rOG13FG .mbr-card-title,
.cid-tZ4rOG13FG .mbr-section-btn {
  text-align: center;
}
.cid-tZ4rOGlCLa {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #001247;
}
.cid-tZ4rOGlCLa p {
  text-align: center;
}
.cid-tZ4rOGlCLa .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tZ4rOGlCLa .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tZ4rOGlCLa .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tZ4rOGlCLa .logo-footer {
  line-height: normal;
}
.cid-tZ4rOGlCLa .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tZ4rOGlCLa .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-tZ4rOGlCLa .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-tZ4rOGlCLa .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZ4rOGlCLa .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tZ4rOGlCLa .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-tZ4rOGlCLa .icon-transition span:hover {
  background-color: #00c7d6;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tZ4rOGlCLa .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tZ4rOGlCLa .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tZ4rOGlCLa .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tZ4rOGlCLa .logo-footer {
    text-align: center;
  }
  .cid-tZ4rOGlCLa .social-media {
    justify-content: center;
  }
}
.cid-tZ4rOGlCLa .list-inline-item,
.cid-tZ4rOGlCLa .mbr-list,
.cid-tZ4rOGlCLa .first-column {
  color: #ffffff;
  text-align: center;
}
.cid-tYdOUijNfT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tYdOUijNfT .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tYdOUijNfT nav.navbar {
  position: fixed;
}
.cid-tYdOUijNfT .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-tYdOUijNfT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYdOUijNfT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYdOUijNfT .dropdown-item:hover,
.cid-tYdOUijNfT .dropdown-item:focus {
  background: #011247 !important;
  color: white !important;
}
.cid-tYdOUijNfT .dropdown-item:hover span {
  color: white;
}
.cid-tYdOUijNfT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYdOUijNfT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYdOUijNfT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYdOUijNfT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYdOUijNfT .nav-link {
  position: relative;
}
.cid-tYdOUijNfT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYdOUijNfT .container {
    flex-wrap: nowrap;
  }
}
.cid-tYdOUijNfT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYdOUijNfT .dropdown-menu,
.cid-tYdOUijNfT .navbar.opened {
  background: #011247 !important;
}
.cid-tYdOUijNfT .nav-item:focus,
.cid-tYdOUijNfT .nav-link:focus {
  outline: none;
}
.cid-tYdOUijNfT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYdOUijNfT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYdOUijNfT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYdOUijNfT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYdOUijNfT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYdOUijNfT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYdOUijNfT .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #011247;
}
.cid-tYdOUijNfT .navbar.opened {
  transition: all 0.3s;
}
.cid-tYdOUijNfT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYdOUijNfT .navbar .navbar-logo img {
  width: auto;
}
.cid-tYdOUijNfT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYdOUijNfT .navbar.collapsed {
  justify-content: center;
}
.cid-tYdOUijNfT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYdOUijNfT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYdOUijNfT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tYdOUijNfT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYdOUijNfT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYdOUijNfT .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-tYdOUijNfT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYdOUijNfT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYdOUijNfT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYdOUijNfT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYdOUijNfT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYdOUijNfT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYdOUijNfT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYdOUijNfT .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-tYdOUijNfT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYdOUijNfT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYdOUijNfT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYdOUijNfT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYdOUijNfT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYdOUijNfT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tYdOUijNfT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tYdOUijNfT .navbar.navbar-short {
  min-height: 80px;
}
.cid-tYdOUijNfT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYdOUijNfT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYdOUijNfT .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYdOUijNfT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYdOUijNfT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYdOUijNfT .dropdown-item.active,
.cid-tYdOUijNfT .dropdown-item:active {
  background-color: transparent;
}
.cid-tYdOUijNfT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYdOUijNfT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYdOUijNfT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYdOUijNfT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011247;
}
.cid-tYdOUijNfT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYdOUijNfT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYdOUijNfT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYdOUijNfT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYdOUijNfT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYdOUijNfT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2fcff;
}
.cid-tYdOUijNfT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYdOUijNfT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYdOUijNfT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYdOUijNfT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYdOUijNfT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYdOUijNfT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYdOUijNfT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYdOUijNfT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYdOUijNfT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYdOUijNfT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYdOUijNfT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYdOUijNfT .navbar {
    height: 70px;
  }
  .cid-tYdOUijNfT .navbar.opened {
    height: auto;
  }
  .cid-tYdOUijNfT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4rRApi3tG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u4rRApi3tG img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-u4rRApi3tG H1 {
  color: #1e2251;
  text-align: left;
}
.cid-u4rRApi3tG .mbr-text,
.cid-u4rRApi3tG .mbr-section-btn {
  color: #716c80;
}
.cid-u4rRApi3tG H3 {
  color: #86d8f2;
  text-align: left;
}
.cid-u4rRApi3tG .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-u4rRApi3tG .btn-info-outline {
  border: none;
  color: #00c7d6 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-u4rRApi3tG .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-u4rRApi3tG .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-u4rRApi3tG .btn-info-outline:hover {
  background-color: transparent!important;
  color: #011247 !important;
  box-shadow: none!important;
}
.cid-u4rRApi3tG .btn-info-outline:active,
.cid-u4rRApi3tG .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-u4rRApi3tG DIV {
  color: #57468b;
}
.cid-u4rRApi3tG .mbr-text,
.cid-u4rRApi3tG .media-content,
.cid-u4rRApi3tG .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-u4rSrIgtwE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4rSrIgtwE .card-heading {
  padding-bottom: 30px;
  color: #011247;
}
.cid-u4rSrIgtwE .top {
  padding-top: 0;
}
.cid-u4rSrIgtwE .row {
  justify-content: center;
  display: flex;
}
.cid-u4rSrIgtwE a {
  font-weight: 400 !important;
}
.cid-u4rSrIgtwE .mbr-text {
  color: #333333;
}
.cid-u4rSrIgtwE .mbr-text1 {
  padding-top: 30px;
}
.cid-u4rSrIgtwE .top1 {
  padding-top: 30px;
}
.cid-u4rSrIgtwE .mbr-section-title {
  color: #011247;
  text-align: left;
}
.cid-tYdOUkf7i4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYdOUkf7i4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYdOUkf7i4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYdOUkf7i4 .container,
.cid-tYdOUkf7i4 .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tYdOUkf7i4 .container,
  .cid-tYdOUkf7i4 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tYdOUkf7i4 .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tYdOUkf7i4 .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-tYdOUkf7i4 .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tYdOUkf7i4 .card {
    margin-bottom: 20px;
  }
}
.cid-tYdOUkf7i4 .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-tYdOUkf7i4 .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-tYdOUkf7i4 .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tYdOUkf7i4 .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tYdOUkf7i4 .mbr-card-title {
  color: #3d4045;
}
.cid-tYdOUkf7i4 .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-tYdOUkf7i4 .mbr-card-title,
.cid-tYdOUkf7i4 .mbr-section-btn {
  text-align: center;
}
.cid-tYdOUkCLBw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #001247;
}
.cid-tYdOUkCLBw p {
  text-align: center;
}
.cid-tYdOUkCLBw .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tYdOUkCLBw .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tYdOUkCLBw .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tYdOUkCLBw .logo-footer {
  line-height: normal;
}
.cid-tYdOUkCLBw .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tYdOUkCLBw .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-tYdOUkCLBw .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-tYdOUkCLBw .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYdOUkCLBw .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tYdOUkCLBw .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-tYdOUkCLBw .icon-transition span:hover {
  background-color: #00c7d6;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tYdOUkCLBw .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tYdOUkCLBw .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tYdOUkCLBw .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tYdOUkCLBw .logo-footer {
    text-align: center;
  }
  .cid-tYdOUkCLBw .social-media {
    justify-content: center;
  }
}
.cid-tYdOUkCLBw .list-inline-item,
.cid-tYdOUkCLBw .mbr-list,
.cid-tYdOUkCLBw .first-column {
  color: #ffffff;
  text-align: center;
}
.cid-tDhaE9TMGZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tDhaE9TMGZ .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tDhaE9TMGZ nav.navbar {
  position: fixed;
}
.cid-tDhaE9TMGZ .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-tDhaE9TMGZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDhaE9TMGZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDhaE9TMGZ .dropdown-item:hover,
.cid-tDhaE9TMGZ .dropdown-item:focus {
  background: #011247 !important;
  color: white !important;
}
.cid-tDhaE9TMGZ .dropdown-item:hover span {
  color: white;
}
.cid-tDhaE9TMGZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDhaE9TMGZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDhaE9TMGZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDhaE9TMGZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDhaE9TMGZ .nav-link {
  position: relative;
}
.cid-tDhaE9TMGZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDhaE9TMGZ .container {
    flex-wrap: nowrap;
  }
}
.cid-tDhaE9TMGZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDhaE9TMGZ .dropdown-menu,
.cid-tDhaE9TMGZ .navbar.opened {
  background: #011247 !important;
}
.cid-tDhaE9TMGZ .nav-item:focus,
.cid-tDhaE9TMGZ .nav-link:focus {
  outline: none;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDhaE9TMGZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDhaE9TMGZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDhaE9TMGZ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #011247;
}
.cid-tDhaE9TMGZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tDhaE9TMGZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDhaE9TMGZ .navbar .navbar-logo img {
  width: auto;
}
.cid-tDhaE9TMGZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDhaE9TMGZ .navbar.collapsed {
  justify-content: center;
}
.cid-tDhaE9TMGZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDhaE9TMGZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDhaE9TMGZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tDhaE9TMGZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDhaE9TMGZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDhaE9TMGZ .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-tDhaE9TMGZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDhaE9TMGZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDhaE9TMGZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDhaE9TMGZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDhaE9TMGZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDhaE9TMGZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDhaE9TMGZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDhaE9TMGZ .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-tDhaE9TMGZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDhaE9TMGZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDhaE9TMGZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDhaE9TMGZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDhaE9TMGZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDhaE9TMGZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDhaE9TMGZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDhaE9TMGZ .navbar.navbar-short {
  min-height: 80px;
}
.cid-tDhaE9TMGZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDhaE9TMGZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDhaE9TMGZ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDhaE9TMGZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDhaE9TMGZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDhaE9TMGZ .dropdown-item.active,
.cid-tDhaE9TMGZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tDhaE9TMGZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDhaE9TMGZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDhaE9TMGZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDhaE9TMGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011247;
}
.cid-tDhaE9TMGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDhaE9TMGZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDhaE9TMGZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDhaE9TMGZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDhaE9TMGZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2fcff;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDhaE9TMGZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDhaE9TMGZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDhaE9TMGZ .navbar {
    height: 70px;
  }
  .cid-tDhaE9TMGZ .navbar.opened {
    height: auto;
  }
  .cid-tDhaE9TMGZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ty0hVGk4N0 {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/bildmontage-startbildschirm-205511550-breiter-hoher-ergofox-web-1064x1201.jpg");
}
.cid-ty0hWhdR3c {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ty0hWhdR3c h4 {
  margin-bottom: 0;
}
.cid-ty0hWhdR3c p {
  color: #767676;
}
.cid-ty0hWhdR3c .btn-info-outline {
  border: none;
  color: #00c7d6 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-ty0hWhdR3c .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-ty0hWhdR3c .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-ty0hWhdR3c .btn-info-outline:hover {
  background-color: transparent!important;
  color: #011247 !important;
  box-shadow: none!important;
}
.cid-ty0hWhdR3c .btn-info-outline:active,
.cid-ty0hWhdR3c .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-ty0hWhdR3c .card-box {
  padding-top: 2rem;
}
.cid-ty0hWhdR3c .card-wrapper {
  height: 100%;
}
.cid-ty0hWhdR3c .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-ty0hWhdR3c img {
  border-radius: 8px;
}
.cid-ty0hWhdR3c .card-title {
  color: #011247;
}
.cid-ty0hWhdR3c .main-title {
  color: #011247;
  text-align: center;
}
.cid-ty0hWhdR3c DIV {
  color: #57468b;
}
.cid-ty0hWhdR3c .card-img {
  width: auto;
}
.cid-ty0hWhdR3c .mbr-text,
.cid-ty0hWhdR3c .mbr-section-btn {
  text-align: left;
  color: #5b686b;
}
.cid-tBjMjfnTG7 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f2fcff;
}
.cid-tBjMjfnTG7 H1 {
  color: #011247;
  text-align: center;
}
.cid-tBjMjfnTG7 .mbr-text,
.cid-tBjMjfnTG7 .mbr-section-btn {
  color: #716c80;
}
.cid-tBjMjfnTG7 H3 {
  color: #716c80;
}
.cid-tBjM3q1ydc {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #f2fcff;
}
.cid-tBjM3q1ydc H1 {
  color: #57468b;
}
.cid-tBjM3q1ydc .mbr-text,
.cid-tBjM3q1ydc .mbr-section-btn {
  color: #716c80;
}
.cid-tBjM3q1ydc H3 {
  color: #716c80;
}
.cid-tBjM3q1ydc .row {
  justify-content: space-between;
}
.cid-tBjM3q1ydc .col-lg-6 {
  max-width: 500px;
}
.cid-tBjM3q1ydc .title1 {
  color: #011247;
}
.cid-tBjM3q1ydc .title2 {
  color: #011247;
  text-align: left;
}
.cid-tBjM3q1ydc .text2,
.cid-tBjM3q1ydc .btn2 {
  text-align: left;
  color: #011247;
}
.cid-tBjM3q1ydc .text1,
.cid-tBjM3q1ydc .btn1 {
  text-align: left;
  color: #011247;
}
.cid-tBjM3q1ydc .subtitle2 {
  color: #1e2251;
  text-align: left;
}
.cid-tBYVqzahIH {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBYVqzahIH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBYVqzahIH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBYVqzahIH .video-wrapper iframe {
  width: 100%;
}
.cid-tBYVqzahIH .mbr-section-title,
.cid-tBYVqzahIH .mbr-section-subtitle,
.cid-tBYVqzahIH .mbr-text {
  text-align: center;
}
.cid-tBYVqzahIH .mbr-text {
  color: #465052;
}
.cid-tBYVqzahIH .mbr-section-title {
  color: #011247;
}
.cid-tBd8YhSSSO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tBd8YhSSSO h5,
.cid-tBd8YhSSSO h4,
.cid-tBd8YhSSSO p {
  margin-bottom: 0;
}
.cid-tBd8YhSSSO p {
  color: #767676;
}
.cid-tBd8YhSSSO .card-img {
  padding: 0;
  width: auto;
}
.cid-tBd8YhSSSO .mbr-section-btn {
  margin: 0;
  margin-top: 1.2rem;
  border-top: 1px solid #00c7d6;
}
.cid-tBd8YhSSSO .mbr-section-btn .btn {
  margin-top: 1.2rem !important;
}
.cid-tBd8YhSSSO .card-wrapper {
  transition: all 0.3s;
  background-color: #f2fcff;
}
.cid-tBd8YhSSSO .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tBd8YhSSSO .card-box {
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tBd8YhSSSO .card-box {
    padding: 2rem 0 0;
  }
  .cid-tBd8YhSSSO .card-wrapper {
    display: block !important;
  }
}
.cid-tBd8YhSSSO .card-wrapper {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.cid-tBd8YhSSSO .card-title,
.cid-tBd8YhSSSO .main-title {
  color: #57468b;
}
.cid-tBd8YhSSSO .card-title {
  color: #011247;
}
.cid-tBd8YhSSSO .mbr-text,
.cid-tBd8YhSSSO .mbr-section-btn {
  color: #5b686b;
}
.cid-tBd8YhSSSO .main-title {
  text-align: center;
  color: #011247;
}
.cid-tG24vXQ9WD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #001247;
}
.cid-tG24vXQ9WD p {
  text-align: center;
}
.cid-tG24vXQ9WD .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tG24vXQ9WD .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tG24vXQ9WD .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tG24vXQ9WD .logo-footer {
  line-height: normal;
}
.cid-tG24vXQ9WD .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tG24vXQ9WD .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-tG24vXQ9WD .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-tG24vXQ9WD .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG24vXQ9WD .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tG24vXQ9WD .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-tG24vXQ9WD .icon-transition span:hover {
  background-color: #00c7d6;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tG24vXQ9WD .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tG24vXQ9WD .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tG24vXQ9WD .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tG24vXQ9WD .logo-footer {
    text-align: center;
  }
  .cid-tG24vXQ9WD .social-media {
    justify-content: center;
  }
}
.cid-tG24vXQ9WD .list-inline-item,
.cid-tG24vXQ9WD .mbr-list,
.cid-tG24vXQ9WD .first-column {
  color: #ffffff;
  text-align: center;
}
.cid-tDhaE9TMGZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tDhaE9TMGZ .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tDhaE9TMGZ nav.navbar {
  position: fixed;
}
.cid-tDhaE9TMGZ .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-tDhaE9TMGZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDhaE9TMGZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDhaE9TMGZ .dropdown-item:hover,
.cid-tDhaE9TMGZ .dropdown-item:focus {
  background: #011247 !important;
  color: white !important;
}
.cid-tDhaE9TMGZ .dropdown-item:hover span {
  color: white;
}
.cid-tDhaE9TMGZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDhaE9TMGZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDhaE9TMGZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDhaE9TMGZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDhaE9TMGZ .nav-link {
  position: relative;
}
.cid-tDhaE9TMGZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDhaE9TMGZ .container {
    flex-wrap: nowrap;
  }
}
.cid-tDhaE9TMGZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDhaE9TMGZ .dropdown-menu,
.cid-tDhaE9TMGZ .navbar.opened {
  background: #011247 !important;
}
.cid-tDhaE9TMGZ .nav-item:focus,
.cid-tDhaE9TMGZ .nav-link:focus {
  outline: none;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDhaE9TMGZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDhaE9TMGZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDhaE9TMGZ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #011247;
}
.cid-tDhaE9TMGZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tDhaE9TMGZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDhaE9TMGZ .navbar .navbar-logo img {
  width: auto;
}
.cid-tDhaE9TMGZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDhaE9TMGZ .navbar.collapsed {
  justify-content: center;
}
.cid-tDhaE9TMGZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDhaE9TMGZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDhaE9TMGZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tDhaE9TMGZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDhaE9TMGZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDhaE9TMGZ .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-tDhaE9TMGZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDhaE9TMGZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDhaE9TMGZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDhaE9TMGZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDhaE9TMGZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDhaE9TMGZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDhaE9TMGZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDhaE9TMGZ .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-tDhaE9TMGZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDhaE9TMGZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDhaE9TMGZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDhaE9TMGZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDhaE9TMGZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDhaE9TMGZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDhaE9TMGZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDhaE9TMGZ .navbar.navbar-short {
  min-height: 80px;
}
.cid-tDhaE9TMGZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDhaE9TMGZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDhaE9TMGZ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDhaE9TMGZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDhaE9TMGZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDhaE9TMGZ .dropdown-item.active,
.cid-tDhaE9TMGZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tDhaE9TMGZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDhaE9TMGZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDhaE9TMGZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDhaE9TMGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011247;
}
.cid-tDhaE9TMGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDhaE9TMGZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDhaE9TMGZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDhaE9TMGZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDhaE9TMGZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2fcff;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDhaE9TMGZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDhaE9TMGZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDhaE9TMGZ .navbar {
    height: 70px;
  }
  .cid-tDhaE9TMGZ .navbar.opened {
    height: auto;
  }
  .cid-tDhaE9TMGZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ty0hDCT909 {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/img-4642-2000x1333.jpeg");
}
.cid-ty0hDCT909 H1 {
  color: #ffffff;
}
.cid-ty0hEE1Xn7 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ty0hEE1Xn7 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-ty0hEE1Xn7 H1 {
  color: #011247;
}
.cid-ty0hEE1Xn7 .mbr-text,
.cid-ty0hEE1Xn7 .mbr-section-btn {
  color: #716c80;
}
.cid-ty0hEE1Xn7 H3 {
  color: #716c80;
}
.cid-ty0hEE1Xn7 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-ty0hEE1Xn7 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-ty0hEE1Xn7 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-ty0hEE1Xn7 .link:hover {
  color: #011247 !important;
}
.cid-ty0hEE1Xn7 .link:hover .link-ico {
  color: #011247 !important;
  padding-left: 10px;
}
.cid-ty0hEE1Xn7 DIV {
  color: #57468b;
}
.cid-ty0hEE1Xn7 .mbr-text,
.cid-ty0hEE1Xn7 .media-content {
  color: #232323;
}
.cid-tBY8QShuCU {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tBY8QShuCU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBY8QShuCU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBY8QShuCU .video-wrapper iframe {
  width: 100%;
}
.cid-tBY8QShuCU .mbr-section-title,
.cid-tBY8QShuCU .mbr-section-subtitle,
.cid-tBY8QShuCU .mbr-text {
  text-align: center;
}
.cid-tHh9L9Fbe2 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f2fcff;
}
.cid-tHh9L9Fbe2 H1 {
  color: #011247;
  text-align: center;
}
.cid-tHh9L9Fbe2 .mbr-text,
.cid-tHh9L9Fbe2 .mbr-section-btn {
  color: #716c80;
}
.cid-tHh9L9Fbe2 H3 {
  color: #716c80;
}
.cid-tHh9MoERIR {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #f2fcff;
}
.cid-tHh9MoERIR H1 {
  color: #57468b;
}
.cid-tHh9MoERIR .mbr-text,
.cid-tHh9MoERIR .mbr-section-btn {
  color: #716c80;
}
.cid-tHh9MoERIR H3 {
  color: #716c80;
}
.cid-tHh9MoERIR .row {
  justify-content: space-between;
}
.cid-tHh9MoERIR .col-lg-6 {
  max-width: 500px;
}
.cid-tHh9MoERIR .title1 {
  color: #011247;
}
.cid-tHh9MoERIR .title2 {
  color: #011247;
  text-align: left;
}
.cid-tHh9MoERIR .text2,
.cid-tHh9MoERIR .btn2 {
  text-align: left;
  color: #011247;
}
.cid-tHh9MoERIR .text1,
.cid-tHh9MoERIR .btn1 {
  text-align: left;
  color: #011247;
}
.cid-tHh9MoERIR .subtitle2 {
  color: #1e2251;
  text-align: left;
}
.cid-tHh9OQsJLv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tHh9OQsJLv img {
  object-fit: cover;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tHh9OQsJLv img {
    width: 100%;
  }
}
.cid-tHh9OQsJLv .link {
  text-decoration: underline;
}
.cid-tHh9OQsJLv .tag-wrapper {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-tHh9OQsJLv .tag-wrapper {
    justify-content: center;
  }
}
.cid-tHh9OQsJLv .tag {
  padding: 6px 16px;
  padding-top: 9px;
  margin-bottom: 1rem;
  margin-right: 1rem;
  width: fit-content;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tHh9OQsJLv .tag {
    margin: 0 0.5rem;
    margin-bottom: 1rem;
  }
}
.cid-tHh9OQsJLv .tag1 {
  background: #30c7bf;
}
.cid-tHh9OQsJLv .tag2 {
  background: #fc898c;
}
.cid-tHh9OQsJLv .tag3 {
  background: #00004c;
}
.cid-tHh9OQsJLv .tag4 {
  background: #30c7bf;
}
.cid-tHh9OQsJLv .tag5 {
  background: #fc898c;
}
.cid-tHh9OQsJLv .mbr-section-title {
  color: #00004c;
}
.cid-tHh9OQsJLv .mbr-section-subtitle {
  color: #011247;
}
.cid-tHh9QqfUKs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tHh9QqfUKs .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-tHh9QqfUKs img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tHh9QqfUKs .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tHh9QqfUKs .mbr-section-title {
  color: #011247;
}
.cid-tHh9QqfUKs .mbr-text {
  color: #232323;
}
.cid-tHh9QqfUKs .mbr-description {
  color: #6c7577;
}
.cid-tHh9SAbCGE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tHh9SAbCGE img {
  object-fit: cover;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tHh9SAbCGE img {
    width: 100%;
  }
}
.cid-tHh9SAbCGE .link {
  text-decoration: underline;
}
.cid-tHh9SAbCGE .tag-wrapper {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-tHh9SAbCGE .tag-wrapper {
    justify-content: center;
  }
}
.cid-tHh9SAbCGE .tag {
  padding: 6px 16px;
  padding-top: 9px;
  margin-bottom: 1rem;
  margin-right: 1rem;
  width: fit-content;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tHh9SAbCGE .tag {
    margin: 0 0.5rem;
    margin-bottom: 1rem;
  }
}
.cid-tHh9SAbCGE .tag1 {
  background: #30c7bf;
}
.cid-tHh9SAbCGE .tag2 {
  background: #fc898c;
}
.cid-tHh9SAbCGE .tag3 {
  background: #00004c;
}
.cid-tHh9SAbCGE .tag4 {
  background: #30c7bf;
}
.cid-tHh9SAbCGE .tag5 {
  background: #fc898c;
}
.cid-tHh9SAbCGE .mbr-section-title {
  color: #00004c;
}
.cid-tHh9SAbCGE .mbr-section-subtitle {
  color: #011247;
}
.cid-tHh9VloMv6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tHh9VloMv6 .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-tHh9VloMv6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tHh9VloMv6 .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tHh9VloMv6 .mbr-section-title {
  color: #011247;
}
.cid-tHh9VloMv6 .mbr-text {
  color: #232323;
}
.cid-tHh9VloMv6 .mbr-description {
  color: #6c7577;
}
.cid-tG24vXQ9WD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #001247;
}
.cid-tG24vXQ9WD p {
  text-align: center;
}
.cid-tG24vXQ9WD .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tG24vXQ9WD .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tG24vXQ9WD .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tG24vXQ9WD .logo-footer {
  line-height: normal;
}
.cid-tG24vXQ9WD .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tG24vXQ9WD .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-tG24vXQ9WD .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-tG24vXQ9WD .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG24vXQ9WD .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tG24vXQ9WD .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-tG24vXQ9WD .icon-transition span:hover {
  background-color: #00c7d6;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tG24vXQ9WD .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tG24vXQ9WD .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tG24vXQ9WD .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tG24vXQ9WD .logo-footer {
    text-align: center;
  }
  .cid-tG24vXQ9WD .social-media {
    justify-content: center;
  }
}
.cid-tG24vXQ9WD .list-inline-item,
.cid-tG24vXQ9WD .mbr-list,
.cid-tG24vXQ9WD .first-column {
  color: #ffffff;
  text-align: center;
}
.cid-tDhaE9TMGZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tDhaE9TMGZ .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tDhaE9TMGZ nav.navbar {
  position: fixed;
}
.cid-tDhaE9TMGZ .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-tDhaE9TMGZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDhaE9TMGZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDhaE9TMGZ .dropdown-item:hover,
.cid-tDhaE9TMGZ .dropdown-item:focus {
  background: #011247 !important;
  color: white !important;
}
.cid-tDhaE9TMGZ .dropdown-item:hover span {
  color: white;
}
.cid-tDhaE9TMGZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDhaE9TMGZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDhaE9TMGZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDhaE9TMGZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDhaE9TMGZ .nav-link {
  position: relative;
}
.cid-tDhaE9TMGZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDhaE9TMGZ .container {
    flex-wrap: nowrap;
  }
}
.cid-tDhaE9TMGZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDhaE9TMGZ .dropdown-menu,
.cid-tDhaE9TMGZ .navbar.opened {
  background: #011247 !important;
}
.cid-tDhaE9TMGZ .nav-item:focus,
.cid-tDhaE9TMGZ .nav-link:focus {
  outline: none;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDhaE9TMGZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDhaE9TMGZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDhaE9TMGZ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #011247;
}
.cid-tDhaE9TMGZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tDhaE9TMGZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDhaE9TMGZ .navbar .navbar-logo img {
  width: auto;
}
.cid-tDhaE9TMGZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDhaE9TMGZ .navbar.collapsed {
  justify-content: center;
}
.cid-tDhaE9TMGZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDhaE9TMGZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDhaE9TMGZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tDhaE9TMGZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDhaE9TMGZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDhaE9TMGZ .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-tDhaE9TMGZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDhaE9TMGZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDhaE9TMGZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDhaE9TMGZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDhaE9TMGZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDhaE9TMGZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDhaE9TMGZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDhaE9TMGZ .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-tDhaE9TMGZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDhaE9TMGZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDhaE9TMGZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDhaE9TMGZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDhaE9TMGZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDhaE9TMGZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDhaE9TMGZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDhaE9TMGZ .navbar.navbar-short {
  min-height: 80px;
}
.cid-tDhaE9TMGZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDhaE9TMGZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDhaE9TMGZ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDhaE9TMGZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDhaE9TMGZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDhaE9TMGZ .dropdown-item.active,
.cid-tDhaE9TMGZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tDhaE9TMGZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDhaE9TMGZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDhaE9TMGZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDhaE9TMGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011247;
}
.cid-tDhaE9TMGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDhaE9TMGZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDhaE9TMGZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDhaE9TMGZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDhaE9TMGZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2fcff;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDhaE9TMGZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDhaE9TMGZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDhaE9TMGZ .navbar {
    height: 70px;
  }
  .cid-tDhaE9TMGZ .navbar.opened {
    height: auto;
  }
  .cid-tDhaE9TMGZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBkFFqocz1 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tBkFFqocz1 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tBkFFqocz1 H1 {
  color: #011247;
  text-align: center;
}
.cid-tBkFFqocz1 .mbr-text,
.cid-tBkFFqocz1 .mbr-section-btn {
  color: #716c80;
}
.cid-tBkFFqocz1 H3 {
  color: #716c80;
}
.cid-tBkFFqocz1 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tBkFFqocz1 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tBkFFqocz1 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tBkFFqocz1 .link:hover {
  color: #011247 !important;
}
.cid-tBkFFqocz1 .link:hover .link-ico {
  color: #011247 !important;
  padding-left: 10px;
}
.cid-tBkFFqocz1 DIV {
  color: #57468b;
}
.cid-tBkFFqocz1 .mbr-text,
.cid-tBkFFqocz1 .media-content {
  color: #5b686b;
  text-align: center;
}
.cid-tEIphujSan {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tEIphujSan .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-tEIphujSan .mbr-section-title {
  color: #011247;
  text-align: center;
}
.cid-tEIphujSan .mbr-section-subtitle {
  color: #5b686b;
  margin-top: 16px;
}
.cid-tEIphujSan .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-tEIphujSan .items-row {
    margin: 0 -15px;
  }
  .cid-tEIphujSan .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tEIphujSan .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-tEIphujSan .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-tEIphujSan .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-tEIphujSan .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-tEIphujSan .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tEIphujSan .mbr-text {
  color: #5b686b;
  padding-top: 5px;
  text-align: center;
}
.cid-tEIphujSan .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-tEIphujSan .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-tEIphujSan .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #ffe033;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-tEIphujSan .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #011247;
  padding: 10px;
}
.cid-tEIphujSan .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tEIphujSan .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-tEIphujSan .mbr-section-btn {
  margin-top: 20px;
}
.cid-tEIphujSan .item-title,
.cid-tEIphujSan .mbr-section-btn {
  color: #011247;
  text-align: center;
}
.cid-tBkJZ3rJ0Z {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tBkJZ3rJ0Z .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-tBkJZ3rJ0Z .mbr-section-title {
  color: #011247;
}
.cid-tBkJZ3rJ0Z .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-tBkJZ3rJ0Z .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-tBkJZ3rJ0Z .items-row {
    margin: 0 -15px;
  }
  .cid-tBkJZ3rJ0Z .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tBkJZ3rJ0Z .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-tBkJZ3rJ0Z .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-tBkJZ3rJ0Z .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-tBkJZ3rJ0Z .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-tBkJZ3rJ0Z .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tBkJZ3rJ0Z .mbr-text {
  color: #5b686b;
  padding-top: 5px;
  text-align: center;
}
.cid-tBkJZ3rJ0Z .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-tBkJZ3rJ0Z .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-tBkJZ3rJ0Z .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #ffe033;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-tBkJZ3rJ0Z .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #011247;
  padding: 10px;
}
.cid-tBkJZ3rJ0Z .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tBkJZ3rJ0Z .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-tBkJZ3rJ0Z .mbr-section-btn {
  margin-top: 20px;
}
.cid-tBkJZ3rJ0Z .item-title,
.cid-tBkJZ3rJ0Z .mbr-section-btn {
  color: #011247;
  text-align: center;
}
.cid-u4P7aVs85N {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u4P7aVs85N img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-u4P7aVs85N H1 {
  color: #001247;
  text-align: center;
}
.cid-u4P7aVs85N .mbr-text,
.cid-u4P7aVs85N .mbr-section-btn {
  color: #716c80;
}
.cid-u4P7aVs85N H3 {
  color: #716c80;
}
.cid-u4P7aVs85N .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-u4P7aVs85N .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-u4P7aVs85N .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-u4P7aVs85N .link:hover {
  color: #011247 !important;
}
.cid-u4P7aVs85N .link:hover .link-ico {
  color: #011247 !important;
  padding-left: 10px;
}
.cid-u4P7aVs85N DIV {
  color: #57468b;
}
.cid-u4P7aVs85N .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4P7aVs85N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4P7aVs85N .mbr-text,
.cid-u4P7aVs85N .media-content {
  text-align: center;
}
.cid-uUjpCzdRZW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2fcff;
}
.cid-uUjpCzdRZW H1 {
  color: #011247;
  text-align: center;
}
.cid-uUjpCzdRZW .mbr-text,
.cid-uUjpCzdRZW .mbr-section-btn {
  color: #716c80;
}
.cid-tG24vXQ9WD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #001247;
}
.cid-tG24vXQ9WD p {
  text-align: center;
}
.cid-tG24vXQ9WD .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tG24vXQ9WD .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tG24vXQ9WD .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tG24vXQ9WD .logo-footer {
  line-height: normal;
}
.cid-tG24vXQ9WD .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tG24vXQ9WD .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-tG24vXQ9WD .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-tG24vXQ9WD .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG24vXQ9WD .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tG24vXQ9WD .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-tG24vXQ9WD .icon-transition span:hover {
  background-color: #00c7d6;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tG24vXQ9WD .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tG24vXQ9WD .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tG24vXQ9WD .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tG24vXQ9WD .logo-footer {
    text-align: center;
  }
  .cid-tG24vXQ9WD .social-media {
    justify-content: center;
  }
}
.cid-tG24vXQ9WD .list-inline-item,
.cid-tG24vXQ9WD .mbr-list,
.cid-tG24vXQ9WD .first-column {
  color: #ffffff;
  text-align: center;
}
.cid-tDhaE9TMGZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tDhaE9TMGZ .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tDhaE9TMGZ nav.navbar {
  position: fixed;
}
.cid-tDhaE9TMGZ .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-tDhaE9TMGZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDhaE9TMGZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDhaE9TMGZ .dropdown-item:hover,
.cid-tDhaE9TMGZ .dropdown-item:focus {
  background: #011247 !important;
  color: white !important;
}
.cid-tDhaE9TMGZ .dropdown-item:hover span {
  color: white;
}
.cid-tDhaE9TMGZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDhaE9TMGZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDhaE9TMGZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDhaE9TMGZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDhaE9TMGZ .nav-link {
  position: relative;
}
.cid-tDhaE9TMGZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDhaE9TMGZ .container {
    flex-wrap: nowrap;
  }
}
.cid-tDhaE9TMGZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDhaE9TMGZ .dropdown-menu,
.cid-tDhaE9TMGZ .navbar.opened {
  background: #011247 !important;
}
.cid-tDhaE9TMGZ .nav-item:focus,
.cid-tDhaE9TMGZ .nav-link:focus {
  outline: none;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDhaE9TMGZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDhaE9TMGZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDhaE9TMGZ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #011247;
}
.cid-tDhaE9TMGZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tDhaE9TMGZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDhaE9TMGZ .navbar .navbar-logo img {
  width: auto;
}
.cid-tDhaE9TMGZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDhaE9TMGZ .navbar.collapsed {
  justify-content: center;
}
.cid-tDhaE9TMGZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDhaE9TMGZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDhaE9TMGZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tDhaE9TMGZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDhaE9TMGZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDhaE9TMGZ .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-tDhaE9TMGZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDhaE9TMGZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDhaE9TMGZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDhaE9TMGZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDhaE9TMGZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDhaE9TMGZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDhaE9TMGZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDhaE9TMGZ .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-tDhaE9TMGZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDhaE9TMGZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDhaE9TMGZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDhaE9TMGZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDhaE9TMGZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDhaE9TMGZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDhaE9TMGZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDhaE9TMGZ .navbar.navbar-short {
  min-height: 80px;
}
.cid-tDhaE9TMGZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDhaE9TMGZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDhaE9TMGZ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDhaE9TMGZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDhaE9TMGZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDhaE9TMGZ .dropdown-item.active,
.cid-tDhaE9TMGZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tDhaE9TMGZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDhaE9TMGZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDhaE9TMGZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDhaE9TMGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011247;
}
.cid-tDhaE9TMGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDhaE9TMGZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDhaE9TMGZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDhaE9TMGZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDhaE9TMGZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2fcff;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDhaE9TMGZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDhaE9TMGZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDhaE9TMGZ .navbar {
    height: 70px;
  }
  .cid-tDhaE9TMGZ .navbar.opened {
    height: auto;
  }
  .cid-tDhaE9TMGZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLiMsIxoAC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #438bf7;
}
.cid-tLiMsIxoAC .row {
  flex-direction: row-reverse;
}
.cid-tLiMsIxoAC .second-color {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #438bf7;
}
@media (max-width: 991px) {
  .cid-tLiMsIxoAC .second-color {
    display: none;
    display: block;
    width: 100%;
  }
}
.cid-tLiMsIxoAC .image-wrapper {
  width: 120%;
  margin-left: -20%;
}
@media (max-width: 991px) {
  .cid-tLiMsIxoAC .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tLiMsIxoAC .image-wrapper {
    margin-left: 0;
  }
}
.cid-tLiMsIxoAC .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
.cid-tLiMsIxoAC .content {
  padding-left: 20%;
  padding-left: 0;
  padding-right: 20%;
}
@media (max-width: 991px) {
  .cid-tLiMsIxoAC .content {
    padding-left: 0;
    margin-top: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tLiMsIxoAC .content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tLiMsIxoAC .content {
    text-align: center;
  }
}
.cid-tLiMsIxoAC .mbr-section-title {
  color: #ffe033;
  margin-bottom: 20px;
  text-align: left;
}
.cid-tLiMsIxoAC .mbr-section-title span {
  position: relative;
}
.cid-tLiMsIxoAC .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
}
@media (max-width: 992px) {
  .cid-tLiMsIxoAC .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-tLiMsIxoAC .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-tLiMsIxoAC .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-tLiMsIxoAC .mbr-section-title span svg path {
  fill: #ffffff;
}
.cid-tLiMsIxoAC .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tLiMsIxoAC .mbr-section-subtitle span {
  position: relative;
}
.cid-tLiMsIxoAC .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
  display: none;
}
.cid-tLiMsIxoAC .mbr-section-subtitle span svg path {
  fill: #ffe033;
}
@media (max-width: 599px) {
  .cid-tLiMsIxoAC .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-tLiMsIxoAC .mbr-section-btn {
  margin-top: 3rem;
}
.cid-tLiMsIxoAC .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tLiMsIxoAC .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tLiMsIxoAC .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-tLiMsIxoAC .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tLiMsIxoAC .mbr-section-title DIV {
  text-align: center;
}
.cid-tLiTU6aqrK {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLiTU6aqrK .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-tLiTU6aqrK .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #ffffff;
  z-index: -1;
}
.cid-tLiTU6aqrK .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tLiTU6aqrK .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-tLiTU6aqrK .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLiTU6aqrK .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tLiTU6aqrK b,
.cid-tLiTU6aqrK strong {
  font-weight: 900;
}
.cid-tLiTU6aqrK img,
.cid-tLiTU6aqrK .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tLiTU6aqrK .item:focus,
.cid-tLiTU6aqrK span:focus {
  outline: none;
}
.cid-tLiTU6aqrK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tLiTU6aqrK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tLiTU6aqrK .mbr-section-title {
  color: #17003b;
}
.cid-tLiTU6aqrK .mbr-text,
.cid-tLiTU6aqrK .mbr-section-btn {
  text-align: center;
  color: #17003b;
}
.cid-tLiTU6aqrK .item-title {
  text-align: center;
  color: #17003b;
}
.cid-tLiTU6aqrK .mbr-section-subtitle {
  color: #17003b;
}
.cid-tLiTU6aqrK .item-subtitle,
.cid-tLiTU6aqrK .item-content {
  text-align: center;
}
.cid-tLiVCuBjtx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLiVCuBjtx .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-tLiVCuBjtx .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #ffffff;
  z-index: -1;
}
.cid-tLiVCuBjtx .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tLiVCuBjtx .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-tLiVCuBjtx .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLiVCuBjtx .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tLiVCuBjtx b,
.cid-tLiVCuBjtx strong {
  font-weight: 900;
}
.cid-tLiVCuBjtx img,
.cid-tLiVCuBjtx .item-img {
  width: 100%;
}
.cid-tLiVCuBjtx .item:focus,
.cid-tLiVCuBjtx span:focus {
  outline: none;
}
.cid-tLiVCuBjtx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tLiVCuBjtx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tLiVCuBjtx .mbr-section-title {
  color: #17003b;
}
.cid-tLiVCuBjtx .mbr-text,
.cid-tLiVCuBjtx .mbr-section-btn {
  text-align: center;
  color: #17003b;
}
.cid-tLiVCuBjtx .item-title {
  text-align: center;
  color: #17003b;
}
.cid-tLiVCuBjtx .mbr-section-subtitle {
  color: #17003b;
}
.cid-tLiVCuBjtx .item-subtitle,
.cid-tLiVCuBjtx .item-content {
  text-align: center;
}
.cid-tLiXhnup6A {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tLiXhnup6A img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tLiXhnup6A H1 {
  color: #011247;
}
.cid-tLiXhnup6A .mbr-text,
.cid-tLiXhnup6A .mbr-section-btn {
  color: #716c80;
}
.cid-tLiXhnup6A H3 {
  color: #716c80;
}
.cid-tLiXhnup6A .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tLiXhnup6A .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tLiXhnup6A .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tLiXhnup6A .link:hover {
  color: #011247 !important;
}
.cid-tLiXhnup6A .link:hover .link-ico {
  color: #011247 !important;
  padding-left: 10px;
}
.cid-tLiXhnup6A DIV {
  color: #57468b;
}
.cid-tLiXhnup6A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLiXhnup6A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLiXhnup6A .mbr-text,
.cid-tLiXhnup6A .media-content {
  color: #232323;
}
.cid-tLj3PvtUQC {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/design-ohne-titel-2000x1397.png");
}
.cid-tLj3PvtUQC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLj3PvtUQC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLj3PvtUQC .mbr-text,
.cid-tLj3PvtUQC .mbr-section-btn {
  color: #232323;
}
.cid-tLj3PvtUQC .card-title,
.cid-tLj3PvtUQC .card-box {
  color: #ffffff;
}
.cid-tLj3PvtUQC .mbr-text,
.cid-tLj3PvtUQC .link-wrap {
  color: #ffffff;
}
.cid-tLj3PvtUQC .card-box .mbr-text,
.cid-tLj3PvtUQC .mbr-section-btn {
  color: #ffffff;
}
.cid-tG24vXQ9WD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #001247;
}
.cid-tG24vXQ9WD p {
  text-align: center;
}
.cid-tG24vXQ9WD .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tG24vXQ9WD .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tG24vXQ9WD .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tG24vXQ9WD .logo-footer {
  line-height: normal;
}
.cid-tG24vXQ9WD .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tG24vXQ9WD .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-tG24vXQ9WD .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-tG24vXQ9WD .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG24vXQ9WD .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tG24vXQ9WD .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-tG24vXQ9WD .icon-transition span:hover {
  background-color: #00c7d6;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tG24vXQ9WD .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tG24vXQ9WD .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tG24vXQ9WD .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tG24vXQ9WD .logo-footer {
    text-align: center;
  }
  .cid-tG24vXQ9WD .social-media {
    justify-content: center;
  }
}
.cid-tG24vXQ9WD .list-inline-item,
.cid-tG24vXQ9WD .mbr-list,
.cid-tG24vXQ9WD .first-column {
  color: #ffffff;
  text-align: center;
}
.cid-tDhaE9TMGZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tDhaE9TMGZ .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tDhaE9TMGZ nav.navbar {
  position: fixed;
}
.cid-tDhaE9TMGZ .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-tDhaE9TMGZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDhaE9TMGZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDhaE9TMGZ .dropdown-item:hover,
.cid-tDhaE9TMGZ .dropdown-item:focus {
  background: #011247 !important;
  color: white !important;
}
.cid-tDhaE9TMGZ .dropdown-item:hover span {
  color: white;
}
.cid-tDhaE9TMGZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDhaE9TMGZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDhaE9TMGZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDhaE9TMGZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDhaE9TMGZ .nav-link {
  position: relative;
}
.cid-tDhaE9TMGZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDhaE9TMGZ .container {
    flex-wrap: nowrap;
  }
}
.cid-tDhaE9TMGZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDhaE9TMGZ .dropdown-menu,
.cid-tDhaE9TMGZ .navbar.opened {
  background: #011247 !important;
}
.cid-tDhaE9TMGZ .nav-item:focus,
.cid-tDhaE9TMGZ .nav-link:focus {
  outline: none;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDhaE9TMGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDhaE9TMGZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDhaE9TMGZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDhaE9TMGZ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #011247;
}
.cid-tDhaE9TMGZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tDhaE9TMGZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDhaE9TMGZ .navbar .navbar-logo img {
  width: auto;
}
.cid-tDhaE9TMGZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDhaE9TMGZ .navbar.collapsed {
  justify-content: center;
}
.cid-tDhaE9TMGZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDhaE9TMGZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDhaE9TMGZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tDhaE9TMGZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDhaE9TMGZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDhaE9TMGZ .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-tDhaE9TMGZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDhaE9TMGZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDhaE9TMGZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDhaE9TMGZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDhaE9TMGZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDhaE9TMGZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDhaE9TMGZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDhaE9TMGZ .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-tDhaE9TMGZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDhaE9TMGZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDhaE9TMGZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDhaE9TMGZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDhaE9TMGZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDhaE9TMGZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDhaE9TMGZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDhaE9TMGZ .navbar.navbar-short {
  min-height: 80px;
}
.cid-tDhaE9TMGZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDhaE9TMGZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDhaE9TMGZ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDhaE9TMGZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDhaE9TMGZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDhaE9TMGZ .dropdown-item.active,
.cid-tDhaE9TMGZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tDhaE9TMGZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDhaE9TMGZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDhaE9TMGZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDhaE9TMGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011247;
}
.cid-tDhaE9TMGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDhaE9TMGZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDhaE9TMGZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDhaE9TMGZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDhaE9TMGZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2fcff;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDhaE9TMGZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDhaE9TMGZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDhaE9TMGZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDhaE9TMGZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDhaE9TMGZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDhaE9TMGZ .navbar {
    height: 70px;
  }
  .cid-tDhaE9TMGZ .navbar.opened {
    height: auto;
  }
  .cid-tDhaE9TMGZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uik10wbohc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uik10wbohc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/map-svg-animated-2.svg");
}
.cid-uik10wbohc .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uik10wbohc img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uik10wbohc img {
    padding-bottom: 2rem;
  }
}
.cid-uik10wbohc .row {
  align-items: center;
}
.cid-uik10wbohc .mbr-section-title {
  color: #ffffff;
}
.cid-uik10wbohc .mbr-text,
.cid-uik10wbohc .mbr-section-btn {
  color: #ffffff;
}
.cid-uik10wbohc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tG24vXQ9WD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #001247;
}
.cid-tG24vXQ9WD p {
  text-align: center;
}
.cid-tG24vXQ9WD .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tG24vXQ9WD .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tG24vXQ9WD .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tG24vXQ9WD .logo-footer {
  line-height: normal;
}
.cid-tG24vXQ9WD .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tG24vXQ9WD .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-tG24vXQ9WD .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-tG24vXQ9WD .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG24vXQ9WD .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tG24vXQ9WD .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-tG24vXQ9WD .icon-transition span:hover {
  background-color: #00c7d6;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tG24vXQ9WD .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tG24vXQ9WD .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tG24vXQ9WD .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tG24vXQ9WD .logo-footer {
    text-align: center;
  }
  .cid-tG24vXQ9WD .social-media {
    justify-content: center;
  }
}
.cid-tG24vXQ9WD .list-inline-item,
.cid-tG24vXQ9WD .mbr-list,
.cid-tG24vXQ9WD .first-column {
  color: #ffffff;
  text-align: center;
}
.cid-uiTbllunHe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uiTbllunHe H1 {
  color: #011247;
}
.cid-uiTbllunHe .mbr-text,
.cid-uiTbllunHe .mbr-section-btn {
  color: #465052;
}
.cid-uiTbllunHe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiTbllunHe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujPZobe459 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujPZobe459 img,
.cid-ujPZobe459 .item-img {
  width: 100%;
}
.cid-ujPZobe459 .item:focus,
.cid-ujPZobe459 span:focus {
  outline: none;
}
.cid-ujPZobe459 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ujPZobe459 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ujPZobe459 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujPZobe459 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ujPZobe459 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ujPZobe459 .mbr-section-title {
  color: #011247;
}
.cid-ujPZobe459 .mbr-text,
.cid-ujPZobe459 .mbr-section-btn {
  text-align: left;
}
.cid-ujPZobe459 .item-title {
  text-align: center;
}
.cid-ujPZobe459 .item-subtitle {
  text-align: left;
}
.cid-uxcA28BVTU {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uxcA28BVTU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxcA28BVTU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxcA28BVTU .video-wrapper iframe {
  width: 100%;
}
.cid-uxcA28BVTU .mbr-section-title,
.cid-uxcA28BVTU .mbr-section-subtitle,
.cid-uxcA28BVTU .mbr-text {
  text-align: center;
}
.cid-umhwMhGJN3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f3fbff;
}
.cid-umhwMhGJN3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umhwMhGJN3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-umhwMhGJN3 .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-umhwMhGJN3 .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-umhwMhGJN3 .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-umhwMhGJN3 .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-umhwMhGJN3 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-umhwMhGJN3 .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-umhwMhGJN3 .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-umhwMhGJN3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-umhwMhGJN3 .btn-wrapper {
  margin-top: -15%;
}
.cid-umhwMhGJN3 .mbr-section-title {
  color: #272b2e;
}
.cid-umhwMhGJN3 .mbr-text,
.cid-umhwMhGJN3 .text-wrapper {
  color: #272b2e;
  text-align: center;
}
.cid-umhwMhGJN3 .mbr-section-title,
.cid-umhwMhGJN3 .mbr-section-btn,
.cid-umhwMhGJN3 .clients-wrapper {
  text-align: center;
}
.cid-ujPPSjTd07 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujPPSjTd07 H1 {
  color: #011247;
}
.cid-ujPPSjTd07 .mbr-text,
.cid-ujPPSjTd07 .mbr-section-btn {
  color: #465052;
}
.cid-ujPPSjTd07 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujPPSjTd07 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unw44QEUtA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-unw44QEUtA .mbr-fallback-image.disabled {
  display: none;
}
.cid-unw44QEUtA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-unw44QEUtA .container {
    padding: 0 24px;
  }
}
.cid-unw44QEUtA .row {
  justify-content: center;
}
.cid-unw44QEUtA .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-unw44QEUtA .item {
    margin-bottom: 32px;
  }
}
.cid-unw44QEUtA .item:nth-child(2n) .item-wrapper .card-box .number-wrap .card-number_2 {
  background-color: #00c7d6;
}
.cid-unw44QEUtA .item:nth-child(3n) .item-wrapper .card-box .number-wrap .card-number_3 {
  background-color: #00c7d6;
}
.cid-unw44QEUtA .item .item-wrapper .card-box .number-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-unw44QEUtA .item .item-wrapper .card-box .number-wrap {
    margin-bottom: 24px;
  }
}
.cid-unw44QEUtA .item .item-wrapper .card-box .number-wrap .card-number_1,
.cid-unw44QEUtA .item .item-wrapper .card-box .number-wrap .card-number_2,
.cid-unw44QEUtA .item .item-wrapper .card-box .number-wrap .card-number_3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #00c7d6;
  border-radius: 16px;
  margin-bottom: 0;
}
.cid-unw44QEUtA .item .item-wrapper .card-box a {
  display: block;
}
.cid-unw44QEUtA .item .item-wrapper .card-box a:hover .card-title,
.cid-unw44QEUtA .item .item-wrapper .card-box a:focus .card-title {
  text-decoration-color: transparent;
}
.cid-unw44QEUtA .item .item-wrapper .card-box a .card-title {
  margin-bottom: 8px;
  text-decoration: underline;
  text-decoration-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-unw44QEUtA .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-unw44QEUtA .card-title {
  color: #262642;
  text-align: center;
}
.cid-unw44QEUtA .card-text {
  color: #8e8ead;
}
.cid-unw44QEUtA .card-number_1 {
  color: #990066;
}
.cid-unw44QEUtA .card-number_2 {
  color: #4A8DFF;
}
.cid-unw44QEUtA .card-number_3 {
  color: #F5DF4D;
}
.cid-unw44QEUtA .card-number_3,
.cid-unw44QEUtA .number-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-unw44QEUtA .card-number_2,
.cid-unw44QEUtA .number-wrap {
  color: #ffffff;
}
.cid-unw44QEUtA .card-number_1,
.cid-unw44QEUtA .number-wrap {
  color: #ffffff;
}
.cid-uiSS32wRxW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3fbff;
}
.cid-uiSS32wRxW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiSS32wRxW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uiSS32wRxW .container {
    padding: 0 20px;
  }
}
.cid-uiSS32wRxW .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uiSS32wRxW .title-wrapper {
    display: block;
  }
}
.cid-uiSS32wRxW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uiSS32wRxW .title-wrapper .mbr-section-title {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uiSS32wRxW .title-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uiSS32wRxW .title-wrapper .mbr-section-btn .btn {
  padding: 30px 40px;
  min-width: 465px;
}
@media (max-width: 992px) {
  .cid-uiSS32wRxW .title-wrapper .mbr-section-btn .btn {
    margin-right: 0;
    min-width: auto;
  }
}
.cid-uiSS32wRxW .mbr-section-title {
  color: #38001b;
}
.cid-uiSS32wRxW .mbr-section-title,
.cid-uiSS32wRxW .mbr-section-btn {
  color: #011247;
}
.cid-uiTcn3s6bw {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #e0f4fe;
}
.cid-uiTcn3s6bw H1 {
  color: #011247;
}
.cid-uiTcn3s6bw .mbr-text,
.cid-uiTcn3s6bw .mbr-section-btn {
  color: #465052;
}
.cid-uiTcn3s6bw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiTcn3s6bw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulC6yTQJOi {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #e0f4fe;
}
.cid-ulC6yTQJOi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulC6yTQJOi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-ulC6yTQJOi .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-ulC6yTQJOi .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ulC6yTQJOi .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-ulC6yTQJOi .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-ulC6yTQJOi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ulC6yTQJOi .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-ulC6yTQJOi .price {
  text-align: center;
}
.cid-uifeUQLz3r {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uifeUQLz3r .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-uifeUQLz3r .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #ffffff;
  z-index: -1;
}
.cid-uifeUQLz3r .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uifeUQLz3r .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-uifeUQLz3r .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uifeUQLz3r .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uifeUQLz3r b,
.cid-uifeUQLz3r strong {
  font-weight: 900;
}
.cid-uifeUQLz3r img,
.cid-uifeUQLz3r .item-img {
  width: 100%;
}
.cid-uifeUQLz3r .item:focus,
.cid-uifeUQLz3r span:focus {
  outline: none;
}
.cid-uifeUQLz3r .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uifeUQLz3r .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uifeUQLz3r .mbr-section-title {
  color: #17003b;
}
.cid-uifeUQLz3r .mbr-text,
.cid-uifeUQLz3r .mbr-section-btn {
  text-align: center;
  color: #17003b;
}
.cid-uifeUQLz3r .item-title {
  text-align: center;
  color: #17003b;
}
.cid-uifeUQLz3r .mbr-section-subtitle {
  color: #17003b;
}
.cid-uifeUQLz3r .item-subtitle,
.cid-uifeUQLz3r .item-content {
  text-align: center;
}
.cid-uikutE85mf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #011247;
}
.cid-uikutE85mf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uikutE85mf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uikutE85mf .container {
    padding: 0 20px;
  }
}
.cid-uikutE85mf .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uikutE85mf .title-wrapper {
    display: block;
  }
}
.cid-uikutE85mf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  padding-right: 20px;
  padding-right: 0;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-uikutE85mf .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uikutE85mf .title-wrapper .mbr-section-title {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uikutE85mf .title-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uikutE85mf .title-wrapper .mbr-section-btn .btn {
  padding: 30px 40px;
  min-width: 465px;
}
@media (max-width: 992px) {
  .cid-uikutE85mf .title-wrapper .mbr-section-btn .btn {
    margin-right: 0;
    min-width: auto;
  }
}
.cid-uikutE85mf .mbr-section-title {
  color: #38001b;
}
.cid-uikutE85mf .mbr-section-title,
.cid-uikutE85mf .mbr-section-btn {
  color: #ffffff;
}
.cid-uikutE85mf .mbr-section-title,
.cid-uikutE85mf .mbr-section-btn DIV {
  text-align: left;
}
#custom-html-i7 section.PreventionSystemTestEmbeddable {
  background-color: #ffffff;
}
.cid-uikDVPKvcR {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uikDVPKvcR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uikDVPKvcR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-uikDVPKvcR b,
.cid-uikDVPKvcR strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-uikDVPKvcR img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uikDVPKvcR img {
    padding-bottom: 2rem;
  }
}
.cid-uikDVPKvcR .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-uikDVPKvcR .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-uikDVPKvcR .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-uikDVPKvcR .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-uikDVPKvcR .row {
  align-items: center;
}
.cid-uikDVPKvcR .mbr-section-title {
  color: #011247;
}
.cid-uikDVPKvcR .mbr-text,
.cid-uikDVPKvcR .mbr-section-btn {
  color: #ffffff;
}
.cid-uikDVPKvcR .mbr-link,
.cid-uikDVPKvcR .link-wrapper {
  color: #ffffff;
}
.cid-uikDVPKvcR .mbr-text,
.cid-uikDVPKvcR .text-wrapper {
  color: #232323;
}
.cid-uikDVPKvcR .mbr-link,
.cid-uikDVPKvcR .text-wrapper,
.cid-uikDVPKvcR path {
  color: #17003b;
}
.cid-uikEoYpwMA {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uikEoYpwMA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uikEoYpwMA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-uikEoYpwMA b,
.cid-uikEoYpwMA strong {
  font-weight: 900;
}
.cid-uikEoYpwMA .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uikEoYpwMA img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uikEoYpwMA img {
    padding-bottom: 2rem;
  }
}
.cid-uikEoYpwMA .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-uikEoYpwMA .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-uikEoYpwMA .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-uikEoYpwMA .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-uikEoYpwMA .row {
  align-items: center;
}
.cid-uikEoYpwMA .mbr-section-title {
  color: #011247;
}
.cid-uikEoYpwMA .mbr-text,
.cid-uikEoYpwMA .mbr-section-btn {
  color: #ffffff;
}
.cid-uikEoYpwMA .mbr-link,
.cid-uikEoYpwMA .link-wrapper {
  color: #ffffff;
}
.cid-uikEoYpwMA .mbr-text,
.cid-uikEoYpwMA .text-wrapper {
  color: #232323;
}
.cid-uikEoYpwMA .mbr-link,
.cid-uikEoYpwMA .text-wrapper,
.cid-uikEoYpwMA path {
  color: #17003b;
}
.cid-uikEoYpwMA P {
  color: #232323;
}
.cid-umhvXKiZEc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umhvXKiZEc .mbr-fallback-image.disabled {
  display: none;
}
.cid-umhvXKiZEc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-umhvXKiZEc .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-umhvXKiZEc .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-umhvXKiZEc .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-umhvXKiZEc .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-umhvXKiZEc .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-umhvXKiZEc .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-umhvXKiZEc .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-umhvXKiZEc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-umhvXKiZEc .btn-wrapper {
  margin-top: -15%;
}
.cid-umhvXKiZEc .mbr-section-title {
  color: #272b2e;
}
.cid-umhvXKiZEc .mbr-text,
.cid-umhvXKiZEc .text-wrapper {
  color: #272b2e;
  text-align: center;
}
.cid-umhvXKiZEc .mbr-section-title,
.cid-umhvXKiZEc .mbr-section-btn,
.cid-umhvXKiZEc .clients-wrapper {
  text-align: center;
}
#custom-html-i6 section.PreventionSignupEmbeddable {
  background-color: #ffffff;
}
.cid-umhttz29Rf {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #e0f4fe;
}
.cid-umhttz29Rf H1 {
  color: #011247;
  text-align: center;
}
.cid-umhttz29Rf .mbr-text,
.cid-umhttz29Rf .mbr-section-btn {
  color: #465052;
}
.cid-umhttz29Rf .mbr-fallback-image.disabled {
  display: none;
}
.cid-umhttz29Rf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umhq63tNvy {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #e0f4fe;
}
.cid-umhq63tNvy .card-header {
  background: transparent;
}
.cid-umhq63tNvy .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-umhq63tNvy .panel-group {
  border-top: 1px solid #efefef;
}
.cid-umhq63tNvy .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-umhq63tNvy .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-umhq63tNvy .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-umhq63tNvy .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-umhq63tNvy .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-umhq63tNvy .card .panel-body {
  color: #767676;
}
.cid-umhq63tNvy h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ffffff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid #efefef;
  padding: 1.4rem 1.6rem;
}
.cid-umhq63tNvy H4 {
  color: #011247;
}
.cid-umhq63tNvy H2 {
  color: #011247;
  text-align: left;
}
.cid-umhq63tNvy .mbr-fallback-image.disabled {
  display: none;
}
.cid-umhq63tNvy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umhq63tNvy .panel-text {
  color: #232323;
}
.cid-umhrqbvlU1 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #e0f4fe;
}
.cid-umhrqbvlU1 .card-header {
  background: transparent;
}
.cid-umhrqbvlU1 .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-umhrqbvlU1 .panel-group {
  border-top: 1px solid #efefef;
}
.cid-umhrqbvlU1 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-umhrqbvlU1 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-umhrqbvlU1 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-umhrqbvlU1 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-umhrqbvlU1 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-umhrqbvlU1 .card .panel-body {
  color: #767676;
}
.cid-umhrqbvlU1 h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ffffff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid #efefef;
  padding: 1.4rem 1.6rem;
}
.cid-umhrqbvlU1 H4 {
  color: #011247;
}
.cid-umhrqbvlU1 H2 {
  color: #011247;
  text-align: left;
}
.cid-umhrqbvlU1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umhrqbvlU1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umhrqbvlU1 .panel-text {
  color: #232323;
}
.cid-umhwZeQIuk {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #e0f4fe;
}
.cid-umhwZeQIuk .mbr-fallback-image.disabled {
  display: none;
}
.cid-umhwZeQIuk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-umhwZeQIuk .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-umhwZeQIuk .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-umhwZeQIuk .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-umhwZeQIuk .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-umhwZeQIuk .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-umhwZeQIuk .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-umhwZeQIuk .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-umhwZeQIuk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-umhwZeQIuk .btn-wrapper {
  margin-top: -15%;
}
.cid-umhwZeQIuk .mbr-section-title {
  color: #272b2e;
}
.cid-umhwZeQIuk .mbr-text,
.cid-umhwZeQIuk .text-wrapper {
  color: #272b2e;
  text-align: center;
}
.cid-umhwZeQIuk .mbr-section-title,
.cid-umhwZeQIuk .mbr-section-btn,
.cid-umhwZeQIuk .clients-wrapper {
  text-align: center;
}
.cid-uiS5iIeFqg {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #011247;
}
.cid-uiS5iIeFqg .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uiS5iIeFqg .form-control,
.cid-uiS5iIeFqg .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #ecedee;
  border-color: #ecedee;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
  display: flex;
  align-items: center;
}
.cid-uiS5iIeFqg .form-control::-webkit-input-placeholder,
.cid-uiS5iIeFqg .field-input::-webkit-input-placeholder,
.cid-uiS5iIeFqg .form-control::-webkit-input-placeholder,
.cid-uiS5iIeFqg .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uiS5iIeFqg .form-control:-moz-placeholder,
.cid-uiS5iIeFqg .field-input:-moz-placeholder,
.cid-uiS5iIeFqg .form-control:-moz-placeholder,
.cid-uiS5iIeFqg .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uiS5iIeFqg .form-control:hover,
.cid-uiS5iIeFqg .field-input:hover,
.cid-uiS5iIeFqg .form-control:focus,
.cid-uiS5iIeFqg .field-input:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #f2fcff;
  box-shadow: none;
  outline: none;
}
.cid-uiS5iIeFqg .form-control:hover::-webkit-input-placeholder,
.cid-uiS5iIeFqg .field-input:hover::-webkit-input-placeholder,
.cid-uiS5iIeFqg .form-control:focus::-webkit-input-placeholder,
.cid-uiS5iIeFqg .field-input:focus::-webkit-input-placeholder,
.cid-uiS5iIeFqg .form-control:hover::-webkit-input-placeholder,
.cid-uiS5iIeFqg .field-input:hover::-webkit-input-placeholder,
.cid-uiS5iIeFqg .form-control:focus::-webkit-input-placeholder,
.cid-uiS5iIeFqg .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uiS5iIeFqg .form-control:hover:-moz-placeholder,
.cid-uiS5iIeFqg .field-input:hover:-moz-placeholder,
.cid-uiS5iIeFqg .form-control:focus:-moz-placeholder,
.cid-uiS5iIeFqg .field-input:focus:-moz-placeholder,
.cid-uiS5iIeFqg .form-control:hover:-moz-placeholder,
.cid-uiS5iIeFqg .field-input:hover:-moz-placeholder,
.cid-uiS5iIeFqg .form-control:focus:-moz-placeholder,
.cid-uiS5iIeFqg .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-uiS5iIeFqg textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-uiS5iIeFqg .jq-number__spin:hover,
.cid-uiS5iIeFqg .jq-number__spin:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uiS5iIeFqg .jq-number__spin {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uiS5iIeFqg .jq-selectbox li,
.cid-uiS5iIeFqg .jq-selectbox li {
  background-color: #ecedee;
  color: #000000;
}
.cid-uiS5iIeFqg .jq-selectbox li:hover,
.cid-uiS5iIeFqg .jq-selectbox li.selected {
  background-color: #ecedee;
  color: #000000;
}
.cid-uiS5iIeFqg .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uiS5iIeFqg .jq-number__spin.minus:hover:after,
.cid-uiS5iIeFqg .jq-number__spin.plus:hover:after {
  border-top-color: #ecedee;
  border-bottom-color: #ecedee;
}
.cid-uiS5iIeFqg .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uiS5iIeFqg .jq-number__spin.minus:after,
.cid-uiS5iIeFqg .jq-number__spin.plus:after {
  border-top-color: #ecedee;
  border-bottom-color: #ecedee;
}
.cid-uiS5iIeFqg input::-webkit-clear-button {
  display: none;
}
.cid-uiS5iIeFqg input::-webkit-inner-spin-button {
  display: none;
}
.cid-uiS5iIeFqg input::-webkit-outer-spin-button {
  display: none;
}
.cid-uiS5iIeFqg input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uiS5iIeFqg .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #011247;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uiS5iIeFqg .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uiS5iIeFqg .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uiS5iIeFqg .mbr-text {
  color: #606060;
}
.cid-uiS5iIeFqg .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-uiS5iIeFqg .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-uiS5iIeFqg .required {
  color: #808080;
}
.cid-uiS5iIeFqg .list-block .list-item-title {
  color: #404040;
  font-weight: 600;
}
.cid-uiS5iIeFqg .list-block .list-item-title.display-7 {
  font-size: 18px;
}
.cid-uiS5iIeFqg .list-block .list-item-text {
  color: #606060;
}
.cid-uiS5iIeFqg .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-uiS5iIeFqg .list-block {
  position: relative;
}
.cid-uiS5iIeFqg .list-block h4,
.cid-uiS5iIeFqg .list-block p {
  padding-left: 3.5rem;
}
.cid-uiS5iIeFqg .card-img {
  display: block;
  font-size: 30px;
}
.cid-uiS5iIeFqg .mbr-iconfont {
  color: #86d8f2;
  font-size: 2rem;
}
.cid-uiS5iIeFqg .jq-selectbox__select {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  height: 50px;
}
.cid-uiS5iIeFqg .form-control-label,
.cid-uiS5iIeFqg .form-check {
  margin-left: 20px;
}
.cid-uiS5iIeFqg .main-title {
  color: #04d6d6;
}
.cid-uiS5iIeFqg .list-block .list-item-title {
  color: #ffffff;
}
.cid-uiS5iIeFqg .list-block .list-item-text {
  color: #efefef;
}
.cid-uiS5iIeFqg .required,
.cid-uiS5iIeFqg .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uxcBO9ugRa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uxcBO9ugRa .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-uxcBO9ugRa nav.navbar {
  position: fixed;
}
.cid-uxcBO9ugRa .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-uxcBO9ugRa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxcBO9ugRa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxcBO9ugRa .dropdown-item:hover,
.cid-uxcBO9ugRa .dropdown-item:focus {
  background: #011247 !important;
  color: white !important;
}
.cid-uxcBO9ugRa .dropdown-item:hover span {
  color: white;
}
.cid-uxcBO9ugRa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxcBO9ugRa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxcBO9ugRa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxcBO9ugRa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxcBO9ugRa .nav-link {
  position: relative;
}
.cid-uxcBO9ugRa .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxcBO9ugRa .container {
    flex-wrap: nowrap;
  }
}
.cid-uxcBO9ugRa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxcBO9ugRa .dropdown-menu,
.cid-uxcBO9ugRa .navbar.opened {
  background: #011247 !important;
}
.cid-uxcBO9ugRa .nav-item:focus,
.cid-uxcBO9ugRa .nav-link:focus {
  outline: none;
}
.cid-uxcBO9ugRa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxcBO9ugRa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxcBO9ugRa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxcBO9ugRa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxcBO9ugRa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxcBO9ugRa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxcBO9ugRa .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #011247;
}
.cid-uxcBO9ugRa .navbar.opened {
  transition: all 0.3s;
}
.cid-uxcBO9ugRa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxcBO9ugRa .navbar .navbar-logo img {
  width: auto;
}
.cid-uxcBO9ugRa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxcBO9ugRa .navbar.collapsed {
  justify-content: center;
}
.cid-uxcBO9ugRa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxcBO9ugRa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxcBO9ugRa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uxcBO9ugRa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxcBO9ugRa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxcBO9ugRa .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-uxcBO9ugRa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxcBO9ugRa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxcBO9ugRa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxcBO9ugRa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxcBO9ugRa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxcBO9ugRa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxcBO9ugRa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxcBO9ugRa .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-uxcBO9ugRa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxcBO9ugRa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxcBO9ugRa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxcBO9ugRa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxcBO9ugRa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxcBO9ugRa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxcBO9ugRa .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uxcBO9ugRa .navbar.navbar-short {
  min-height: 80px;
}
.cid-uxcBO9ugRa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxcBO9ugRa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxcBO9ugRa .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxcBO9ugRa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxcBO9ugRa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxcBO9ugRa .dropdown-item.active,
.cid-uxcBO9ugRa .dropdown-item:active {
  background-color: transparent;
}
.cid-uxcBO9ugRa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxcBO9ugRa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxcBO9ugRa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxcBO9ugRa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011247;
}
.cid-uxcBO9ugRa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxcBO9ugRa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxcBO9ugRa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxcBO9ugRa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxcBO9ugRa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxcBO9ugRa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2fcff;
}
.cid-uxcBO9ugRa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxcBO9ugRa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxcBO9ugRa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxcBO9ugRa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxcBO9ugRa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxcBO9ugRa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxcBO9ugRa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxcBO9ugRa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxcBO9ugRa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxcBO9ugRa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxcBO9ugRa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxcBO9ugRa .navbar {
    height: 70px;
  }
  .cid-uxcBO9ugRa .navbar.opened {
    height: auto;
  }
  .cid-uxcBO9ugRa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxcChFuymz {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uxcChFuymz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxcChFuymz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxcChFuymz .video-wrapper iframe {
  width: 100%;
}
.cid-uxcChFuymz .mbr-section-title,
.cid-uxcChFuymz .mbr-section-subtitle,
.cid-uxcChFuymz .mbr-text {
  text-align: center;
}
.cid-uxcBO9Wq30 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxcBO9Wq30 .card-heading {
  padding-bottom: 30px;
  color: #011247;
}
.cid-uxcBO9Wq30 .top {
  padding-top: 0;
}
.cid-uxcBO9Wq30 .row {
  justify-content: center;
  display: flex;
}
.cid-uxcBO9Wq30 a {
  font-weight: 400 !important;
}
.cid-uxcBO9Wq30 .mbr-text {
  color: #333333;
}
.cid-uxcBO9Wq30 .mbr-text1 {
  padding-top: 30px;
}
.cid-uxcBO9Wq30 .top1 {
  padding-top: 30px;
}
.cid-uxcBO9Wq30 .mbr-section-title {
  color: #00c7d6;
  text-align: left;
}
.cid-uxcBO9Wq30 .p {
  color: #000000;
}
.cid-uxcBOa8OnQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxcBOa8OnQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxcBOa8OnQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxcBOa8OnQ .container,
.cid-uxcBOa8OnQ .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uxcBOa8OnQ .container,
  .cid-uxcBOa8OnQ .container-fluid {
    padding: 0 20px;
  }
}
.cid-uxcBOa8OnQ .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uxcBOa8OnQ .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-uxcBOa8OnQ .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uxcBOa8OnQ .card {
    margin-bottom: 20px;
  }
}
.cid-uxcBOa8OnQ .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-uxcBOa8OnQ .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-uxcBOa8OnQ .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uxcBOa8OnQ .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uxcBOa8OnQ .mbr-card-title {
  color: #3d4045;
}
.cid-uxcBOa8OnQ .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-uxcBOa8OnQ .mbr-card-title,
.cid-uxcBOa8OnQ .mbr-section-btn {
  text-align: center;
}
.cid-uxcBOam4r8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #001247;
}
.cid-uxcBOam4r8 p {
  text-align: center;
}
.cid-uxcBOam4r8 .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-uxcBOam4r8 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-uxcBOam4r8 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-uxcBOam4r8 .logo-footer {
  line-height: normal;
}
.cid-uxcBOam4r8 .copyright .list-inline {
  margin-bottom: 0;
}
.cid-uxcBOam4r8 .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-uxcBOam4r8 .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-uxcBOam4r8 .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxcBOam4r8 .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-uxcBOam4r8 .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-uxcBOam4r8 .icon-transition span:hover {
  background-color: #00c7d6;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uxcBOam4r8 .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-uxcBOam4r8 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uxcBOam4r8 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-uxcBOam4r8 .logo-footer {
    text-align: center;
  }
  .cid-uxcBOam4r8 .social-media {
    justify-content: center;
  }
}
.cid-uxcBOam4r8 .list-inline-item,
.cid-uxcBOam4r8 .mbr-list,
.cid-uxcBOam4r8 .first-column {
  color: #ffffff;
  text-align: center;
}
.cid-uzdcFNU0pt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uzdcFNU0pt .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-uzdcFNU0pt nav.navbar {
  position: fixed;
}
.cid-uzdcFNU0pt .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-uzdcFNU0pt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzdcFNU0pt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzdcFNU0pt .dropdown-item:hover,
.cid-uzdcFNU0pt .dropdown-item:focus {
  background: #011247 !important;
  color: white !important;
}
.cid-uzdcFNU0pt .dropdown-item:hover span {
  color: white;
}
.cid-uzdcFNU0pt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzdcFNU0pt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzdcFNU0pt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzdcFNU0pt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzdcFNU0pt .nav-link {
  position: relative;
}
.cid-uzdcFNU0pt .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uzdcFNU0pt .container {
    flex-wrap: nowrap;
  }
}
.cid-uzdcFNU0pt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzdcFNU0pt .dropdown-menu,
.cid-uzdcFNU0pt .navbar.opened {
  background: #011247 !important;
}
.cid-uzdcFNU0pt .nav-item:focus,
.cid-uzdcFNU0pt .nav-link:focus {
  outline: none;
}
.cid-uzdcFNU0pt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzdcFNU0pt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzdcFNU0pt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzdcFNU0pt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzdcFNU0pt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzdcFNU0pt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzdcFNU0pt .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #011247;
}
.cid-uzdcFNU0pt .navbar.opened {
  transition: all 0.3s;
}
.cid-uzdcFNU0pt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzdcFNU0pt .navbar .navbar-logo img {
  width: auto;
}
.cid-uzdcFNU0pt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzdcFNU0pt .navbar.collapsed {
  justify-content: center;
}
.cid-uzdcFNU0pt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzdcFNU0pt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzdcFNU0pt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uzdcFNU0pt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzdcFNU0pt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzdcFNU0pt .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-uzdcFNU0pt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzdcFNU0pt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzdcFNU0pt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzdcFNU0pt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzdcFNU0pt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzdcFNU0pt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzdcFNU0pt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzdcFNU0pt .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-uzdcFNU0pt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzdcFNU0pt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzdcFNU0pt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzdcFNU0pt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzdcFNU0pt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzdcFNU0pt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uzdcFNU0pt .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uzdcFNU0pt .navbar.navbar-short {
  min-height: 80px;
}
.cid-uzdcFNU0pt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzdcFNU0pt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzdcFNU0pt .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzdcFNU0pt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzdcFNU0pt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzdcFNU0pt .dropdown-item.active,
.cid-uzdcFNU0pt .dropdown-item:active {
  background-color: transparent;
}
.cid-uzdcFNU0pt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzdcFNU0pt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzdcFNU0pt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzdcFNU0pt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011247;
}
.cid-uzdcFNU0pt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzdcFNU0pt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzdcFNU0pt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzdcFNU0pt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzdcFNU0pt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzdcFNU0pt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2fcff;
}
.cid-uzdcFNU0pt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzdcFNU0pt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzdcFNU0pt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzdcFNU0pt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzdcFNU0pt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzdcFNU0pt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzdcFNU0pt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzdcFNU0pt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzdcFNU0pt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzdcFNU0pt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzdcFNU0pt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzdcFNU0pt .navbar {
    height: 70px;
  }
  .cid-uzdcFNU0pt .navbar.opened {
    height: auto;
  }
  .cid-uzdcFNU0pt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzdcFOojss {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uzdcFOojss img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uzdcFOojss H1 {
  color: #1e2251;
  text-align: left;
}
.cid-uzdcFOojss .mbr-text,
.cid-uzdcFOojss .mbr-section-btn {
  color: #716c80;
}
.cid-uzdcFOojss H3 {
  color: #86d8f2;
  text-align: left;
}
.cid-uzdcFOojss .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uzdcFOojss .btn-info-outline {
  border: none;
  color: #00c7d6 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uzdcFOojss .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uzdcFOojss .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uzdcFOojss .btn-info-outline:hover {
  background-color: transparent!important;
  color: #011247 !important;
  box-shadow: none!important;
}
.cid-uzdcFOojss .btn-info-outline:active,
.cid-uzdcFOojss .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uzdcFOojss DIV {
  color: #57468b;
}
.cid-uzdcFOojss .mbr-text,
.cid-uzdcFOojss .media-content,
.cid-uzdcFOojss .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uzdcFQmztx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzdcFQmztx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzdcFQmztx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzdcFQmztx .container,
.cid-uzdcFQmztx .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uzdcFQmztx .container,
  .cid-uzdcFQmztx .container-fluid {
    padding: 0 20px;
  }
}
.cid-uzdcFQmztx .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uzdcFQmztx .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-uzdcFQmztx .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uzdcFQmztx .card {
    margin-bottom: 20px;
  }
}
.cid-uzdcFQmztx .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-uzdcFQmztx .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-uzdcFQmztx .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uzdcFQmztx .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uzdcFQmztx .mbr-card-title {
  color: #3d4045;
}
.cid-uzdcFQmztx .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-uzdcFQmztx .mbr-card-title,
.cid-uzdcFQmztx .mbr-section-btn {
  text-align: center;
}
.cid-uzdcFQOTaj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #001247;
}
.cid-uzdcFQOTaj p {
  text-align: center;
}
.cid-uzdcFQOTaj .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-uzdcFQOTaj .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-uzdcFQOTaj .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-uzdcFQOTaj .logo-footer {
  line-height: normal;
}
.cid-uzdcFQOTaj .copyright .list-inline {
  margin-bottom: 0;
}
.cid-uzdcFQOTaj .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-uzdcFQOTaj .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-uzdcFQOTaj .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzdcFQOTaj .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-uzdcFQOTaj .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-uzdcFQOTaj .icon-transition span:hover {
  background-color: #00c7d6;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uzdcFQOTaj .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-uzdcFQOTaj .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uzdcFQOTaj .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-uzdcFQOTaj .logo-footer {
    text-align: center;
  }
  .cid-uzdcFQOTaj .social-media {
    justify-content: center;
  }
}
.cid-uzdcFQOTaj .list-inline-item,
.cid-uzdcFQOTaj .mbr-list,
.cid-uzdcFQOTaj .first-column {
  color: #ffffff;
  text-align: center;
}
.cid-uBrlVEfnec {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uBrlVEfnec .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-uBrlVEfnec nav.navbar {
  position: fixed;
}
.cid-uBrlVEfnec .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-uBrlVEfnec .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBrlVEfnec .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBrlVEfnec .dropdown-item:hover,
.cid-uBrlVEfnec .dropdown-item:focus {
  background: #011247 !important;
  color: white !important;
}
.cid-uBrlVEfnec .dropdown-item:hover span {
  color: white;
}
.cid-uBrlVEfnec .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBrlVEfnec .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBrlVEfnec .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBrlVEfnec .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBrlVEfnec .nav-link {
  position: relative;
}
.cid-uBrlVEfnec .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uBrlVEfnec .container {
    flex-wrap: nowrap;
  }
}
.cid-uBrlVEfnec .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBrlVEfnec .dropdown-menu,
.cid-uBrlVEfnec .navbar.opened {
  background: #011247 !important;
}
.cid-uBrlVEfnec .nav-item:focus,
.cid-uBrlVEfnec .nav-link:focus {
  outline: none;
}
.cid-uBrlVEfnec .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBrlVEfnec .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBrlVEfnec .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBrlVEfnec .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBrlVEfnec .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBrlVEfnec .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBrlVEfnec .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #011247;
}
.cid-uBrlVEfnec .navbar.opened {
  transition: all 0.3s;
}
.cid-uBrlVEfnec .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBrlVEfnec .navbar .navbar-logo img {
  width: auto;
}
.cid-uBrlVEfnec .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBrlVEfnec .navbar.collapsed {
  justify-content: center;
}
.cid-uBrlVEfnec .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBrlVEfnec .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBrlVEfnec .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uBrlVEfnec .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBrlVEfnec .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBrlVEfnec .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-uBrlVEfnec .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBrlVEfnec .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBrlVEfnec .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBrlVEfnec .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBrlVEfnec .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBrlVEfnec .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBrlVEfnec .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBrlVEfnec .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-uBrlVEfnec .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBrlVEfnec .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBrlVEfnec .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBrlVEfnec .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBrlVEfnec .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBrlVEfnec .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uBrlVEfnec .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uBrlVEfnec .navbar.navbar-short {
  min-height: 80px;
}
.cid-uBrlVEfnec .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBrlVEfnec .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBrlVEfnec .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBrlVEfnec .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBrlVEfnec .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBrlVEfnec .dropdown-item.active,
.cid-uBrlVEfnec .dropdown-item:active {
  background-color: transparent;
}
.cid-uBrlVEfnec .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBrlVEfnec .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBrlVEfnec .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBrlVEfnec .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011247;
}
.cid-uBrlVEfnec .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBrlVEfnec .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBrlVEfnec ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBrlVEfnec .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBrlVEfnec button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBrlVEfnec button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2fcff;
}
.cid-uBrlVEfnec button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBrlVEfnec button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBrlVEfnec button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBrlVEfnec button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBrlVEfnec nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBrlVEfnec nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBrlVEfnec nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBrlVEfnec nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBrlVEfnec .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBrlVEfnec a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBrlVEfnec .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBrlVEfnec .navbar {
    height: 70px;
  }
  .cid-uBrlVEfnec .navbar.opened {
    height: auto;
  }
  .cid-uBrlVEfnec .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBrlVEH5i6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uBrlVEH5i6 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uBrlVEH5i6 H1 {
  color: #1e2251;
  text-align: left;
}
.cid-uBrlVEH5i6 .mbr-text,
.cid-uBrlVEH5i6 .mbr-section-btn {
  color: #716c80;
}
.cid-uBrlVEH5i6 H3 {
  color: #86d8f2;
  text-align: left;
}
.cid-uBrlVEH5i6 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uBrlVEH5i6 .btn-info-outline {
  border: none;
  color: #00c7d6 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uBrlVEH5i6 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uBrlVEH5i6 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uBrlVEH5i6 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #011247 !important;
  box-shadow: none!important;
}
.cid-uBrlVEH5i6 .btn-info-outline:active,
.cid-uBrlVEH5i6 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uBrlVEH5i6 DIV {
  color: #57468b;
}
.cid-uBrlVEH5i6 .mbr-text,
.cid-uBrlVEH5i6 .media-content,
.cid-uBrlVEH5i6 .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uBrlVEH5i6 P {
  color: #232323;
  text-align: left;
}
.cid-uBrtfqz8Tu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBrtfqz8Tu .card-heading {
  padding-bottom: 30px;
  color: #011247;
}
.cid-uBrtfqz8Tu .top {
  padding-top: 0;
}
.cid-uBrtfqz8Tu .row {
  justify-content: center;
  display: flex;
}
.cid-uBrtfqz8Tu a {
  font-weight: 400 !important;
}
.cid-uBrtfqz8Tu .mbr-text {
  color: #333333;
}
.cid-uBrtfqz8Tu .mbr-text1 {
  padding-top: 30px;
}
.cid-uBrtfqz8Tu .top1 {
  padding-top: 30px;
}
.cid-uBrtfqz8Tu .mbr-section-title {
  color: #011247;
  text-align: left;
}
.cid-uBrlVF3zq9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uBrlVF3zq9 h4 {
  margin-bottom: 0;
}
.cid-uBrlVF3zq9 p {
  color: #767676;
}
.cid-uBrlVF3zq9 .btn-info-outline {
  border: none;
  color: #00c7d6 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uBrlVF3zq9 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uBrlVF3zq9 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uBrlVF3zq9 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #011247 !important;
  box-shadow: none!important;
}
.cid-uBrlVF3zq9 .btn-info-outline:active,
.cid-uBrlVF3zq9 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uBrlVF3zq9 .card-box {
  padding-top: 2rem;
}
.cid-uBrlVF3zq9 .card-wrapper {
  height: 100%;
}
.cid-uBrlVF3zq9 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uBrlVF3zq9 img {
  border-radius: 8px;
}
.cid-uBrlVF3zq9 .card-title {
  color: #1e2251;
}
.cid-uBrlVF3zq9 .main-title {
  color: #57468b;
  text-align: center;
}
.cid-uBrlVF3zq9 DIV {
  color: #57468b;
}
.cid-uBrlVF3zq9 .card-img {
  width: auto;
}
.cid-uBrlVF3zq9 .mbr-text,
.cid-uBrlVF3zq9 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uBrubEZg5I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBrubEZg5I .card-heading {
  padding-bottom: 30px;
  color: #011247;
}
.cid-uBrubEZg5I .top {
  padding-top: 0;
}
.cid-uBrubEZg5I .row {
  justify-content: center;
  display: flex;
}
.cid-uBrubEZg5I a {
  font-weight: 400 !important;
}
.cid-uBrubEZg5I .mbr-text {
  color: #333333;
}
.cid-uBrubEZg5I .mbr-text1 {
  padding-top: 30px;
}
.cid-uBrubEZg5I .top1 {
  padding-top: 30px;
}
.cid-uBrubEZg5I .mbr-section-title {
  color: #011247;
  text-align: left;
}
.cid-uBrvWNFkaY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uBrvWNFkaY h4 {
  margin-bottom: 0;
}
.cid-uBrvWNFkaY p {
  color: #767676;
}
.cid-uBrvWNFkaY .btn-info-outline {
  border: none;
  color: #00c7d6 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uBrvWNFkaY .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uBrvWNFkaY .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uBrvWNFkaY .btn-info-outline:hover {
  background-color: transparent!important;
  color: #011247 !important;
  box-shadow: none!important;
}
.cid-uBrvWNFkaY .btn-info-outline:active,
.cid-uBrvWNFkaY .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uBrvWNFkaY .card-box {
  padding-top: 2rem;
}
.cid-uBrvWNFkaY .card-wrapper {
  height: 100%;
}
.cid-uBrvWNFkaY .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uBrvWNFkaY img {
  border-radius: 8px;
}
.cid-uBrvWNFkaY .card-title {
  color: #1e2251;
}
.cid-uBrvWNFkaY .main-title {
  color: #57468b;
  text-align: center;
}
.cid-uBrvWNFkaY DIV {
  color: #57468b;
}
.cid-uBrvWNFkaY .card-img {
  width: auto;
}
.cid-uBrvWNFkaY .mbr-text,
.cid-uBrvWNFkaY .mbr-section-btn {
  color: #465052;
  text-align: center;
}
.cid-uBrw3NhUkc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBrw3NhUkc .card-heading {
  padding-bottom: 30px;
  color: #011247;
}
.cid-uBrw3NhUkc .top {
  padding-top: 0;
}
.cid-uBrw3NhUkc .row {
  justify-content: center;
  display: flex;
}
.cid-uBrw3NhUkc a {
  font-weight: 400 !important;
}
.cid-uBrw3NhUkc .mbr-text {
  color: #333333;
}
.cid-uBrw3NhUkc .mbr-text1 {
  padding-top: 30px;
}
.cid-uBrw3NhUkc .top1 {
  padding-top: 30px;
}
.cid-uBrw3NhUkc .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uBryuvBlvw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBryuvBlvw .card-heading {
  padding-bottom: 30px;
  color: #011247;
}
.cid-uBryuvBlvw .top {
  padding-top: 0;
}
.cid-uBryuvBlvw .row {
  justify-content: center;
  display: flex;
}
.cid-uBryuvBlvw a {
  font-weight: 400 !important;
}
.cid-uBryuvBlvw .mbr-text {
  color: #333333;
}
.cid-uBryuvBlvw .mbr-text1 {
  padding-top: 30px;
}
.cid-uBryuvBlvw .top1 {
  padding-top: 30px;
}
.cid-uBryuvBlvw .mbr-section-title {
  color: #011247;
  text-align: left;
}
.cid-uBrz3ksoKJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBrz3ksoKJ .card-heading {
  padding-bottom: 30px;
  color: #011247;
}
.cid-uBrz3ksoKJ .top {
  padding-top: 0;
}
.cid-uBrz3ksoKJ .row {
  justify-content: center;
  display: flex;
}
.cid-uBrz3ksoKJ a {
  font-weight: 400 !important;
}
.cid-uBrz3ksoKJ .mbr-text {
  color: #333333;
}
.cid-uBrz3ksoKJ .mbr-text1 {
  padding-top: 30px;
}
.cid-uBrz3ksoKJ .top1 {
  padding-top: 30px;
}
.cid-uBrz3ksoKJ .mbr-section-title {
  color: #011247;
  text-align: left;
}
.cid-uBrAy9x6IT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uBrAy9x6IT h4 {
  margin-bottom: 0;
}
.cid-uBrAy9x6IT p {
  color: #767676;
}
.cid-uBrAy9x6IT .btn-info-outline {
  border: none;
  color: #00c7d6 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uBrAy9x6IT .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uBrAy9x6IT .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uBrAy9x6IT .btn-info-outline:hover {
  background-color: transparent!important;
  color: #011247 !important;
  box-shadow: none!important;
}
.cid-uBrAy9x6IT .btn-info-outline:active,
.cid-uBrAy9x6IT .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uBrAy9x6IT .card-box {
  padding-top: 2rem;
}
.cid-uBrAy9x6IT .card-wrapper {
  height: 100%;
}
.cid-uBrAy9x6IT .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uBrAy9x6IT img {
  border-radius: 8px;
}
.cid-uBrAy9x6IT .card-title {
  color: #1e2251;
}
.cid-uBrAy9x6IT .main-title {
  color: #57468b;
  text-align: center;
}
.cid-uBrAy9x6IT DIV {
  color: #57468b;
}
.cid-uBrAy9x6IT .card-img {
  width: auto;
}
.cid-uBrAy9x6IT .mbr-text,
.cid-uBrAy9x6IT .mbr-section-btn {
  color: #465052;
  text-align: center;
}
.cid-uBrEbBD7W3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBrEbBD7W3 .card-heading {
  padding-bottom: 30px;
  color: #011247;
}
.cid-uBrEbBD7W3 .top {
  padding-top: 0;
}
.cid-uBrEbBD7W3 .row {
  justify-content: center;
  display: flex;
}
.cid-uBrEbBD7W3 a {
  font-weight: 400 !important;
}
.cid-uBrEbBD7W3 .mbr-text {
  color: #333333;
}
.cid-uBrEbBD7W3 .mbr-text1 {
  padding-top: 30px;
}
.cid-uBrEbBD7W3 .top1 {
  padding-top: 30px;
}
.cid-uBrEbBD7W3 .mbr-section-title {
  color: #011247;
  text-align: left;
}
.cid-uBrF6LlU3e {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uBrF6LlU3e h4 {
  margin-bottom: 0;
}
.cid-uBrF6LlU3e p {
  color: #767676;
}
.cid-uBrF6LlU3e .btn-info-outline {
  border: none;
  color: #00c7d6 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uBrF6LlU3e .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uBrF6LlU3e .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uBrF6LlU3e .btn-info-outline:hover {
  background-color: transparent!important;
  color: #011247 !important;
  box-shadow: none!important;
}
.cid-uBrF6LlU3e .btn-info-outline:active,
.cid-uBrF6LlU3e .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uBrF6LlU3e .card-box {
  padding-top: 2rem;
}
.cid-uBrF6LlU3e .card-wrapper {
  height: 100%;
}
.cid-uBrF6LlU3e .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uBrF6LlU3e img {
  border-radius: 8px;
}
.cid-uBrF6LlU3e .card-title {
  color: #1e2251;
}
.cid-uBrF6LlU3e .main-title {
  color: #57468b;
  text-align: center;
}
.cid-uBrF6LlU3e DIV {
  color: #57468b;
}
.cid-uBrF6LlU3e .card-img {
  width: auto;
}
.cid-uBrF6LlU3e .mbr-text,
.cid-uBrF6LlU3e .mbr-section-btn {
  color: #465052;
  text-align: center;
}
.cid-uBrFaOQBt5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBrFaOQBt5 .card-heading {
  padding-bottom: 30px;
  color: #011247;
}
.cid-uBrFaOQBt5 .top {
  padding-top: 0;
}
.cid-uBrFaOQBt5 .row {
  justify-content: center;
  display: flex;
}
.cid-uBrFaOQBt5 a {
  font-weight: 400 !important;
}
.cid-uBrFaOQBt5 .mbr-text {
  color: #333333;
}
.cid-uBrFaOQBt5 .mbr-text1 {
  padding-top: 30px;
}
.cid-uBrFaOQBt5 .top1 {
  padding-top: 30px;
}
.cid-uBrFaOQBt5 .mbr-section-title {
  color: #011247;
  text-align: left;
}
.cid-uBrFyFsjbg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uBrFyFsjbg h4 {
  margin-bottom: 0;
}
.cid-uBrFyFsjbg p {
  color: #767676;
}
.cid-uBrFyFsjbg .btn-info-outline {
  border: none;
  color: #00c7d6 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uBrFyFsjbg .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uBrFyFsjbg .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uBrFyFsjbg .btn-info-outline:hover {
  background-color: transparent!important;
  color: #011247 !important;
  box-shadow: none!important;
}
.cid-uBrFyFsjbg .btn-info-outline:active,
.cid-uBrFyFsjbg .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uBrFyFsjbg .card-box {
  padding-top: 2rem;
}
.cid-uBrFyFsjbg .card-wrapper {
  height: 100%;
}
.cid-uBrFyFsjbg .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uBrFyFsjbg img {
  border-radius: 8px;
}
.cid-uBrFyFsjbg .card-title {
  color: #1e2251;
}
.cid-uBrFyFsjbg .main-title {
  color: #57468b;
  text-align: center;
}
.cid-uBrFyFsjbg DIV {
  color: #57468b;
}
.cid-uBrFyFsjbg .card-img {
  width: auto;
}
.cid-uBrFyFsjbg .mbr-text,
.cid-uBrFyFsjbg .mbr-section-btn {
  color: #465052;
  text-align: center;
}
.cid-uBrFN2TKzQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBrFN2TKzQ .card-heading {
  padding-bottom: 30px;
  color: #011247;
}
.cid-uBrFN2TKzQ .top {
  padding-top: 0;
}
.cid-uBrFN2TKzQ .row {
  justify-content: center;
  display: flex;
}
.cid-uBrFN2TKzQ a {
  font-weight: 400 !important;
}
.cid-uBrFN2TKzQ .mbr-text {
  color: #333333;
}
.cid-uBrFN2TKzQ .mbr-text1 {
  padding-top: 30px;
}
.cid-uBrFN2TKzQ .top1 {
  padding-top: 30px;
}
.cid-uBrFN2TKzQ .mbr-section-title {
  color: #011247;
  text-align: left;
}
.cid-uBrGfKsohD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uBrGfKsohD h4 {
  margin-bottom: 0;
}
.cid-uBrGfKsohD p {
  color: #767676;
}
.cid-uBrGfKsohD .btn-info-outline {
  border: none;
  color: #00c7d6 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uBrGfKsohD .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uBrGfKsohD .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uBrGfKsohD .btn-info-outline:hover {
  background-color: transparent!important;
  color: #011247 !important;
  box-shadow: none!important;
}
.cid-uBrGfKsohD .btn-info-outline:active,
.cid-uBrGfKsohD .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uBrGfKsohD .card-box {
  padding-top: 2rem;
}
.cid-uBrGfKsohD .card-wrapper {
  height: 100%;
}
.cid-uBrGfKsohD .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uBrGfKsohD img {
  border-radius: 8px;
}
.cid-uBrGfKsohD .card-title {
  color: #1e2251;
}
.cid-uBrGfKsohD .main-title {
  color: #57468b;
  text-align: center;
}
.cid-uBrGfKsohD DIV {
  color: #57468b;
}
.cid-uBrGfKsohD .card-img {
  width: auto;
}
.cid-uBrGfKsohD .mbr-text,
.cid-uBrGfKsohD .mbr-section-btn {
  color: #465052;
  text-align: center;
}
.cid-uBrGsjTAFp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBrGsjTAFp .card-heading {
  padding-bottom: 30px;
  color: #011247;
}
.cid-uBrGsjTAFp .top {
  padding-top: 0;
}
.cid-uBrGsjTAFp .row {
  justify-content: center;
  display: flex;
}
.cid-uBrGsjTAFp a {
  font-weight: 400 !important;
}
.cid-uBrGsjTAFp .mbr-text {
  color: #333333;
}
.cid-uBrGsjTAFp .mbr-text1 {
  padding-top: 30px;
}
.cid-uBrGsjTAFp .top1 {
  padding-top: 30px;
}
.cid-uBrGsjTAFp .mbr-section-title {
  color: #011247;
  text-align: left;
}
.cid-uBrHcWfqWx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBrHcWfqWx .card-heading {
  padding-bottom: 30px;
  color: #011247;
}
.cid-uBrHcWfqWx .top {
  padding-top: 0;
}
.cid-uBrHcWfqWx .row {
  justify-content: center;
  display: flex;
}
.cid-uBrHcWfqWx a {
  font-weight: 400 !important;
}
.cid-uBrHcWfqWx .mbr-text {
  color: #333333;
}
.cid-uBrHcWfqWx .mbr-text1 {
  padding-top: 30px;
}
.cid-uBrHcWfqWx .top1 {
  padding-top: 30px;
}
.cid-uBrHcWfqWx .mbr-section-title {
  color: #011247;
  text-align: left;
}
.cid-uBrHH0GZT3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBrHH0GZT3 .card-heading {
  padding-bottom: 30px;
  color: #011247;
}
.cid-uBrHH0GZT3 .top {
  padding-top: 0;
}
.cid-uBrHH0GZT3 .row {
  justify-content: center;
  display: flex;
}
.cid-uBrHH0GZT3 a {
  font-weight: 400 !important;
}
.cid-uBrHH0GZT3 .mbr-text {
  color: #333333;
}
.cid-uBrHH0GZT3 .mbr-text1 {
  padding-top: 30px;
}
.cid-uBrHH0GZT3 .top1 {
  padding-top: 30px;
}
.cid-uBrHH0GZT3 .mbr-section-title {
  color: #011247;
  text-align: left;
}
.cid-uBrIuB1qUa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBrIuB1qUa .card-heading {
  padding-bottom: 30px;
  color: #011247;
}
.cid-uBrIuB1qUa .top {
  padding-top: 0;
}
.cid-uBrIuB1qUa .row {
  justify-content: center;
  display: flex;
}
.cid-uBrIuB1qUa a {
  font-weight: 400 !important;
}
.cid-uBrIuB1qUa .mbr-text {
  color: #333333;
}
.cid-uBrIuB1qUa .mbr-text1 {
  padding-top: 30px;
}
.cid-uBrIuB1qUa .top1 {
  padding-top: 30px;
}
.cid-uBrIuB1qUa .mbr-section-title {
  color: #011247;
  text-align: left;
}
.cid-uBrIXz8PUe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBrIXz8PUe .card-heading {
  padding-bottom: 30px;
  color: #011247;
}
.cid-uBrIXz8PUe .top {
  padding-top: 0;
}
.cid-uBrIXz8PUe .row {
  justify-content: center;
  display: flex;
}
.cid-uBrIXz8PUe a {
  font-weight: 400 !important;
}
.cid-uBrIXz8PUe .mbr-text {
  color: #333333;
}
.cid-uBrIXz8PUe .mbr-text1 {
  padding-top: 30px;
}
.cid-uBrIXz8PUe .top1 {
  padding-top: 30px;
}
.cid-uBrIXz8PUe .mbr-section-title {
  color: #011247;
  text-align: left;
}
.cid-uBrlVFDV5w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBrlVFDV5w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrlVFDV5w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrlVFDV5w .container,
.cid-uBrlVFDV5w .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uBrlVFDV5w .container,
  .cid-uBrlVFDV5w .container-fluid {
    padding: 0 20px;
  }
}
.cid-uBrlVFDV5w .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uBrlVFDV5w .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-uBrlVFDV5w .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uBrlVFDV5w .card {
    margin-bottom: 20px;
  }
}
.cid-uBrlVFDV5w .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-uBrlVFDV5w .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-uBrlVFDV5w .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uBrlVFDV5w .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uBrlVFDV5w .mbr-card-title {
  color: #3d4045;
}
.cid-uBrlVFDV5w .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-uBrlVFDV5w .mbr-card-title,
.cid-uBrlVFDV5w .mbr-section-btn {
  text-align: center;
}
.cid-uBrlVG6VNI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #001247;
}
.cid-uBrlVG6VNI p {
  text-align: center;
}
.cid-uBrlVG6VNI .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-uBrlVG6VNI .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-uBrlVG6VNI .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-uBrlVG6VNI .logo-footer {
  line-height: normal;
}
.cid-uBrlVG6VNI .copyright .list-inline {
  margin-bottom: 0;
}
.cid-uBrlVG6VNI .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-uBrlVG6VNI .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-uBrlVG6VNI .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBrlVG6VNI .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-uBrlVG6VNI .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-uBrlVG6VNI .icon-transition span:hover {
  background-color: #00c7d6;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uBrlVG6VNI .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-uBrlVG6VNI .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uBrlVG6VNI .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-uBrlVG6VNI .logo-footer {
    text-align: center;
  }
  .cid-uBrlVG6VNI .social-media {
    justify-content: center;
  }
}
.cid-uBrlVG6VNI .list-inline-item,
.cid-uBrlVG6VNI .mbr-list,
.cid-uBrlVG6VNI .first-column {
  color: #ffffff;
  text-align: center;
}
.cid-uEKHtchfBz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uEKHtchfBz .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-uEKHtchfBz nav.navbar {
  position: fixed;
}
.cid-uEKHtchfBz .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-uEKHtchfBz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEKHtchfBz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEKHtchfBz .dropdown-item:hover,
.cid-uEKHtchfBz .dropdown-item:focus {
  background: #011247 !important;
  color: white !important;
}
.cid-uEKHtchfBz .dropdown-item:hover span {
  color: white;
}
.cid-uEKHtchfBz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEKHtchfBz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEKHtchfBz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEKHtchfBz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEKHtchfBz .nav-link {
  position: relative;
}
.cid-uEKHtchfBz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEKHtchfBz .container {
    flex-wrap: nowrap;
  }
}
.cid-uEKHtchfBz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEKHtchfBz .dropdown-menu,
.cid-uEKHtchfBz .navbar.opened {
  background: #011247 !important;
}
.cid-uEKHtchfBz .nav-item:focus,
.cid-uEKHtchfBz .nav-link:focus {
  outline: none;
}
.cid-uEKHtchfBz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEKHtchfBz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEKHtchfBz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEKHtchfBz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEKHtchfBz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEKHtchfBz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEKHtchfBz .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #011247;
}
.cid-uEKHtchfBz .navbar.opened {
  transition: all 0.3s;
}
.cid-uEKHtchfBz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEKHtchfBz .navbar .navbar-logo img {
  width: auto;
}
.cid-uEKHtchfBz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEKHtchfBz .navbar.collapsed {
  justify-content: center;
}
.cid-uEKHtchfBz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEKHtchfBz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEKHtchfBz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uEKHtchfBz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEKHtchfBz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEKHtchfBz .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-uEKHtchfBz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEKHtchfBz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEKHtchfBz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEKHtchfBz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEKHtchfBz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEKHtchfBz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEKHtchfBz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEKHtchfBz .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-uEKHtchfBz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEKHtchfBz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEKHtchfBz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEKHtchfBz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEKHtchfBz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEKHtchfBz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uEKHtchfBz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uEKHtchfBz .navbar.navbar-short {
  min-height: 80px;
}
.cid-uEKHtchfBz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEKHtchfBz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEKHtchfBz .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEKHtchfBz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEKHtchfBz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEKHtchfBz .dropdown-item.active,
.cid-uEKHtchfBz .dropdown-item:active {
  background-color: transparent;
}
.cid-uEKHtchfBz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEKHtchfBz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEKHtchfBz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEKHtchfBz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011247;
}
.cid-uEKHtchfBz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEKHtchfBz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEKHtchfBz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEKHtchfBz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEKHtchfBz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEKHtchfBz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2fcff;
}
.cid-uEKHtchfBz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEKHtchfBz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEKHtchfBz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEKHtchfBz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEKHtchfBz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEKHtchfBz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEKHtchfBz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEKHtchfBz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEKHtchfBz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEKHtchfBz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEKHtchfBz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEKHtchfBz .navbar {
    height: 70px;
  }
  .cid-uEKHtchfBz .navbar.opened {
    height: auto;
  }
  .cid-uEKHtchfBz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEKHtdouGY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #001247;
}
.cid-uEKHtdouGY p {
  text-align: center;
}
.cid-uEKHtdouGY .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-uEKHtdouGY .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-uEKHtdouGY .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-uEKHtdouGY .logo-footer {
  line-height: normal;
}
.cid-uEKHtdouGY .copyright .list-inline {
  margin-bottom: 0;
}
.cid-uEKHtdouGY .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-uEKHtdouGY .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-uEKHtdouGY .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEKHtdouGY .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-uEKHtdouGY .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-uEKHtdouGY .icon-transition span:hover {
  background-color: #00c7d6;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uEKHtdouGY .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-uEKHtdouGY .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uEKHtdouGY .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-uEKHtdouGY .logo-footer {
    text-align: center;
  }
  .cid-uEKHtdouGY .social-media {
    justify-content: center;
  }
}
.cid-uEKHtdouGY .list-inline-item,
.cid-uEKHtdouGY .mbr-list,
.cid-uEKHtdouGY .first-column {
  color: #ffffff;
  text-align: center;
}
.cid-uJQrFuPFQ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQrFuPFQ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/map-svg-animated-kkh.svg");
}
.cid-uJQrFuPFQ9 .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uJQrFuPFQ9 img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uJQrFuPFQ9 img {
    padding-bottom: 2rem;
  }
}
.cid-uJQrFuPFQ9 .row {
  align-items: center;
}
.cid-uJQrFuPFQ9 .mbr-section-title {
  color: #ffffff;
}
.cid-uJQrFuPFQ9 .mbr-text,
.cid-uJQrFuPFQ9 .mbr-section-btn {
  color: #ffffff;
}
.cid-uJQrFuPFQ9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uEKHtdXbmL {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uEKHtdXbmL H1 {
  color: #011247;
}
.cid-uEKHtdXbmL .mbr-text,
.cid-uEKHtdXbmL .mbr-section-btn {
  color: #465052;
}
.cid-uEKHtdXbmL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKHtdXbmL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEKHtemLBz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEKHtemLBz img,
.cid-uEKHtemLBz .item-img {
  width: 100%;
}
.cid-uEKHtemLBz .item:focus,
.cid-uEKHtemLBz span:focus {
  outline: none;
}
.cid-uEKHtemLBz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uEKHtemLBz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uEKHtemLBz .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uEKHtemLBz .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uEKHtemLBz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uEKHtemLBz .mbr-section-title {
  color: #011247;
}
.cid-uEKHtemLBz .mbr-text,
.cid-uEKHtemLBz .mbr-section-btn {
  text-align: left;
}
.cid-uEKHtemLBz .item-title {
  text-align: center;
}
.cid-uEKHtemLBz .item-subtitle {
  text-align: left;
}
.cid-uEKHteT6mH {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uEKHteT6mH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKHteT6mH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEKHteT6mH .video-wrapper iframe {
  width: 100%;
}
.cid-uEKHteT6mH .mbr-section-title,
.cid-uEKHteT6mH .mbr-section-subtitle,
.cid-uEKHteT6mH .mbr-text {
  text-align: center;
}
.cid-uEKHtfjXO9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f3fbff;
}
.cid-uEKHtfjXO9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKHtfjXO9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uEKHtfjXO9 .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uEKHtfjXO9 .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uEKHtfjXO9 .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uEKHtfjXO9 .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uEKHtfjXO9 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEKHtfjXO9 .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uEKHtfjXO9 .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uEKHtfjXO9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEKHtfjXO9 .btn-wrapper {
  margin-top: -15%;
}
.cid-uEKHtfjXO9 .mbr-section-title {
  color: #272b2e;
}
.cid-uEKHtfjXO9 .mbr-text,
.cid-uEKHtfjXO9 .text-wrapper {
  color: #272b2e;
  text-align: center;
}
.cid-uEKHtfjXO9 .mbr-section-title,
.cid-uEKHtfjXO9 .mbr-section-btn,
.cid-uEKHtfjXO9 .clients-wrapper {
  text-align: center;
}
.cid-uEKHtfLT9j {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uEKHtfLT9j H1 {
  color: #011247;
}
.cid-uEKHtfLT9j .mbr-text,
.cid-uEKHtfLT9j .mbr-section-btn {
  color: #465052;
}
.cid-uEKHtfLT9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKHtfLT9j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEKHtgbDjt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uEKHtgbDjt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKHtgbDjt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uEKHtgbDjt .container {
    padding: 0 24px;
  }
}
.cid-uEKHtgbDjt .row {
  justify-content: center;
}
.cid-uEKHtgbDjt .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uEKHtgbDjt .item {
    margin-bottom: 32px;
  }
}
.cid-uEKHtgbDjt .item:nth-child(2n) .item-wrapper .card-box .number-wrap .card-number_2 {
  background-color: #00c7d6;
}
.cid-uEKHtgbDjt .item:nth-child(3n) .item-wrapper .card-box .number-wrap .card-number_3 {
  background-color: #00c7d6;
}
.cid-uEKHtgbDjt .item .item-wrapper .card-box .number-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uEKHtgbDjt .item .item-wrapper .card-box .number-wrap {
    margin-bottom: 24px;
  }
}
.cid-uEKHtgbDjt .item .item-wrapper .card-box .number-wrap .card-number_1,
.cid-uEKHtgbDjt .item .item-wrapper .card-box .number-wrap .card-number_2,
.cid-uEKHtgbDjt .item .item-wrapper .card-box .number-wrap .card-number_3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #00c7d6;
  border-radius: 16px;
  margin-bottom: 0;
}
.cid-uEKHtgbDjt .item .item-wrapper .card-box a {
  display: block;
}
.cid-uEKHtgbDjt .item .item-wrapper .card-box a:hover .card-title,
.cid-uEKHtgbDjt .item .item-wrapper .card-box a:focus .card-title {
  text-decoration-color: transparent;
}
.cid-uEKHtgbDjt .item .item-wrapper .card-box a .card-title {
  margin-bottom: 8px;
  text-decoration: underline;
  text-decoration-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uEKHtgbDjt .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uEKHtgbDjt .card-title {
  color: #262642;
  text-align: center;
}
.cid-uEKHtgbDjt .card-text {
  color: #8e8ead;
}
.cid-uEKHtgbDjt .card-number_1 {
  color: #990066;
}
.cid-uEKHtgbDjt .card-number_2 {
  color: #4A8DFF;
}
.cid-uEKHtgbDjt .card-number_3 {
  color: #F5DF4D;
}
.cid-uEKHtgbDjt .card-number_3,
.cid-uEKHtgbDjt .number-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-uEKHtgbDjt .card-number_2,
.cid-uEKHtgbDjt .number-wrap {
  color: #ffffff;
}
.cid-uEKHtgbDjt .card-number_1,
.cid-uEKHtgbDjt .number-wrap {
  color: #ffffff;
}
.cid-uEKHtgGYeg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3fbff;
}
.cid-uEKHtgGYeg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKHtgGYeg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uEKHtgGYeg .container {
    padding: 0 20px;
  }
}
.cid-uEKHtgGYeg .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEKHtgGYeg .title-wrapper {
    display: block;
  }
}
.cid-uEKHtgGYeg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uEKHtgGYeg .title-wrapper .mbr-section-title {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uEKHtgGYeg .title-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uEKHtgGYeg .title-wrapper .mbr-section-btn .btn {
  padding: 30px 40px;
  min-width: 465px;
}
@media (max-width: 992px) {
  .cid-uEKHtgGYeg .title-wrapper .mbr-section-btn .btn {
    margin-right: 0;
    min-width: auto;
  }
}
.cid-uEKHtgGYeg .mbr-section-title {
  color: #38001b;
}
.cid-uEKHtgGYeg .mbr-section-title,
.cid-uEKHtgGYeg .mbr-section-btn {
  color: #011247;
}
.cid-uEKHth5Nxb {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #e0f4fe;
}
.cid-uEKHth5Nxb H1 {
  color: #011247;
}
.cid-uEKHth5Nxb .mbr-text,
.cid-uEKHth5Nxb .mbr-section-btn {
  color: #465052;
}
.cid-uEKHth5Nxb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKHth5Nxb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEKHthuvwL {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #e0f4fe;
}
.cid-uEKHthuvwL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKHthuvwL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uEKHthuvwL .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uEKHthuvwL .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uEKHthuvwL .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uEKHthuvwL .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uEKHthuvwL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uEKHthuvwL .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uEKHthuvwL .price {
  text-align: center;
}
.cid-uEKHti3ccg {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uEKHti3ccg .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-uEKHti3ccg .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #ffffff;
  z-index: -1;
}
.cid-uEKHti3ccg .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uEKHti3ccg .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-uEKHti3ccg .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uEKHti3ccg .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uEKHti3ccg b,
.cid-uEKHti3ccg strong {
  font-weight: 900;
}
.cid-uEKHti3ccg img,
.cid-uEKHti3ccg .item-img {
  width: 100%;
}
.cid-uEKHti3ccg .item:focus,
.cid-uEKHti3ccg span:focus {
  outline: none;
}
.cid-uEKHti3ccg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uEKHti3ccg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uEKHti3ccg .mbr-section-title {
  color: #17003b;
}
.cid-uEKHti3ccg .mbr-text,
.cid-uEKHti3ccg .mbr-section-btn {
  text-align: center;
  color: #17003b;
}
.cid-uEKHti3ccg .item-title {
  text-align: center;
  color: #17003b;
}
.cid-uEKHti3ccg .mbr-section-subtitle {
  color: #17003b;
}
.cid-uEKHti3ccg .item-subtitle,
.cid-uEKHti3ccg .item-content {
  text-align: center;
}
.cid-uEKHtiEVTp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #011247;
}
.cid-uEKHtiEVTp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKHtiEVTp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uEKHtiEVTp .container {
    padding: 0 20px;
  }
}
.cid-uEKHtiEVTp .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEKHtiEVTp .title-wrapper {
    display: block;
  }
}
.cid-uEKHtiEVTp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  padding-right: 20px;
  padding-right: 0;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-uEKHtiEVTp .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uEKHtiEVTp .title-wrapper .mbr-section-title {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uEKHtiEVTp .title-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uEKHtiEVTp .title-wrapper .mbr-section-btn .btn {
  padding: 30px 40px;
  min-width: 465px;
}
@media (max-width: 992px) {
  .cid-uEKHtiEVTp .title-wrapper .mbr-section-btn .btn {
    margin-right: 0;
    min-width: auto;
  }
}
.cid-uEKHtiEVTp .mbr-section-title {
  color: #38001b;
}
.cid-uEKHtiEVTp .mbr-section-title,
.cid-uEKHtiEVTp .mbr-section-btn {
  color: #ffffff;
}
.cid-uEKHtiEVTp .mbr-section-title,
.cid-uEKHtiEVTp .mbr-section-btn DIV {
  text-align: left;
}
#custom-html-i9 section.PreventionSignupEmbeddable {
  background-color: #ffffff;
}
.cid-uEKHtj6fdb {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uEKHtj6fdb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKHtj6fdb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-uEKHtj6fdb b,
.cid-uEKHtj6fdb strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-uEKHtj6fdb img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uEKHtj6fdb img {
    padding-bottom: 2rem;
  }
}
.cid-uEKHtj6fdb .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-uEKHtj6fdb .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-uEKHtj6fdb .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-uEKHtj6fdb .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-uEKHtj6fdb .row {
  align-items: center;
}
.cid-uEKHtj6fdb .mbr-section-title {
  color: #011247;
}
.cid-uEKHtj6fdb .mbr-text,
.cid-uEKHtj6fdb .mbr-section-btn {
  color: #ffffff;
}
.cid-uEKHtj6fdb .mbr-link,
.cid-uEKHtj6fdb .link-wrapper {
  color: #ffffff;
}
.cid-uEKHtj6fdb .mbr-text,
.cid-uEKHtj6fdb .text-wrapper {
  color: #232323;
}
.cid-uEKHtj6fdb .mbr-link,
.cid-uEKHtj6fdb .text-wrapper,
.cid-uEKHtj6fdb path {
  color: #17003b;
}
.cid-uEKHtjBWZF {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEKHtjBWZF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKHtjBWZF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-uEKHtjBWZF b,
.cid-uEKHtjBWZF strong {
  font-weight: 900;
}
.cid-uEKHtjBWZF .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uEKHtjBWZF img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uEKHtjBWZF img {
    padding-bottom: 2rem;
  }
}
.cid-uEKHtjBWZF .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-uEKHtjBWZF .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-uEKHtjBWZF .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-uEKHtjBWZF .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-uEKHtjBWZF .row {
  align-items: center;
}
.cid-uEKHtjBWZF .mbr-section-title {
  color: #011247;
}
.cid-uEKHtjBWZF .mbr-text,
.cid-uEKHtjBWZF .mbr-section-btn {
  color: #ffffff;
}
.cid-uEKHtjBWZF .mbr-link,
.cid-uEKHtjBWZF .link-wrapper {
  color: #ffffff;
}
.cid-uEKHtjBWZF .mbr-text,
.cid-uEKHtjBWZF .text-wrapper {
  color: #232323;
}
.cid-uEKHtjBWZF .mbr-link,
.cid-uEKHtjBWZF .text-wrapper,
.cid-uEKHtjBWZF path {
  color: #17003b;
}
.cid-uEKHtjBWZF P {
  color: #232323;
}
.cid-uEKHtk7Hq9 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uEKHtk7Hq9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKHtk7Hq9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uEKHtk7Hq9 .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uEKHtk7Hq9 .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uEKHtk7Hq9 .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uEKHtk7Hq9 .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uEKHtk7Hq9 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEKHtk7Hq9 .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uEKHtk7Hq9 .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uEKHtk7Hq9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEKHtk7Hq9 .btn-wrapper {
  margin-top: -15%;
}
.cid-uEKHtk7Hq9 .mbr-section-title {
  color: #272b2e;
}
.cid-uEKHtk7Hq9 .mbr-text,
.cid-uEKHtk7Hq9 .text-wrapper {
  color: #272b2e;
  text-align: center;
}
.cid-uEKHtk7Hq9 .mbr-section-title,
.cid-uEKHtk7Hq9 .mbr-section-btn,
.cid-uEKHtk7Hq9 .clients-wrapper {
  text-align: center;
}
#custom-html-ia section.PreventionSystemTestEmbeddable {
  background-color: #ffffff;
}
.cid-uEKHtkDtof {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #e0f4fe;
}
.cid-uEKHtkDtof H1 {
  color: #011247;
  text-align: center;
}
.cid-uEKHtkDtof .mbr-text,
.cid-uEKHtkDtof .mbr-section-btn {
  color: #465052;
}
.cid-uEKHtkDtof .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKHtkDtof .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEKHtl6HbJ {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #e0f4fe;
}
.cid-uEKHtl6HbJ .card-header {
  background: transparent;
}
.cid-uEKHtl6HbJ .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-uEKHtl6HbJ .panel-group {
  border-top: 1px solid #efefef;
}
.cid-uEKHtl6HbJ .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uEKHtl6HbJ .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uEKHtl6HbJ .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uEKHtl6HbJ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uEKHtl6HbJ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uEKHtl6HbJ .card .panel-body {
  color: #767676;
}
.cid-uEKHtl6HbJ h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ffffff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid #efefef;
  padding: 1.4rem 1.6rem;
}
.cid-uEKHtl6HbJ H4 {
  color: #011247;
}
.cid-uEKHtl6HbJ H2 {
  color: #011247;
  text-align: left;
}
.cid-uEKHtl6HbJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKHtl6HbJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEKHtl6HbJ .panel-text {
  color: #232323;
}
.cid-uEKHtlIlhn {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #e0f4fe;
}
.cid-uEKHtlIlhn .card-header {
  background: transparent;
}
.cid-uEKHtlIlhn .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-uEKHtlIlhn .panel-group {
  border-top: 1px solid #efefef;
}
.cid-uEKHtlIlhn .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uEKHtlIlhn .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uEKHtlIlhn .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uEKHtlIlhn .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uEKHtlIlhn .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uEKHtlIlhn .card .panel-body {
  color: #767676;
}
.cid-uEKHtlIlhn h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ffffff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid #efefef;
  padding: 1.4rem 1.6rem;
}
.cid-uEKHtlIlhn H4 {
  color: #011247;
}
.cid-uEKHtlIlhn H2 {
  color: #011247;
  text-align: left;
}
.cid-uEKHtlIlhn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKHtlIlhn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEKHtlIlhn .panel-text {
  color: #232323;
}
.cid-uEKHtmG2ZS {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #e0f4fe;
}
.cid-uEKHtmG2ZS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKHtmG2ZS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uEKHtmG2ZS .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uEKHtmG2ZS .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uEKHtmG2ZS .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uEKHtmG2ZS .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uEKHtmG2ZS .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEKHtmG2ZS .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uEKHtmG2ZS .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uEKHtmG2ZS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEKHtmG2ZS .btn-wrapper {
  margin-top: -15%;
}
.cid-uEKHtmG2ZS .mbr-section-title {
  color: #272b2e;
}
.cid-uEKHtmG2ZS .mbr-text,
.cid-uEKHtmG2ZS .text-wrapper {
  color: #272b2e;
  text-align: center;
}
.cid-uEKHtmG2ZS .mbr-section-title,
.cid-uEKHtmG2ZS .mbr-section-btn,
.cid-uEKHtmG2ZS .clients-wrapper {
  text-align: center;
}
.cid-uEKHtnyQ3Q {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #011247;
}
.cid-uEKHtnyQ3Q .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uEKHtnyQ3Q .form-control,
.cid-uEKHtnyQ3Q .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #ecedee;
  border-color: #ecedee;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
  display: flex;
  align-items: center;
}
.cid-uEKHtnyQ3Q .form-control::-webkit-input-placeholder,
.cid-uEKHtnyQ3Q .field-input::-webkit-input-placeholder,
.cid-uEKHtnyQ3Q .form-control::-webkit-input-placeholder,
.cid-uEKHtnyQ3Q .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uEKHtnyQ3Q .form-control:-moz-placeholder,
.cid-uEKHtnyQ3Q .field-input:-moz-placeholder,
.cid-uEKHtnyQ3Q .form-control:-moz-placeholder,
.cid-uEKHtnyQ3Q .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uEKHtnyQ3Q .form-control:hover,
.cid-uEKHtnyQ3Q .field-input:hover,
.cid-uEKHtnyQ3Q .form-control:focus,
.cid-uEKHtnyQ3Q .field-input:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #f2fcff;
  box-shadow: none;
  outline: none;
}
.cid-uEKHtnyQ3Q .form-control:hover::-webkit-input-placeholder,
.cid-uEKHtnyQ3Q .field-input:hover::-webkit-input-placeholder,
.cid-uEKHtnyQ3Q .form-control:focus::-webkit-input-placeholder,
.cid-uEKHtnyQ3Q .field-input:focus::-webkit-input-placeholder,
.cid-uEKHtnyQ3Q .form-control:hover::-webkit-input-placeholder,
.cid-uEKHtnyQ3Q .field-input:hover::-webkit-input-placeholder,
.cid-uEKHtnyQ3Q .form-control:focus::-webkit-input-placeholder,
.cid-uEKHtnyQ3Q .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uEKHtnyQ3Q .form-control:hover:-moz-placeholder,
.cid-uEKHtnyQ3Q .field-input:hover:-moz-placeholder,
.cid-uEKHtnyQ3Q .form-control:focus:-moz-placeholder,
.cid-uEKHtnyQ3Q .field-input:focus:-moz-placeholder,
.cid-uEKHtnyQ3Q .form-control:hover:-moz-placeholder,
.cid-uEKHtnyQ3Q .field-input:hover:-moz-placeholder,
.cid-uEKHtnyQ3Q .form-control:focus:-moz-placeholder,
.cid-uEKHtnyQ3Q .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-uEKHtnyQ3Q textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-uEKHtnyQ3Q .jq-number__spin:hover,
.cid-uEKHtnyQ3Q .jq-number__spin:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uEKHtnyQ3Q .jq-number__spin {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uEKHtnyQ3Q .jq-selectbox li,
.cid-uEKHtnyQ3Q .jq-selectbox li {
  background-color: #ecedee;
  color: #000000;
}
.cid-uEKHtnyQ3Q .jq-selectbox li:hover,
.cid-uEKHtnyQ3Q .jq-selectbox li.selected {
  background-color: #ecedee;
  color: #000000;
}
.cid-uEKHtnyQ3Q .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uEKHtnyQ3Q .jq-number__spin.minus:hover:after,
.cid-uEKHtnyQ3Q .jq-number__spin.plus:hover:after {
  border-top-color: #ecedee;
  border-bottom-color: #ecedee;
}
.cid-uEKHtnyQ3Q .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uEKHtnyQ3Q .jq-number__spin.minus:after,
.cid-uEKHtnyQ3Q .jq-number__spin.plus:after {
  border-top-color: #ecedee;
  border-bottom-color: #ecedee;
}
.cid-uEKHtnyQ3Q input::-webkit-clear-button {
  display: none;
}
.cid-uEKHtnyQ3Q input::-webkit-inner-spin-button {
  display: none;
}
.cid-uEKHtnyQ3Q input::-webkit-outer-spin-button {
  display: none;
}
.cid-uEKHtnyQ3Q input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uEKHtnyQ3Q .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #011247;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uEKHtnyQ3Q .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uEKHtnyQ3Q .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uEKHtnyQ3Q .mbr-text {
  color: #606060;
}
.cid-uEKHtnyQ3Q .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-uEKHtnyQ3Q .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-uEKHtnyQ3Q .required {
  color: #808080;
}
.cid-uEKHtnyQ3Q .list-block .list-item-title {
  color: #404040;
  font-weight: 600;
}
.cid-uEKHtnyQ3Q .list-block .list-item-title.display-7 {
  font-size: 18px;
}
.cid-uEKHtnyQ3Q .list-block .list-item-text {
  color: #606060;
}
.cid-uEKHtnyQ3Q .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-uEKHtnyQ3Q .list-block {
  position: relative;
}
.cid-uEKHtnyQ3Q .list-block h4,
.cid-uEKHtnyQ3Q .list-block p {
  padding-left: 3.5rem;
}
.cid-uEKHtnyQ3Q .card-img {
  display: block;
  font-size: 30px;
}
.cid-uEKHtnyQ3Q .mbr-iconfont {
  color: #86d8f2;
  font-size: 2rem;
}
.cid-uEKHtnyQ3Q .jq-selectbox__select {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  height: 50px;
}
.cid-uEKHtnyQ3Q .form-control-label,
.cid-uEKHtnyQ3Q .form-check {
  margin-left: 20px;
}
.cid-uEKHtnyQ3Q .main-title {
  color: #04d6d6;
}
.cid-uEKHtnyQ3Q .list-block .list-item-title {
  color: #ffffff;
}
.cid-uEKHtnyQ3Q .list-block .list-item-text {
  color: #efefef;
}
.cid-uEKHtnyQ3Q .required,
.cid-uEKHtnyQ3Q .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uwsoFI0gcx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uwsoFI0gcx .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-uwsoFI0gcx nav.navbar {
  position: fixed;
}
.cid-uwsoFI0gcx .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-uwsoFI0gcx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwsoFI0gcx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwsoFI0gcx .dropdown-item:hover,
.cid-uwsoFI0gcx .dropdown-item:focus {
  background: #011247 !important;
  color: white !important;
}
.cid-uwsoFI0gcx .dropdown-item:hover span {
  color: white;
}
.cid-uwsoFI0gcx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwsoFI0gcx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwsoFI0gcx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uwsoFI0gcx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwsoFI0gcx .nav-link {
  position: relative;
}
.cid-uwsoFI0gcx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uwsoFI0gcx .container {
    flex-wrap: nowrap;
  }
}
.cid-uwsoFI0gcx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uwsoFI0gcx .dropdown-menu,
.cid-uwsoFI0gcx .navbar.opened {
  background: #011247 !important;
}
.cid-uwsoFI0gcx .nav-item:focus,
.cid-uwsoFI0gcx .nav-link:focus {
  outline: none;
}
.cid-uwsoFI0gcx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwsoFI0gcx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwsoFI0gcx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwsoFI0gcx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwsoFI0gcx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwsoFI0gcx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwsoFI0gcx .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #011247;
}
.cid-uwsoFI0gcx .navbar.opened {
  transition: all 0.3s;
}
.cid-uwsoFI0gcx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uwsoFI0gcx .navbar .navbar-logo img {
  width: auto;
}
.cid-uwsoFI0gcx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwsoFI0gcx .navbar.collapsed {
  justify-content: center;
}
.cid-uwsoFI0gcx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwsoFI0gcx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwsoFI0gcx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uwsoFI0gcx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwsoFI0gcx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwsoFI0gcx .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-uwsoFI0gcx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwsoFI0gcx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uwsoFI0gcx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uwsoFI0gcx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwsoFI0gcx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwsoFI0gcx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwsoFI0gcx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwsoFI0gcx .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-uwsoFI0gcx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwsoFI0gcx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwsoFI0gcx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwsoFI0gcx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwsoFI0gcx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwsoFI0gcx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uwsoFI0gcx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uwsoFI0gcx .navbar.navbar-short {
  min-height: 80px;
}
.cid-uwsoFI0gcx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwsoFI0gcx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwsoFI0gcx .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwsoFI0gcx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwsoFI0gcx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwsoFI0gcx .dropdown-item.active,
.cid-uwsoFI0gcx .dropdown-item:active {
  background-color: transparent;
}
.cid-uwsoFI0gcx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwsoFI0gcx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwsoFI0gcx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwsoFI0gcx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011247;
}
.cid-uwsoFI0gcx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwsoFI0gcx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwsoFI0gcx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwsoFI0gcx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwsoFI0gcx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uwsoFI0gcx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2fcff;
}
.cid-uwsoFI0gcx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwsoFI0gcx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwsoFI0gcx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwsoFI0gcx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwsoFI0gcx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwsoFI0gcx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwsoFI0gcx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwsoFI0gcx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwsoFI0gcx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uwsoFI0gcx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwsoFI0gcx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwsoFI0gcx .navbar {
    height: 70px;
  }
  .cid-uwsoFI0gcx .navbar.opened {
    height: auto;
  }
  .cid-uwsoFI0gcx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwsKoJt2Te {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uwsKoJt2Te H1 {
  color: #011247;
}
.cid-uwsKoJt2Te .mbr-text,
.cid-uwsKoJt2Te .mbr-section-btn {
  color: #465052;
}
.cid-uwsKoJt2Te .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwsKoJt2Te .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwsKyQr4eB {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uwsKyQr4eB img {
  object-fit: cover;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-uwsKyQr4eB img {
    width: 100%;
  }
}
.cid-uwsKyQr4eB .link {
  text-decoration: underline;
}
.cid-uwsKyQr4eB .tag-wrapper {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uwsKyQr4eB .tag-wrapper {
    justify-content: center;
  }
}
.cid-uwsKyQr4eB .tag {
  padding: 6px 16px;
  padding-top: 9px;
  margin-bottom: 1rem;
  margin-right: 1rem;
  width: fit-content;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uwsKyQr4eB .tag {
    margin: 0 0.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uwsKyQr4eB .tag1 {
  background: #30c7bf;
}
.cid-uwsKyQr4eB .tag2 {
  background: #fc898c;
}
.cid-uwsKyQr4eB .tag3 {
  background: #00004c;
}
.cid-uwsKyQr4eB .tag4 {
  background: #30c7bf;
}
.cid-uwsKyQr4eB .tag5 {
  background: #fc898c;
}
.cid-uwsKyQr4eB .mbr-section-title {
  color: #00004c;
}
.cid-uwsKyQr4eB .mbr-section-subtitle {
  color: #011247;
}
.cid-uwsoFIVmH9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f2fcff;
}
.cid-uwsoFIVmH9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwsoFIVmH9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uwsoFIVmH9 .container {
    padding: 0 20px;
  }
  .cid-uwsoFIVmH9 .container .row {
    padding: 0;
  }
}
.cid-uwsoFIVmH9 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uwsoFIVmH9 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwsoFIVmH9 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uwsoFIVmH9 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uwsoFIVmH9 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #00c7d6;
}
.cid-uwsoFIVmH9 .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uwsoFIVmH9 .image-wrapper img {
    height: 300px;
  }
}
.cid-uwsoFIVmH9 .mbr-section-title {
  color: #222222;
}
.cid-uwsoFIVmH9 .mbr-text {
  color: #465052;
}
.cid-uwsoFIVmH9 .mbr-section-title,
.cid-uwsoFIVmH9 .mbr-section-btn {
  color: #011247;
}
.cid-uwsLaRmWEz {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uwsLaRmWEz img {
  object-fit: cover;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-uwsLaRmWEz img {
    width: 100%;
  }
}
.cid-uwsLaRmWEz .link {
  text-decoration: underline;
}
.cid-uwsLaRmWEz .tag-wrapper {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uwsLaRmWEz .tag-wrapper {
    justify-content: center;
  }
}
.cid-uwsLaRmWEz .tag {
  padding: 6px 16px;
  padding-top: 9px;
  margin-bottom: 1rem;
  margin-right: 1rem;
  width: fit-content;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uwsLaRmWEz .tag {
    margin: 0 0.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uwsLaRmWEz .tag1 {
  background: #30c7bf;
}
.cid-uwsLaRmWEz .tag2 {
  background: #fc898c;
}
.cid-uwsLaRmWEz .tag3 {
  background: #00004c;
}
.cid-uwsLaRmWEz .tag4 {
  background: #30c7bf;
}
.cid-uwsLaRmWEz .tag5 {
  background: #fc898c;
}
.cid-uwsLaRmWEz .mbr-section-title {
  color: #00004c;
}
.cid-uwsLaRmWEz .mbr-section-subtitle {
  color: #011247;
}
.cid-uwsMPooKhk {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uwsMPooKhk H1 {
  color: #011247;
}
.cid-uwsMPooKhk .mbr-text,
.cid-uwsMPooKhk .mbr-section-btn {
  color: #465052;
}
.cid-uwsMPooKhk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwsMPooKhk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwsoFJ7TSW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uwsoFJ7TSW img {
  width: 160px;
  margin: auto;
}
.cid-uwsoFJ7TSW .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uwsoFJ7TSW .card {
    max-width: 25%;
  }
}
.cid-uwsoFJ7TSW .mbr-section-title {
  color: #011247;
  text-align: center;
}
.cid-uwsoFJkGnf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #001247;
}
.cid-uwsoFJkGnf p {
  text-align: center;
}
.cid-uwsoFJkGnf .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-uwsoFJkGnf .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-uwsoFJkGnf .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-uwsoFJkGnf .logo-footer {
  line-height: normal;
}
.cid-uwsoFJkGnf .copyright .list-inline {
  margin-bottom: 0;
}
.cid-uwsoFJkGnf .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-uwsoFJkGnf .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-uwsoFJkGnf .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwsoFJkGnf .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-uwsoFJkGnf .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-uwsoFJkGnf .icon-transition span:hover {
  background-color: #00c7d6;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uwsoFJkGnf .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-uwsoFJkGnf .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uwsoFJkGnf .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-uwsoFJkGnf .logo-footer {
    text-align: center;
  }
  .cid-uwsoFJkGnf .social-media {
    justify-content: center;
  }
}
.cid-uwsoFJkGnf .list-inline-item,
.cid-uwsoFJkGnf .mbr-list,
.cid-uwsoFJkGnf .first-column {
  color: #ffffff;
  text-align: center;
}
.cid-uLVDd1JrD4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uLVDd1JrD4 .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-uLVDd1JrD4 nav.navbar {
  position: fixed;
}
.cid-uLVDd1JrD4 .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-uLVDd1JrD4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLVDd1JrD4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLVDd1JrD4 .dropdown-item:hover,
.cid-uLVDd1JrD4 .dropdown-item:focus {
  background: #011247 !important;
  color: white !important;
}
.cid-uLVDd1JrD4 .dropdown-item:hover span {
  color: white;
}
.cid-uLVDd1JrD4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLVDd1JrD4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLVDd1JrD4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLVDd1JrD4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLVDd1JrD4 .nav-link {
  position: relative;
}
.cid-uLVDd1JrD4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uLVDd1JrD4 .container {
    flex-wrap: nowrap;
  }
}
.cid-uLVDd1JrD4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLVDd1JrD4 .dropdown-menu,
.cid-uLVDd1JrD4 .navbar.opened {
  background: #011247 !important;
}
.cid-uLVDd1JrD4 .nav-item:focus,
.cid-uLVDd1JrD4 .nav-link:focus {
  outline: none;
}
.cid-uLVDd1JrD4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLVDd1JrD4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLVDd1JrD4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLVDd1JrD4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLVDd1JrD4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLVDd1JrD4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLVDd1JrD4 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #011247;
}
.cid-uLVDd1JrD4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLVDd1JrD4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLVDd1JrD4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uLVDd1JrD4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLVDd1JrD4 .navbar.collapsed {
  justify-content: center;
}
.cid-uLVDd1JrD4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLVDd1JrD4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLVDd1JrD4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uLVDd1JrD4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLVDd1JrD4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLVDd1JrD4 .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-uLVDd1JrD4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLVDd1JrD4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLVDd1JrD4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLVDd1JrD4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLVDd1JrD4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLVDd1JrD4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLVDd1JrD4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLVDd1JrD4 .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-uLVDd1JrD4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLVDd1JrD4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLVDd1JrD4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLVDd1JrD4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLVDd1JrD4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLVDd1JrD4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLVDd1JrD4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLVDd1JrD4 .navbar.navbar-short {
  min-height: 80px;
}
.cid-uLVDd1JrD4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLVDd1JrD4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLVDd1JrD4 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLVDd1JrD4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLVDd1JrD4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLVDd1JrD4 .dropdown-item.active,
.cid-uLVDd1JrD4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLVDd1JrD4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLVDd1JrD4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLVDd1JrD4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLVDd1JrD4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011247;
}
.cid-uLVDd1JrD4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLVDd1JrD4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLVDd1JrD4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLVDd1JrD4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLVDd1JrD4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLVDd1JrD4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2fcff;
}
.cid-uLVDd1JrD4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLVDd1JrD4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLVDd1JrD4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLVDd1JrD4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLVDd1JrD4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLVDd1JrD4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLVDd1JrD4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLVDd1JrD4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLVDd1JrD4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLVDd1JrD4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLVDd1JrD4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLVDd1JrD4 .navbar {
    height: 70px;
  }
  .cid-uLVDd1JrD4 .navbar.opened {
    height: auto;
  }
  .cid-uLVDd1JrD4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLVDd280pR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLVDd280pR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/map-svg-animated-ik.png");
}
.cid-uLVDd280pR .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uLVDd280pR img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uLVDd280pR img {
    padding-bottom: 2rem;
  }
}
.cid-uLVDd280pR .row {
  align-items: center;
}
.cid-uLVDd280pR .mbr-section-title {
  color: #ffffff;
}
.cid-uLVDd280pR .mbr-text,
.cid-uLVDd280pR .mbr-section-btn {
  color: #ffffff;
}
.cid-uLVDd280pR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLVDd2nDPU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #001247;
}
.cid-uLVDd2nDPU p {
  text-align: center;
}
.cid-uLVDd2nDPU .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-uLVDd2nDPU .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-uLVDd2nDPU .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-uLVDd2nDPU .logo-footer {
  line-height: normal;
}
.cid-uLVDd2nDPU .copyright .list-inline {
  margin-bottom: 0;
}
.cid-uLVDd2nDPU .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-uLVDd2nDPU .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-uLVDd2nDPU .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLVDd2nDPU .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-uLVDd2nDPU .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-uLVDd2nDPU .icon-transition span:hover {
  background-color: #00c7d6;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uLVDd2nDPU .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-uLVDd2nDPU .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uLVDd2nDPU .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-uLVDd2nDPU .logo-footer {
    text-align: center;
  }
  .cid-uLVDd2nDPU .social-media {
    justify-content: center;
  }
}
.cid-uLVDd2nDPU .list-inline-item,
.cid-uLVDd2nDPU .mbr-list,
.cid-uLVDd2nDPU .first-column {
  color: #ffffff;
  text-align: center;
}
.cid-uLVDd2H1ku {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uLVDd2H1ku H1 {
  color: #011247;
}
.cid-uLVDd2H1ku .mbr-text,
.cid-uLVDd2H1ku .mbr-section-btn {
  color: #465052;
}
.cid-uLVDd2H1ku .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLVDd2H1ku .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLVDd2VAuX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLVDd2VAuX img,
.cid-uLVDd2VAuX .item-img {
  width: 100%;
}
.cid-uLVDd2VAuX .item:focus,
.cid-uLVDd2VAuX span:focus {
  outline: none;
}
.cid-uLVDd2VAuX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLVDd2VAuX .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLVDd2VAuX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLVDd2VAuX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLVDd2VAuX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLVDd2VAuX .mbr-section-title {
  color: #011247;
}
.cid-uLVDd2VAuX .mbr-text,
.cid-uLVDd2VAuX .mbr-section-btn {
  text-align: left;
}
.cid-uLVDd2VAuX .item-title {
  text-align: center;
}
.cid-uLVDd2VAuX .item-subtitle {
  text-align: left;
}
.cid-uLVDd3fFBE {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLVDd3fFBE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLVDd3fFBE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLVDd3fFBE .video-wrapper iframe {
  width: 100%;
}
.cid-uLVDd3fFBE .mbr-section-title,
.cid-uLVDd3fFBE .mbr-section-subtitle,
.cid-uLVDd3fFBE .mbr-text {
  text-align: center;
}
.cid-uLVDd3uz7D {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f3fbff;
}
.cid-uLVDd3uz7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLVDd3uz7D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLVDd3uz7D .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uLVDd3uz7D .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uLVDd3uz7D .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uLVDd3uz7D .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uLVDd3uz7D .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uLVDd3uz7D .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uLVDd3uz7D .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLVDd3uz7D .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLVDd3uz7D .btn-wrapper {
  margin-top: -15%;
}
.cid-uLVDd3uz7D .mbr-section-title {
  color: #272b2e;
}
.cid-uLVDd3uz7D .mbr-text,
.cid-uLVDd3uz7D .text-wrapper {
  color: #272b2e;
  text-align: center;
}
.cid-uLVDd3uz7D .mbr-section-title,
.cid-uLVDd3uz7D .mbr-section-btn,
.cid-uLVDd3uz7D .clients-wrapper {
  text-align: center;
}
.cid-uLVDd3L8QR {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLVDd3L8QR H1 {
  color: #011247;
}
.cid-uLVDd3L8QR .mbr-text,
.cid-uLVDd3L8QR .mbr-section-btn {
  color: #465052;
}
.cid-uLVDd3L8QR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLVDd3L8QR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLVDd41l91 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLVDd41l91 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLVDd41l91 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLVDd41l91 .container {
    padding: 0 24px;
  }
}
.cid-uLVDd41l91 .row {
  justify-content: center;
}
.cid-uLVDd41l91 .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uLVDd41l91 .item {
    margin-bottom: 32px;
  }
}
.cid-uLVDd41l91 .item:nth-child(2n) .item-wrapper .card-box .number-wrap .card-number_2 {
  background-color: #00c7d6;
}
.cid-uLVDd41l91 .item:nth-child(3n) .item-wrapper .card-box .number-wrap .card-number_3 {
  background-color: #00c7d6;
}
.cid-uLVDd41l91 .item .item-wrapper .card-box .number-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLVDd41l91 .item .item-wrapper .card-box .number-wrap {
    margin-bottom: 24px;
  }
}
.cid-uLVDd41l91 .item .item-wrapper .card-box .number-wrap .card-number_1,
.cid-uLVDd41l91 .item .item-wrapper .card-box .number-wrap .card-number_2,
.cid-uLVDd41l91 .item .item-wrapper .card-box .number-wrap .card-number_3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #00c7d6;
  border-radius: 16px;
  margin-bottom: 0;
}
.cid-uLVDd41l91 .item .item-wrapper .card-box a {
  display: block;
}
.cid-uLVDd41l91 .item .item-wrapper .card-box a:hover .card-title,
.cid-uLVDd41l91 .item .item-wrapper .card-box a:focus .card-title {
  text-decoration-color: transparent;
}
.cid-uLVDd41l91 .item .item-wrapper .card-box a .card-title {
  margin-bottom: 8px;
  text-decoration: underline;
  text-decoration-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uLVDd41l91 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uLVDd41l91 .card-title {
  color: #262642;
  text-align: center;
}
.cid-uLVDd41l91 .card-text {
  color: #8e8ead;
}
.cid-uLVDd41l91 .card-number_1 {
  color: #990066;
}
.cid-uLVDd41l91 .card-number_2 {
  color: #4A8DFF;
}
.cid-uLVDd41l91 .card-number_3 {
  color: #F5DF4D;
}
.cid-uLVDd41l91 .card-number_3,
.cid-uLVDd41l91 .number-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-uLVDd41l91 .card-number_2,
.cid-uLVDd41l91 .number-wrap {
  color: #ffffff;
}
.cid-uLVDd41l91 .card-number_1,
.cid-uLVDd41l91 .number-wrap {
  color: #ffffff;
}
.cid-uLVDd4jnPk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3fbff;
}
.cid-uLVDd4jnPk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLVDd4jnPk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLVDd4jnPk .container {
    padding: 0 20px;
  }
}
.cid-uLVDd4jnPk .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLVDd4jnPk .title-wrapper {
    display: block;
  }
}
.cid-uLVDd4jnPk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uLVDd4jnPk .title-wrapper .mbr-section-title {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uLVDd4jnPk .title-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uLVDd4jnPk .title-wrapper .mbr-section-btn .btn {
  padding: 30px 40px;
  min-width: 465px;
}
@media (max-width: 992px) {
  .cid-uLVDd4jnPk .title-wrapper .mbr-section-btn .btn {
    margin-right: 0;
    min-width: auto;
  }
}
.cid-uLVDd4jnPk .mbr-section-title {
  color: #38001b;
}
.cid-uLVDd4jnPk .mbr-section-title,
.cid-uLVDd4jnPk .mbr-section-btn {
  color: #011247;
}
.cid-uLVDd4yg51 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #e0f4fe;
}
.cid-uLVDd4yg51 H1 {
  color: #011247;
}
.cid-uLVDd4yg51 .mbr-text,
.cid-uLVDd4yg51 .mbr-section-btn {
  color: #465052;
}
.cid-uLVDd4yg51 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLVDd4yg51 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLVDd4MZrN {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #e0f4fe;
}
.cid-uLVDd4MZrN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLVDd4MZrN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uLVDd4MZrN .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uLVDd4MZrN .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLVDd4MZrN .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uLVDd4MZrN .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uLVDd4MZrN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uLVDd4MZrN .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uLVDd4MZrN .price {
  text-align: center;
}
.cid-uLVDd55qhU {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLVDd55qhU .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-uLVDd55qhU .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #ffffff;
  z-index: -1;
}
.cid-uLVDd55qhU .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uLVDd55qhU .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-uLVDd55qhU .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLVDd55qhU .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLVDd55qhU b,
.cid-uLVDd55qhU strong {
  font-weight: 900;
}
.cid-uLVDd55qhU img,
.cid-uLVDd55qhU .item-img {
  width: 100%;
}
.cid-uLVDd55qhU .item:focus,
.cid-uLVDd55qhU span:focus {
  outline: none;
}
.cid-uLVDd55qhU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLVDd55qhU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLVDd55qhU .mbr-section-title {
  color: #17003b;
}
.cid-uLVDd55qhU .mbr-text,
.cid-uLVDd55qhU .mbr-section-btn {
  text-align: center;
  color: #17003b;
}
.cid-uLVDd55qhU .item-title {
  text-align: center;
  color: #17003b;
}
.cid-uLVDd55qhU .mbr-section-subtitle {
  color: #17003b;
}
.cid-uLVDd55qhU .item-subtitle,
.cid-uLVDd55qhU .item-content {
  text-align: center;
}
.cid-uLVDd5qHiR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #011247;
}
.cid-uLVDd5qHiR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLVDd5qHiR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLVDd5qHiR .container {
    padding: 0 20px;
  }
}
.cid-uLVDd5qHiR .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLVDd5qHiR .title-wrapper {
    display: block;
  }
}
.cid-uLVDd5qHiR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  padding-right: 20px;
  padding-right: 0;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-uLVDd5qHiR .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLVDd5qHiR .title-wrapper .mbr-section-title {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uLVDd5qHiR .title-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uLVDd5qHiR .title-wrapper .mbr-section-btn .btn {
  padding: 30px 40px;
  min-width: 465px;
}
@media (max-width: 992px) {
  .cid-uLVDd5qHiR .title-wrapper .mbr-section-btn .btn {
    margin-right: 0;
    min-width: auto;
  }
}
.cid-uLVDd5qHiR .mbr-section-title {
  color: #38001b;
}
.cid-uLVDd5qHiR .mbr-section-title,
.cid-uLVDd5qHiR .mbr-section-btn {
  color: #ffffff;
}
.cid-uLVDd5qHiR .mbr-section-title,
.cid-uLVDd5qHiR .mbr-section-btn DIV {
  text-align: left;
}
#custom-html-jg section.PreventionSystemTestEmbeddable {
  background-color: #ffffff;
}
.cid-uLVDd5NW1T {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uLVDd5NW1T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLVDd5NW1T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-uLVDd5NW1T b,
.cid-uLVDd5NW1T strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-uLVDd5NW1T img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uLVDd5NW1T img {
    padding-bottom: 2rem;
  }
}
.cid-uLVDd5NW1T .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-uLVDd5NW1T .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-uLVDd5NW1T .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-uLVDd5NW1T .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-uLVDd5NW1T .row {
  align-items: center;
}
.cid-uLVDd5NW1T .mbr-section-title {
  color: #011247;
}
.cid-uLVDd5NW1T .mbr-text,
.cid-uLVDd5NW1T .mbr-section-btn {
  color: #ffffff;
}
.cid-uLVDd5NW1T .mbr-link,
.cid-uLVDd5NW1T .link-wrapper {
  color: #ffffff;
}
.cid-uLVDd5NW1T .mbr-text,
.cid-uLVDd5NW1T .text-wrapper {
  color: #232323;
}
.cid-uLVDd5NW1T .mbr-link,
.cid-uLVDd5NW1T .text-wrapper,
.cid-uLVDd5NW1T path {
  color: #17003b;
}
.cid-uLVDd64Ar6 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLVDd64Ar6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLVDd64Ar6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-uLVDd64Ar6 b,
.cid-uLVDd64Ar6 strong {
  font-weight: 900;
}
.cid-uLVDd64Ar6 .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uLVDd64Ar6 img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uLVDd64Ar6 img {
    padding-bottom: 2rem;
  }
}
.cid-uLVDd64Ar6 .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-uLVDd64Ar6 .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-uLVDd64Ar6 .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-uLVDd64Ar6 .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-uLVDd64Ar6 .row {
  align-items: center;
}
.cid-uLVDd64Ar6 .mbr-section-title {
  color: #011247;
}
.cid-uLVDd64Ar6 .mbr-text,
.cid-uLVDd64Ar6 .mbr-section-btn {
  color: #ffffff;
}
.cid-uLVDd64Ar6 .mbr-link,
.cid-uLVDd64Ar6 .link-wrapper {
  color: #ffffff;
}
.cid-uLVDd64Ar6 .mbr-text,
.cid-uLVDd64Ar6 .text-wrapper {
  color: #232323;
}
.cid-uLVDd64Ar6 .mbr-link,
.cid-uLVDd64Ar6 .text-wrapper,
.cid-uLVDd64Ar6 path {
  color: #17003b;
}
.cid-uLVDd64Ar6 P {
  color: #232323;
}
.cid-uLVDd6l2sI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLVDd6l2sI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLVDd6l2sI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLVDd6l2sI .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uLVDd6l2sI .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uLVDd6l2sI .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uLVDd6l2sI .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uLVDd6l2sI .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uLVDd6l2sI .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uLVDd6l2sI .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLVDd6l2sI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLVDd6l2sI .btn-wrapper {
  margin-top: -15%;
}
.cid-uLVDd6l2sI .mbr-section-title {
  color: #272b2e;
}
.cid-uLVDd6l2sI .mbr-text,
.cid-uLVDd6l2sI .text-wrapper {
  color: #272b2e;
  text-align: center;
}
.cid-uLVDd6l2sI .mbr-section-title,
.cid-uLVDd6l2sI .mbr-section-btn,
.cid-uLVDd6l2sI .clients-wrapper {
  text-align: center;
}
#custom-html-jk section.PreventionSignupEmbeddable {
  background-color: #ffffff;
}
.cid-uLVDd6Mhoz {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #e0f4fe;
}
.cid-uLVDd6Mhoz H1 {
  color: #011247;
  text-align: center;
}
.cid-uLVDd6Mhoz .mbr-text,
.cid-uLVDd6Mhoz .mbr-section-btn {
  color: #465052;
}
.cid-uLVDd6Mhoz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLVDd6Mhoz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLVDd75SOx {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #e0f4fe;
}
.cid-uLVDd75SOx .card-header {
  background: transparent;
}
.cid-uLVDd75SOx .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-uLVDd75SOx .panel-group {
  border-top: 1px solid #efefef;
}
.cid-uLVDd75SOx .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uLVDd75SOx .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uLVDd75SOx .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uLVDd75SOx .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uLVDd75SOx .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uLVDd75SOx .card .panel-body {
  color: #767676;
}
.cid-uLVDd75SOx h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ffffff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid #efefef;
  padding: 1.4rem 1.6rem;
}
.cid-uLVDd75SOx H4 {
  color: #011247;
}
.cid-uLVDd75SOx H2 {
  color: #011247;
  text-align: left;
}
.cid-uLVDd75SOx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLVDd75SOx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLVDd75SOx .panel-text {
  color: #232323;
}
.cid-uLVDd7ng8S {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #e0f4fe;
}
.cid-uLVDd7ng8S .card-header {
  background: transparent;
}
.cid-uLVDd7ng8S .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-uLVDd7ng8S .panel-group {
  border-top: 1px solid #efefef;
}
.cid-uLVDd7ng8S .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uLVDd7ng8S .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uLVDd7ng8S .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uLVDd7ng8S .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uLVDd7ng8S .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uLVDd7ng8S .card .panel-body {
  color: #767676;
}
.cid-uLVDd7ng8S h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ffffff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid #efefef;
  padding: 1.4rem 1.6rem;
}
.cid-uLVDd7ng8S H4 {
  color: #011247;
}
.cid-uLVDd7ng8S H2 {
  color: #011247;
  text-align: left;
}
.cid-uLVDd7ng8S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLVDd7ng8S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLVDd7ng8S .panel-text {
  color: #232323;
}
.cid-uLVDd7Gnbq {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #e0f4fe;
}
.cid-uLVDd7Gnbq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLVDd7Gnbq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLVDd7Gnbq .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uLVDd7Gnbq .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uLVDd7Gnbq .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uLVDd7Gnbq .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uLVDd7Gnbq .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uLVDd7Gnbq .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uLVDd7Gnbq .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLVDd7Gnbq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLVDd7Gnbq .btn-wrapper {
  margin-top: -15%;
}
.cid-uLVDd7Gnbq .mbr-section-title {
  color: #272b2e;
}
.cid-uLVDd7Gnbq .mbr-text,
.cid-uLVDd7Gnbq .text-wrapper {
  color: #272b2e;
  text-align: center;
}
.cid-uLVDd7Gnbq .mbr-section-title,
.cid-uLVDd7Gnbq .mbr-section-btn,
.cid-uLVDd7Gnbq .clients-wrapper {
  text-align: center;
}
.cid-uLVDd7XEH4 {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #011247;
}
.cid-uLVDd7XEH4 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uLVDd7XEH4 .form-control,
.cid-uLVDd7XEH4 .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #ecedee;
  border-color: #ecedee;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
  display: flex;
  align-items: center;
}
.cid-uLVDd7XEH4 .form-control::-webkit-input-placeholder,
.cid-uLVDd7XEH4 .field-input::-webkit-input-placeholder,
.cid-uLVDd7XEH4 .form-control::-webkit-input-placeholder,
.cid-uLVDd7XEH4 .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uLVDd7XEH4 .form-control:-moz-placeholder,
.cid-uLVDd7XEH4 .field-input:-moz-placeholder,
.cid-uLVDd7XEH4 .form-control:-moz-placeholder,
.cid-uLVDd7XEH4 .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uLVDd7XEH4 .form-control:hover,
.cid-uLVDd7XEH4 .field-input:hover,
.cid-uLVDd7XEH4 .form-control:focus,
.cid-uLVDd7XEH4 .field-input:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #f2fcff;
  box-shadow: none;
  outline: none;
}
.cid-uLVDd7XEH4 .form-control:hover::-webkit-input-placeholder,
.cid-uLVDd7XEH4 .field-input:hover::-webkit-input-placeholder,
.cid-uLVDd7XEH4 .form-control:focus::-webkit-input-placeholder,
.cid-uLVDd7XEH4 .field-input:focus::-webkit-input-placeholder,
.cid-uLVDd7XEH4 .form-control:hover::-webkit-input-placeholder,
.cid-uLVDd7XEH4 .field-input:hover::-webkit-input-placeholder,
.cid-uLVDd7XEH4 .form-control:focus::-webkit-input-placeholder,
.cid-uLVDd7XEH4 .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uLVDd7XEH4 .form-control:hover:-moz-placeholder,
.cid-uLVDd7XEH4 .field-input:hover:-moz-placeholder,
.cid-uLVDd7XEH4 .form-control:focus:-moz-placeholder,
.cid-uLVDd7XEH4 .field-input:focus:-moz-placeholder,
.cid-uLVDd7XEH4 .form-control:hover:-moz-placeholder,
.cid-uLVDd7XEH4 .field-input:hover:-moz-placeholder,
.cid-uLVDd7XEH4 .form-control:focus:-moz-placeholder,
.cid-uLVDd7XEH4 .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-uLVDd7XEH4 textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-uLVDd7XEH4 .jq-number__spin:hover,
.cid-uLVDd7XEH4 .jq-number__spin:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uLVDd7XEH4 .jq-number__spin {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uLVDd7XEH4 .jq-selectbox li,
.cid-uLVDd7XEH4 .jq-selectbox li {
  background-color: #ecedee;
  color: #000000;
}
.cid-uLVDd7XEH4 .jq-selectbox li:hover,
.cid-uLVDd7XEH4 .jq-selectbox li.selected {
  background-color: #ecedee;
  color: #000000;
}
.cid-uLVDd7XEH4 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uLVDd7XEH4 .jq-number__spin.minus:hover:after,
.cid-uLVDd7XEH4 .jq-number__spin.plus:hover:after {
  border-top-color: #ecedee;
  border-bottom-color: #ecedee;
}
.cid-uLVDd7XEH4 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uLVDd7XEH4 .jq-number__spin.minus:after,
.cid-uLVDd7XEH4 .jq-number__spin.plus:after {
  border-top-color: #ecedee;
  border-bottom-color: #ecedee;
}
.cid-uLVDd7XEH4 input::-webkit-clear-button {
  display: none;
}
.cid-uLVDd7XEH4 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uLVDd7XEH4 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uLVDd7XEH4 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uLVDd7XEH4 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #011247;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uLVDd7XEH4 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uLVDd7XEH4 .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uLVDd7XEH4 .mbr-text {
  color: #606060;
}
.cid-uLVDd7XEH4 .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-uLVDd7XEH4 .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-uLVDd7XEH4 .required {
  color: #808080;
}
.cid-uLVDd7XEH4 .list-block .list-item-title {
  color: #404040;
  font-weight: 600;
}
.cid-uLVDd7XEH4 .list-block .list-item-title.display-7 {
  font-size: 18px;
}
.cid-uLVDd7XEH4 .list-block .list-item-text {
  color: #606060;
}
.cid-uLVDd7XEH4 .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-uLVDd7XEH4 .list-block {
  position: relative;
}
.cid-uLVDd7XEH4 .list-block h4,
.cid-uLVDd7XEH4 .list-block p {
  padding-left: 3.5rem;
}
.cid-uLVDd7XEH4 .card-img {
  display: block;
  font-size: 30px;
}
.cid-uLVDd7XEH4 .mbr-iconfont {
  color: #86d8f2;
  font-size: 2rem;
}
.cid-uLVDd7XEH4 .jq-selectbox__select {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  height: 50px;
}
.cid-uLVDd7XEH4 .form-control-label,
.cid-uLVDd7XEH4 .form-check {
  margin-left: 20px;
}
.cid-uLVDd7XEH4 .main-title {
  color: #04d6d6;
}
.cid-uLVDd7XEH4 .list-block .list-item-title {
  color: #ffffff;
}
.cid-uLVDd7XEH4 .list-block .list-item-text {
  color: #efefef;
}
.cid-uLVDd7XEH4 .required,
.cid-uLVDd7XEH4 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uJRlpkbJSP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uJRlpkbJSP .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-uJRlpkbJSP nav.navbar {
  position: fixed;
}
.cid-uJRlpkbJSP .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-uJRlpkbJSP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJRlpkbJSP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJRlpkbJSP .dropdown-item:hover,
.cid-uJRlpkbJSP .dropdown-item:focus {
  background: #011247 !important;
  color: white !important;
}
.cid-uJRlpkbJSP .dropdown-item:hover span {
  color: white;
}
.cid-uJRlpkbJSP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJRlpkbJSP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJRlpkbJSP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJRlpkbJSP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJRlpkbJSP .nav-link {
  position: relative;
}
.cid-uJRlpkbJSP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJRlpkbJSP .container {
    flex-wrap: nowrap;
  }
}
.cid-uJRlpkbJSP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJRlpkbJSP .dropdown-menu,
.cid-uJRlpkbJSP .navbar.opened {
  background: #011247 !important;
}
.cid-uJRlpkbJSP .nav-item:focus,
.cid-uJRlpkbJSP .nav-link:focus {
  outline: none;
}
.cid-uJRlpkbJSP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJRlpkbJSP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJRlpkbJSP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJRlpkbJSP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJRlpkbJSP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJRlpkbJSP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJRlpkbJSP .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #011247;
}
.cid-uJRlpkbJSP .navbar.opened {
  transition: all 0.3s;
}
.cid-uJRlpkbJSP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJRlpkbJSP .navbar .navbar-logo img {
  width: auto;
}
.cid-uJRlpkbJSP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJRlpkbJSP .navbar.collapsed {
  justify-content: center;
}
.cid-uJRlpkbJSP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJRlpkbJSP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJRlpkbJSP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uJRlpkbJSP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJRlpkbJSP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJRlpkbJSP .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-uJRlpkbJSP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJRlpkbJSP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJRlpkbJSP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJRlpkbJSP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJRlpkbJSP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJRlpkbJSP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJRlpkbJSP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJRlpkbJSP .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-uJRlpkbJSP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJRlpkbJSP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJRlpkbJSP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJRlpkbJSP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJRlpkbJSP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJRlpkbJSP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uJRlpkbJSP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uJRlpkbJSP .navbar.navbar-short {
  min-height: 80px;
}
.cid-uJRlpkbJSP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJRlpkbJSP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJRlpkbJSP .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJRlpkbJSP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJRlpkbJSP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJRlpkbJSP .dropdown-item.active,
.cid-uJRlpkbJSP .dropdown-item:active {
  background-color: transparent;
}
.cid-uJRlpkbJSP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJRlpkbJSP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJRlpkbJSP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJRlpkbJSP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011247;
}
.cid-uJRlpkbJSP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJRlpkbJSP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJRlpkbJSP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJRlpkbJSP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJRlpkbJSP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJRlpkbJSP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2fcff;
}
.cid-uJRlpkbJSP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJRlpkbJSP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJRlpkbJSP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJRlpkbJSP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJRlpkbJSP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJRlpkbJSP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJRlpkbJSP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJRlpkbJSP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJRlpkbJSP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJRlpkbJSP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJRlpkbJSP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJRlpkbJSP .navbar {
    height: 70px;
  }
  .cid-uJRlpkbJSP .navbar.opened {
    height: auto;
  }
  .cid-uJRlpkbJSP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJRlpkAowi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uJRlpkAowi img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uJRlpkAowi H1 {
  color: #011247;
  text-align: left;
}
.cid-uJRlpkAowi .mbr-text,
.cid-uJRlpkAowi .mbr-section-btn {
  color: #716c80;
}
.cid-uJRlpkAowi H3 {
  color: #86d8f2;
  text-align: left;
}
.cid-uJRlpkAowi .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uJRlpkAowi .btn-info-outline {
  border: none;
  color: #00c7d6 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uJRlpkAowi .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uJRlpkAowi .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uJRlpkAowi .btn-info-outline:hover {
  background-color: transparent!important;
  color: #011247 !important;
  box-shadow: none!important;
}
.cid-uJRlpkAowi .btn-info-outline:active,
.cid-uJRlpkAowi .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uJRlpkAowi DIV {
  color: #57468b;
}
.cid-uJRlpkAowi .mbr-text,
.cid-uJRlpkAowi .media-content,
.cid-uJRlpkAowi .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uJRlpkAowi P {
  color: #232323;
  text-align: left;
}
.cid-uLVAdoKoOq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLVAdoKoOq .card-heading {
  padding-bottom: 30px;
  color: #000000;
}
.cid-uLVAdoKoOq .top {
  padding-top: 0;
}
.cid-uLVAdoKoOq .row {
  justify-content: center;
  display: flex;
}
.cid-uLVAdoKoOq a {
  font-weight: 400 !important;
}
.cid-uLVAdoKoOq .mbr-text {
  color: #333333;
}
.cid-uLVAdoKoOq .mbr-text1 {
  padding-top: 30px;
}
.cid-uLVAdoKoOq .top1 {
  padding-top: 30px;
}
.cid-uLVAdoKoOq .mbr-section-title {
  color: #011247;
  text-align: left;
}
.cid-uJRlpkRmrh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJRlpkRmrh .card-heading {
  padding-bottom: 30px;
  color: #000000;
}
.cid-uJRlpkRmrh .top {
  padding-top: 0;
}
.cid-uJRlpkRmrh .row {
  justify-content: center;
  display: flex;
}
.cid-uJRlpkRmrh a {
  font-weight: 400 !important;
}
.cid-uJRlpkRmrh .mbr-text {
  color: #333333;
}
.cid-uJRlpkRmrh .mbr-text1 {
  padding-top: 30px;
}
.cid-uJRlpkRmrh .top1 {
  padding-top: 30px;
}
.cid-uJRlpkRmrh .mbr-section-title {
  color: #011247;
  text-align: left;
}
.cid-uJRlpl6Jfu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uJRlpl6Jfu h4 {
  margin-bottom: 0;
}
.cid-uJRlpl6Jfu p {
  color: #767676;
}
.cid-uJRlpl6Jfu .btn-info-outline {
  border: none;
  color: #00c7d6 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uJRlpl6Jfu .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uJRlpl6Jfu .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uJRlpl6Jfu .btn-info-outline:hover {
  background-color: transparent!important;
  color: #011247 !important;
  box-shadow: none!important;
}
.cid-uJRlpl6Jfu .btn-info-outline:active,
.cid-uJRlpl6Jfu .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uJRlpl6Jfu .card-box {
  padding-top: 2rem;
}
.cid-uJRlpl6Jfu .card-wrapper {
  height: 100%;
}
.cid-uJRlpl6Jfu .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uJRlpl6Jfu img {
  border-radius: 8px;
}
.cid-uJRlpl6Jfu .card-title {
  color: #1e2251;
}
.cid-uJRlpl6Jfu .main-title {
  color: #57468b;
  text-align: center;
}
.cid-uJRlpl6Jfu DIV {
  color: #57468b;
}
.cid-uJRlpl6Jfu .card-img {
  width: auto;
}
.cid-uJRlpl6Jfu .mbr-text,
.cid-uJRlpl6Jfu .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uJRlplr0iC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJRlplr0iC .card-heading {
  padding-bottom: 30px;
  color: #011247;
}
.cid-uJRlplr0iC .top {
  padding-top: 0;
}
.cid-uJRlplr0iC .row {
  justify-content: center;
  display: flex;
}
.cid-uJRlplr0iC a {
  font-weight: 400 !important;
}
.cid-uJRlplr0iC .mbr-text {
  color: #333333;
}
.cid-uJRlplr0iC .mbr-text1 {
  padding-top: 30px;
}
.cid-uJRlplr0iC .top1 {
  padding-top: 30px;
}
.cid-uJRlplr0iC .mbr-section-title {
  color: #011247;
  text-align: left;
}
.cid-uJRlplIjBB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uJRlplIjBB h4 {
  margin-bottom: 0;
}
.cid-uJRlplIjBB p {
  color: #767676;
}
.cid-uJRlplIjBB .btn-info-outline {
  border: none;
  color: #00c7d6 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uJRlplIjBB .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uJRlplIjBB .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uJRlplIjBB .btn-info-outline:hover {
  background-color: transparent!important;
  color: #011247 !important;
  box-shadow: none!important;
}
.cid-uJRlplIjBB .btn-info-outline:active,
.cid-uJRlplIjBB .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uJRlplIjBB .card-box {
  padding-top: 2rem;
}
.cid-uJRlplIjBB .card-wrapper {
  height: 100%;
}
.cid-uJRlplIjBB .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uJRlplIjBB img {
  border-radius: 8px;
}
.cid-uJRlplIjBB .card-title {
  color: #1e2251;
}
.cid-uJRlplIjBB .main-title {
  color: #57468b;
  text-align: center;
}
.cid-uJRlplIjBB DIV {
  color: #57468b;
}
.cid-uJRlplIjBB .card-img {
  width: auto;
}
.cid-uJRlplIjBB .mbr-text,
.cid-uJRlplIjBB .mbr-section-btn {
  color: #465052;
  text-align: center;
}
.cid-uLVC0VTrcy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLVC0VTrcy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLVC0VTrcy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLVC0VTrcy .container,
.cid-uLVC0VTrcy .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uLVC0VTrcy .container,
  .cid-uLVC0VTrcy .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLVC0VTrcy .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uLVC0VTrcy .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-uLVC0VTrcy .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uLVC0VTrcy .card {
    margin-bottom: 20px;
  }
}
.cid-uLVC0VTrcy .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-uLVC0VTrcy .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-uLVC0VTrcy .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLVC0VTrcy .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uLVC0VTrcy .mbr-card-title {
  color: #3d4045;
}
.cid-uLVC0VTrcy .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-uLVC0VTrcy .mbr-card-title,
.cid-uLVC0VTrcy .mbr-section-btn {
  text-align: center;
}
.cid-uJRlpqveSi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJRlpqveSi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJRlpqveSi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJRlpqveSi .container,
.cid-uJRlpqveSi .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJRlpqveSi .container,
  .cid-uJRlpqveSi .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJRlpqveSi .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJRlpqveSi .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-uJRlpqveSi .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uJRlpqveSi .card {
    margin-bottom: 20px;
  }
}
.cid-uJRlpqveSi .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-uJRlpqveSi .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-uJRlpqveSi .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uJRlpqveSi .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uJRlpqveSi .mbr-card-title {
  color: #3d4045;
}
.cid-uJRlpqveSi .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-uJRlpqveSi .mbr-card-title,
.cid-uJRlpqveSi .mbr-section-btn {
  text-align: center;
}
.cid-uJRlpqQysf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #001247;
}
.cid-uJRlpqQysf p {
  text-align: center;
}
.cid-uJRlpqQysf .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-uJRlpqQysf .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-uJRlpqQysf .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-uJRlpqQysf .logo-footer {
  line-height: normal;
}
.cid-uJRlpqQysf .copyright .list-inline {
  margin-bottom: 0;
}
.cid-uJRlpqQysf .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-uJRlpqQysf .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-uJRlpqQysf .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJRlpqQysf .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-uJRlpqQysf .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-uJRlpqQysf .icon-transition span:hover {
  background-color: #00c7d6;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uJRlpqQysf .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-uJRlpqQysf .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uJRlpqQysf .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-uJRlpqQysf .logo-footer {
    text-align: center;
  }
  .cid-uJRlpqQysf .social-media {
    justify-content: center;
  }
}
.cid-uJRlpqQysf .list-inline-item,
.cid-uJRlpqQysf .mbr-list,
.cid-uJRlpqQysf .first-column {
  color: #ffffff;
  text-align: center;
}
.cid-uRbDhUhWX0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uRbDhUhWX0 .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-uRbDhUhWX0 nav.navbar {
  position: fixed;
}
.cid-uRbDhUhWX0 .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-uRbDhUhWX0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRbDhUhWX0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRbDhUhWX0 .dropdown-item:hover,
.cid-uRbDhUhWX0 .dropdown-item:focus {
  background: #011247 !important;
  color: white !important;
}
.cid-uRbDhUhWX0 .dropdown-item:hover span {
  color: white;
}
.cid-uRbDhUhWX0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRbDhUhWX0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRbDhUhWX0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRbDhUhWX0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRbDhUhWX0 .nav-link {
  position: relative;
}
.cid-uRbDhUhWX0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uRbDhUhWX0 .container {
    flex-wrap: nowrap;
  }
}
.cid-uRbDhUhWX0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRbDhUhWX0 .dropdown-menu,
.cid-uRbDhUhWX0 .navbar.opened {
  background: #011247 !important;
}
.cid-uRbDhUhWX0 .nav-item:focus,
.cid-uRbDhUhWX0 .nav-link:focus {
  outline: none;
}
.cid-uRbDhUhWX0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRbDhUhWX0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRbDhUhWX0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRbDhUhWX0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRbDhUhWX0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRbDhUhWX0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRbDhUhWX0 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #011247;
}
.cid-uRbDhUhWX0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uRbDhUhWX0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRbDhUhWX0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uRbDhUhWX0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRbDhUhWX0 .navbar.collapsed {
  justify-content: center;
}
.cid-uRbDhUhWX0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRbDhUhWX0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRbDhUhWX0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uRbDhUhWX0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRbDhUhWX0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRbDhUhWX0 .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-uRbDhUhWX0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRbDhUhWX0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRbDhUhWX0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRbDhUhWX0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRbDhUhWX0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRbDhUhWX0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRbDhUhWX0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRbDhUhWX0 .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-uRbDhUhWX0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRbDhUhWX0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRbDhUhWX0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRbDhUhWX0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRbDhUhWX0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRbDhUhWX0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRbDhUhWX0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uRbDhUhWX0 .navbar.navbar-short {
  min-height: 80px;
}
.cid-uRbDhUhWX0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRbDhUhWX0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRbDhUhWX0 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRbDhUhWX0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRbDhUhWX0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRbDhUhWX0 .dropdown-item.active,
.cid-uRbDhUhWX0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uRbDhUhWX0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRbDhUhWX0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRbDhUhWX0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRbDhUhWX0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011247;
}
.cid-uRbDhUhWX0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRbDhUhWX0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRbDhUhWX0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRbDhUhWX0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRbDhUhWX0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRbDhUhWX0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2fcff;
}
.cid-uRbDhUhWX0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRbDhUhWX0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRbDhUhWX0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRbDhUhWX0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRbDhUhWX0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRbDhUhWX0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRbDhUhWX0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRbDhUhWX0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRbDhUhWX0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRbDhUhWX0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRbDhUhWX0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRbDhUhWX0 .navbar {
    height: 70px;
  }
  .cid-uRbDhUhWX0 .navbar.opened {
    height: auto;
  }
  .cid-uRbDhUhWX0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRbDhUD6Sr {
  background-image: url("../../../assets/images/exerrise-website-test-1920x1080.png");
}
.cid-uRbDhUD6Sr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRbDhUD6Sr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRbDhUD6Sr .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uRbDhUD6Sr img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uRbDhUD6Sr img {
    padding-bottom: 2rem;
  }
}
.cid-uRbDhUD6Sr .row {
  align-items: center;
}
.cid-uRbDhUD6Sr .mbr-section-title {
  color: #42305e;
}
.cid-uRbDhUD6Sr .mbr-text,
.cid-uRbDhUD6Sr .mbr-section-btn {
  color: #42305e;
}
.cid-uRbDhUD6Sr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRbDhUUKJm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #001247;
}
.cid-uRbDhUUKJm p {
  text-align: center;
}
.cid-uRbDhUUKJm .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-uRbDhUUKJm .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-uRbDhUUKJm .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-uRbDhUUKJm .logo-footer {
  line-height: normal;
}
.cid-uRbDhUUKJm .copyright .list-inline {
  margin-bottom: 0;
}
.cid-uRbDhUUKJm .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-uRbDhUUKJm .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-uRbDhUUKJm .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRbDhUUKJm .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-uRbDhUUKJm .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-uRbDhUUKJm .icon-transition span:hover {
  background-color: #00c7d6;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uRbDhUUKJm .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-uRbDhUUKJm .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uRbDhUUKJm .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-uRbDhUUKJm .logo-footer {
    text-align: center;
  }
  .cid-uRbDhUUKJm .social-media {
    justify-content: center;
  }
}
.cid-uRbDhUUKJm .list-inline-item,
.cid-uRbDhUUKJm .mbr-list,
.cid-uRbDhUUKJm .first-column {
  color: #ffffff;
  text-align: center;
}
.cid-uRbDhVfT6Y {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uRbDhVfT6Y H1 {
  color: #42305e;
}
.cid-uRbDhVfT6Y .mbr-text,
.cid-uRbDhVfT6Y .mbr-section-btn {
  color: #42305e;
  text-align: center;
}
.cid-uRbDhVfT6Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRbDhVfT6Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRbDhVtE4u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRbDhVtE4u img,
.cid-uRbDhVtE4u .item-img {
  width: 100%;
}
.cid-uRbDhVtE4u .item:focus,
.cid-uRbDhVtE4u span:focus {
  outline: none;
}
.cid-uRbDhVtE4u .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uRbDhVtE4u .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uRbDhVtE4u .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRbDhVtE4u .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uRbDhVtE4u .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uRbDhVtE4u .mbr-section-title {
  color: #011247;
}
.cid-uRbDhVtE4u .mbr-text,
.cid-uRbDhVtE4u .mbr-section-btn {
  text-align: left;
}
.cid-uRbDhVtE4u .item-title {
  text-align: center;
}
.cid-uRbDhVtE4u .item-subtitle {
  text-align: left;
}
.cid-uRdfAT6PTh {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRdfAT6PTh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdfAT6PTh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdfAT6PTh .video-wrapper iframe {
  width: 100%;
}
.cid-uRdfAT6PTh .mbr-section-title,
.cid-uRdfAT6PTh .mbr-section-subtitle,
.cid-uRdfAT6PTh .mbr-text {
  text-align: center;
}
.cid-uRbDhWix6N {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRbDhWix6N H1 {
  color: #42305e;
}
.cid-uRbDhWix6N .mbr-text,
.cid-uRbDhWix6N .mbr-section-btn {
  color: #465052;
}
.cid-uRbDhWix6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRbDhWix6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRbDhWvBK2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRbDhWvBK2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRbDhWvBK2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRbDhWvBK2 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uRbDhWvBK2 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRbDhWvBK2 .container {
    padding: 0 24px;
  }
}
.cid-uRbDhWvBK2 .row {
  justify-content: center;
}
.cid-uRbDhWvBK2 .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uRbDhWvBK2 .item {
    margin-bottom: 32px;
  }
}
.cid-uRbDhWvBK2 .item:nth-child(2n) .item-wrapper .card-box .number-wrap .card-number_2 {
  background-color: #42305e;
}
.cid-uRbDhWvBK2 .item:nth-child(3n) .item-wrapper .card-box .number-wrap .card-number_3 {
  background-color: #42305e;
}
.cid-uRbDhWvBK2 .item .item-wrapper .card-box .number-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRbDhWvBK2 .item .item-wrapper .card-box .number-wrap {
    margin-bottom: 24px;
  }
}
.cid-uRbDhWvBK2 .item .item-wrapper .card-box .number-wrap .card-number_1,
.cid-uRbDhWvBK2 .item .item-wrapper .card-box .number-wrap .card-number_2,
.cid-uRbDhWvBK2 .item .item-wrapper .card-box .number-wrap .card-number_3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #42305e;
  border-radius: 16px;
  margin-bottom: 0;
}
.cid-uRbDhWvBK2 .item .item-wrapper .card-box a {
  display: block;
}
.cid-uRbDhWvBK2 .item .item-wrapper .card-box a:hover .card-title,
.cid-uRbDhWvBK2 .item .item-wrapper .card-box a:focus .card-title {
  text-decoration-color: transparent;
}
.cid-uRbDhWvBK2 .item .item-wrapper .card-box a .card-title {
  margin-bottom: 8px;
  text-decoration: underline;
  text-decoration-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uRbDhWvBK2 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uRbDhWvBK2 .card-title {
  color: #262642;
  text-align: center;
}
.cid-uRbDhWvBK2 .card-text {
  color: #232323;
  text-align: center;
}
.cid-uRbDhWvBK2 .card-number_1 {
  color: #990066;
}
.cid-uRbDhWvBK2 .card-number_2 {
  color: #4A8DFF;
}
.cid-uRbDhWvBK2 .card-number_3 {
  color: #F5DF4D;
}
.cid-uRbDhWvBK2 .card-number_3,
.cid-uRbDhWvBK2 .number-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-uRbDhWvBK2 .card-number_2,
.cid-uRbDhWvBK2 .number-wrap {
  color: #ffffff;
}
.cid-uRbDhWvBK2 .card-number_1,
.cid-uRbDhWvBK2 .number-wrap {
  color: #ffffff;
}
.cid-uRbDhW24Kg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #42305e;
}
.cid-uRbDhW24Kg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRbDhW24Kg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRbDhW24Kg .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uRbDhW24Kg .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uRbDhW24Kg .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uRbDhW24Kg .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uRbDhW24Kg .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uRbDhW24Kg .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uRbDhW24Kg .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uRbDhW24Kg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRbDhW24Kg .btn-wrapper {
  margin-top: -15%;
}
.cid-uRbDhW24Kg .mbr-section-title {
  color: #272b2e;
}
.cid-uRbDhW24Kg .mbr-text,
.cid-uRbDhW24Kg .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uRbDhW24Kg .mbr-section-title,
.cid-uRbDhW24Kg .mbr-section-btn,
.cid-uRbDhW24Kg .clients-wrapper {
  text-align: center;
}
.cid-uRbDhXwAV4 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRbDhXwAV4 .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-uRbDhXwAV4 .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #ffffff;
  z-index: -1;
}
.cid-uRbDhXwAV4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uRbDhXwAV4 .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-uRbDhXwAV4 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRbDhXwAV4 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uRbDhXwAV4 b,
.cid-uRbDhXwAV4 strong {
  font-weight: 900;
}
.cid-uRbDhXwAV4 img,
.cid-uRbDhXwAV4 .item-img {
  width: 100%;
}
.cid-uRbDhXwAV4 .item:focus,
.cid-uRbDhXwAV4 span:focus {
  outline: none;
}
.cid-uRbDhXwAV4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uRbDhXwAV4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uRbDhXwAV4 .mbr-section-title {
  color: #42305e;
}
.cid-uRbDhXwAV4 .mbr-text,
.cid-uRbDhXwAV4 .mbr-section-btn {
  text-align: center;
  color: #17003b;
}
.cid-uRbDhXwAV4 .item-title {
  text-align: center;
  color: #17003b;
}
.cid-uRbDhXwAV4 .mbr-section-subtitle {
  color: #17003b;
}
.cid-uRbDhXwAV4 .item-subtitle,
.cid-uRbDhXwAV4 .item-content {
  text-align: center;
}
.cid-uRbDhXRlXJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #42305e;
}
.cid-uRbDhXRlXJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRbDhXRlXJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRbDhXRlXJ .container {
    padding: 0 20px;
  }
}
.cid-uRbDhXRlXJ .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRbDhXRlXJ .title-wrapper {
    display: block;
  }
}
.cid-uRbDhXRlXJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  padding-right: 20px;
  padding-right: 0;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-uRbDhXRlXJ .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uRbDhXRlXJ .title-wrapper .mbr-section-title {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uRbDhXRlXJ .title-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uRbDhXRlXJ .title-wrapper .mbr-section-btn .btn {
  padding: 30px 40px;
  min-width: 465px;
}
@media (max-width: 992px) {
  .cid-uRbDhXRlXJ .title-wrapper .mbr-section-btn .btn {
    margin-right: 0;
    min-width: auto;
  }
}
.cid-uRbDhXRlXJ .mbr-section-title {
  color: #38001b;
}
.cid-uRbDhXRlXJ .mbr-section-title,
.cid-uRbDhXRlXJ .mbr-section-btn {
  color: #ffffff;
}
.cid-uRbDhXRlXJ .mbr-section-title,
.cid-uRbDhXRlXJ .mbr-section-btn DIV {
  text-align: left;
}
#custom-html-k5 section.PreventionSystemTestEmbeddable {
  background-color: #ffffff;
}
.cid-v0r4QabGSR {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0r4QabGSR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0r4QabGSR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v0r4QabGSR .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v0r4QabGSR .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0r4QabGSR .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v0r4QabGSR .card-wrapper {
  border-radius: 4px;
  background-color: #faf6f0;
  background-color: transparent;
}
.cid-v0r4QabGSR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v0r4QabGSR .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v0r4QabGSR .price {
  text-align: center;
  color: #42305e;
}
.cid-v0r4QabGSR .card-title {
  color: #42305e;
}
.cid-v0r4QabGSR .mbr-text {
  color: #17003b;
}
.cid-uWp0kiEBD6 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uWp0kiEBD6 H1 {
  color: #42305e;
}
.cid-uWp0kiEBD6 .mbr-text,
.cid-uWp0kiEBD6 .mbr-section-btn {
  color: #465052;
}
.cid-uWp0kiEBD6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWp0kiEBD6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWoZVEr1PZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uWoZVEr1PZ .row {
  flex-direction: row-reverse;
}
.cid-uWoZVEr1PZ .row {
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-uWoZVEr1PZ .row {
    padding-bottom: 40px;
  }
}
.cid-uWoZVEr1PZ .mbr-section-head {
  display: flex;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cid-uWoZVEr1PZ .mbr-section-head {
    margin-top: 0;
    padding-right: 20px;
  }
}
.cid-uWoZVEr1PZ .text-container {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.08);
  text-align: left;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .cid-uWoZVEr1PZ .text-container {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uWoZVEr1PZ .text-container {
    padding: 60px;
  }
}
@media (max-width: 575px) {
  .cid-uWoZVEr1PZ .text-container {
    text-align: center!important;
  }
}
.cid-uWoZVEr1PZ .mbr-section-title {
  color: #000000;
}
.cid-uWoZVEr1PZ .mbr-section-subtitle {
  margin-top: 20px;
  color: #000000;
  opacity: 0.5;
}
.cid-uWoZVEr1PZ .mbr-section-btn {
  margin-top: 10px;
  text-align: left;
}
.cid-uWoZVEr1PZ .mbr-section-btn .btn {
  min-height: 52px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px 0, rgba(0, 0, 0, 0.08) 0 2px 10px 0;
}
.cid-uWoZVEr1PZ .mbr-section-btn .btn-white {
  border: none !important;
}
.cid-uWoZVEr1PZ .mbr-section-btn .btn-white:hover,
.cid-uWoZVEr1PZ .mbr-section-btn .btn-white:focus {
  color: #808080 !important;
  background: #ffffff !important;
  opacity: 0.75 !important;
  border: none !important;
}
@media (max-width: 575px) {
  .cid-uWoZVEr1PZ .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uWoZVEr1PZ .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uWoZVEr1PZ .col-video {
  height: auto;
  display: flex;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-uWoZVEr1PZ .col-video {
    margin-bottom: 0;
    padding-left: 20px;
  }
}
.cid-uWoZVEr1PZ .col-video .box {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
}
.cid-uWoZVEr1PZ .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  border-radius: 1rem;
}
.cid-uWoZVEr1PZ .col-video .mbr-media img {
  flex-grow: 1;
  border-radius: 1rem;
}
.cid-uWoZVEr1PZ .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-uWoZVEr1PZ .mbr-media {
  position: relative;
}
.cid-uWoZVEr1PZ .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uWoZVEr1PZ .toggle-panel,
.cid-uWoZVEr1PZ .panel-group {
  width: 100%;
  background-color: #42305e;
  border-radius: 1rem;
}
.cid-uWoZVEr1PZ .card {
  margin-bottom: 0;
  padding: 0 40px;
  position: relative;
  border-radius: 1rem;
}
.cid-uWoZVEr1PZ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none;
  padding: 20px 0;
  transition: 0.5s all;
}
.cid-uWoZVEr1PZ .card .card-header .collapsed {
  opacity: 0.3;
}
.cid-uWoZVEr1PZ .card .card-header .collapsed:hover {
  opacity: 0.5;
}
.cid-uWoZVEr1PZ .panel-title {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  transition: 0.5s all;
  position: relative;
  z-index: 1;
}
.cid-uWoZVEr1PZ .panel-title + .show-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #42305e;
  border-radius: 1rem;
  left: 0;
  top: 0;
  z-index: 0;
}
.cid-uWoZVEr1PZ .collapsed {
  padding-top: 0;
}
.cid-uWoZVEr1PZ .collapsed + .show-bg {
  display: none;
}
.cid-uWoZVEr1PZ .panel-text {
  text-align: left;
  opacity: 0.5;
  margin-bottom: 0;
}
.cid-uWoZVEr1PZ .sign {
  display: none;
}
.cid-uWoZVEr1PZ .panel-body {
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uWoZVEr1PZ .panel-title-edit {
  width: 100%;
  color: #faf6f0;
  text-align: left;
}
.cid-uWoZVEr1PZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWoZVEr1PZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWoZVEr1PZ .panel-text,
.cid-uWoZVEr1PZ .mbr-section-btn {
  color: #faf6f0;
}
.cid-uRbDhYdCBw {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uRbDhYdCBw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRbDhYdCBw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-uRbDhYdCBw b,
.cid-uRbDhYdCBw strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-uRbDhYdCBw img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uRbDhYdCBw img {
    padding-bottom: 2rem;
  }
}
.cid-uRbDhYdCBw .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-uRbDhYdCBw .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-uRbDhYdCBw .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-uRbDhYdCBw .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-uRbDhYdCBw .row {
  align-items: center;
}
.cid-uRbDhYdCBw .mbr-section-title {
  color: #42305e;
}
.cid-uRbDhYdCBw .mbr-text,
.cid-uRbDhYdCBw .mbr-section-btn {
  color: #ffffff;
}
.cid-uRbDhYdCBw .mbr-link,
.cid-uRbDhYdCBw .link-wrapper {
  color: #ffffff;
}
.cid-uRbDhYdCBw .mbr-text,
.cid-uRbDhYdCBw .text-wrapper {
  color: #232323;
}
.cid-uRbDhYdCBw .mbr-link,
.cid-uRbDhYdCBw .text-wrapper,
.cid-uRbDhYdCBw path {
  color: #42305e;
}
.cid-uRbDhYteUk {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRbDhYteUk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRbDhYteUk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-uRbDhYteUk b,
.cid-uRbDhYteUk strong {
  font-weight: 900;
}
.cid-uRbDhYteUk .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uRbDhYteUk img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uRbDhYteUk img {
    padding-bottom: 2rem;
  }
}
.cid-uRbDhYteUk .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-uRbDhYteUk .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-uRbDhYteUk .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-uRbDhYteUk .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-uRbDhYteUk .row {
  align-items: center;
}
.cid-uRbDhYteUk .mbr-section-title {
  color: #42305e;
}
.cid-uRbDhYteUk .mbr-text,
.cid-uRbDhYteUk .mbr-section-btn {
  color: #ffffff;
}
.cid-uRbDhYteUk .mbr-link,
.cid-uRbDhYteUk .link-wrapper {
  color: #ffffff;
}
.cid-uRbDhYteUk .mbr-text,
.cid-uRbDhYteUk .text-wrapper {
  color: #232323;
}
.cid-uRbDhYteUk .mbr-link,
.cid-uRbDhYteUk .text-wrapper,
.cid-uRbDhYteUk path {
  color: #17003b;
}
.cid-uRbDhYteUk P {
  color: #232323;
}
.cid-uRbDhYLoC4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRbDhYLoC4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRbDhYLoC4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRbDhYLoC4 .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uRbDhYLoC4 .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uRbDhYLoC4 .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uRbDhYLoC4 .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uRbDhYLoC4 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uRbDhYLoC4 .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uRbDhYLoC4 .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uRbDhYLoC4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRbDhYLoC4 .btn-wrapper {
  margin-top: -15%;
}
.cid-uRbDhYLoC4 .mbr-section-title {
  color: #272b2e;
}
.cid-uRbDhYLoC4 .mbr-text,
.cid-uRbDhYLoC4 .text-wrapper {
  color: #272b2e;
  text-align: center;
}
.cid-uRbDhYLoC4 .mbr-section-title,
.cid-uRbDhYLoC4 .mbr-section-btn,
.cid-uRbDhYLoC4 .clients-wrapper {
  text-align: center;
}
.cid-uUjns60qAj {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uUjns60qAj H1 {
  color: #42305e;
}
.cid-uUjns60qAj .mbr-text,
.cid-uUjns60qAj .mbr-section-btn {
  color: #232323;
}
.cid-uUjns60qAj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUjns60qAj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRbDhZbOlJ {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #faf6f0;
}
.cid-uRbDhZbOlJ H1 {
  color: #42305e;
  text-align: center;
}
.cid-uRbDhZbOlJ .mbr-text,
.cid-uRbDhZbOlJ .mbr-section-btn {
  color: #465052;
}
.cid-uRbDhZbOlJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRbDhZbOlJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUq6Tw56Oh {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #faf6f0;
}
.cid-uUq6Tw56Oh .card-header {
  background: transparent;
}
.cid-uUq6Tw56Oh .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-uUq6Tw56Oh .panel-group {
  border-top: 1px solid #efefef;
}
.cid-uUq6Tw56Oh .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uUq6Tw56Oh .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uUq6Tw56Oh .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uUq6Tw56Oh .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uUq6Tw56Oh .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uUq6Tw56Oh .card .panel-body {
  color: #767676;
}
.cid-uUq6Tw56Oh h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ffffff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid #efefef;
  padding: 1.4rem 1.6rem;
}
.cid-uUq6Tw56Oh H4 {
  color: #011247;
}
.cid-uUq6Tw56Oh H2 {
  color: #42305e;
  text-align: left;
}
.cid-uUq6Tw56Oh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq6Tw56Oh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUq6Tw56Oh .panel-text {
  color: #232323;
}
.cid-uRbDhZsgOi {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #faf6f0;
}
.cid-uRbDhZsgOi .card-header {
  background: transparent;
}
.cid-uRbDhZsgOi .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-uRbDhZsgOi .panel-group {
  border-top: 1px solid #efefef;
}
.cid-uRbDhZsgOi .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uRbDhZsgOi .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uRbDhZsgOi .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uRbDhZsgOi .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uRbDhZsgOi .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uRbDhZsgOi .card .panel-body {
  color: #767676;
}
.cid-uRbDhZsgOi h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ffffff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid #efefef;
  padding: 1.4rem 1.6rem;
}
.cid-uRbDhZsgOi H4 {
  color: #011247;
  text-align: center;
}
.cid-uRbDhZsgOi H2 {
  color: #42305e;
  text-align: left;
}
.cid-uRbDhZsgOi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRbDhZsgOi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRbDhZsgOi .panel-text {
  color: #232323;
}
.cid-uRbDi05j2g {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #faf6f0;
}
.cid-uRbDi05j2g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRbDi05j2g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRbDi05j2g .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uRbDi05j2g .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uRbDi05j2g .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uRbDi05j2g .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uRbDi05j2g .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uRbDi05j2g .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uRbDi05j2g .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uRbDi05j2g .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRbDi05j2g .btn-wrapper {
  margin-top: -15%;
}
.cid-uRbDi05j2g .mbr-section-title {
  color: #272b2e;
}
.cid-uRbDi05j2g .mbr-text,
.cid-uRbDi05j2g .text-wrapper {
  color: #272b2e;
  text-align: center;
}
.cid-uRbDi05j2g .mbr-section-title,
.cid-uRbDi05j2g .mbr-section-btn,
.cid-uRbDi05j2g .clients-wrapper {
  text-align: center;
}
.cid-uRbDi0nimy {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #011247;
}
.cid-uRbDi0nimy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uRbDi0nimy .form-control,
.cid-uRbDi0nimy .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #ecedee;
  border-color: #ecedee;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
  display: flex;
  align-items: center;
}
.cid-uRbDi0nimy .form-control::-webkit-input-placeholder,
.cid-uRbDi0nimy .field-input::-webkit-input-placeholder,
.cid-uRbDi0nimy .form-control::-webkit-input-placeholder,
.cid-uRbDi0nimy .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uRbDi0nimy .form-control:-moz-placeholder,
.cid-uRbDi0nimy .field-input:-moz-placeholder,
.cid-uRbDi0nimy .form-control:-moz-placeholder,
.cid-uRbDi0nimy .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uRbDi0nimy .form-control:hover,
.cid-uRbDi0nimy .field-input:hover,
.cid-uRbDi0nimy .form-control:focus,
.cid-uRbDi0nimy .field-input:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #f2fcff;
  box-shadow: none;
  outline: none;
}
.cid-uRbDi0nimy .form-control:hover::-webkit-input-placeholder,
.cid-uRbDi0nimy .field-input:hover::-webkit-input-placeholder,
.cid-uRbDi0nimy .form-control:focus::-webkit-input-placeholder,
.cid-uRbDi0nimy .field-input:focus::-webkit-input-placeholder,
.cid-uRbDi0nimy .form-control:hover::-webkit-input-placeholder,
.cid-uRbDi0nimy .field-input:hover::-webkit-input-placeholder,
.cid-uRbDi0nimy .form-control:focus::-webkit-input-placeholder,
.cid-uRbDi0nimy .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uRbDi0nimy .form-control:hover:-moz-placeholder,
.cid-uRbDi0nimy .field-input:hover:-moz-placeholder,
.cid-uRbDi0nimy .form-control:focus:-moz-placeholder,
.cid-uRbDi0nimy .field-input:focus:-moz-placeholder,
.cid-uRbDi0nimy .form-control:hover:-moz-placeholder,
.cid-uRbDi0nimy .field-input:hover:-moz-placeholder,
.cid-uRbDi0nimy .form-control:focus:-moz-placeholder,
.cid-uRbDi0nimy .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-uRbDi0nimy textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-uRbDi0nimy .jq-number__spin:hover,
.cid-uRbDi0nimy .jq-number__spin:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uRbDi0nimy .jq-number__spin {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uRbDi0nimy .jq-selectbox li,
.cid-uRbDi0nimy .jq-selectbox li {
  background-color: #ecedee;
  color: #000000;
}
.cid-uRbDi0nimy .jq-selectbox li:hover,
.cid-uRbDi0nimy .jq-selectbox li.selected {
  background-color: #ecedee;
  color: #000000;
}
.cid-uRbDi0nimy .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uRbDi0nimy .jq-number__spin.minus:hover:after,
.cid-uRbDi0nimy .jq-number__spin.plus:hover:after {
  border-top-color: #ecedee;
  border-bottom-color: #ecedee;
}
.cid-uRbDi0nimy .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uRbDi0nimy .jq-number__spin.minus:after,
.cid-uRbDi0nimy .jq-number__spin.plus:after {
  border-top-color: #ecedee;
  border-bottom-color: #ecedee;
}
.cid-uRbDi0nimy input::-webkit-clear-button {
  display: none;
}
.cid-uRbDi0nimy input::-webkit-inner-spin-button {
  display: none;
}
.cid-uRbDi0nimy input::-webkit-outer-spin-button {
  display: none;
}
.cid-uRbDi0nimy input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uRbDi0nimy .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #011247;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uRbDi0nimy .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uRbDi0nimy .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uRbDi0nimy .mbr-text {
  color: #606060;
}
.cid-uRbDi0nimy .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-uRbDi0nimy .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-uRbDi0nimy .required {
  color: #808080;
}
.cid-uRbDi0nimy .list-block .list-item-title {
  color: #404040;
  font-weight: 600;
}
.cid-uRbDi0nimy .list-block .list-item-title.display-7 {
  font-size: 18px;
}
.cid-uRbDi0nimy .list-block .list-item-text {
  color: #606060;
}
.cid-uRbDi0nimy .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-uRbDi0nimy .list-block {
  position: relative;
}
.cid-uRbDi0nimy .list-block h4,
.cid-uRbDi0nimy .list-block p {
  padding-left: 3.5rem;
}
.cid-uRbDi0nimy .card-img {
  display: block;
  font-size: 30px;
}
.cid-uRbDi0nimy .mbr-iconfont {
  color: #86d8f2;
  font-size: 2rem;
}
.cid-uRbDi0nimy .jq-selectbox__select {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  height: 50px;
}
.cid-uRbDi0nimy .form-control-label,
.cid-uRbDi0nimy .form-check {
  margin-left: 20px;
}
.cid-uRbDi0nimy .main-title {
  color: #04d6d6;
}
.cid-uRbDi0nimy .list-block .list-item-title {
  color: #ffffff;
}
.cid-uRbDi0nimy .list-block .list-item-text {
  color: #efefef;
}
.cid-uRbDi0nimy .required,
.cid-uRbDi0nimy .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
