@import url(https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Poppins;
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.06rem;
}
/* ---- 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: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((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.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn .mbr-iconfont {
  font-size: 1.6rem;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #427af3 !important;
}
.bg-success {
  background-color: #b3ccff !important;
}
.bg-info {
  background-color: #062985 !important;
}
.bg-warning {
  background-color: #f8f9c4 !important;
}
.bg-danger {
  background-color: #f6f7ff !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #427af3 !important;
  border-color: #427af3 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #427af3 !important;
  border-color: #427af3 !important;
}
.btn-primary:before {
  background-color: #0e4fdb !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0e4fdb !important;
  border-color: #0e4fdb !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #f27d7a !important;
  border-color: #f27d7a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #f27d7a !important;
  border-color: #f27d7a !important;
}
.btn-secondary:before {
  background-color: #eb3934 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #eb3934 !important;
  border-color: #eb3934 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #062985 !important;
  border-color: #062985 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #062985 !important;
  border-color: #062985 !important;
}
.btn-info:before {
  background-color: #03123c !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #03123c !important;
  border-color: #03123c !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #b3ccff !important;
  border-color: #b3ccff !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #b3ccff !important;
  border-color: #b3ccff !important;
}
.btn-success:before {
  background-color: #6699ff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6699ff !important;
  border-color: #6699ff !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
  color: #aaac12 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #aaac12 !important;
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
}
.btn-warning:before {
  background-color: #f0f27f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #aaac12 !important;
  background-color: #f0f27f !important;
  border-color: #f0f27f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #f6f7ff !important;
  border-color: #f6f7ff !important;
  color: #001bf6 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #001bf6 !important;
  background-color: #f6f7ff !important;
  border-color: #f6f7ff !important;
}
.btn-danger:before {
  background-color: #aab3ff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #001bf6 !important;
  background-color: #aab3ff !important;
  border-color: #aab3ff !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:before {
  background-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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:before {
  background-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,
.btn-primary-outline.active {
  background: none;
  border-color: #0c46c3;
  color: #0c46c3;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  border-color: #427af3;
}
.btn-primary-outline:before {
  background-color: #427af3;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #427af3 !important;
  border-color: #427af3 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #e9221d;
  color: #e9221d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  border-color: #f27d7a;
}
.btn-secondary-outline:before {
  background-color: #f27d7a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f27d7a !important;
  border-color: #f27d7a !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #020b23;
  color: #020b23;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  border-color: #062985;
}
.btn-info-outline:before {
  background-color: #062985;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #062985 !important;
  border-color: #062985 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #4d88ff;
  color: #4d88ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  border-color: #b3ccff;
}
.btn-success-outline:before {
  background-color: #b3ccff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #b3ccff !important;
  border-color: #b3ccff !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #edf067;
  color: #edf067;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #aaac12;
  border-color: #f8f9c4;
}
.btn-warning-outline:before {
  background-color: #f8f9c4;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #909cff;
  color: #909cff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #001bf6;
  border-color: #f6f7ff;
}
.btn-danger-outline:before {
  background-color: #f6f7ff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f6f7ff !important;
  border-color: #f6f7ff !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  border-color: #333333;
}
.btn-black-outline:before {
  background-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;
  border-color: #ffffff;
}
.btn-white-outline:before {
  background-color: #ffffff;
}
.btn-bgr {
  position: relative;
  transition: border 0.3s ease-in-out, color 0.5s;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.btn-bgr span {
  position: relative;
  z-index: 12;
}
.btn-bgr:before {
  content: ' ';
  position: absolute;
  top: -2px;
  left: -2px;
  right: 105%;
  bottom: -2px;
  transition: right 0.3s ease-in-out;
  z-index: -1;
}
.btn-bgr:hover:before {
  right: -2px;
}
.btn-underline {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.2s ease-out;
}
.btn-underline:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #427af3;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.btn-underline:hover:before {
  width: 100%;
}
.text-primary {
  color: #427af3 !important;
}
.text-secondary {
  color: #f27d7a !important;
}
.text-success {
  color: #b3ccff !important;
}
.text-info {
  color: #062985 !important;
}
.text-warning {
  color: #f8f9c4 !important;
}
.text-danger {
  color: #f6f7ff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0c46c3 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #e9221d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #4d88ff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #020b23 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #edf067 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #909cff !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: #062985;
}
.alert-warning {
  background-color: #f8f9c4;
}
.alert-danger {
  background-color: #f6f7ff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #427af3;
  border-color: #427af3;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #427af3;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #1653f4;
}
.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: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #427af3;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  -webkit-justify-content: center;
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #427af3;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #427af3;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #427af3;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #427af3;
}
/* Headers*/
/* Content */
.content11 .counter-container div .counter {
  background: #427af3;
}
/*Menu*/
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.696rem;
}
.display-7 {
  font-weight: 300;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #427af3;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: contrast(currentColor, #000000, #ffffff, 30%);
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #427af3;
}
.cid-uUdcMr94TI {
  padding-top: 160px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uUdcMr94TI .media-content .btn-bgr {
  z-index: 0;
}
.cid-uUdcMr94TI .mbr-section-text {
  word-break: break-word;
}
.cid-uUdcMr94TI .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #b3ccff);
}
@media (min-width: 992px) {
  .cid-uUdcMr94TI .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uUdcMr94TI .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uUdcMr94TI .mbr-text {
    text-align: center;
  }
}
.cid-uUdcMr94TI H1 {
  color: #062985;
}
.cid-uRKLF51A6j {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f6f7ff;
}
.cid-uRKLF51A6j .block-title {
  color: #062985;
}
.cid-uRKLAOQHR5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f7ff;
}
.cid-uRKLAOQHR5 .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-uRKLAOQHR5 .card-img {
  padding: 0 0 2rem;
}
.cid-uRKLAOQHR5 .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uRKLAOQHR5 .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-uRKLAOQHR5 .card-title {
    text-align: center;
  }
  .cid-uRKLAOQHR5 p.mbr-text {
    text-align: center;
  }
}
.cid-uRKLAOQHR5 .card-title {
  text-align: center;
  color: #062985;
}
.cid-uRKLAOQHR5 .mbr-text,
.cid-uRKLAOQHR5 .mbr-section-btn {
  text-align: center;
  color: #062985;
}
.cid-uRKQ9hZkTa {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f6f7ff;
}
.cid-uRKQ9hZkTa .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-uRKQ9hZkTa .card-img {
  padding: 0 0 2rem;
}
.cid-uRKQ9hZkTa .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uRKQ9hZkTa .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-uRKQ9hZkTa .card-title {
    text-align: center;
  }
  .cid-uRKQ9hZkTa p.mbr-text {
    text-align: center;
  }
}
.cid-uRKQ9hZkTa .card-title {
  text-align: center;
  color: #062985;
}
.cid-uRKQ9hZkTa .mbr-text,
.cid-uRKQ9hZkTa .mbr-section-btn {
  text-align: center;
}
.cid-uRL4mqaozj {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #427af3;
}
.cid-uRL3E9VSxd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f6f7ff;
}
.cid-uRL3E9VSxd p {
  text-align: center;
}
.cid-uRL3E9VSxd .mbr-iconfont-social {
  font-size: 1rem;
  color: #000000;
}
.cid-uRL3E9VSxd .social-list a:focus {
  text-decoration: none;
}
.cid-uRL3E9VSxd .text-copyright {
  width: 100%;
}
.cid-uRL3E9VSxd .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-uRL3E9VSxd .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-uRL3E9VSxd .logo-footer {
  line-height: normal;
}
.cid-uRL3E9VSxd .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRL3E9VSxd .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uRL3E9VSxd .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-uU414b9VwP {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f6f7ff;
}
.cid-uU414b9VwP .mbr-text {
  color: #0c57bf;
  text-align: center;
}
.cid-uU414b9VwP h4 {
  font-weight: 500;
}
.cid-uU414b9VwP h4,
.cid-uU414b9VwP h5 {
  text-align: center;
}
.cid-uU414b9VwP p {
  text-align: center;
}
.cid-uU414b9VwP .card-box {
  text-align: center;
}
.cid-uU414b9VwP .card-img {
  font-size: 3rem;
}
.cid-uU414b9VwP .mbr-iconfont {
  color: #427af3;
}
.cid-uU414b9VwP H2 {
  text-align: left;
}
.cid-uU414b9VwP P {
  text-align: left;
}
.cid-uU414b9VwP .mbr-section-subtitle {
  text-align: left;
}
.cid-uU414b9VwP .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uU3Z0aghzp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b3ccff;
}
.cid-uU3Z0aghzp p {
  text-align: center;
}
.cid-uU3Z0aghzp .mbr-iconfont-social {
  font-size: 1rem;
  color: #000000;
}
.cid-uU3Z0aghzp .social-list a:focus {
  text-decoration: none;
}
.cid-uU3Z0aghzp .text-copyright {
  width: 100%;
}
.cid-uU3Z0aghzp .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-uU3Z0aghzp .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-uU3Z0aghzp .logo-footer {
  line-height: normal;
}
.cid-uU3Z0aghzp .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uU3Z0aghzp .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uU3Z0aghzp .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2PJ4zXyjD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f7ff;
}
.cid-v2PJ4zXyjD .mbr-text {
  color: #0c57bf;
  text-align: center;
}
.cid-v2PJ4zXyjD h4 {
  font-weight: 500;
}
.cid-v2PJ4zXyjD h4,
.cid-v2PJ4zXyjD h5 {
  text-align: center;
}
.cid-v2PJ4zXyjD p {
  text-align: center;
}
.cid-v2PJ4zXyjD .card-box {
  text-align: center;
}
.cid-v2PJ4zXyjD .card-img {
  font-size: 3rem;
}
.cid-v2PJ4zXyjD .mbr-iconfont {
  color: #427af3;
}
.cid-v2PJ4zXyjD H2 {
  text-align: left;
}
.cid-v2PJ4zXyjD P {
  text-align: center;
}
.cid-v2PJ4zXyjD .mbr-section-subtitle {
  text-align: left;
}
.cid-v2PJ4zXyjD .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v6pq4QRu9C {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f6f7ff;
}
.cid-v6pq4QRu9C .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-v6pq4QRu9C .card-img {
  padding: 0 0 2rem;
}
.cid-v6pq4QRu9C .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-v6pq4QRu9C .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-v6pq4QRu9C .card-title {
    text-align: center;
  }
  .cid-v6pq4QRu9C p.mbr-text {
    text-align: center;
  }
}
.cid-v6pq4QRu9C .card-title {
  text-align: center;
  color: #062985;
}
.cid-v6pq4QRu9C .mbr-text,
.cid-v6pq4QRu9C .mbr-section-btn {
  text-align: center;
}
.cid-v6pqPLPw8J {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f6f7ff;
}
.cid-v6pqPLPw8J .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-v6pqPLPw8J .card-img {
  padding: 0 0 2rem;
}
.cid-v6pqPLPw8J .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-v6pqPLPw8J .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-v6pqPLPw8J .card-title {
    text-align: center;
  }
  .cid-v6pqPLPw8J p.mbr-text {
    text-align: center;
  }
}
.cid-v6pqPLPw8J .card-title {
  text-align: center;
  color: #062985;
}
.cid-v6pqPLPw8J .mbr-text,
.cid-v6pqPLPw8J .mbr-section-btn {
  text-align: center;
}
.cid-v6prcfRcC7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f6f7ff;
}
.cid-v6prcfRcC7 .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-v6prcfRcC7 .card-img {
  padding: 0 0 2rem;
}
.cid-v6prcfRcC7 .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-v6prcfRcC7 .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-v6prcfRcC7 .card-title {
    text-align: center;
  }
  .cid-v6prcfRcC7 p.mbr-text {
    text-align: center;
  }
}
.cid-v6prcfRcC7 .card-title {
  text-align: center;
  color: #062985;
}
.cid-v6prcfRcC7 .mbr-text,
.cid-v6prcfRcC7 .mbr-section-btn {
  text-align: center;
}
.cid-v6prnT4zmq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f6f7ff;
}
.cid-v6prnT4zmq .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-v6prnT4zmq .card-img {
  padding: 0 0 2rem;
}
.cid-v6prnT4zmq .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-v6prnT4zmq .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-v6prnT4zmq .card-title {
    text-align: center;
  }
  .cid-v6prnT4zmq p.mbr-text {
    text-align: center;
  }
}
.cid-v6prnT4zmq .card-title {
  text-align: center;
  color: #062985;
}
.cid-v6prnT4zmq .mbr-text,
.cid-v6prnT4zmq .mbr-section-btn {
  text-align: center;
}
.cid-v2PJ4AUAl6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b3ccff;
}
.cid-v2PJ4AUAl6 p {
  text-align: center;
}
.cid-v2PJ4AUAl6 .mbr-iconfont-social {
  font-size: 1rem;
  color: #000000;
}
.cid-v2PJ4AUAl6 .social-list a:focus {
  text-decoration: none;
}
.cid-v2PJ4AUAl6 .text-copyright {
  width: 100%;
}
.cid-v2PJ4AUAl6 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-v2PJ4AUAl6 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-v2PJ4AUAl6 .logo-footer {
  line-height: normal;
}
.cid-v2PJ4AUAl6 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2PJ4AUAl6 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v2PJ4AUAl6 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-v8RW2dLkDC {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #f6f7ff;
}
.cid-v8RW2dLkDC .mbr-text {
  color: #0c57bf;
  text-align: center;
}
.cid-v8RW2dLkDC h4 {
  font-weight: 500;
}
.cid-v8RW2dLkDC h4,
.cid-v8RW2dLkDC h5 {
  text-align: center;
}
.cid-v8RW2dLkDC p {
  text-align: center;
}
.cid-v8RW2dLkDC .card-box {
  text-align: center;
}
.cid-v8RW2dLkDC .card-img {
  font-size: 3rem;
}
.cid-v8RW2dLkDC .mbr-iconfont {
  color: #427af3;
}
.cid-v8RW2dLkDC H2 {
  text-align: left;
}
.cid-v8RW2dLkDC P {
  text-align: center;
}
.cid-v8RW2dLkDC .mbr-section-subtitle {
  text-align: left;
}
.cid-v8RW2dLkDC .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v8RXmT9CKC {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-v8RXoYP3K1 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-v8RW2k66b7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b3ccff;
}
.cid-v8RW2k66b7 p {
  text-align: center;
}
.cid-v8RW2k66b7 .mbr-iconfont-social {
  font-size: 1rem;
  color: #000000;
}
.cid-v8RW2k66b7 .social-list a:focus {
  text-decoration: none;
}
.cid-v8RW2k66b7 .text-copyright {
  width: 100%;
}
.cid-v8RW2k66b7 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-v8RW2k66b7 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-v8RW2k66b7 .logo-footer {
  line-height: normal;
}
.cid-v8RW2k66b7 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v8RW2k66b7 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v8RW2k66b7 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
