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





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.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: 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: 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-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #2e3092 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #a5ce37 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #0094d9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2e3092 !important;
  border-color: #2e3092 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1c1d58 !important;
  border-color: #1c1d58 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1c1d58 !important;
  border-color: #1c1d58 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #a5ce37 !important;
  border-color: #a5ce37 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #769424 !important;
  border-color: #769424 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #769424 !important;
  border-color: #769424 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0094d9 !important;
  border-color: #0094d9 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #00608d !important;
  border-color: #00608d !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #00608d !important;
  border-color: #00608d !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: #161644;
  color: #161644;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #2e3092;
  border-color: #2e3092;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2e3092 !important;
  border-color: #2e3092 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #66801f;
  color: #66801f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #a5ce37;
  border-color: #a5ce37;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #a5ce37 !important;
  border-color: #a5ce37 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #004e73;
  color: #004e73;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #0094d9;
  border-color: #0094d9;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0094d9 !important;
  border-color: #0094d9 !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: #2e3092 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #a5ce37 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #0094d9 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #161644 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #66801f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #004e73 !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: #a5ce37;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #0094d9;
}
.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 !important;
}
.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) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2e3092;
  border-color: #2e3092;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #2e3092;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6e70d1;
}
.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: #eff6db;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a6e3ff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #2e3092;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #2e3092;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #2e3092;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2e3092;
  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-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2e3092;
  border-bottom-color: #2e3092;
}
.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: #2e3092 !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: #ff3366 !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: 100px;
  height: 100px;
  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='%232e3092' %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.3;
}
.cid-uKurf6Mm4V .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uKurf6Mm4V .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uKurf6Mm4V a {
  font-style: normal;
}
.cid-uKurf6Mm4V .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uKurf6Mm4V .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uKurf6Mm4V .nav-item:focus,
.cid-uKurf6Mm4V .nav-link:focus {
  outline: none;
}
.cid-uKurf6Mm4V .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uKurf6Mm4V .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uKurf6Mm4V .menu-logo {
  margin-right: auto;
}
.cid-uKurf6Mm4V .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uKurf6Mm4V .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uKurf6Mm4V .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uKurf6Mm4V .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uKurf6Mm4V .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uKurf6Mm4V .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uKurf6Mm4V .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uKurf6Mm4V .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uKurf6Mm4V .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uKurf6Mm4V .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKurf6Mm4V .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uKurf6Mm4V .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uKurf6Mm4V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uKurf6Mm4V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKurf6Mm4V .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uKurf6Mm4V .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uKurf6Mm4V .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uKurf6Mm4V .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uKurf6Mm4V .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uKurf6Mm4V .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uKurf6Mm4V .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uKurf6Mm4V .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uKurf6Mm4V .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uKurf6Mm4V button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uKurf6Mm4V button.navbar-toggler:focus {
  outline: none;
}
.cid-uKurf6Mm4V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #35004d;
}
.cid-uKurf6Mm4V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKurf6Mm4V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKurf6Mm4V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKurf6Mm4V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKurf6Mm4V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKurf6Mm4V nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKurf6Mm4V nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKurf6Mm4V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKurf6Mm4V .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKurf6Mm4V .collapsed .btn {
  display: -webkit-flex;
}
.cid-uKurf6Mm4V .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uKurf6Mm4V .collapsed .navbar-collapse.collapsing,
.cid-uKurf6Mm4V .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uKurf6Mm4V .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uKurf6Mm4V .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uKurf6Mm4V .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uKurf6Mm4V .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uKurf6Mm4V .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uKurf6Mm4V .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uKurf6Mm4V .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uKurf6Mm4V .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uKurf6Mm4V .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uKurf6Mm4V .collapsed button.navbar-toggler {
  display: block;
}
.cid-uKurf6Mm4V .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uKurf6Mm4V .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKurf6Mm4V .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uKurf6Mm4V .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uKurf6Mm4V .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uKurf6Mm4V .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uKurf6Mm4V.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uKurf6Mm4V img {
    height: 3rem !important;
  }
  .cid-uKurf6Mm4V .btn {
    display: -webkit-flex;
  }
  .cid-uKurf6Mm4V button.navbar-toggler {
    display: block;
  }
  .cid-uKurf6Mm4V .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uKurf6Mm4V .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uKurf6Mm4V .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uKurf6Mm4V .navbar-collapse.collapsing,
  .cid-uKurf6Mm4V .navbar-collapse.show {
    display: block !important;
  }
  .cid-uKurf6Mm4V .navbar-collapse.collapsing .navbar-nav,
  .cid-uKurf6Mm4V .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uKurf6Mm4V .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uKurf6Mm4V .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uKurf6Mm4V .navbar-collapse.collapsing .navbar-buttons,
  .cid-uKurf6Mm4V .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uKurf6Mm4V .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uKurf6Mm4V .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uKurf6Mm4V .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uKurf6Mm4V .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uKurf6Mm4V .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uKurf6Mm4V .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uKurf6Mm4V .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uKurf6Mm4V .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uKurf6Mm4V .nav-link:hover,
.cid-uKurf6Mm4V .dropdown-item:hover {
  color: #57b647 !important;
}
.cid-uKuuxnTK6o .modal-body .close {
  background: #1b1b1b;
}
.cid-uKuuxnTK6o .modal-body .close span {
  font-style: normal;
}
.cid-uKuuxnTK6o .carousel-inner > .active,
.cid-uKuuxnTK6o .carousel-inner > .next,
.cid-uKuuxnTK6o .carousel-inner > .prev {
  display: flex;
}
.cid-uKuuxnTK6o .carousel-control .icon-next,
.cid-uKuuxnTK6o .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uKuuxnTK6o .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKuuxnTK6o .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uKuuxnTK6o .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uKuuxnTK6o .boxed-slider > div {
  position: relative;
}
.cid-uKuuxnTK6o .container img {
  width: 100%;
}
.cid-uKuuxnTK6o .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uKuuxnTK6o .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uKuuxnTK6o .mbr-table-cell {
  padding: 0;
}
.cid-uKuuxnTK6o .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uKuuxnTK6o .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-uKuuxnTK6o .mbr-overlay {
  z-index: 1;
}
.cid-uKuuxnTK6o .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uKuuxnTK6o .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uKuuxnTK6o .carousel-item.active.right,
.cid-uKuuxnTK6o .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uKuuxnTK6o .carousel-item.active.left,
.cid-uKuuxnTK6o .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uKuuxnTK6o .carousel-item.active,
.cid-uKuuxnTK6o .carousel-item.next.left,
.cid-uKuuxnTK6o .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uKuuxnTK6o .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-uKuuxnTK6o .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uKuuxnTK6o .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uKuuxnTK6o .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uKuuxnTK6o .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uKuuxnTK6o .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uKuuxnTK6o .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uKuuxnTK6o .mbr-slider .carousel-indicators li.active,
.cid-uKuuxnTK6o .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uKuuxnTK6o .mbr-slider .carousel-indicators li::after,
.cid-uKuuxnTK6o .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uKuuxnTK6o .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uKuuxnTK6o .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uKuuxnTK6o .mbr-slider > .container img {
  width: 100%;
}
.cid-uKuuxnTK6o .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKuuxnTK6o .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uKuuxnTK6o .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uKuuxnTK6o .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uKuuxnTK6o .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uKuuxnTK6o .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uKuuxnTK6o .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uKuuxnTK6o .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uKuuxnTK6o .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uKuuxnTK6o .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uKuuxnTK6o .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uKuuxnTK6o .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uKuuxnTK6o .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uKuEQPDLA4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uKuEQPDLA4 .line {
  background-color: #a5ce37;
  color: #a5ce37;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uKuEQPDLA4 .section-text {
  padding: 2rem 0;
  color: #2e3092;
}
.cid-uKuEQPDLA4 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uKuEQPDLA4 .inner-container {
    width: 100% !important;
  }
}
.cid-uKuFoSMggf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-uKuFoSMggf .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uKuFoSMggf .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uKuFoSMggf .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uKuFoSMggf .mbr-text {
    text-align: center;
  }
}
.cid-uKuFoSMggf H1 {
  color: #2e3092;
}
.cid-uKuFoSMggf .mbr-text,
.cid-uKuFoSMggf .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-voTbJ94mun {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-voTbJ94mun .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-voTbJ94mun h4 {
  text-align: center;
}
.cid-voTbJ94mun p {
  text-align: center;
}
.cid-voTbJ94mun .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uKuLlVoCNw {
  background-image: url("../../../assets/images/young-daughter-sitting-sofa-embracing-her-mother-2000x1335.jpeg");
}
.cid-uKuLlVoCNw .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-uKuLlVoCNw .media-container-column {
  background-color: #2e3092;
}
@media (max-width: 767px) {
  .cid-uKuLlVoCNw .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uKuLlVoCNw .mbr-text,
.cid-uKuLlVoCNw .mbr-section-btn {
  color: #ffffff;
}
.cid-uKuLlVoCNw H1 {
  color: #ffffff;
}
.cid-uKuLOeYllP {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uKuLOeYllP h3 {
  font-weight: 300;
}
.cid-uKuLOeYllP .card-img {
  width: initial;
}
.cid-uKuLOeYllP .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uKuLOeYllP .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-uKuLOeYllP .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uKuLOeYllP .mbr-section-subtitle {
  color: #232323;
}
.cid-uKuLOeYllP .mbr-text {
  color: #232323;
}
.cid-uKuLOeYllP .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKuLOeYllP .mbr-al-i-c {
  align-items: center;
}
.cid-uKuLOeYllP .mbr-section-title {
  color: #2e3092;
}
.cid-uKuLOeYllP .card-title {
  color: #2e3092;
}
.cid-uKuLOeYllP .card-title,
.cid-uKuLOeYllP .card-img {
  color: #2e3092;
}
.cid-uKxhpjzsjI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/s6-1245x832.png");
}
.cid-uKxhpjzsjI .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-uKxhpjzsjI .main .mbr-section-btn {
  text-align: right;
}
.cid-uKxhpjzsjI .btn {
  margin: 0 0 .5rem 0;
}
.cid-uKxhpjzsjI H2 {
  text-align: left;
}
.cid-uKxhpjzsjI H3 {
  text-align: left;
}
.cid-uKwtuVdNgv {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #eaf5ff;
}
.cid-uKwtuVdNgv .mbr-section-subtitle,
.cid-uKwtuVdNgv .mbr-text {
  color: #767676;
}
.cid-uKwtuVdNgv .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uKwtuVdNgv .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uKwtuVdNgv .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uKwtuVdNgv .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-uKwtuVdNgv .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-uKwtuVdNgv .card-wrapper .card-img img {
  width: 100%;
}
.cid-uKwtuVdNgv .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-uKwtuVdNgv .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uKwtuVdNgv .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-uKwtuVdNgv .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-uKwtuVdNgv .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-uKwtuVdNgv .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-uKwtuVdNgv .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-uKwtuVdNgv .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-uKwtuVdNgv .mbr-section-title {
  color: #2e3092;
}
.cid-uKwtuVdNgv .mbr-section-subtitle {
  color: #232323;
}
.cid-uKwtuVdNgv .card-title {
  color: #2e3092;
}
.cid-uKwwJYK28P {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #eaf5ff;
}
.cid-uKwwJYK28P .mbr-section-subtitle,
.cid-uKwwJYK28P .mbr-text {
  color: #767676;
}
.cid-uKwwJYK28P .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uKwwJYK28P .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uKwwJYK28P .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uKwwJYK28P .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-uKwwJYK28P .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-uKwwJYK28P .card-wrapper .card-img img {
  width: 100%;
}
.cid-uKwwJYK28P .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-uKwwJYK28P .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uKwwJYK28P .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-uKwwJYK28P .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-uKwwJYK28P .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-uKwwJYK28P .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-uKwwJYK28P .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-uKwwJYK28P .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-uKwwJYK28P .mbr-section-title {
  color: #1d68b2;
}
.cid-uKwwJYK28P .mbr-section-subtitle {
  color: #232323;
}
.cid-uKwwJYK28P .card-title {
  color: #2e3092;
}
.cid-uKwEuu8ntb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uKwEuu8ntb .mbr-section-subtitle {
  color: #232323;
  font-weight: 300;
}
.cid-uKwEuu8ntb .mbr-content-text {
  color: #232323;
  margin-bottom: 0;
}
.cid-uKwEuu8ntb .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uKwEuu8ntb .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
  color: #0094d9;
}
@media (max-width: 991px) {
  .cid-uKwEuu8ntb .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-uKwEuu8ntb .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-uKwEuu8ntb .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-uKwEuu8ntb .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-uKwEuu8ntb .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-uKwEuu8ntb .media-block {
    padding-left: 2rem;
  }
}
.cid-uKwEuu8ntb .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-uKwEuu8ntb .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-uKwEuu8ntb .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uKwEuu8ntb .mbr-section-title {
  color: #2e3092;
}
.cid-uKwEuu8ntb H4 {
  color: #2e3092;
}
.cid-vpsthDU8TL {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #f9f9f9;
}
.cid-vpsthDU8TL .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-vpsthDU8TL .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vpsthDU8TL .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-vpsthDU8TL .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vpsthDU8TL .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-vpsthDU8TL .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-vpsthDU8TL .card .panel-body {
  color: #767676;
}
.cid-vpsthDU8TL H2 {
  color: #2e3092;
}
.cid-vpsthDU8TL H4 {
  color: #2e3092;
}
.cid-vpsthDU8TL .panel-text {
  color: #232323;
}
.cid-uKwIyjzNkB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/s6-1245x832.png");
}
.cid-uKwIyjzNkB .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uKwIyjzNkB .carousel-item.active,
.cid-uKwIyjzNkB .carousel-item-next,
.cid-uKwIyjzNkB .carousel-item-prev {
  display: flex;
}
.cid-uKwIyjzNkB .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-uKwIyjzNkB .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-uKwIyjzNkB .carousel-controls a:hover span {
  opacity: 1;
}
.cid-uKwIyjzNkB .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uKwIyjzNkB .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uKwIyjzNkB .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uKwIyjzNkB H2 {
  color: #eaf5ff;
}
.cid-uKwIyjzNkB .user_text {
  color: #ffffff;
}
.cid-uKwIyjzNkB .user_desk {
  color: #ffffff;
}
.cid-uKwIyjzNkB .user_name {
  color: #a5ce37;
}
.cid-uKwK64kKWQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uKwK64kKWQ .title {
  margin-bottom: 2rem;
}
.cid-uKwK64kKWQ .mbr-section-subtitle {
  color: #232323;
}
.cid-uKwK64kKWQ a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uKwK64kKWQ a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-uKwK64kKWQ textarea.form-control {
  min-height: 188px;
}
.cid-uKwK64kKWQ H2 {
  color: #2e3092;
}
.cid-vogZrwadJL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e3092;
}
.cid-vogZrwadJL .form-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vogZrwadJL .content {
    text-align: center;
  }
  .cid-vogZrwadJL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vogZrwadJL .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-vogZrwadJL .form-group,
