body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Noto Sans JP', 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.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((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: #1957a7 !important;
}
.bg-success {
  background-color: #c1c1c1 !important;
}
.bg-info {
  background-color: #c1c1c1 !important;
}
.bg-warning {
  background-color: #cccccc !important;
}
.bg-danger {
  background-color: #efefef !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1957a7 !important;
  border-color: #1957a7 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0f3464 !important;
  border-color: #0f3464 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0f3464 !important;
  border-color: #0f3464 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1957a7 !important;
  border-color: #1957a7 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0f3464 !important;
  border-color: #0f3464 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0f3464 !important;
  border-color: #0f3464 !important;
}
.btn-info,
.btn-info:active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-success,
.btn-success:active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #4d4d4d !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !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: #0c294e;
  color: #0c294e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #1957a7;
  border-color: #1957a7;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1957a7 !important;
  border-color: #1957a7 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0c294e;
  color: #0c294e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #1957a7;
  border-color: #1957a7;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1957a7 !important;
  border-color: #1957a7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #707070;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !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: #1957a7 !important;
}
.text-secondary {
  color: #1957a7 !important;
}
.text-success {
  color: #c1c1c1 !important;
}
.text-info {
  color: #c1c1c1 !important;
}
.text-warning {
  color: #cccccc !important;
}
.text-danger {
  color: #efefef !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0c294e !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0c294e !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #8e8e8e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #8e8e8e !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #999999 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bcbcbc !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: #c1c1c1;
}
.alert-warning {
  background-color: #cccccc;
}
.alert-danger {
  background-color: #efefef;
}
.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: #1957a7;
  border-color: #1957a7;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1957a7;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5997e6;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #1957a7;
}
/* 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: #1957a7;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #1957a7;
}
.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: #1957a7;
  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: #1957a7;
  border-bottom-color: #1957a7;
}
.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: #1957a7 !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: #1957a7 !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='%231957a7' %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-sneGxenTjo {
  background-image: url("../../../assets/images/banners-parallax-inicio0-3-1920x1226.jpg");
}
.cid-sneGxenTjo .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-sneGxenTjo H1 {
  color: #1957a7;
}
.cid-sneGxenTjo H3 {
  color: #1957a7;
}
.cid-sneGxenTjo .mbr-text,
.cid-sneGxenTjo .mbr-section-btn {
  color: #1957a7;
}
.cid-sfN7PNqR4j .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sfN7PNqR4j .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sfN7PNqR4j a {
  font-style: normal;
}
.cid-sfN7PNqR4j .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sfN7PNqR4j .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sfN7PNqR4j .nav-item:focus,
.cid-sfN7PNqR4j .nav-link:focus {
  outline: none;
}
.cid-sfN7PNqR4j .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sfN7PNqR4j .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sfN7PNqR4j .menu-logo {
  margin-right: auto;
}
.cid-sfN7PNqR4j .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sfN7PNqR4j .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-sfN7PNqR4j .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sfN7PNqR4j .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sfN7PNqR4j .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sfN7PNqR4j .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sfN7PNqR4j .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sfN7PNqR4j .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sfN7PNqR4j .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sfN7PNqR4j .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sfN7PNqR4j .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sfN7PNqR4j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sfN7PNqR4j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfN7PNqR4j .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sfN7PNqR4j .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfN7PNqR4j .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-sfN7PNqR4j .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sfN7PNqR4j .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sfN7PNqR4j .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sfN7PNqR4j .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sfN7PNqR4j .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sfN7PNqR4j .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sfN7PNqR4j button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sfN7PNqR4j button.navbar-toggler:focus {
  outline: none;
}
.cid-sfN7PNqR4j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sfN7PNqR4j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfN7PNqR4j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfN7PNqR4j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfN7PNqR4j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfN7PNqR4j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfN7PNqR4j nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfN7PNqR4j nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfN7PNqR4j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfN7PNqR4j .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sfN7PNqR4j .collapsed .btn {
  display: flex;
}
.cid-sfN7PNqR4j .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sfN7PNqR4j .collapsed .navbar-collapse.collapsing,
.cid-sfN7PNqR4j .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sfN7PNqR4j .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sfN7PNqR4j .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sfN7PNqR4j .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sfN7PNqR4j .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sfN7PNqR4j .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sfN7PNqR4j .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sfN7PNqR4j .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sfN7PNqR4j .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sfN7PNqR4j .collapsed button.navbar-toggler {
  display: block;
}
.cid-sfN7PNqR4j .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sfN7PNqR4j .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfN7PNqR4j .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sfN7PNqR4j .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sfN7PNqR4j .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sfN7PNqR4j .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: 991px) {
  .cid-sfN7PNqR4j.navbar-expand {
    flex-direction: column;
  }
  .cid-sfN7PNqR4j img {
    height: 3.8rem !important;
  }
  .cid-sfN7PNqR4j .btn {
    display: flex;
  }
  .cid-sfN7PNqR4j button.navbar-toggler {
    display: block;
  }
  .cid-sfN7PNqR4j .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sfN7PNqR4j .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfN7PNqR4j .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sfN7PNqR4j .navbar-collapse.collapsing,
  .cid-sfN7PNqR4j .navbar-collapse.show {
    display: block !important;
  }
  .cid-sfN7PNqR4j .navbar-collapse.collapsing .navbar-nav,
  .cid-sfN7PNqR4j .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sfN7PNqR4j .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sfN7PNqR4j .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sfN7PNqR4j .navbar-collapse.collapsing .navbar-buttons,
  .cid-sfN7PNqR4j .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sfN7PNqR4j .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sfN7PNqR4j .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfN7PNqR4j .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sfN7PNqR4j .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sfN7PNqR4j .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sfN7PNqR4j .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-sfN7PNqR4j .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sfN7PNqR4j .navbar-collapse {
  flex-basis: auto;
}
.cid-sfN7PNqR4j .nav-link:hover,
.cid-sfN7PNqR4j .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sfNlgNOs3r {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-sfNlgNOs3r .mbr-section-subtitle {
  color: #767676;
}
.cid-sfNlgNOs3r H2 {
  color: #1957a7;
}
.cid-sfNlaFomMn {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #f2f2f2;
}
.cid-sfNlaFomMn .card-box {
  padding: 0 2rem;
}
.cid-sfNlaFomMn .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sfNlaFomMn .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sfNlaFomMn h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sfNlaFomMn p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sfNlaFomMn .mbr-text {
  color: #767676;
}
.cid-sfNlaFomMn .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sfNlaFomMn .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sfNlaFomMn .card-title {
  color: #1957a7;
}
.cid-swRVIoqMG3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-swRVIoqMG3 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-swRVIoqMG3 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-swRVIoqMG3 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-swRVIoqMG3 .mbr-text {
    text-align: center;
  }
}
.cid-swRVIoqMG3 H1 {
  color: #475fe0;
}
.cid-swRVIoqMG3 .mbr-text,
.cid-swRVIoqMG3 .mbr-section-btn {
  color: #232323;
}
.cid-swRVIoqMG3 B {
  color: #1957a7;
}
.cid-sfO878poUc {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-sfO878poUc .mbr-section-subtitle {
  color: #767676;
}
.cid-sfO878poUc B {
  color: #1957a7;
}
.cid-sfO5A6EzJB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f2f2f2;
}
.cid-sfO5A6EzJB .mbr-text {
  color: #767676;
}
.cid-sfO5A6EzJB h4 {
  text-align: center;
}
.cid-sfO5A6EzJB p {
  text-align: center;
}
.cid-sfO5A6EzJB .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sfO8OPTnHw {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f2f2f2;
}
.cid-suZ1V1vmdf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-suZ1V1vmdf .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #1957a7;
}
.cid-suZ1V1vmdf .mbr-author-name {
  font-weight: bold;
  color: #1957a7;
}
.cid-suZ1V1vmdf .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-suZ1V1vmdf .mbr-author-desc {
  color: #1957a7;
}
.cid-sz6YWN2WEL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1957a7;
}
@media (max-width: 767px) {
  .cid-sz6YWN2WEL .content {
    text-align: center;
  }
  .cid-sz6YWN2WEL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sz6YWN2WEL .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sz6YWN2WEL .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sz6YWN2WEL .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sz6YWN2WEL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sz6YWN2WEL .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sz6YWN2WEL .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sz6YWN2WEL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sz6YWN2WEL .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sz6YWN2WEL .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sz6YWN2WEL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sz6YWN2WEL .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sgmkfd55wc .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sgmkfd55wc .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sgmkfd55wc a {
  font-style: normal;
}
.cid-sgmkfd55wc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sgmkfd55wc .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sgmkfd55wc .nav-item:focus,
.cid-sgmkfd55wc .nav-link:focus {
  outline: none;
}
.cid-sgmkfd55wc .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sgmkfd55wc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sgmkfd55wc .menu-logo {
  margin-right: auto;
}
.cid-sgmkfd55wc .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sgmkfd55wc .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-sgmkfd55wc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgmkfd55wc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgmkfd55wc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sgmkfd55wc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgmkfd55wc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sgmkfd55wc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgmkfd55wc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgmkfd55wc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgmkfd55wc .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sgmkfd55wc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sgmkfd55wc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgmkfd55wc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgmkfd55wc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgmkfd55wc .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-sgmkfd55wc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sgmkfd55wc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sgmkfd55wc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgmkfd55wc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgmkfd55wc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sgmkfd55wc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgmkfd55wc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sgmkfd55wc button.navbar-toggler:focus {
  outline: none;
}
.cid-sgmkfd55wc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sgmkfd55wc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgmkfd55wc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgmkfd55wc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgmkfd55wc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgmkfd55wc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgmkfd55wc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgmkfd55wc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgmkfd55wc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgmkfd55wc .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sgmkfd55wc .collapsed .btn {
  display: flex;
}
.cid-sgmkfd55wc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgmkfd55wc .collapsed .navbar-collapse.collapsing,
.cid-sgmkfd55wc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sgmkfd55wc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgmkfd55wc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgmkfd55wc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgmkfd55wc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgmkfd55wc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgmkfd55wc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sgmkfd55wc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgmkfd55wc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sgmkfd55wc .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgmkfd55wc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sgmkfd55wc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgmkfd55wc .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sgmkfd55wc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgmkfd55wc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgmkfd55wc .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: 991px) {
  .cid-sgmkfd55wc.navbar-expand {
    flex-direction: column;
  }
  .cid-sgmkfd55wc img {
    height: 3.8rem !important;
  }
  .cid-sgmkfd55wc .btn {
    display: flex;
  }
  .cid-sgmkfd55wc button.navbar-toggler {
    display: block;
  }
  .cid-sgmkfd55wc .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sgmkfd55wc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgmkfd55wc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgmkfd55wc .navbar-collapse.collapsing,
  .cid-sgmkfd55wc .navbar-collapse.show {
    display: block !important;
  }
  .cid-sgmkfd55wc .navbar-collapse.collapsing .navbar-nav,
  .cid-sgmkfd55wc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgmkfd55wc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgmkfd55wc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgmkfd55wc .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgmkfd55wc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sgmkfd55wc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgmkfd55wc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgmkfd55wc .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sgmkfd55wc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgmkfd55wc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgmkfd55wc .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-sgmkfd55wc .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sgmkfd55wc .navbar-collapse {
  flex-basis: auto;
}
.cid-sgmkfd55wc .nav-link:hover,
.cid-sgmkfd55wc .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sgml9TwEPD {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/banner-parallax6-1920x672.jpg");
}
.cid-sgmmA1V4Iq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgmmA1V4Iq .mbr-text,
.cid-sgmmA1V4Iq blockquote {
  color: #767676;
}
.cid-sgmmA1V4Iq .mbr-text B {
  color: #232323;
}
.cid-sgmmA1V4Iq .mbr-text {
  color: #232323;
}
.cid-sgmmRANTM7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}
@media (min-width: 992px) {
  .cid-sgmmRANTM7 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sgmmRANTM7 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sgmmRANTM7 .mbr-text {
  color: #232323;
}
.cid-sgmnuuwzHM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgmnuuwzHM .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sgmnuuwzHM h4 {
  text-align: center;
}
.cid-sgmnuuwzHM p {
  text-align: center;
}
.cid-sgmnuuwzHM .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sgmnuuwzHM .card-title,
.cid-sgmnuuwzHM .card-img {
  color: #1957a7;
}
.cid-sgms3AyCHI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-sgms3AyCHI .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #1957a7;
}
.cid-sgms3AyCHI .mbr-author-name {
  font-weight: bold;
  color: #1957a7;
}
.cid-sgms3AyCHI .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-sgms3AyCHI .mbr-author-desc {
  color: #1957a7;
}
.cid-sz77YTPRV3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1957a7;
}
@media (max-width: 767px) {
  .cid-sz77YTPRV3 .content {
    text-align: center;
  }
  .cid-sz77YTPRV3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sz77YTPRV3 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sz77YTPRV3 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sz77YTPRV3 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sz77YTPRV3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sz77YTPRV3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sz77YTPRV3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sz77YTPRV3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sz77YTPRV3 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sz77YTPRV3 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sz77YTPRV3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sz77YTPRV3 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sgmIX793LA .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sgmIX793LA .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sgmIX793LA a {
  font-style: normal;
}
.cid-sgmIX793LA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sgmIX793LA .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sgmIX793LA .nav-item:focus,
.cid-sgmIX793LA .nav-link:focus {
  outline: none;
}
.cid-sgmIX793LA .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sgmIX793LA .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sgmIX793LA .menu-logo {
  margin-right: auto;
}
.cid-sgmIX793LA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sgmIX793LA .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-sgmIX793LA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgmIX793LA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgmIX793LA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sgmIX793LA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgmIX793LA .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sgmIX793LA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgmIX793LA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgmIX793LA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgmIX793LA .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sgmIX793LA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sgmIX793LA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgmIX793LA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgmIX793LA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgmIX793LA .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-sgmIX793LA .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sgmIX793LA .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sgmIX793LA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgmIX793LA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgmIX793LA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sgmIX793LA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgmIX793LA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sgmIX793LA button.navbar-toggler:focus {
  outline: none;
}
.cid-sgmIX793LA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sgmIX793LA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgmIX793LA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgmIX793LA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgmIX793LA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgmIX793LA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgmIX793LA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgmIX793LA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgmIX793LA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgmIX793LA .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sgmIX793LA .collapsed .btn {
  display: flex;
}
.cid-sgmIX793LA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgmIX793LA .collapsed .navbar-collapse.collapsing,
.cid-sgmIX793LA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sgmIX793LA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgmIX793LA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgmIX793LA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgmIX793LA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgmIX793LA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgmIX793LA .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sgmIX793LA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgmIX793LA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sgmIX793LA .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgmIX793LA .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sgmIX793LA .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgmIX793LA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sgmIX793LA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgmIX793LA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgmIX793LA .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: 991px) {
  .cid-sgmIX793LA.navbar-expand {
    flex-direction: column;
  }
  .cid-sgmIX793LA img {
    height: 3.8rem !important;
  }
  .cid-sgmIX793LA .btn {
    display: flex;
  }
  .cid-sgmIX793LA button.navbar-toggler {
    display: block;
  }
  .cid-sgmIX793LA .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sgmIX793LA .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgmIX793LA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgmIX793LA .navbar-collapse.collapsing,
  .cid-sgmIX793LA .navbar-collapse.show {
    display: block !important;
  }
  .cid-sgmIX793LA .navbar-collapse.collapsing .navbar-nav,
  .cid-sgmIX793LA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgmIX793LA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgmIX793LA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgmIX793LA .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgmIX793LA .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sgmIX793LA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgmIX793LA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgmIX793LA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sgmIX793LA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgmIX793LA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgmIX793LA .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-sgmIX793LA .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sgmIX793LA .navbar-collapse {
  flex-basis: auto;
}
.cid-sgmIX793LA .nav-link:hover,
.cid-sgmIX793LA .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sgmIX8RHFb {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/banner-parallax6-1920x672.jpg");
}
.cid-sxZ8winyDd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sxZ8winyDd .title {
  margin-bottom: 2rem;
}
.cid-sxZ8winyDd .mbr-section-subtitle {
  color: #232323;
}
.cid-sxZ8winyDd a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sxZ8winyDd a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sxZ8winyDd textarea.form-control {
  min-height: 188px;
}
.cid-sgmIXlX71M {
  padding-top: 90px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/banner-mesa-ayuda-1-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-sgmIXlX71M .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgmIXlX71M .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgmIXlX71M .mbr-text {
    text-align: center;
  }
}
.cid-sgmIXlX71M H1 {
  color: #1957a7;
}
.cid-sgmIXlX71M .mbr-text,
.cid-sgmIXlX71M .mbr-section-btn {
  color: #232323;
}
.cid-sz79Tqkhs8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1957a7;
}
@media (max-width: 767px) {
  .cid-sz79Tqkhs8 .content {
    text-align: center;
  }
  .cid-sz79Tqkhs8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sz79Tqkhs8 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sz79Tqkhs8 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sz79Tqkhs8 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sz79Tqkhs8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sz79Tqkhs8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sz79Tqkhs8 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sz79Tqkhs8 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sz79Tqkhs8 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sz79Tqkhs8 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sz79Tqkhs8 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sz79Tqkhs8 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sjOKepGpIR .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sjOKepGpIR .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sjOKepGpIR a {
  font-style: normal;
}
.cid-sjOKepGpIR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sjOKepGpIR .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sjOKepGpIR .nav-item:focus,
.cid-sjOKepGpIR .nav-link:focus {
  outline: none;
}
.cid-sjOKepGpIR .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sjOKepGpIR .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sjOKepGpIR .menu-logo {
  margin-right: auto;
}
.cid-sjOKepGpIR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sjOKepGpIR .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-sjOKepGpIR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sjOKepGpIR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sjOKepGpIR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sjOKepGpIR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sjOKepGpIR .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sjOKepGpIR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sjOKepGpIR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjOKepGpIR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sjOKepGpIR .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sjOKepGpIR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sjOKepGpIR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjOKepGpIR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sjOKepGpIR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjOKepGpIR .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-sjOKepGpIR .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sjOKepGpIR .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sjOKepGpIR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sjOKepGpIR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sjOKepGpIR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sjOKepGpIR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sjOKepGpIR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sjOKepGpIR button.navbar-toggler:focus {
  outline: none;
}
.cid-sjOKepGpIR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sjOKepGpIR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjOKepGpIR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjOKepGpIR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjOKepGpIR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjOKepGpIR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjOKepGpIR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjOKepGpIR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjOKepGpIR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjOKepGpIR .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sjOKepGpIR .collapsed .btn {
  display: flex;
}
.cid-sjOKepGpIR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sjOKepGpIR .collapsed .navbar-collapse.collapsing,
.cid-sjOKepGpIR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sjOKepGpIR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sjOKepGpIR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sjOKepGpIR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sjOKepGpIR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sjOKepGpIR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sjOKepGpIR .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sjOKepGpIR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sjOKepGpIR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sjOKepGpIR .collapsed button.navbar-toggler {
  display: block;
}
.cid-sjOKepGpIR .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sjOKepGpIR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sjOKepGpIR .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sjOKepGpIR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sjOKepGpIR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sjOKepGpIR .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: 991px) {
  .cid-sjOKepGpIR.navbar-expand {
    flex-direction: column;
  }
  .cid-sjOKepGpIR img {
    height: 3.8rem !important;
  }
  .cid-sjOKepGpIR .btn {
    display: flex;
  }
  .cid-sjOKepGpIR button.navbar-toggler {
    display: block;
  }
  .cid-sjOKepGpIR .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sjOKepGpIR .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sjOKepGpIR .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sjOKepGpIR .navbar-collapse.collapsing,
  .cid-sjOKepGpIR .navbar-collapse.show {
    display: block !important;
  }
  .cid-sjOKepGpIR .navbar-collapse.collapsing .navbar-nav,
  .cid-sjOKepGpIR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sjOKepGpIR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sjOKepGpIR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sjOKepGpIR .navbar-collapse.collapsing .navbar-buttons,
  .cid-sjOKepGpIR .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sjOKepGpIR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sjOKepGpIR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sjOKepGpIR .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sjOKepGpIR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sjOKepGpIR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sjOKepGpIR .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-sjOKepGpIR .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sjOKepGpIR .navbar-collapse {
  flex-basis: auto;
}
.cid-sjOKepGpIR .nav-link:hover,
.cid-sjOKepGpIR .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sjOKeqzy4W {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/banner-parallax6-1920x672.jpg");
}
.cid-suZ9qiLUwk {
  padding-top: 30px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-suZ9qiLUwk .image-block {
  margin: auto;
}
.cid-suZ9qiLUwk figcaption {
  position: relative;
}
.cid-suZ9qiLUwk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-suZ9qiLUwk .image-block {
    width: 100% !important;
  }
}
.cid-sjOMujqiKZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sjOMujqiKZ .mbr-section-subtitle {
  color: #232323;
}
.cid-sjOMujqiKZ H2 {
  color: #1957a7;
}
.cid-sjOMwFA4wz {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sjOMwFA4wz .mbr-text,
.cid-sjOMwFA4wz blockquote {
  color: #767676;
}
.cid-sjOMwFA4wz .mbr-text B {
  color: #1957a7;
}
.cid-sjOMwFA4wz .mbr-text {
  color: #232323;
}
.cid-sjOR63LisI {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-sjOR63LisI .mbr-section-subtitle {
  color: #232323;
}
.cid-sjOR63LisI H2 {
  color: #1957a7;
}
.cid-sjORvO0b1R {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #f7f7f7;
}
.cid-sjORvO0b1R .image-block {
  margin: auto;
}
.cid-sjORvO0b1R figcaption {
  position: relative;
}
.cid-sjORvO0b1R figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sjORvO0b1R .image-block {
    width: 100% !important;
  }
}
.cid-sjOR8WF1FK {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f7f7f7;
}
.cid-sjOR8WF1FK .mbr-text,
.cid-sjOR8WF1FK blockquote {
  color: #767676;
}
.cid-sjOR8WF1FK .mbr-text B {
  color: #1957a7;
}
.cid-sjOR8WF1FK .mbr-text {
  color: #232323;
}
.cid-sjPS6vFXhi {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sjPS6vFXhi .mbr-section-subtitle {
  color: #232323;
}
.cid-sjPS6vFXhi H2 {
  color: #1957a7;
}
.cid-sjOUyjL6x7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sjOUyjL6x7 .mbr-text,
.cid-sjOUyjL6x7 blockquote {
  color: #767676;
}
.cid-sjOUyjL6x7 .mbr-text B {
  color: #1957a7;
}
.cid-sjOUyjL6x7 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-sjORRdogHE {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sjORRdogHE .card-box {
  padding: 0 2rem;
}
.cid-sjORRdogHE .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sjORRdogHE .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sjORRdogHE h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sjORRdogHE p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sjORRdogHE .mbr-text {
  color: #767676;
}
.cid-sjORRdogHE .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sjORRdogHE .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sjORRdogHE .card-title DIV {
  color: #1957a7;
}
.cid-sjOV4LHrsu {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-sjOV4LHrsu .mbr-text,
.cid-sjOV4LHrsu blockquote {
  color: #767676;
}
.cid-sjOV4LHrsu .mbr-text B {
  color: #1957a7;
}
.cid-sjOV4LHrsu .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-sjOV5K8pIA {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-sjOV5K8pIA .card-box {
  padding: 0 2rem;
}
.cid-sjOV5K8pIA .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sjOV5K8pIA .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sjOV5K8pIA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sjOV5K8pIA p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sjOV5K8pIA .mbr-text {
  color: #767676;
}
.cid-sjOV5K8pIA .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #f7f7f7;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sjOV5K8pIA .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sjOV5K8pIA .card-title DIV {
  color: #1957a7;
}
.cid-sjPRPdD3Dh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sjPRPdD3Dh .mbr-text,
.cid-sjPRPdD3Dh blockquote {
  color: #767676;
}
.cid-sjPRPdD3Dh .mbr-text B {
  color: #1957a7;
}
.cid-sjPRPdD3Dh .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-sjPRU274w9 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sjPRU274w9 .card-box {
  padding: 0 2rem;
}
.cid-sjPRU274w9 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sjPRU274w9 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sjPRU274w9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sjPRU274w9 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sjPRU274w9 .mbr-text {
  color: #767676;
}
.cid-sjPRU274w9 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sjPRU274w9 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sjPRU274w9 .card-title DIV {
  color: #1957a7;
}
.cid-sjPWcIevld {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-sjPWcIevld .mbr-section-subtitle {
  color: #232323;
}
.cid-sjPWcIevld H2 {
  color: #1957a7;
}
.cid-sjPWlPzLSK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-sjPWlPzLSK .mbr-text,
.cid-sjPWlPzLSK blockquote {
  color: #767676;
}
.cid-sjPWlPzLSK .mbr-text B {
  color: #1957a7;
}
.cid-sjPWlPzLSK .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-sjPWifsB09 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-sjPWifsB09 .card-box {
  padding: 0 2rem;
}
.cid-sjPWifsB09 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sjPWifsB09 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sjPWifsB09 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sjPWifsB09 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sjPWifsB09 .mbr-text {
  color: #767676;
}
.cid-sjPWifsB09 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #f7f7f7;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sjPWifsB09 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sjPWifsB09 .card-title DIV {
  color: #1957a7;
}
.cid-sjQ6ZKfCn7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sjQ6ZKfCn7 .mbr-text,
.cid-sjQ6ZKfCn7 blockquote {
  color: #767676;
}
.cid-sjQ6ZKfCn7 .mbr-text B {
  color: #1957a7;
}
.cid-sjQ6ZKfCn7 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-sjQ7lHncDw {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sjQ7lHncDw .card-box {
  padding: 0 2rem;
}
.cid-sjQ7lHncDw .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sjQ7lHncDw .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sjQ7lHncDw h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sjQ7lHncDw p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sjQ7lHncDw .mbr-text {
  color: #767676;
}
.cid-sjQ7lHncDw .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sjQ7lHncDw .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sjQ7lHncDw .card-title DIV {
  color: #1957a7;
}
.cid-sz79OyL9tq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1957a7;
}
@media (max-width: 767px) {
  .cid-sz79OyL9tq .content {
    text-align: center;
  }
  .cid-sz79OyL9tq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sz79OyL9tq .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sz79OyL9tq .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sz79OyL9tq .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sz79OyL9tq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sz79OyL9tq .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sz79OyL9tq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sz79OyL9tq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sz79OyL9tq .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sz79OyL9tq .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sz79OyL9tq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sz79OyL9tq .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sv2UK3sgwS .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sv2UK3sgwS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sv2UK3sgwS a {
  font-style: normal;
}
.cid-sv2UK3sgwS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sv2UK3sgwS .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sv2UK3sgwS .nav-item:focus,
.cid-sv2UK3sgwS .nav-link:focus {
  outline: none;
}
.cid-sv2UK3sgwS .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sv2UK3sgwS .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sv2UK3sgwS .menu-logo {
  margin-right: auto;
}
.cid-sv2UK3sgwS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sv2UK3sgwS .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-sv2UK3sgwS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sv2UK3sgwS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sv2UK3sgwS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sv2UK3sgwS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sv2UK3sgwS .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sv2UK3sgwS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sv2UK3sgwS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sv2UK3sgwS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sv2UK3sgwS .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sv2UK3sgwS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sv2UK3sgwS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sv2UK3sgwS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sv2UK3sgwS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sv2UK3sgwS .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-sv2UK3sgwS .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sv2UK3sgwS .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sv2UK3sgwS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sv2UK3sgwS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sv2UK3sgwS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sv2UK3sgwS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sv2UK3sgwS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sv2UK3sgwS button.navbar-toggler:focus {
  outline: none;
}
.cid-sv2UK3sgwS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sv2UK3sgwS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sv2UK3sgwS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sv2UK3sgwS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sv2UK3sgwS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sv2UK3sgwS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sv2UK3sgwS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sv2UK3sgwS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sv2UK3sgwS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sv2UK3sgwS .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sv2UK3sgwS .collapsed .btn {
  display: flex;
}
.cid-sv2UK3sgwS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sv2UK3sgwS .collapsed .navbar-collapse.collapsing,
.cid-sv2UK3sgwS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sv2UK3sgwS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sv2UK3sgwS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sv2UK3sgwS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sv2UK3sgwS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sv2UK3sgwS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sv2UK3sgwS .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sv2UK3sgwS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sv2UK3sgwS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sv2UK3sgwS .collapsed button.navbar-toggler {
  display: block;
}
.cid-sv2UK3sgwS .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sv2UK3sgwS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sv2UK3sgwS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sv2UK3sgwS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sv2UK3sgwS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sv2UK3sgwS .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: 991px) {
  .cid-sv2UK3sgwS.navbar-expand {
    flex-direction: column;
  }
  .cid-sv2UK3sgwS img {
    height: 3.8rem !important;
  }
  .cid-sv2UK3sgwS .btn {
    display: flex;
  }
  .cid-sv2UK3sgwS button.navbar-toggler {
    display: block;
  }
  .cid-sv2UK3sgwS .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sv2UK3sgwS .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sv2UK3sgwS .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sv2UK3sgwS .navbar-collapse.collapsing,
  .cid-sv2UK3sgwS .navbar-collapse.show {
    display: block !important;
  }
  .cid-sv2UK3sgwS .navbar-collapse.collapsing .navbar-nav,
  .cid-sv2UK3sgwS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sv2UK3sgwS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sv2UK3sgwS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sv2UK3sgwS .navbar-collapse.collapsing .navbar-buttons,
  .cid-sv2UK3sgwS .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sv2UK3sgwS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sv2UK3sgwS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sv2UK3sgwS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sv2UK3sgwS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sv2UK3sgwS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sv2UK3sgwS .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-sv2UK3sgwS .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sv2UK3sgwS .navbar-collapse {
  flex-basis: auto;
}
.cid-sv2UK3sgwS .nav-link:hover,
.cid-sv2UK3sgwS .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sv2UK5n21X {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/banner-parallax6-1920x672.jpg");
}
.cid-sv2UK6BhM3 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sv2UK6BhM3 .mbr-section-subtitle {
  color: #232323;
}
.cid-sv2UK6BhM3 H2 {
  color: #1957a7;
}
.cid-sv2UK7AF7n {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sv2UK7AF7n .mbr-text,
.cid-sv2UK7AF7n blockquote {
  color: #767676;
}
.cid-sv2UK7AF7n .mbr-text B {
  color: #232323;
}
.cid-sv2UK7AF7n .mbr-text {
  color: #232323;
}
.cid-sv4wt8AFAp {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sv2UK8sDX0 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-sv2UK8sDX0 .mbr-section-subtitle {
  color: #232323;
}
.cid-sv2UK8sDX0 H2 {
  color: #1957a7;
}
.cid-sv2VU9khnG {
  padding-top: 30px;
  padding-bottom: 15px;
  background: #f7f7f7;
}
.cid-sv2VU9khnG .image-block {
  margin: auto;
}
.cid-sv2VU9khnG figcaption {
  position: relative;
}
.cid-sv2VU9khnG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sv2VU9khnG .image-block {
    width: 100% !important;
  }
}
.cid-sv2UK9lcN0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-sv2UK9lcN0 .mbr-text,
.cid-sv2UK9lcN0 blockquote {
  color: #767676;
}
.cid-sv2UK9lcN0 .mbr-text B {
  color: #232323;
}
.cid-sv2UK9lcN0 .mbr-text {
  color: #232323;
}
.cid-sv4wQM6LNu {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}
.cid-sv4gcJ4nFK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sv4gcJ4nFK .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sv4gcJ4nFK .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sv4gcJ4nFK .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sv4gcJ4nFK .mbr-text {
    text-align: center;
  }
}
.cid-sv4gcJ4nFK H1 {
  color: #475fe0;
}
.cid-sv4gcJ4nFK .mbr-text,
.cid-sv4gcJ4nFK .mbr-section-btn {
  color: #232323;
}
.cid-sv4gcJ4nFK B {
  color: #1957a7;
}
.cid-sv4h0DvPRG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
@media (min-width: 992px) {
  .cid-sv4h0DvPRG .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sv4h0DvPRG .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sv4h0DvPRG .mbr-text {
    text-align: center;
  }
}
.cid-sv4h0DvPRG H1 {
  color: #475fe0;
}
.cid-sv4h0DvPRG .mbr-text,
.cid-sv4h0DvPRG .mbr-section-btn {
  color: #232323;
}
.cid-sv4h0DvPRG B {
  color: #1957a7;
}
.cid-sv4hjdJKMC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sv4hjdJKMC .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sv4hjdJKMC .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sv4hjdJKMC .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sv4hjdJKMC .mbr-text {
    text-align: center;
  }
}
.cid-sv4hjdJKMC H1 {
  color: #475fe0;
}
.cid-sv4hjdJKMC .mbr-text,
.cid-sv4hjdJKMC .mbr-section-btn {
  color: #232323;
}
.cid-sv4hjdJKMC B {
  color: #1957a7;
}
.cid-sv4hDKvMbp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
@media (min-width: 992px) {
  .cid-sv4hDKvMbp .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sv4hDKvMbp .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sv4hDKvMbp .mbr-text {
    text-align: center;
  }
}
.cid-sv4hDKvMbp H1 {
  color: #475fe0;
}
.cid-sv4hDKvMbp .mbr-text,
.cid-sv4hDKvMbp .mbr-section-btn {
  color: #232323;
}
.cid-sv4hDKvMbp B {
  color: #1957a7;
}
.cid-sv4x3j7hQj {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}
.cid-sv2UKbDaA6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sv2UKbDaA6 .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #1957a7;
}
.cid-sv2UKbDaA6 .mbr-author-name {
  font-weight: bold;
  color: #1957a7;
}
.cid-sv2UKbDaA6 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-sv2UKbDaA6 .mbr-author-desc {
  color: #1957a7;
}
.cid-sz78vknOiq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1957a7;
}
@media (max-width: 767px) {
  .cid-sz78vknOiq .content {
    text-align: center;
  }
  .cid-sz78vknOiq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sz78vknOiq .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sz78vknOiq .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sz78vknOiq .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sz78vknOiq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sz78vknOiq .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sz78vknOiq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sz78vknOiq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sz78vknOiq .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sz78vknOiq .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sz78vknOiq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sz78vknOiq .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sgmwQ4Fqe7 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sgmwQ4Fqe7 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sgmwQ4Fqe7 a {
  font-style: normal;
}
.cid-sgmwQ4Fqe7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sgmwQ4Fqe7 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sgmwQ4Fqe7 .nav-item:focus,
.cid-sgmwQ4Fqe7 .nav-link:focus {
  outline: none;
}
.cid-sgmwQ4Fqe7 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sgmwQ4Fqe7 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sgmwQ4Fqe7 .menu-logo {
  margin-right: auto;
}
.cid-sgmwQ4Fqe7 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sgmwQ4Fqe7 .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-sgmwQ4Fqe7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgmwQ4Fqe7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgmwQ4Fqe7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sgmwQ4Fqe7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgmwQ4Fqe7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sgmwQ4Fqe7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgmwQ4Fqe7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgmwQ4Fqe7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgmwQ4Fqe7 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sgmwQ4Fqe7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sgmwQ4Fqe7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgmwQ4Fqe7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgmwQ4Fqe7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgmwQ4Fqe7 .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-sgmwQ4Fqe7 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sgmwQ4Fqe7 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sgmwQ4Fqe7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgmwQ4Fqe7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgmwQ4Fqe7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sgmwQ4Fqe7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgmwQ4Fqe7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sgmwQ4Fqe7 button.navbar-toggler:focus {
  outline: none;
}
.cid-sgmwQ4Fqe7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sgmwQ4Fqe7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgmwQ4Fqe7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgmwQ4Fqe7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgmwQ4Fqe7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgmwQ4Fqe7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgmwQ4Fqe7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgmwQ4Fqe7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgmwQ4Fqe7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgmwQ4Fqe7 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sgmwQ4Fqe7 .collapsed .btn {
  display: flex;
}
.cid-sgmwQ4Fqe7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgmwQ4Fqe7 .collapsed .navbar-collapse.collapsing,
.cid-sgmwQ4Fqe7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sgmwQ4Fqe7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgmwQ4Fqe7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgmwQ4Fqe7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgmwQ4Fqe7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgmwQ4Fqe7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgmwQ4Fqe7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sgmwQ4Fqe7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgmwQ4Fqe7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sgmwQ4Fqe7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgmwQ4Fqe7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sgmwQ4Fqe7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgmwQ4Fqe7 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sgmwQ4Fqe7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgmwQ4Fqe7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgmwQ4Fqe7 .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: 991px) {
  .cid-sgmwQ4Fqe7.navbar-expand {
    flex-direction: column;
  }
  .cid-sgmwQ4Fqe7 img {
    height: 3.8rem !important;
  }
  .cid-sgmwQ4Fqe7 .btn {
    display: flex;
  }
  .cid-sgmwQ4Fqe7 button.navbar-toggler {
    display: block;
  }
  .cid-sgmwQ4Fqe7 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sgmwQ4Fqe7 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgmwQ4Fqe7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgmwQ4Fqe7 .navbar-collapse.collapsing,
  .cid-sgmwQ4Fqe7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sgmwQ4Fqe7 .navbar-collapse.collapsing .navbar-nav,
  .cid-sgmwQ4Fqe7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgmwQ4Fqe7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgmwQ4Fqe7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgmwQ4Fqe7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgmwQ4Fqe7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sgmwQ4Fqe7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgmwQ4Fqe7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgmwQ4Fqe7 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sgmwQ4Fqe7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgmwQ4Fqe7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgmwQ4Fqe7 .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-sgmwQ4Fqe7 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sgmwQ4Fqe7 .navbar-collapse {
  flex-basis: auto;
}
.cid-sgmwQ4Fqe7 .nav-link:hover,
.cid-sgmwQ4Fqe7 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sgmwQ6qFaj {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/banner-parallax6-1920x672.jpg");
}
.cid-sgmwQ7m2fT {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sgmwQ7m2fT .mbr-text,
.cid-sgmwQ7m2fT blockquote {
  color: #767676;
}
.cid-sgmwQ7m2fT .mbr-text B {
  color: #232323;
}
.cid-sgmwQ7m2fT .mbr-text {
  color: #232323;
}
.cid-swRMGO0O86 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #f7f7f7;
}
.cid-swRMGO0O86 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-swRMGO0O86 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-swRMGO0O86 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-swRMGO0O86 .mbr-text {
    text-align: center;
  }
}
.cid-swRMGO0O86 H1 {
  color: #475fe0;
}
.cid-swRMGO0O86 .mbr-text,
.cid-swRMGO0O86 .mbr-section-btn {
  color: #232323;
}
.cid-swRMGO0O86 B {
  color: #1957a7;
}
.cid-swRMGO0O86 H3 {
  color: #1957a7;
}
.cid-sgmFR3zEli {
  padding-top: 90px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/banner-mesa-ayuda-1-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-sgmFR3zEli .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgmFR3zEli .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgmFR3zEli .mbr-text {
    text-align: center;
  }
}
.cid-sgmFR3zEli H1 {
  color: #1957a7;
}
.cid-sgmFR3zEli .mbr-text,
.cid-sgmFR3zEli .mbr-section-btn {
  color: #232323;
}
.cid-swRS1Myf7j {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-swRS1Myf7j .mbr-section-subtitle {
  color: #232323;
}
.cid-swRS1Myf7j H2 {
  color: #1957a7;
}
.cid-swRS3cE2fP {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sv2InqeV1b {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-sv2InqeV1b .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #1957a7;
}
.cid-sv2InqeV1b .mbr-author-name {
  font-weight: bold;
  color: #1957a7;
}
.cid-sv2InqeV1b .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-sv2InqeV1b .mbr-author-desc {
  color: #1957a7;
}
.cid-sz78dF72ht {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1957a7;
}
@media (max-width: 767px) {
  .cid-sz78dF72ht .content {
    text-align: center;
  }
  .cid-sz78dF72ht .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sz78dF72ht .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sz78dF72ht .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sz78dF72ht .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sz78dF72ht .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sz78dF72ht .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sz78dF72ht .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sz78dF72ht .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sz78dF72ht .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sz78dF72ht .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sz78dF72ht .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sz78dF72ht .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