.cid-vogZrwadJL .input-group-btn {
  padding: 0;
}
.cid-vogZrwadJL .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-vogZrwadJL .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-vogZrwadJL .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vogZrwadJL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vogZrwadJL .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-vogZrwadJL .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vogZrwadJL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vogZrwadJL .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vogZrwadJL .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vogZrwadJL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vogZrwadJL .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vogZrwadJL .foot-logo {
    text-align: center !important;
  }
  .cid-vogZrwadJL .foot-title {
    text-align: center !important;
  }
  .cid-vogZrwadJL .mbr-text {
    text-align: center !important;
  }
  .cid-vogZrwadJL .form-group {
    margin: 0;
  }
}
.cid-vogZrwadJL .foot-title {
  color: #c1c1c1;
}
.cid-vogZrwadJL .mbr-links-column {
  color: #ffffff;
}
.cid-vogZrwadJL .copyright .mbr-text {
  color: #ffffff;
}
.cid-uKx3tzWaqb {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/s5-1244x831.png");
}
.cid-uKx3tB0zGp .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uKx3tB0zGp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uKx3tB0zGp a {
  font-style: normal;
}
.cid-uKx3tB0zGp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uKx3tB0zGp .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uKx3tB0zGp .nav-item:focus,
.cid-uKx3tB0zGp .nav-link:focus {
  outline: none;
}
.cid-uKx3tB0zGp .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uKx3tB0zGp .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uKx3tB0zGp .menu-logo {
  margin-right: auto;
}
.cid-uKx3tB0zGp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uKx3tB0zGp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uKx3tB0zGp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uKx3tB0zGp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uKx3tB0zGp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uKx3tB0zGp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uKx3tB0zGp .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uKx3tB0zGp .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uKx3tB0zGp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uKx3tB0zGp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKx3tB0zGp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uKx3tB0zGp .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uKx3tB0zGp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uKx3tB0zGp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKx3tB0zGp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uKx3tB0zGp .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uKx3tB0zGp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uKx3tB0zGp .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uKx3tB0zGp .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uKx3tB0zGp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uKx3tB0zGp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uKx3tB0zGp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uKx3tB0zGp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uKx3tB0zGp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uKx3tB0zGp button.navbar-toggler:focus {
  outline: none;
}
.cid-uKx3tB0zGp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #35004d;
}
.cid-uKx3tB0zGp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKx3tB0zGp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKx3tB0zGp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKx3tB0zGp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKx3tB0zGp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKx3tB0zGp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKx3tB0zGp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKx3tB0zGp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKx3tB0zGp .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKx3tB0zGp .collapsed .btn {
  display: -webkit-flex;
}
.cid-uKx3tB0zGp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uKx3tB0zGp .collapsed .navbar-collapse.collapsing,
.cid-uKx3tB0zGp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uKx3tB0zGp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uKx3tB0zGp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uKx3tB0zGp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uKx3tB0zGp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uKx3tB0zGp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uKx3tB0zGp .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uKx3tB0zGp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uKx3tB0zGp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uKx3tB0zGp .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uKx3tB0zGp .collapsed button.navbar-toggler {
  display: block;
}
.cid-uKx3tB0zGp .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uKx3tB0zGp .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKx3tB0zGp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uKx3tB0zGp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uKx3tB0zGp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uKx3tB0zGp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uKx3tB0zGp.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uKx3tB0zGp img {
    height: 3rem !important;
  }
  .cid-uKx3tB0zGp .btn {
    display: -webkit-flex;
  }
  .cid-uKx3tB0zGp button.navbar-toggler {
    display: block;
  }
  .cid-uKx3tB0zGp .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uKx3tB0zGp .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uKx3tB0zGp .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uKx3tB0zGp .navbar-collapse.collapsing,
  .cid-uKx3tB0zGp .navbar-collapse.show {
    display: block !important;
  }
  .cid-uKx3tB0zGp .navbar-collapse.collapsing .navbar-nav,
  .cid-uKx3tB0zGp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uKx3tB0zGp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uKx3tB0zGp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uKx3tB0zGp .navbar-collapse.collapsing .navbar-buttons,
  .cid-uKx3tB0zGp .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uKx3tB0zGp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uKx3tB0zGp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uKx3tB0zGp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uKx3tB0zGp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uKx3tB0zGp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uKx3tB0zGp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uKx3tB0zGp .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uKx3tB0zGp .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uKx3tB0zGp .nav-link:hover,
.cid-uKx3tB0zGp .dropdown-item:hover {
  color: #57b647 !important;
}
.cid-uKx3tC3g7T {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-uKx3tC3g7T .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uKx3tC3g7T .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uKx3tC3g7T .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uKx3tC3g7T .mbr-text {
    text-align: center;
  }
}
.cid-uKx3tC3g7T H1 {
  color: #2e3092;
}
.cid-uKx3tC3g7T .mbr-text,
.cid-uKx3tC3g7T .mbr-section-btn {
  color: #232323;
}
.cid-vol13gKSi3 {
  background-image: url("../../../assets/images/young-daughter-sitting-sofa-embracing-her-mother-2000x1335.jpeg");
}
.cid-vol13gKSi3 .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-vol13gKSi3 .media-container-column {
  background-color: #2e3092;
}
@media (max-width: 767px) {
  .cid-vol13gKSi3 .media-container-column {
    padding: 1rem !important;
  }
}
.cid-vol13gKSi3 .mbr-text,
.cid-vol13gKSi3 .mbr-section-btn {
  color: #ffffff;
}
.cid-vol13gKSi3 H1 {
  color: #ffffff;
}
.cid-voTwwEc9bS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e3092;
}
.cid-voTwwEc9bS .form-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-voTwwEc9bS .content {
    text-align: center;
  }
  .cid-voTwwEc9bS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-voTwwEc9bS .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-voTwwEc9bS .form-group,
.cid-voTwwEc9bS .input-group-btn {
  padding: 0;
}
.cid-voTwwEc9bS .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-voTwwEc9bS .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-voTwwEc9bS .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-voTwwEc9bS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-voTwwEc9bS .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-voTwwEc9bS .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-voTwwEc9bS .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-voTwwEc9bS .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-voTwwEc9bS .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-voTwwEc9bS .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-voTwwEc9bS .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-voTwwEc9bS .foot-logo {
    text-align: center !important;
  }
  .cid-voTwwEc9bS .foot-title {
    text-align: center !important;
  }
  .cid-voTwwEc9bS .mbr-text {
    text-align: center !important;
  }
  .cid-voTwwEc9bS .form-group {
    margin: 0;
  }
}
.cid-voTwwEc9bS .foot-title {
  color: #c1c1c1;
}
.cid-voTwwEc9bS .mbr-links-column {
  color: #ffffff;
}
.cid-voTwwEc9bS .copyright .mbr-text {
  color: #ffffff;
}
.cid-uKx1tIlD01 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/s5-1244x831.png");
}
.cid-uKwYnvY6BE .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uKwYnvY6BE .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uKwYnvY6BE a {
  font-style: normal;
}
.cid-uKwYnvY6BE .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uKwYnvY6BE .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uKwYnvY6BE .nav-item:focus,
.cid-uKwYnvY6BE .nav-link:focus {
  outline: none;
}
.cid-uKwYnvY6BE .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uKwYnvY6BE .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uKwYnvY6BE .menu-logo {
  margin-right: auto;
}
.cid-uKwYnvY6BE .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uKwYnvY6BE .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uKwYnvY6BE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uKwYnvY6BE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uKwYnvY6BE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uKwYnvY6BE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uKwYnvY6BE .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uKwYnvY6BE .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uKwYnvY6BE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uKwYnvY6BE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKwYnvY6BE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uKwYnvY6BE .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uKwYnvY6BE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uKwYnvY6BE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKwYnvY6BE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uKwYnvY6BE .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uKwYnvY6BE .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uKwYnvY6BE .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uKwYnvY6BE .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uKwYnvY6BE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uKwYnvY6BE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uKwYnvY6BE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uKwYnvY6BE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uKwYnvY6BE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uKwYnvY6BE button.navbar-toggler:focus {
  outline: none;
}
.cid-uKwYnvY6BE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #35004d;
}
.cid-uKwYnvY6BE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKwYnvY6BE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKwYnvY6BE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKwYnvY6BE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKwYnvY6BE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKwYnvY6BE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKwYnvY6BE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKwYnvY6BE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKwYnvY6BE .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKwYnvY6BE .collapsed .btn {
  display: -webkit-flex;
}
.cid-uKwYnvY6BE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uKwYnvY6BE .collapsed .navbar-collapse.collapsing,
.cid-uKwYnvY6BE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uKwYnvY6BE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uKwYnvY6BE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uKwYnvY6BE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uKwYnvY6BE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uKwYnvY6BE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uKwYnvY6BE .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uKwYnvY6BE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uKwYnvY6BE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uKwYnvY6BE .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uKwYnvY6BE .collapsed button.navbar-toggler {
  display: block;
}
.cid-uKwYnvY6BE .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uKwYnvY6BE .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKwYnvY6BE .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uKwYnvY6BE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uKwYnvY6BE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uKwYnvY6BE .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uKwYnvY6BE.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uKwYnvY6BE img {
    height: 3rem !important;
  }
  .cid-uKwYnvY6BE .btn {
    display: -webkit-flex;
  }
  .cid-uKwYnvY6BE button.navbar-toggler {
    display: block;
  }
  .cid-uKwYnvY6BE .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uKwYnvY6BE .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uKwYnvY6BE .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uKwYnvY6BE .navbar-collapse.collapsing,
  .cid-uKwYnvY6BE .navbar-collapse.show {
    display: block !important;
  }
  .cid-uKwYnvY6BE .navbar-collapse.collapsing .navbar-nav,
  .cid-uKwYnvY6BE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uKwYnvY6BE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uKwYnvY6BE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uKwYnvY6BE .navbar-collapse.collapsing .navbar-buttons,
  .cid-uKwYnvY6BE .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uKwYnvY6BE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uKwYnvY6BE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uKwYnvY6BE .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uKwYnvY6BE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uKwYnvY6BE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uKwYnvY6BE .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uKwYnvY6BE .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uKwYnvY6BE .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uKwYnvY6BE .nav-link:hover,
.cid-uKwYnvY6BE .dropdown-item:hover {
  color: #57b647 !important;
}
.cid-uKwYnyO8Tg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-uKwYnyO8Tg .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uKwYnyO8Tg .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uKwYnyO8Tg .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uKwYnyO8Tg .mbr-text {
    text-align: center;
  }
}
.cid-uKwYnyO8Tg H1 {
  color: #2e3092;
}
.cid-uKwYnyO8Tg .mbr-text,
.cid-uKwYnyO8Tg .mbr-section-btn {
  color: #232323;
}
.cid-vol0XJFi4x {
  background-image: url("../../../assets/images/young-daughter-sitting-sofa-embracing-her-mother-2000x1335.jpeg");
}
.cid-vol0XJFi4x .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-vol0XJFi4x .media-container-column {
  background-color: #2e3092;
}
@media (max-width: 767px) {
  .cid-vol0XJFi4x .media-container-column {
    padding: 1rem !important;
  }
}
.cid-vol0XJFi4x .mbr-text,
.cid-vol0XJFi4x .mbr-section-btn {
  color: #ffffff;
}
.cid-vol0XJFi4x H1 {
  color: #ffffff;
}
.cid-voTvQIEEfS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e3092;
}
.cid-voTvQIEEfS .form-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-voTvQIEEfS .content {
    text-align: center;
  }
  .cid-voTvQIEEfS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-voTvQIEEfS .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-voTvQIEEfS .form-group,
.cid-voTvQIEEfS .input-group-btn {
  padding: 0;
}
.cid-voTvQIEEfS .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-voTvQIEEfS .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-voTvQIEEfS .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-voTvQIEEfS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-voTvQIEEfS .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-voTvQIEEfS .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-voTvQIEEfS .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-voTvQIEEfS .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-voTvQIEEfS .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-voTvQIEEfS .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-voTvQIEEfS .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-voTvQIEEfS .foot-logo {
    text-align: center !important;
  }
  .cid-voTvQIEEfS .foot-title {
    text-align: center !important;
  }
  .cid-voTvQIEEfS .mbr-text {
    text-align: center !important;
  }
  .cid-voTvQIEEfS .form-group {
    margin: 0;
  }
}
.cid-voTvQIEEfS .foot-title {
  color: #c1c1c1;
}
.cid-voTvQIEEfS .mbr-links-column {
  color: #ffffff;
}
.cid-voTvQIEEfS .copyright .mbr-text {
  color: #ffffff;
}
.cid-uKx5V5Lh2v {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/s5-1244x831.png");
}
.cid-uKx5V6J6tX .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uKx5V6J6tX .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uKx5V6J6tX a {
  font-style: normal;
}
.cid-uKx5V6J6tX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uKx5V6J6tX .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uKx5V6J6tX .nav-item:focus,
.cid-uKx5V6J6tX .nav-link:focus {
  outline: none;
}
.cid-uKx5V6J6tX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uKx5V6J6tX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uKx5V6J6tX .menu-logo {
  margin-right: auto;
}
.cid-uKx5V6J6tX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uKx5V6J6tX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uKx5V6J6tX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uKx5V6J6tX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uKx5V6J6tX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uKx5V6J6tX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uKx5V6J6tX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uKx5V6J6tX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uKx5V6J6tX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uKx5V6J6tX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKx5V6J6tX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uKx5V6J6tX .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uKx5V6J6tX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uKx5V6J6tX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKx5V6J6tX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uKx5V6J6tX .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uKx5V6J6tX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uKx5V6J6tX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uKx5V6J6tX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uKx5V6J6tX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uKx5V6J6tX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uKx5V6J6tX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uKx5V6J6tX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uKx5V6J6tX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uKx5V6J6tX button.navbar-toggler:focus {
  outline: none;
}
.cid-uKx5V6J6tX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #35004d;
}
.cid-uKx5V6J6tX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKx5V6J6tX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKx5V6J6tX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKx5V6J6tX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKx5V6J6tX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKx5V6J6tX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKx5V6J6tX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKx5V6J6tX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKx5V6J6tX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKx5V6J6tX .collapsed .btn {
  display: -webkit-flex;
}
.cid-uKx5V6J6tX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uKx5V6J6tX .collapsed .navbar-collapse.collapsing,
.cid-uKx5V6J6tX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uKx5V6J6tX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uKx5V6J6tX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uKx5V6J6tX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uKx5V6J6tX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uKx5V6J6tX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uKx5V6J6tX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uKx5V6J6tX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uKx5V6J6tX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uKx5V6J6tX .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uKx5V6J6tX .collapsed button.navbar-toggler {
  display: block;
}
.cid-uKx5V6J6tX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uKx5V6J6tX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKx5V6J6tX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uKx5V6J6tX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uKx5V6J6tX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uKx5V6J6tX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uKx5V6J6tX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uKx5V6J6tX img {
    height: 3rem !important;
  }
  .cid-uKx5V6J6tX .btn {
    display: -webkit-flex;
  }
  .cid-uKx5V6J6tX button.navbar-toggler {
    display: block;
  }
  .cid-uKx5V6J6tX .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uKx5V6J6tX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uKx5V6J6tX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uKx5V6J6tX .navbar-collapse.collapsing,
  .cid-uKx5V6J6tX .navbar-collapse.show {
    display: block !important;
  }
  .cid-uKx5V6J6tX .navbar-collapse.collapsing .navbar-nav,
  .cid-uKx5V6J6tX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uKx5V6J6tX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uKx5V6J6tX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uKx5V6J6tX .navbar-collapse.collapsing .navbar-buttons,
  .cid-uKx5V6J6tX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uKx5V6J6tX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uKx5V6J6tX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uKx5V6J6tX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uKx5V6J6tX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uKx5V6J6tX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uKx5V6J6tX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uKx5V6J6tX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uKx5V6J6tX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uKx5V6J6tX .nav-link:hover,
.cid-uKx5V6J6tX .dropdown-item:hover {
  color: #57b647 !important;
}
.cid-uKx5V7E7S1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-uKx5V7E7S1 .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uKx5V7E7S1 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uKx5V7E7S1 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uKx5V7E7S1 .mbr-text {
    text-align: center;
  }
}
.cid-uKx5V7E7S1 H1 {
  color: #2e3092;
}
.cid-uKx5V7E7S1 .mbr-text,
.cid-uKx5V7E7S1 .mbr-section-btn {
  color: #232323;
}
.cid-vol1a7rqih {
  background-image: url("../../../assets/images/young-daughter-sitting-sofa-embracing-her-mother-2000x1335.jpeg");
}
.cid-vol1a7rqih .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-vol1a7rqih .media-container-column {
  background-color: #2e3092;
}
@media (max-width: 767px) {
  .cid-vol1a7rqih .media-container-column {
    padding: 1rem !important;
  }
}
.cid-vol1a7rqih .mbr-text,
.cid-vol1a7rqih .mbr-section-btn {
  color: #ffffff;
}
.cid-vol1a7rqih H1 {
  color: #ffffff;
}
.cid-voTxiqn6Nn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e3092;
}
.cid-voTxiqn6Nn .form-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-voTxiqn6Nn .content {
    text-align: center;
  }
  .cid-voTxiqn6Nn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-voTxiqn6Nn .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-voTxiqn6Nn .form-group,
.cid-voTxiqn6Nn .input-group-btn {
  padding: 0;
}
.cid-voTxiqn6Nn .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-voTxiqn6Nn .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-voTxiqn6Nn .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-voTxiqn6Nn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-voTxiqn6Nn .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-voTxiqn6Nn .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-voTxiqn6Nn .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-voTxiqn6Nn .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-voTxiqn6Nn .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-voTxiqn6Nn .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-voTxiqn6Nn .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-voTxiqn6Nn .foot-logo {
    text-align: center !important;
  }
  .cid-voTxiqn6Nn .foot-title {
    text-align: center !important;
  }
  .cid-voTxiqn6Nn .mbr-text {
    text-align: center !important;
  }
  .cid-voTxiqn6Nn .form-group {
    margin: 0;
  }
}
.cid-voTxiqn6Nn .foot-title {
  color: #c1c1c1;
}
.cid-voTxiqn6Nn .mbr-links-column {
  color: #ffffff;
}
.cid-voTxiqn6Nn .copyright .mbr-text {
  color: #ffffff;
}
.cid-uKx6MVMiZT {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/s5-1244x831.png");
}
.cid-uKx6MWOgLK .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uKx6MWOgLK .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uKx6MWOgLK a {
  font-style: normal;
}
.cid-uKx6MWOgLK .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uKx6MWOgLK .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uKx6MWOgLK .nav-item:focus,
.cid-uKx6MWOgLK .nav-link:focus {
  outline: none;
}
.cid-uKx6MWOgLK .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uKx6MWOgLK .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uKx6MWOgLK .menu-logo {
  margin-right: auto;
}
.cid-uKx6MWOgLK .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uKx6MWOgLK .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uKx6MWOgLK .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uKx6MWOgLK .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uKx6MWOgLK .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uKx6MWOgLK .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uKx6MWOgLK .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uKx6MWOgLK .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uKx6MWOgLK .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uKx6MWOgLK .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKx6MWOgLK .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uKx6MWOgLK .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uKx6MWOgLK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uKx6MWOgLK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKx6MWOgLK .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uKx6MWOgLK .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uKx6MWOgLK .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uKx6MWOgLK .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uKx6MWOgLK .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uKx6MWOgLK .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uKx6MWOgLK .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uKx6MWOgLK .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uKx6MWOgLK .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uKx6MWOgLK button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uKx6MWOgLK button.navbar-toggler:focus {
  outline: none;
}
.cid-uKx6MWOgLK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #35004d;
}
.cid-uKx6MWOgLK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKx6MWOgLK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKx6MWOgLK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKx6MWOgLK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKx6MWOgLK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKx6MWOgLK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKx6MWOgLK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKx6MWOgLK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKx6MWOgLK .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKx6MWOgLK .collapsed .btn {
  display: -webkit-flex;
}
.cid-uKx6MWOgLK .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uKx6MWOgLK .collapsed .navbar-collapse.collapsing,
.cid-uKx6MWOgLK .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uKx6MWOgLK .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uKx6MWOgLK .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uKx6MWOgLK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uKx6MWOgLK .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uKx6MWOgLK .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uKx6MWOgLK .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uKx6MWOgLK .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uKx6MWOgLK .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uKx6MWOgLK .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uKx6MWOgLK .collapsed button.navbar-toggler {
  display: block;
}
.cid-uKx6MWOgLK .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uKx6MWOgLK .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKx6MWOgLK .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uKx6MWOgLK .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uKx6MWOgLK .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uKx6MWOgLK .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uKx6MWOgLK.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uKx6MWOgLK img {
    height: 3rem !important;
  }
  .cid-uKx6MWOgLK .btn {
    display: -webkit-flex;
  }
  .cid-uKx6MWOgLK button.navbar-toggler {
    display: block;
  }
  .cid-uKx6MWOgLK .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uKx6MWOgLK .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uKx6MWOgLK .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uKx6MWOgLK .navbar-collapse.collapsing,
  .cid-uKx6MWOgLK .navbar-collapse.show {
    display: block !important;
  }
  .cid-uKx6MWOgLK .navbar-collapse.collapsing .navbar-nav,
  .cid-uKx6MWOgLK .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uKx6MWOgLK .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uKx6MWOgLK .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uKx6MWOgLK .navbar-collapse.collapsing .navbar-buttons,
  .cid-uKx6MWOgLK .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uKx6MWOgLK .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uKx6MWOgLK .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uKx6MWOgLK .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uKx6MWOgLK .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uKx6MWOgLK .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uKx6MWOgLK .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uKx6MWOgLK .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uKx6MWOgLK .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uKx6MWOgLK .nav-link:hover,
.cid-uKx6MWOgLK .dropdown-item:hover {
  color: #57b647 !important;
}
.cid-uKx6MXyVXb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-uKx6MXyVXb .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uKx6MXyVXb .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uKx6MXyVXb .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uKx6MXyVXb .mbr-text {
    text-align: center;
  }
}
.cid-uKx6MXyVXb H1 {
  color: #2e3092;
}
.cid-uKx6MXyVXb .mbr-text,
.cid-uKx6MXyVXb .mbr-section-btn {
  color: #232323;
}
.cid-vol1fiHa9r {
  background-image: url("../../../assets/images/young-daughter-sitting-sofa-embracing-her-mother-2000x1335.jpeg");
}
.cid-vol1fiHa9r .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-vol1fiHa9r .media-container-column {
  background-color: #2e3092;
}
@media (max-width: 767px) {
  .cid-vol1fiHa9r .media-container-column {
    padding: 1rem !important;
  }
}
.cid-vol1fiHa9r .mbr-text,
.cid-vol1fiHa9r .mbr-section-btn {
  color: #ffffff;
}
.cid-vol1fiHa9r H1 {
  color: #ffffff;
}
.cid-voTxxkKuyu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e3092;
}
.cid-voTxxkKuyu .form-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-voTxxkKuyu .content {
    text-align: center;
  }
  .cid-voTxxkKuyu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-voTxxkKuyu .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-voTxxkKuyu .form-group,
.cid-voTxxkKuyu .input-group-btn {
  padding: 0;
}
.cid-voTxxkKuyu .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-voTxxkKuyu .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-voTxxkKuyu .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-voTxxkKuyu .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-voTxxkKuyu .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-voTxxkKuyu .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-voTxxkKuyu .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-voTxxkKuyu .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-voTxxkKuyu .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-voTxxkKuyu .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-voTxxkKuyu .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-voTxxkKuyu .foot-logo {
    text-align: center !important;
  }
  .cid-voTxxkKuyu .foot-title {
    text-align: center !important;
  }
  .cid-voTxxkKuyu .mbr-text {
    text-align: center !important;
  }
  .cid-voTxxkKuyu .form-group {
    margin: 0;
  }
}
.cid-voTxxkKuyu .foot-title {
  color: #c1c1c1;
}
.cid-voTxxkKuyu .mbr-links-column {
  color: #ffffff;
}
.cid-voTxxkKuyu .copyright .mbr-text {
  color: #ffffff;
}
.cid-uKx8se4yYD {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/s5-1244x831.png");
}
.cid-uKx8sfhLzM .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uKx8sfhLzM .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uKx8sfhLzM a {
  font-style: normal;
}
.cid-uKx8sfhLzM .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uKx8sfhLzM .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uKx8sfhLzM .nav-item:focus,
.cid-uKx8sfhLzM .nav-link:focus {
  outline: none;
}
.cid-uKx8sfhLzM .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uKx8sfhLzM .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uKx8sfhLzM .menu-logo {
  margin-right: auto;
}
.cid-uKx8sfhLzM .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uKx8sfhLzM .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uKx8sfhLzM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uKx8sfhLzM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uKx8sfhLzM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uKx8sfhLzM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uKx8sfhLzM .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uKx8sfhLzM .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uKx8sfhLzM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uKx8sfhLzM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKx8sfhLzM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uKx8sfhLzM .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uKx8sfhLzM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uKx8sfhLzM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKx8sfhLzM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uKx8sfhLzM .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uKx8sfhLzM .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uKx8sfhLzM .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uKx8sfhLzM .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uKx8sfhLzM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uKx8sfhLzM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uKx8sfhLzM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uKx8sfhLzM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uKx8sfhLzM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uKx8sfhLzM button.navbar-toggler:focus {
  outline: none;
}
.cid-uKx8sfhLzM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #35004d;
}
.cid-uKx8sfhLzM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKx8sfhLzM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKx8sfhLzM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKx8sfhLzM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKx8sfhLzM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKx8sfhLzM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKx8sfhLzM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKx8sfhLzM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKx8sfhLzM .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKx8sfhLzM .collapsed .btn {
  display: -webkit-flex;
}
.cid-uKx8sfhLzM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uKx8sfhLzM .collapsed .navbar-collapse.collapsing,
.cid-uKx8sfhLzM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uKx8sfhLzM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uKx8sfhLzM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uKx8sfhLzM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uKx8sfhLzM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uKx8sfhLzM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uKx8sfhLzM .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uKx8sfhLzM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uKx8sfhLzM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uKx8sfhLzM .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uKx8sfhLzM .collapsed button.navbar-toggler {
  display: block;
}
.cid-uKx8sfhLzM .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uKx8sfhLzM .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKx8sfhLzM .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uKx8sfhLzM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uKx8sfhLzM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uKx8sfhLzM .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uKx8sfhLzM.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uKx8sfhLzM img {
    height: 3rem !important;
  }
  .cid-uKx8sfhLzM .btn {
    display: -webkit-flex;
  }
  .cid-uKx8sfhLzM button.navbar-toggler {
    display: block;
  }
  .cid-uKx8sfhLzM .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uKx8sfhLzM .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uKx8sfhLzM .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uKx8sfhLzM .navbar-collapse.collapsing,
  .cid-uKx8sfhLzM .navbar-collapse.show {
    display: block !important;
  }
  .cid-uKx8sfhLzM .navbar-collapse.collapsing .navbar-nav,
  .cid-uKx8sfhLzM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uKx8sfhLzM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uKx8sfhLzM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uKx8sfhLzM .navbar-collapse.collapsing .navbar-buttons,
  .cid-uKx8sfhLzM .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uKx8sfhLzM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uKx8sfhLzM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uKx8sfhLzM .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uKx8sfhLzM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uKx8sfhLzM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uKx8sfhLzM .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uKx8sfhLzM .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uKx8sfhLzM .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uKx8sfhLzM .nav-link:hover,
.cid-uKx8sfhLzM .dropdown-item:hover {
  color: #57b647 !important;
}
.cid-uKx8sgiVgT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-uKx8sgiVgT .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uKx8sgiVgT .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uKx8sgiVgT .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uKx8sgiVgT .mbr-text {
    text-align: center;
  }
}
.cid-uKx8sgiVgT H1 {
  color: #2e3092;
}
.cid-uKx8sgiVgT .mbr-text,
.cid-uKx8sgiVgT .mbr-section-btn {
  color: #232323;
}
.cid-vol1pRmxNg {
  background-image: url("../../../assets/images/young-daughter-sitting-sofa-embracing-her-mother-2000x1335.jpeg");
}
.cid-vol1pRmxNg .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-vol1pRmxNg .media-container-column {
  background-color: #2e3092;
}
@media (max-width: 767px) {
  .cid-vol1pRmxNg .media-container-column {
    padding: 1rem !important;
  }
}
.cid-vol1pRmxNg .mbr-text,
.cid-vol1pRmxNg .mbr-section-btn {
  color: #ffffff;
}
.cid-vol1pRmxNg H1 {
  color: #ffffff;
}
.cid-voTyDIzDdL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e3092;
}
.cid-voTyDIzDdL .form-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-voTyDIzDdL .content {
    text-align: center;
  }
  .cid-voTyDIzDdL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-voTyDIzDdL .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-voTyDIzDdL .form-group,
.cid-voTyDIzDdL .input-group-btn {
  padding: 0;
}
.cid-voTyDIzDdL .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-voTyDIzDdL .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-voTyDIzDdL .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-voTyDIzDdL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-voTyDIzDdL .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-voTyDIzDdL .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-voTyDIzDdL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-voTyDIzDdL .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-voTyDIzDdL .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-voTyDIzDdL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-voTyDIzDdL .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-voTyDIzDdL .foot-logo {
    text-align: center !important;
  }
  .cid-voTyDIzDdL .foot-title {
    text-align: center !important;
  }
  .cid-voTyDIzDdL .mbr-text {
    text-align: center !important;
  }
  .cid-voTyDIzDdL .form-group {
    margin: 0;
  }
}
.cid-voTyDIzDdL .foot-title {
  color: #c1c1c1;
}
.cid-voTyDIzDdL .mbr-links-column {
  color: #ffffff;
}
.cid-voTyDIzDdL .copyright .mbr-text {
  color: #ffffff;
}
.cid-uKx9wfnweF {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/s5-1244x831.png");
}
.cid-uKx9wgEVlo .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uKx9wgEVlo .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uKx9wgEVlo a {
  font-style: normal;
}
.cid-uKx9wgEVlo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uKx9wgEVlo .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uKx9wgEVlo .nav-item:focus,
.cid-uKx9wgEVlo .nav-link:focus {
  outline: none;
}
.cid-uKx9wgEVlo .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uKx9wgEVlo .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uKx9wgEVlo .menu-logo {
  margin-right: auto;
}
.cid-uKx9wgEVlo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uKx9wgEVlo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uKx9wgEVlo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uKx9wgEVlo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uKx9wgEVlo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uKx9wgEVlo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uKx9wgEVlo .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uKx9wgEVlo .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uKx9wgEVlo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uKx9wgEVlo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKx9wgEVlo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uKx9wgEVlo .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uKx9wgEVlo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uKx9wgEVlo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKx9wgEVlo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uKx9wgEVlo .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uKx9wgEVlo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uKx9wgEVlo .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uKx9wgEVlo .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uKx9wgEVlo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uKx9wgEVlo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uKx9wgEVlo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uKx9wgEVlo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uKx9wgEVlo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uKx9wgEVlo button.navbar-toggler:focus {
  outline: none;
}
.cid-uKx9wgEVlo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #35004d;
}
.cid-uKx9wgEVlo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKx9wgEVlo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKx9wgEVlo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKx9wgEVlo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKx9wgEVlo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKx9wgEVlo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKx9wgEVlo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKx9wgEVlo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKx9wgEVlo .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKx9wgEVlo .collapsed .btn {
  display: -webkit-flex;
}
.cid-uKx9wgEVlo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uKx9wgEVlo .collapsed .navbar-collapse.collapsing,
.cid-uKx9wgEVlo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uKx9wgEVlo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uKx9wgEVlo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uKx9wgEVlo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uKx9wgEVlo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uKx9wgEVlo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uKx9wgEVlo .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uKx9wgEVlo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uKx9wgEVlo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uKx9wgEVlo .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uKx9wgEVlo .collapsed button.navbar-toggler {
  display: block;
}
.cid-uKx9wgEVlo .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uKx9wgEVlo .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKx9wgEVlo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uKx9wgEVlo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uKx9wgEVlo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uKx9wgEVlo .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uKx9wgEVlo.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uKx9wgEVlo img {
    height: 3rem !important;
  }
  .cid-uKx9wgEVlo .btn {
    display: -webkit-flex;
  }
  .cid-uKx9wgEVlo button.navbar-toggler {
    display: block;
  }
  .cid-uKx9wgEVlo .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uKx9wgEVlo .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uKx9wgEVlo .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uKx9wgEVlo .navbar-collapse.collapsing,
  .cid-uKx9wgEVlo .navbar-collapse.show {
    display: block !important;
  }
  .cid-uKx9wgEVlo .navbar-collapse.collapsing .navbar-nav,
  .cid-uKx9wgEVlo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uKx9wgEVlo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uKx9wgEVlo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uKx9wgEVlo .navbar-collapse.collapsing .navbar-buttons,
  .cid-uKx9wgEVlo .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uKx9wgEVlo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uKx9wgEVlo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uKx9wgEVlo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uKx9wgEVlo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uKx9wgEVlo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uKx9wgEVlo .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uKx9wgEVlo .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uKx9wgEVlo .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uKx9wgEVlo .nav-link:hover,
.cid-uKx9wgEVlo .dropdown-item:hover {
  color: #57b647 !important;
}
.cid-uKx9whyax5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-uKx9whyax5 .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uKx9whyax5 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uKx9whyax5 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uKx9whyax5 .mbr-text {
    text-align: center;
  }
}
.cid-uKx9whyax5 H1 {
  color: #2e3092;
}
.cid-uKx9whyax5 .mbr-text,
.cid-uKx9whyax5 .mbr-section-btn {
  color: #232323;
}
.cid-vol1wBDuY7 {
  background-image: url("../../../assets/images/young-daughter-sitting-sofa-embracing-her-mother-2000x1335.jpeg");
}
.cid-vol1wBDuY7 .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-vol1wBDuY7 .media-container-column {
  background-color: #2e3092;
}
@media (max-width: 767px) {
  .cid-vol1wBDuY7 .media-container-column {
    padding: 1rem !important;
  }
}
.cid-vol1wBDuY7 .mbr-text,
.cid-vol1wBDuY7 .mbr-section-btn {
  color: #ffffff;
}
.cid-vol1wBDuY7 H1 {
  color: #ffffff;
}
.cid-voTz1AMYdR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e3092;
}
.cid-voTz1AMYdR .form-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-voTz1AMYdR .content {
    text-align: center;
  }
  .cid-voTz1AMYdR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-voTz1AMYdR .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-voTz1AMYdR .form-group,
.cid-voTz1AMYdR .input-group-btn {
  padding: 0;
}
.cid-voTz1AMYdR .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-voTz1AMYdR .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-voTz1AMYdR .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-voTz1AMYdR .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-voTz1AMYdR .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-voTz1AMYdR .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-voTz1AMYdR .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-voTz1AMYdR .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-voTz1AMYdR .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-voTz1AMYdR .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-voTz1AMYdR .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-voTz1AMYdR .foot-logo {
    text-align: center !important;
  }
  .cid-voTz1AMYdR .foot-title {
    text-align: center !important;
  }
  .cid-voTz1AMYdR .mbr-text {
    text-align: center !important;
  }
  .cid-voTz1AMYdR .form-group {
    margin: 0;
  }
}
.cid-voTz1AMYdR .foot-title {
  color: #c1c1c1;
}
.cid-voTz1AMYdR .mbr-links-column {
  color: #ffffff;
}
.cid-voTz1AMYdR .copyright .mbr-text {
  color: #ffffff;
}
.cid-uKxaysZuN8 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/s5-1244x831.png");
}
.cid-uKxaytZ3yp .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uKxaytZ3yp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uKxaytZ3yp a {
  font-style: normal;
}
.cid-uKxaytZ3yp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uKxaytZ3yp .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uKxaytZ3yp .nav-item:focus,
.cid-uKxaytZ3yp .nav-link:focus {
  outline: none;
}
.cid-uKxaytZ3yp .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uKxaytZ3yp .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uKxaytZ3yp .menu-logo {
  margin-right: auto;
}
.cid-uKxaytZ3yp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uKxaytZ3yp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uKxaytZ3yp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uKxaytZ3yp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uKxaytZ3yp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uKxaytZ3yp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uKxaytZ3yp .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uKxaytZ3yp .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uKxaytZ3yp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uKxaytZ3yp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKxaytZ3yp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uKxaytZ3yp .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uKxaytZ3yp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uKxaytZ3yp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKxaytZ3yp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uKxaytZ3yp .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uKxaytZ3yp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uKxaytZ3yp .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uKxaytZ3yp .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uKxaytZ3yp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uKxaytZ3yp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uKxaytZ3yp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uKxaytZ3yp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uKxaytZ3yp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uKxaytZ3yp button.navbar-toggler:focus {
  outline: none;
}
.cid-uKxaytZ3yp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #35004d;
}
.cid-uKxaytZ3yp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKxaytZ3yp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKxaytZ3yp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKxaytZ3yp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKxaytZ3yp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKxaytZ3yp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKxaytZ3yp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKxaytZ3yp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKxaytZ3yp .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKxaytZ3yp .collapsed .btn {
  display: -webkit-flex;
}
.cid-uKxaytZ3yp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uKxaytZ3yp .collapsed .navbar-collapse.collapsing,
.cid-uKxaytZ3yp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uKxaytZ3yp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uKxaytZ3yp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uKxaytZ3yp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uKxaytZ3yp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uKxaytZ3yp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uKxaytZ3yp .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uKxaytZ3yp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uKxaytZ3yp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uKxaytZ3yp .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uKxaytZ3yp .collapsed button.navbar-toggler {
  display: block;
}
.cid-uKxaytZ3yp .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uKxaytZ3yp .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKxaytZ3yp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uKxaytZ3yp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uKxaytZ3yp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uKxaytZ3yp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uKxaytZ3yp.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uKxaytZ3yp img {
    height: 3rem !important;
  }
  .cid-uKxaytZ3yp .btn {
    display: -webkit-flex;
  }
  .cid-uKxaytZ3yp button.navbar-toggler {
    display: block;
  }
  .cid-uKxaytZ3yp .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uKxaytZ3yp .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uKxaytZ3yp .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uKxaytZ3yp .navbar-collapse.collapsing,
  .cid-uKxaytZ3yp .navbar-collapse.show {
    display: block !important;
  }
  .cid-uKxaytZ3yp .navbar-collapse.collapsing .navbar-nav,
  .cid-uKxaytZ3yp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uKxaytZ3yp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uKxaytZ3yp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uKxaytZ3yp .navbar-collapse.collapsing .navbar-buttons,
  .cid-uKxaytZ3yp .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uKxaytZ3yp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uKxaytZ3yp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uKxaytZ3yp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uKxaytZ3yp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uKxaytZ3yp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uKxaytZ3yp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uKxaytZ3yp .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uKxaytZ3yp .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uKxaytZ3yp .nav-link:hover,
.cid-uKxaytZ3yp .dropdown-item:hover {
  color: #57b647 !important;
}
.cid-uKxayuSZap {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-uKxayuSZap .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uKxayuSZap .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uKxayuSZap .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uKxayuSZap .mbr-text {
    text-align: center;
  }
}
.cid-uKxayuSZap H1 {
  color: #2e3092;
}
.cid-uKxayuSZap .mbr-text,
.cid-uKxayuSZap .mbr-section-btn {
  color: #232323;
}
.cid-vokY5Wcgju {
  background-image: url("../../../assets/images/young-daughter-sitting-sofa-embracing-her-mother-2000x1335.jpeg");
}
.cid-vokY5Wcgju .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-vokY5Wcgju .media-container-column {
  background-color: #2e3092;
}
@media (max-width: 767px) {
  .cid-vokY5Wcgju .media-container-column {
    padding: 1rem !important;
  }
}
.cid-vokY5Wcgju .mbr-text,
.cid-vokY5Wcgju .mbr-section-btn {
  color: #ffffff;
}
.cid-vokY5Wcgju H1 {
  color: #ffffff;
}
.cid-voTzlagQde {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e3092;
}
.cid-voTzlagQde .form-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-voTzlagQde .content {
    text-align: center;
  }
  .cid-voTzlagQde .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-voTzlagQde .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-voTzlagQde .form-group,
.cid-voTzlagQde .input-group-btn {
  padding: 0;
}
.cid-voTzlagQde .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-voTzlagQde .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-voTzlagQde .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-voTzlagQde .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-voTzlagQde .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-voTzlagQde .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-voTzlagQde .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-voTzlagQde .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-voTzlagQde .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-voTzlagQde .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-voTzlagQde .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-voTzlagQde .foot-logo {
    text-align: center !important;
  }
  .cid-voTzlagQde .foot-title {
    text-align: center !important;
  }
  .cid-voTzlagQde .mbr-text {
    text-align: center !important;
  }
  .cid-voTzlagQde .form-group {
    margin: 0;
  }
}
.cid-voTzlagQde .foot-title {
  color: #c1c1c1;
}
.cid-voTzlagQde .mbr-links-column {
  color: #ffffff;
}
.cid-voTzlagQde .copyright .mbr-text {
  color: #ffffff;
}
.cid-uKxcgkuGVu {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/s5-1244x831.png");
}
.cid-uKxcglv3tq .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uKxcglv3tq .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uKxcglv3tq a {
  font-style: normal;
}
.cid-uKxcglv3tq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uKxcglv3tq .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uKxcglv3tq .nav-item:focus,
.cid-uKxcglv3tq .nav-link:focus {
  outline: none;
}
.cid-uKxcglv3tq .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uKxcglv3tq .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uKxcglv3tq .menu-logo {
  margin-right: auto;
}
.cid-uKxcglv3tq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uKxcglv3tq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uKxcglv3tq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uKxcglv3tq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uKxcglv3tq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uKxcglv3tq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uKxcglv3tq .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uKxcglv3tq .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uKxcglv3tq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uKxcglv3tq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKxcglv3tq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uKxcglv3tq .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uKxcglv3tq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uKxcglv3tq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKxcglv3tq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uKxcglv3tq .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uKxcglv3tq .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uKxcglv3tq .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uKxcglv3tq .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uKxcglv3tq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uKxcglv3tq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uKxcglv3tq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uKxcglv3tq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uKxcglv3tq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uKxcglv3tq button.navbar-toggler:focus {
  outline: none;
}
.cid-uKxcglv3tq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #35004d;
}
.cid-uKxcglv3tq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKxcglv3tq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKxcglv3tq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKxcglv3tq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKxcglv3tq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKxcglv3tq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKxcglv3tq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKxcglv3tq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKxcglv3tq .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKxcglv3tq .collapsed .btn {
  display: -webkit-flex;
}
.cid-uKxcglv3tq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uKxcglv3tq .collapsed .navbar-collapse.collapsing,
.cid-uKxcglv3tq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uKxcglv3tq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uKxcglv3tq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uKxcglv3tq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uKxcglv3tq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uKxcglv3tq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uKxcglv3tq .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uKxcglv3tq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uKxcglv3tq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uKxcglv3tq .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uKxcglv3tq .collapsed button.navbar-toggler {
  display: block;
}
.cid-uKxcglv3tq .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uKxcglv3tq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKxcglv3tq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uKxcglv3tq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uKxcglv3tq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uKxcglv3tq .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uKxcglv3tq.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uKxcglv3tq img {
    height: 3rem !important;
  }
  .cid-uKxcglv3tq .btn {
    display: -webkit-flex;
  }
  .cid-uKxcglv3tq button.navbar-toggler {
    display: block;
  }
  .cid-uKxcglv3tq .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uKxcglv3tq .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uKxcglv3tq .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uKxcglv3tq .navbar-collapse.collapsing,
  .cid-uKxcglv3tq .navbar-collapse.show {
    display: block !important;
  }
  .cid-uKxcglv3tq .navbar-collapse.collapsing .navbar-nav,
  .cid-uKxcglv3tq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uKxcglv3tq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uKxcglv3tq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uKxcglv3tq .navbar-collapse.collapsing .navbar-buttons,
  .cid-uKxcglv3tq .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uKxcglv3tq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uKxcglv3tq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uKxcglv3tq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uKxcglv3tq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uKxcglv3tq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uKxcglv3tq .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uKxcglv3tq .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uKxcglv3tq .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uKxcglv3tq .nav-link:hover,
.cid-uKxcglv3tq .dropdown-item:hover {
  color: #57b647 !important;
}
.cid-uKxcgmtau4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-uKxcgmtau4 .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uKxcgmtau4 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uKxcgmtau4 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uKxcgmtau4 .mbr-text {
    text-align: center;
  }
}
.cid-uKxcgmtau4 H1 {
  color: #2e3092;
}
.cid-uKxcgmtau4 .mbr-text,
.cid-uKxcgmtau4 .mbr-section-btn {
  color: #232323;
}
.cid-vokZhqfXQW {
  background-image: url("../../../assets/images/young-daughter-sitting-sofa-embracing-her-mother-2000x1335.jpeg");
}
.cid-vokZhqfXQW .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-vokZhqfXQW .media-container-column {
  background-color: #2e3092;
}
@media (max-width: 767px) {
  .cid-vokZhqfXQW .media-container-column {
    padding: 1rem !important;
  }
}
.cid-vokZhqfXQW .mbr-text,
.cid-vokZhqfXQW .mbr-section-btn {
  color: #ffffff;
}
.cid-vokZhqfXQW H1 {
  color: #ffffff;
}
.cid-voTA7Y3TJS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e3092;
}
.cid-voTA7Y3TJS .form-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-voTA7Y3TJS .content {
    text-align: center;
  }
  .cid-voTA7Y3TJS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-voTA7Y3TJS .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-voTA7Y3TJS .form-group,
.cid-voTA7Y3TJS .input-group-btn {
  padding: 0;
}
.cid-voTA7Y3TJS .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-voTA7Y3TJS .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-voTA7Y3TJS .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-voTA7Y3TJS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-voTA7Y3TJS .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-voTA7Y3TJS .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-voTA7Y3TJS .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-voTA7Y3TJS .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-voTA7Y3TJS .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-voTA7Y3TJS .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-voTA7Y3TJS .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-voTA7Y3TJS .foot-logo {
    text-align: center !important;
  }
  .cid-voTA7Y3TJS .foot-title {
    text-align: center !important;
  }
  .cid-voTA7Y3TJS .mbr-text {
    text-align: center !important;
  }
  .cid-voTA7Y3TJS .form-group {
    margin: 0;
  }
}
.cid-voTA7Y3TJS .foot-title {
  color: #c1c1c1;
}
.cid-voTA7Y3TJS .mbr-links-column {
  color: #ffffff;
}
.cid-voTA7Y3TJS .copyright .mbr-text {
  color: #ffffff;
}
.cid-uKxeKomSn9 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/s5-1244x831.png");
}
.cid-uKxeKphP2K .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uKxeKphP2K .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uKxeKphP2K a {
  font-style: normal;
}
.cid-uKxeKphP2K .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uKxeKphP2K .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uKxeKphP2K .nav-item:focus,
.cid-uKxeKphP2K .nav-link:focus {
  outline: none;
}
.cid-uKxeKphP2K .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uKxeKphP2K .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uKxeKphP2K .menu-logo {
  margin-right: auto;
}
.cid-uKxeKphP2K .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uKxeKphP2K .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uKxeKphP2K .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uKxeKphP2K .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uKxeKphP2K .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uKxeKphP2K .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uKxeKphP2K .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uKxeKphP2K .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uKxeKphP2K .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uKxeKphP2K .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKxeKphP2K .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uKxeKphP2K .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uKxeKphP2K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uKxeKphP2K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKxeKphP2K .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uKxeKphP2K .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uKxeKphP2K .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uKxeKphP2K .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uKxeKphP2K .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uKxeKphP2K .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uKxeKphP2K .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uKxeKphP2K .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uKxeKphP2K .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uKxeKphP2K button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uKxeKphP2K button.navbar-toggler:focus {
  outline: none;
}
.cid-uKxeKphP2K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #35004d;
}
.cid-uKxeKphP2K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKxeKphP2K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKxeKphP2K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKxeKphP2K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKxeKphP2K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKxeKphP2K nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKxeKphP2K nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKxeKphP2K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKxeKphP2K .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKxeKphP2K .collapsed .btn {
  display: -webkit-flex;
}
.cid-uKxeKphP2K .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uKxeKphP2K .collapsed .navbar-collapse.collapsing,
.cid-uKxeKphP2K .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uKxeKphP2K .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uKxeKphP2K .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uKxeKphP2K .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uKxeKphP2K .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uKxeKphP2K .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uKxeKphP2K .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uKxeKphP2K .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uKxeKphP2K .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uKxeKphP2K .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uKxeKphP2K .collapsed button.navbar-toggler {
  display: block;
}
.cid-uKxeKphP2K .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uKxeKphP2K .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKxeKphP2K .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uKxeKphP2K .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uKxeKphP2K .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uKxeKphP2K .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uKxeKphP2K.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uKxeKphP2K img {
    height: 3rem !important;
  }
  .cid-uKxeKphP2K .btn {
    display: -webkit-flex;
  }
  .cid-uKxeKphP2K button.navbar-toggler {
    display: block;
  }
  .cid-uKxeKphP2K .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uKxeKphP2K .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uKxeKphP2K .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uKxeKphP2K .navbar-collapse.collapsing,
  .cid-uKxeKphP2K .navbar-collapse.show {
    display: block !important;
  }
  .cid-uKxeKphP2K .navbar-collapse.collapsing .navbar-nav,
  .cid-uKxeKphP2K .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uKxeKphP2K .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uKxeKphP2K .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uKxeKphP2K .navbar-collapse.collapsing .navbar-buttons,
  .cid-uKxeKphP2K .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uKxeKphP2K .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uKxeKphP2K .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uKxeKphP2K .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uKxeKphP2K .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uKxeKphP2K .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uKxeKphP2K .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uKxeKphP2K .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uKxeKphP2K .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uKxeKphP2K .nav-link:hover,
.cid-uKxeKphP2K .dropdown-item:hover {
  color: #57b647 !important;
}
.cid-vol0zH1ji0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vol0zH1ji0 .title {
  margin-bottom: 2rem;
}
.cid-vol0zH1ji0 .mbr-section-subtitle {
  color: #232323;
}
.cid-vol0zH1ji0 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-vol0zH1ji0 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-vol0zH1ji0 textarea.form-control {
  min-height: 188px;
}
.cid-vol0zH1ji0 H2 {
  color: #2e3092;
}
.cid-uKxgjWgC9x {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/s6-1245x832.png");
}
.cid-uKxgjWgC9x .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-uKxgjWgC9x .main .mbr-section-btn {
  text-align: right;
}
.cid-uKxgjWgC9x .btn {
  margin: 0 0 .5rem 0;
}
.cid-uKxgjWgC9x H2 {
  text-align: left;
}
.cid-uKxgjWgC9x H3 {
  text-align: left;
}
.cid-voTALeAKPj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e3092;
}
.cid-voTALeAKPj .form-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-voTALeAKPj .content {
    text-align: center;
  }
  .cid-voTALeAKPj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-voTALeAKPj .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-voTALeAKPj .form-group,
.cid-voTALeAKPj .input-group-btn {
  padding: 0;
}
.cid-voTALeAKPj .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-voTALeAKPj .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-voTALeAKPj .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-voTALeAKPj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-voTALeAKPj .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-voTALeAKPj .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-voTALeAKPj .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-voTALeAKPj .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-voTALeAKPj .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-voTALeAKPj .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-voTALeAKPj .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-voTALeAKPj .foot-logo {
    text-align: center !important;
  }
  .cid-voTALeAKPj .foot-title {
    text-align: center !important;
  }
  .cid-voTALeAKPj .mbr-text {
    text-align: center !important;
  }
  .cid-voTALeAKPj .form-group {
    margin: 0;
  }
}
.cid-voTALeAKPj .foot-title {
  color: #c1c1c1;
}
.cid-voTALeAKPj .mbr-links-column {
  color: #ffffff;
}
.cid-voTALeAKPj .copyright .mbr-text {
  color: #ffffff;
}
.cid-uKxkbVTblf {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/s5-1244x831.png");
}
.cid-uKxkbWzQe0 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uKxkbWzQe0 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uKxkbWzQe0 a {
  font-style: normal;
}
.cid-uKxkbWzQe0 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uKxkbWzQe0 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uKxkbWzQe0 .nav-item:focus,
.cid-uKxkbWzQe0 .nav-link:focus {
  outline: none;
}
.cid-uKxkbWzQe0 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uKxkbWzQe0 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uKxkbWzQe0 .menu-logo {
  margin-right: auto;
}
.cid-uKxkbWzQe0 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uKxkbWzQe0 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uKxkbWzQe0 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uKxkbWzQe0 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uKxkbWzQe0 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uKxkbWzQe0 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uKxkbWzQe0 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uKxkbWzQe0 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uKxkbWzQe0 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uKxkbWzQe0 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKxkbWzQe0 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uKxkbWzQe0 .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uKxkbWzQe0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uKxkbWzQe0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKxkbWzQe0 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uKxkbWzQe0 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uKxkbWzQe0 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uKxkbWzQe0 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uKxkbWzQe0 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uKxkbWzQe0 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uKxkbWzQe0 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uKxkbWzQe0 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uKxkbWzQe0 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uKxkbWzQe0 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uKxkbWzQe0 button.navbar-toggler:focus {
  outline: none;
}
.cid-uKxkbWzQe0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #35004d;
}
.cid-uKxkbWzQe0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKxkbWzQe0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKxkbWzQe0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKxkbWzQe0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKxkbWzQe0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKxkbWzQe0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKxkbWzQe0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKxkbWzQe0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKxkbWzQe0 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKxkbWzQe0 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uKxkbWzQe0 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uKxkbWzQe0 .collapsed .navbar-collapse.collapsing,
.cid-uKxkbWzQe0 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uKxkbWzQe0 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uKxkbWzQe0 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uKxkbWzQe0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uKxkbWzQe0 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uKxkbWzQe0 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uKxkbWzQe0 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uKxkbWzQe0 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uKxkbWzQe0 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uKxkbWzQe0 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uKxkbWzQe0 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uKxkbWzQe0 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uKxkbWzQe0 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKxkbWzQe0 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uKxkbWzQe0 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uKxkbWzQe0 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uKxkbWzQe0 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uKxkbWzQe0.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uKxkbWzQe0 img {
    height: 3rem !important;
  }
  .cid-uKxkbWzQe0 .btn {
    display: -webkit-flex;
  }
  .cid-uKxkbWzQe0 button.navbar-toggler {
    display: block;
  }
  .cid-uKxkbWzQe0 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uKxkbWzQe0 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uKxkbWzQe0 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uKxkbWzQe0 .navbar-collapse.collapsing,
  .cid-uKxkbWzQe0 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uKxkbWzQe0 .navbar-collapse.collapsing .navbar-nav,
  .cid-uKxkbWzQe0 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uKxkbWzQe0 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uKxkbWzQe0 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uKxkbWzQe0 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uKxkbWzQe0 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uKxkbWzQe0 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uKxkbWzQe0 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uKxkbWzQe0 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uKxkbWzQe0 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uKxkbWzQe0 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uKxkbWzQe0 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uKxkbWzQe0 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uKxkbWzQe0 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uKxkbWzQe0 .nav-link:hover,
.cid-uKxkbWzQe0 .dropdown-item:hover {
  color: #57b647 !important;
}
.cid-uKxkbXl0i7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-uKxkbXl0i7 .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uKxkbXl0i7 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uKxkbXl0i7 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uKxkbXl0i7 .mbr-text {
    text-align: center;
  }
}
.cid-uKxkbXl0i7 H1 {
  color: #2e3092;
}
.cid-uKxkbXl0i7 .mbr-text,
.cid-uKxkbXl0i7 .mbr-section-btn {
  color: #232323;
}
.cid-vokYw9MzD1 {
  background-image: url("../../../assets/images/young-daughter-sitting-sofa-embracing-her-mother-2000x1335.jpeg");
}
.cid-vokYw9MzD1 .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-vokYw9MzD1 .media-container-column {
  background-color: #2e3092;
}
@media (max-width: 767px) {
  .cid-vokYw9MzD1 .media-container-column {
    padding: 1rem !important;
  }
}
.cid-vokYw9MzD1 .mbr-text,
.cid-vokYw9MzD1 .mbr-section-btn {
  color: #ffffff;
}
.cid-vokYw9MzD1 H1 {
  color: #ffffff;
}
.cid-voTzHhXjLW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e3092;
}
.cid-voTzHhXjLW .form-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-voTzHhXjLW .content {
    text-align: center;
  }
  .cid-voTzHhXjLW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-voTzHhXjLW .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-voTzHhXjLW .form-group,
.cid-voTzHhXjLW .input-group-btn {
  padding: 0;
}
.cid-voTzHhXjLW .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-voTzHhXjLW .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-voTzHhXjLW .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-voTzHhXjLW .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-voTzHhXjLW .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-voTzHhXjLW .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-voTzHhXjLW .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-voTzHhXjLW .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-voTzHhXjLW .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-voTzHhXjLW .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-voTzHhXjLW .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-voTzHhXjLW .foot-logo {
    text-align: center !important;
  }
  .cid-voTzHhXjLW .foot-title {
    text-align: center !important;
  }
  .cid-voTzHhXjLW .mbr-text {
    text-align: center !important;
  }
  .cid-voTzHhXjLW .form-group {
    margin: 0;
  }
}
.cid-voTzHhXjLW .foot-title {
  color: #c1c1c1;
}
.cid-voTzHhXjLW .mbr-links-column {
  color: #ffffff;
}
.cid-voTzHhXjLW .copyright .mbr-text {
  color: #ffffff;
}
.cid-uKxmMsUwb9 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/female-nurse-portrait-with-older-patient-1-2000x1333.jpg");
}
.cid-uKxmMtQqRi .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uKxmMtQqRi .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uKxmMtQqRi a {
  font-style: normal;
}
.cid-uKxmMtQqRi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uKxmMtQqRi .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uKxmMtQqRi .nav-item:focus,
.cid-uKxmMtQqRi .nav-link:focus {
  outline: none;
}
.cid-uKxmMtQqRi .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uKxmMtQqRi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uKxmMtQqRi .menu-logo {
  margin-right: auto;
}
.cid-uKxmMtQqRi .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uKxmMtQqRi .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uKxmMtQqRi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uKxmMtQqRi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uKxmMtQqRi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uKxmMtQqRi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uKxmMtQqRi .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uKxmMtQqRi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uKxmMtQqRi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uKxmMtQqRi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKxmMtQqRi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uKxmMtQqRi .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uKxmMtQqRi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uKxmMtQqRi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKxmMtQqRi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uKxmMtQqRi .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uKxmMtQqRi .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uKxmMtQqRi .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uKxmMtQqRi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uKxmMtQqRi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uKxmMtQqRi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uKxmMtQqRi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uKxmMtQqRi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uKxmMtQqRi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uKxmMtQqRi button.navbar-toggler:focus {
  outline: none;
}
.cid-uKxmMtQqRi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #35004d;
}
.cid-uKxmMtQqRi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKxmMtQqRi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKxmMtQqRi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKxmMtQqRi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKxmMtQqRi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKxmMtQqRi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKxmMtQqRi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKxmMtQqRi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKxmMtQqRi .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKxmMtQqRi .collapsed .btn {
  display: -webkit-flex;
}
.cid-uKxmMtQqRi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uKxmMtQqRi .collapsed .navbar-collapse.collapsing,
.cid-uKxmMtQqRi .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uKxmMtQqRi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uKxmMtQqRi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uKxmMtQqRi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uKxmMtQqRi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uKxmMtQqRi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uKxmMtQqRi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uKxmMtQqRi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uKxmMtQqRi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uKxmMtQqRi .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uKxmMtQqRi .collapsed button.navbar-toggler {
  display: block;
}
.cid-uKxmMtQqRi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uKxmMtQqRi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKxmMtQqRi .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uKxmMtQqRi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uKxmMtQqRi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uKxmMtQqRi .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uKxmMtQqRi.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uKxmMtQqRi img {
    height: 3rem !important;
  }
  .cid-uKxmMtQqRi .btn {
    display: -webkit-flex;
  }
  .cid-uKxmMtQqRi button.navbar-toggler {
    display: block;
  }
  .cid-uKxmMtQqRi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uKxmMtQqRi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uKxmMtQqRi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uKxmMtQqRi .navbar-collapse.collapsing,
  .cid-uKxmMtQqRi .navbar-collapse.show {
    display: block !important;
  }
  .cid-uKxmMtQqRi .navbar-collapse.collapsing .navbar-nav,
  .cid-uKxmMtQqRi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uKxmMtQqRi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uKxmMtQqRi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uKxmMtQqRi .navbar-collapse.collapsing .navbar-buttons,
  .cid-uKxmMtQqRi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uKxmMtQqRi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uKxmMtQqRi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uKxmMtQqRi .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uKxmMtQqRi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uKxmMtQqRi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uKxmMtQqRi .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uKxmMtQqRi .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uKxmMtQqRi .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uKxmMtQqRi .nav-link:hover,
.cid-uKxmMtQqRi .dropdown-item:hover {
  color: #57b647 !important;
}
.cid-uKxmMuEQ7S {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-uKxmMuEQ7S .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uKxmMuEQ7S .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uKxmMuEQ7S .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uKxmMuEQ7S .mbr-text {
    text-align: center;
  }
}
.cid-uKxmMuEQ7S H1 {
  color: #2e3092;
}
.cid-uKxmMuEQ7S .mbr-text,
.cid-uKxmMuEQ7S .mbr-section-btn {
  color: #232323;
}
.cid-vol0mOdvqN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/s6-1245x832.png");
}
.cid-vol0mOdvqN .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vol0mOdvqN .carousel-item.active,
.cid-vol0mOdvqN .carousel-item-next,
.cid-vol0mOdvqN .carousel-item-prev {
  display: flex;
}
.cid-vol0mOdvqN .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-vol0mOdvqN .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-vol0mOdvqN .carousel-controls a:hover span {
  opacity: 1;
}
.cid-vol0mOdvqN .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-vol0mOdvqN .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-vol0mOdvqN .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-vol0mOdvqN H2 {
  color: #eaf5ff;
}
.cid-vol0mOdvqN .user_text {
  color: #ffffff;
}
.cid-vol0mOdvqN .user_desk {
  color: #ffffff;
}
.cid-vol0mOdvqN .user_name {
  color: #57b647;
}
.cid-voTAdcMKZb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e3092;
}
.cid-voTAdcMKZb .form-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-voTAdcMKZb .content {
    text-align: center;
  }
  .cid-voTAdcMKZb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-voTAdcMKZb .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-voTAdcMKZb .form-group,
.cid-voTAdcMKZb .input-group-btn {
  padding: 0;
}
.cid-voTAdcMKZb .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-voTAdcMKZb .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-voTAdcMKZb .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-voTAdcMKZb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-voTAdcMKZb .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-voTAdcMKZb .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-voTAdcMKZb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-voTAdcMKZb .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-voTAdcMKZb .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-voTAdcMKZb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-voTAdcMKZb .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-voTAdcMKZb .foot-logo {
    text-align: center !important;
  }
  .cid-voTAdcMKZb .foot-title {
    text-align: center !important;
  }
  .cid-voTAdcMKZb .mbr-text {
    text-align: center !important;
  }
  .cid-voTAdcMKZb .form-group {
    margin: 0;
  }
}
.cid-voTAdcMKZb .foot-title {
  color: #c1c1c1;
}
.cid-voTAdcMKZb .mbr-links-column {
  color: #ffffff;
}
.cid-voTAdcMKZb .copyright .mbr-text {
  color: #ffffff;
}
.cid-uKx4GiepUP {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/s5-1244x831.png");
}
.cid-uKx4Gjqfzm .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uKx4Gjqfzm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uKx4Gjqfzm a {
  font-style: normal;
}
.cid-uKx4Gjqfzm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uKx4Gjqfzm .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uKx4Gjqfzm .nav-item:focus,
.cid-uKx4Gjqfzm .nav-link:focus {
  outline: none;
}
.cid-uKx4Gjqfzm .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uKx4Gjqfzm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uKx4Gjqfzm .menu-logo {
  margin-right: auto;
}
.cid-uKx4Gjqfzm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uKx4Gjqfzm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uKx4Gjqfzm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uKx4Gjqfzm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uKx4Gjqfzm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uKx4Gjqfzm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uKx4Gjqfzm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uKx4Gjqfzm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uKx4Gjqfzm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uKx4Gjqfzm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKx4Gjqfzm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uKx4Gjqfzm .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uKx4Gjqfzm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uKx4Gjqfzm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKx4Gjqfzm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uKx4Gjqfzm .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uKx4Gjqfzm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uKx4Gjqfzm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uKx4Gjqfzm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uKx4Gjqfzm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uKx4Gjqfzm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uKx4Gjqfzm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uKx4Gjqfzm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uKx4Gjqfzm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uKx4Gjqfzm button.navbar-toggler:focus {
  outline: none;
}
.cid-uKx4Gjqfzm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #35004d;
}
.cid-uKx4Gjqfzm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKx4Gjqfzm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKx4Gjqfzm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKx4Gjqfzm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKx4Gjqfzm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKx4Gjqfzm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKx4Gjqfzm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKx4Gjqfzm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKx4Gjqfzm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKx4Gjqfzm .collapsed .btn {
  display: -webkit-flex;
}
.cid-uKx4Gjqfzm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uKx4Gjqfzm .collapsed .navbar-collapse.collapsing,
.cid-uKx4Gjqfzm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uKx4Gjqfzm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uKx4Gjqfzm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uKx4Gjqfzm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uKx4Gjqfzm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uKx4Gjqfzm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uKx4Gjqfzm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uKx4Gjqfzm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uKx4Gjqfzm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uKx4Gjqfzm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uKx4Gjqfzm .collapsed button.navbar-toggler {
  display: block;
}
.cid-uKx4Gjqfzm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uKx4Gjqfzm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKx4Gjqfzm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uKx4Gjqfzm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uKx4Gjqfzm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uKx4Gjqfzm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uKx4Gjqfzm.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uKx4Gjqfzm img {
    height: 3rem !important;
  }
  .cid-uKx4Gjqfzm .btn {
    display: -webkit-flex;
  }
  .cid-uKx4Gjqfzm button.navbar-toggler {
    display: block;
  }
  .cid-uKx4Gjqfzm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uKx4Gjqfzm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uKx4Gjqfzm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uKx4Gjqfzm .navbar-collapse.collapsing,
  .cid-uKx4Gjqfzm .navbar-collapse.show {
    display: block !important;
  }
  .cid-uKx4Gjqfzm .navbar-collapse.collapsing .navbar-nav,
  .cid-uKx4Gjqfzm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uKx4Gjqfzm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uKx4Gjqfzm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uKx4Gjqfzm .navbar-collapse.collapsing .navbar-buttons,
  .cid-uKx4Gjqfzm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uKx4Gjqfzm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uKx4Gjqfzm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uKx4Gjqfzm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uKx4Gjqfzm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uKx4Gjqfzm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uKx4Gjqfzm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uKx4Gjqfzm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uKx4Gjqfzm .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uKx4Gjqfzm .nav-link:hover,
.cid-uKx4Gjqfzm .dropdown-item:hover {
  color: #57b647 !important;
}
.cid-uKx4GkqelZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-uKx4GkqelZ .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uKx4GkqelZ .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uKx4GkqelZ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uKx4GkqelZ .mbr-text {
    text-align: center;
  }
}
.cid-uKx4GkqelZ H1 {
  color: #2e3092;
}
.cid-uKx4GkqelZ .mbr-text,
.cid-uKx4GkqelZ .mbr-section-btn {
  color: #232323;
}
.cid-uKx4GlngFJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e3092;
}
.cid-uKx4GlngFJ .line {
  background-color: #a5ce37;
  color: #a5ce37;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uKx4GlngFJ .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-uKx4GlngFJ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uKx4GlngFJ .inner-container {
    width: 100% !important;
  }
}
.cid-uKx4GmYVfY {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uKx4GmYVfY h3 {
  font-weight: 300;
}
.cid-uKx4GmYVfY .card-img {
  width: initial;
}
.cid-uKx4GmYVfY .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uKx4GmYVfY .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-uKx4GmYVfY .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uKx4GmYVfY .mbr-section-subtitle {
  color: #232323;
}
.cid-uKx4GmYVfY .mbr-text {
  color: #232323;
}
.cid-uKx4GmYVfY .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKx4GmYVfY .mbr-al-i-c {
  align-items: center;
}
.cid-uKx4GmYVfY .mbr-section-title {
  color: #2e3092;
}
.cid-uKx4GmYVfY .card-title {
  color: #1d68b2;
}
.cid-uKx4GmYVfY .card-title,
.cid-uKx4GmYVfY .card-img {
  color: #2e3092;
}
.cid-voTxbX3Iuw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e3092;
}
.cid-voTxbX3Iuw .form-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-voTxbX3Iuw .content {
    text-align: center;
  }
  .cid-voTxbX3Iuw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-voTxbX3Iuw .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-voTxbX3Iuw .form-group,
.cid-voTxbX3Iuw .input-group-btn {
  padding: 0;
}
.cid-voTxbX3Iuw .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-voTxbX3Iuw .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-voTxbX3Iuw .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-voTxbX3Iuw .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-voTxbX3Iuw .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-voTxbX3Iuw .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-voTxbX3Iuw .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-voTxbX3Iuw .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-voTxbX3Iuw .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-voTxbX3Iuw .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-voTxbX3Iuw .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-voTxbX3Iuw .foot-logo {
    text-align: center !important;
  }
  .cid-voTxbX3Iuw .foot-title {
    text-align: center !important;
  }
  .cid-voTxbX3Iuw .mbr-text {
    text-align: center !important;
  }
  .cid-voTxbX3Iuw .form-group {
    margin: 0;
  }
}
.cid-voTxbX3Iuw .foot-title {
  color: #c1c1c1;
}
.cid-voTxbX3Iuw .mbr-links-column {
  color: #ffffff;
}
.cid-voTxbX3Iuw .copyright .mbr-text {
  color: #ffffff;
}
.cid-uKx7EzDWCw {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/s5-1244x831.png");
}
.cid-uKx7EAIsku .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uKx7EAIsku .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uKx7EAIsku a {
  font-style: normal;
}
.cid-uKx7EAIsku .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uKx7EAIsku .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uKx7EAIsku .nav-item:focus,
.cid-uKx7EAIsku .nav-link:focus {
  outline: none;
}
.cid-uKx7EAIsku .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uKx7EAIsku .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uKx7EAIsku .menu-logo {
  margin-right: auto;
}
.cid-uKx7EAIsku .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uKx7EAIsku .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uKx7EAIsku .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uKx7EAIsku .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uKx7EAIsku .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uKx7EAIsku .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uKx7EAIsku .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uKx7EAIsku .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uKx7EAIsku .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uKx7EAIsku .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKx7EAIsku .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uKx7EAIsku .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uKx7EAIsku .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uKx7EAIsku .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKx7EAIsku .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uKx7EAIsku .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uKx7EAIsku .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uKx7EAIsku .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uKx7EAIsku .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uKx7EAIsku .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uKx7EAIsku .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uKx7EAIsku .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uKx7EAIsku .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uKx7EAIsku button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uKx7EAIsku button.navbar-toggler:focus {
  outline: none;
}
.cid-uKx7EAIsku button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #35004d;
}
.cid-uKx7EAIsku button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKx7EAIsku button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKx7EAIsku button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKx7EAIsku button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKx7EAIsku nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKx7EAIsku nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKx7EAIsku nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKx7EAIsku nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKx7EAIsku .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKx7EAIsku .collapsed .btn {
  display: -webkit-flex;
}
.cid-uKx7EAIsku .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uKx7EAIsku .collapsed .navbar-collapse.collapsing,
.cid-uKx7EAIsku .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uKx7EAIsku .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uKx7EAIsku .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uKx7EAIsku .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uKx7EAIsku .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uKx7EAIsku .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uKx7EAIsku .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uKx7EAIsku .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uKx7EAIsku .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uKx7EAIsku .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uKx7EAIsku .collapsed button.navbar-toggler {
  display: block;
}
.cid-uKx7EAIsku .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uKx7EAIsku .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKx7EAIsku .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uKx7EAIsku .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uKx7EAIsku .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uKx7EAIsku .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uKx7EAIsku.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uKx7EAIsku img {
    height: 3rem !important;
  }
  .cid-uKx7EAIsku .btn {
    display: -webkit-flex;
  }
  .cid-uKx7EAIsku button.navbar-toggler {
    display: block;
  }
  .cid-uKx7EAIsku .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uKx7EAIsku .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uKx7EAIsku .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uKx7EAIsku .navbar-collapse.collapsing,
  .cid-uKx7EAIsku .navbar-collapse.show {
    display: block !important;
  }
  .cid-uKx7EAIsku .navbar-collapse.collapsing .navbar-nav,
  .cid-uKx7EAIsku .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uKx7EAIsku .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uKx7EAIsku .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uKx7EAIsku .navbar-collapse.collapsing .navbar-buttons,
  .cid-uKx7EAIsku .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uKx7EAIsku .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uKx7EAIsku .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uKx7EAIsku .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uKx7EAIsku .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uKx7EAIsku .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uKx7EAIsku .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uKx7EAIsku .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uKx7EAIsku .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uKx7EAIsku .nav-link:hover,
.cid-uKx7EAIsku .dropdown-item:hover {
  color: #57b647 !important;
}
.cid-uKx7EBAHn7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-uKx7EBAHn7 .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uKx7EBAHn7 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uKx7EBAHn7 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uKx7EBAHn7 .mbr-text {
    text-align: center;
  }
}
.cid-uKx7EBAHn7 H1 {
  color: #2e3092;
}
.cid-uKx7EBAHn7 .mbr-text,
.cid-uKx7EBAHn7 .mbr-section-btn {
  color: #232323;
}
.cid-vol1kQpbGs {
  background-image: url("../../../assets/images/young-daughter-sitting-sofa-embracing-her-mother-2000x1335.jpeg");
}
.cid-vol1kQpbGs .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-vol1kQpbGs .media-container-column {
  background-color: #2e3092;
}
@media (max-width: 767px) {
  .cid-vol1kQpbGs .media-container-column {
    padding: 1rem !important;
  }
}
.cid-vol1kQpbGs .mbr-text,
.cid-vol1kQpbGs .mbr-section-btn {
  color: #ffffff;
}
.cid-vol1kQpbGs H1 {
  color: #ffffff;
}
.cid-voTy4pW1Iq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e3092;
}
.cid-voTy4pW1Iq .form-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-voTy4pW1Iq .content {
    text-align: center;
  }
  .cid-voTy4pW1Iq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-voTy4pW1Iq .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-voTy4pW1Iq .form-group,
.cid-voTy4pW1Iq .input-group-btn {
  padding: 0;
}
.cid-voTy4pW1Iq .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-voTy4pW1Iq .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-voTy4pW1Iq .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-voTy4pW1Iq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-voTy4pW1Iq .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-voTy4pW1Iq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-voTy4pW1Iq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-voTy4pW1Iq .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-voTy4pW1Iq .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-voTy4pW1Iq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-voTy4pW1Iq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-voTy4pW1Iq .foot-logo {
    text-align: center !important;
  }
  .cid-voTy4pW1Iq .foot-title {
    text-align: center !important;
  }
  .cid-voTy4pW1Iq .mbr-text {
    text-align: center !important;
  }
  .cid-voTy4pW1Iq .form-group {
    margin: 0;
  }
}
.cid-voTy4pW1Iq .foot-title {
  color: #c1c1c1;
}
.cid-voTy4pW1Iq .mbr-links-column {
  color: #ffffff;
}
.cid-voTy4pW1Iq .copyright .mbr-text {
  color: #ffffff;
}
