<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&amp;display=swap);





body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.4rem;
}
.display-1 &gt; .mbr-iconfont {
  font-size: 3.84rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.125rem;
}
.display-2 &gt; .mbr-iconfont {
  font-size: 3.4rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
}
.display-4 &gt; .mbr-iconfont {
  font-size: 1.28rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
}
.display-5 &gt; .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.0625rem;
}
.display-7 &gt; .mbr-iconfont {
  font-size: 1.7rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.7rem;
    font-size: calc( 1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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: #0a6aa6 !important;
}
.bg-success {
  background-color: #00c48c !important;
}
.bg-info {
  background-color: #fdece8 !important;
}
.bg-warning {
  background-color: #ffcf5c !important;
}
.bg-danger {
  background-color: #0a6aa6 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0a6aa6 !important;
  border-color: #0a6aa6 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #063c5e !important;
  border-color: #063c5e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #063c5e !important;
  border-color: #063c5e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1c244b !important;
  border-color: #1c244b !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #070913 !important;
  border-color: #070913 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #070913 !important;
  border-color: #070913 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fdece8 !important;
  border-color: #fdece8 !important;
  color: #d43712 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #d43712 !important;
  background-color: #f7b2a2 !important;
  border-color: #f7b2a2 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #d43712 !important;
  background-color: #f7b2a2 !important;
  border-color: #f7b2a2 !important;
}
.btn-success,
.btn-success:active {
  background-color: #00c48c !important;
  border-color: #00c48c !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #007855 !important;
  border-color: #007855 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #007855 !important;
  border-color: #007855 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffcf5c !important;
  border-color: #ffcf5c !important;
  color: #5c4100 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #5c4100 !important;
  background-color: #ffb810 !important;
  border-color: #ffb810 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #5c4100 !important;
  background-color: #ffb810 !important;
  border-color: #ffb810 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0a6aa6 !important;
  border-color: #0a6aa6 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #063c5e !important;
  border-color: #063c5e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #063c5e !important;
  border-color: #063c5e !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: #0a6aa6;
  color: #0a6aa6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0a6aa6;
  border-color: #0a6aa6;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0a6aa6 !important;
  border-color: #0a6aa6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #1c244b;
  color: #1c244b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #1c244b;
  border-color: #1c244b;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1c244b !important;
  border-color: #1c244b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #fdece8;
  color: #fdece8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d43712;
  background-color: #fdece8;
  border-color: #fdece8;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #d43712 !important;
  background-color: #fdece8 !important;
  border-color: #fdece8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #00c48c;
  color: #00c48c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #00c48c;
  border-color: #00c48c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00c48c !important;
  border-color: #00c48c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ffcf5c;
  color: #ffcf5c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5c4100;
  background-color: #ffcf5c;
  border-color: #ffcf5c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #5c4100 !important;
  background-color: #ffcf5c !important;
  border-color: #ffcf5c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #0a6aa6;
  color: #0a6aa6;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #0a6aa6;
  border-color: #0a6aa6;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0a6aa6 !important;
  border-color: #0a6aa6 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #0a6aa6 !important;
}
.text-secondary {
  color: #1c244b !important;
}
.text-success {
  color: #00c48c !important;
}
.text-info {
  color: #fdece8 !important;
}
.text-warning {
  color: #ffcf5c !important;
}
.text-danger {
  color: #0a6aa6 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #042d46 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000001 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #005e43 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #f59e8a !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #f5ad00 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #042d46 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fdece8;
}
.alert-warning {
  background-color: #ffcf5c;
}
.alert-danger {
  background-color: #0a6aa6;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 10px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0a6aa6;
  border-color: #0a6aa6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0a6aa6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3cadf3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #44ffca;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #3cadf3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
}
.form-control &gt; .mbr-iconfont {
  font-size: 1.28rem;
  font-weight: 400;
}
blockquote {
  border-color: #0a6aa6;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #1c244b !important;
  border-color: #1c244b !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #1c244b !important;
  -webkit-box-shadow: 0 6px 16px 0 #1c244b !important;
  background-color: #1c244b !important;
  border-color: #1c244b !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #00c48c !important;
  -webkit-box-shadow: 0 6px 16px 0 #00c48c !important;
  background-color: #00c48c !important;
  border-color: #00c48c !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0a6aa6;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0a6aa6;
  border-bottom-color: #0a6aa6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0a6aa6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div:hover {
  color: #ffffff !important;
  background: #1c244b !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230a6aa6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-tmUczyELe6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #e6f1ff;
}
.cid-tmUczyELe6 .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 200px;
  max-width: 100%;
  padding-top: 1rem;
}
.cid-tmUczyELe6 .btn {
  border-radius: 0 !important;
  margin-top: 1rem !important;
}
.cid-tmUczyELe6 .center-mobile {
  display: none;
}
@media (min-width: 700px) {
  .cid-tmUczyELe6 .btn-tel {
    border-radius: 0 !important;
    margin-top: 1rem !important;
    display: none !important;
  }
}
@media (max-width: 700px) {
  .cid-tmUczyELe6 .btn {
    font-size: 14px !important;
  }
  .cid-tmUczyELe6 .titulo-h1 {
    font-size: 22px !important;
  }
}
.cid-tmUczyELe6 .content-container .btn-bgr {
  z-index: 0;
}
.cid-tmUczyELe6 .container-boxes {
  padding-bottom: 0px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-tmUczyELe6 .box-item {
  width: 29%;
  padding: 2.5rem;
  margin: 1rem;
}
.cid-tmUczyELe6 .box-item:first-child {
  background-color: #164187;
  margin-top: -200px;
}
.cid-tmUczyELe6 .box-item:nth-child(2) {
  background-color: #164187;
}
.cid-tmUczyELe6 .box-item:last-child {
  background-color: #164187;
}
.cid-tmUczyELe6 .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-tmUczyELe6 .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-tmUczyELe6 .box-list li:last-child {
  border-bottom: none;
}
.cid-tmUczyELe6 .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-tmUczyELe6 .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-tmUczyELe6 .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-tmUczyELe6 .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-tmUczyELe6 .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-tmUczyELe6 .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-tmUczyELe6 .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-tmUczyELe6 .mbr-text,
.cid-tmUczyELe6 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tmUczyELe6 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-tmUczyELe6 .box-item-text {
  text-align: center;
}
.cid-tmUczyELe6 .icon-block-top,
.cid-tmUczyELe6 .box-item-title {
  text-align: center;
}
.cid-tmUczyELe6 H5 {
  text-align: center;
}
.cid-tmUczyELe6 H2 {
  text-align: center;
  color: #ffffff;
}
.cid-tmTRL9TokM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e6f1ff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 800px) {
  .cid-tmTRL9TokM {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-tmTRL9TokM .btn {
  margin-left: 0 !important;
  margin-top: -10px !important;
}
.cid-tmTRL9TokM svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-tmTRL9TokM .mbr-text,
.cid-tmTRL9TokM .mbr-section-btn {
  color: #000000;
}
.cid-tmTRL9TokM #e12_areaS3 {
  fill: #c8e0ff !important;
}
.cid-tmTRL9TokM #e19_areaS3 {
  fill: #ffffff !important;
}
.cid-tmTRL9TokM H1 {
  color: #1c244b;
}
.cid-tmTRL9TokM img {
  width: 70%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(42, 54, 112, 0.35);
}
.cid-tmTRL9TokM .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #c6dfff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-tmTRL9TokM .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-tmTRL9TokM img {
    left: 0px;
    width: 100%;
  }
}
.cid-tmTU5sieF4 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tmTU5sieF4 .mbr-iconfont {
  font-size: 34px;
  width: 5.125rem;
  transition: color .3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%;
}
.cid-tmTU5sieF4 .mbr-section-title {
  margin: 0;
  color: #0a6aa6;
}
.cid-tmTU5sieF4 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tmTU5sieF4 .card-img {
  text-align: inherit;
}
.cid-tmTU5sieF4 .card-img span {
  background: linear-gradient(90deg, #00c48c, #0a6aa6);
}
.cid-tmTU5sieF4 .mbr-text {
  color: #1c244b;
}
.cid-tmTU5sieF4 .wrapper {
  border-radius: .25rem;
  padding: 2rem;
  background: #e6f1ff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 991px) {
  .cid-tmTU5sieF4 .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-tmTU5sieF4 .mbr-card-title {
  color: #1c244b;
}
.cid-tmTXyyoaAf {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tmTXyyoaAf img {
  width: 15%;
}
.cid-tmTXyyoaAf .wrap {
  display: none;
}
.cid-tmTXyyoaAf .card {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cid-tmTXyyoaAf .card-box {
  width: 100%;
}
.cid-tmTXyyoaAf .card-img {
  padding: 1rem;
  height: 120px;
  width: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
  background-color: #0a6aa6;
  border-radius: 50%;
}
.cid-tmTXyyoaAf .card-img span {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-tmTXyyoaAf .mbr-text {
  color: #767676;
}
.cid-tmTXyyoaAf p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-tmTXyyoaAf .card {
    margin-bottom: 2rem;
  }
}
.cid-tmTXyyoaAf .card-title,
.cid-tmTXyyoaAf .card-img {
  color: #0a6aa6;
  text-align: center;
}
.cid-tmTXyyoaAf .mbr-section-title {
  text-align: center;
}
.cid-tmTXyyoaAf .mbr-section-sub-title {
  text-align: center;
  color: #000000;
}
.cid-tmTXyyoaAf .mbr-section-title,
.cid-tmTXyyoaAf .line-wrap {
  text-align: center;
  color: #0a6aa6;
}
.cid-tmTXyyoaAf .mbr-text,
.cid-tmTXyyoaAf .line-wrap2 {
  text-align: center;
  color: #1c244b;
}
.cid-tmTXyyoaAf img {
  vertical-align: middle;
  display: inline-block;
}
.cid-tmTXyyoaAf .wrap {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tmTXyyoaAf .image-1 {
  position: absolute;
  left: -455px;
  bottom: 107px;
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  will-change: transform;
}
.cid-tmTXyyoaAf .image-2 {
  position: absolute;
  left: 517px;
  top: 35px;
  -webkit-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}
.cid-tmTXyyoaAf .image-3 {
  position: absolute;
  left: 1189px;
  bottom: -1px;
  -webkit-transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.cid-tmTXyyoaAf .image-4 {
  position: absolute;
  left: auto;
  right: 1109px;
  bottom: -112px;
  -webkit-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}
.cid-tmTXyyoaAf .image-5 {
  position: absolute;
  left: 707px;
  top: -65px;
  -webkit-transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.cid-tmTXyyoaAf .image-6 {
  position: absolute;
  left: -155px;
  top: 40px;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}
@media (max-width: 1199px) {
  .cid-tmTXyyoaAf .image-1 {
    left: -175px;
    bottom: 349px;
  }
  .cid-tmTXyyoaAf .image-2 {
    left: 677px;
    top: -475px;
  }
  .cid-tmTXyyoaAf .image-3 {
    left: 469px;
    bottom: -61px;
  }
  .cid-tmTXyyoaAf .image-4 {
    right: 99px;
    bottom: -192px;
  }
  .cid-tmTXyyoaAf .image-5 {
    left: 7px;
    top: -45px;
  }
  .cid-tmTXyyoaAf .image-6 {
    left: 215px;
    top: -460px;
  }
}
@media (max-width: 992px) {
  .cid-tmTXyyoaAf .image-1 {
    bottom: 287px;
    left: -285px;
  }
  .cid-tmTXyyoaAf .image-2 {
    top: -385px;
    left: 807px;
  }
  .cid-tmTXyyoaAf .image-3 {
    left: -98px;
    bottom: 139px;
  }
  .cid-tmTXyyoaAf .image-4 {
    right: 49px;
    bottom: -102px;
  }
  .cid-tmTXyyoaAf .image-5 {
    left: 207px;
    top: -45px;
  }
  .cid-tmTXyyoaAf .image-6 {
    left: -165px;
    top: 40px;
  }
}
@media (max-width: 767px) {
  .cid-tmTXyyoaAf .image-1 {
    left: -185px;
    bottom: 937px;
  }
  .cid-tmTXyyoaAf .image-2 {
    top: -685px;
    left: 477px;
  }
  .cid-tmTXyyoaAf .image-3 {
    left: -41px;
    bottom: 539px;
  }
  .cid-tmTXyyoaAf .image-4 {
    bottom: 288px;
    right: 99px;
  }
  .cid-tmTXyyoaAf .image-5 {
    left: -93px;
    top: -245px;
  }
  .cid-tmTXyyoaAf .image-6 {
    left: 205px;
    top: -80px;
  }
}
.cid-tmTVwblvjp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e6f1ff;
}
.cid-tmTVwblvjp h2 {
  letter-spacing: 0 !important;
}
.cid-tmTVwblvjp h4 {
  letter-spacing: 0 !important;
  display: flex;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tmTVwblvjp .panel-text {
  letter-spacing: 0.03em;
  color: #232323;
}
.cid-tmTVwblvjp .mbr-section-title {
  letter-spacing: 0.1em;
  color: #0a6aa6;
  text-align: center;
}
.cid-tmTVwblvjp .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
}
.cid-tmTVwblvjp .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tmTVwblvjp .panel-group {
  width: 100%;
}
.cid-tmTVwblvjp .card {
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-tmTVwblvjp .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
}
.cid-tmTVwblvjp .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #0a6aa6;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tmTVwblvjp .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-tmTVwblvjp .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tmTVwblvjp .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-tmTVwblvjp .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-tmTVwblvjp .card .panel-body {
  background: #ffffff;
}
.cid-tmTVwblvjp .media-container-row &gt; div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmTVwblvjp .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tmTVwblvjp .media-container-row &gt; div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-tmTVwblvjp .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-tmU3N8CzhY {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tmU3N8CzhY h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tmU3N8CzhY .container {
    position: relative;
  }
  .cid-tmU3N8CzhY .row {
    margin: 0;
  }
  .cid-tmU3N8CzhY h2 {
    margin: 0;
  }
}
.cid-tmU3N8CzhY .mbr-section-subtitle {
  color: #e9204f;
}
.cid-tmU3N8CzhY .mbr-text {
  margin-top: 1.4rem;
}
.cid-tmU3N8CzhY h2 {
  color: #006291;
}
.cid-tmU2yxDiSz {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tmU2yxDiSz .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 100px;
  max-width: 100%;
  object-fit: scale-down;
  margin-bottom: 2rem !important;
}
.cid-tmU2yxDiSz .mbr-text {
  color: #767676;
}
.cid-tmU2yxDiSz .mbr-iconfont {
  color: #ffffff;
  font-size: 3rem;
  transition: 0.3s;
}
.cid-tmU2yxDiSz .link {
  margin: 0;
}
.cid-tmU2yxDiSz .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-tmU2yxDiSz .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tmU2yxDiSz .card {
    margin-bottom: 3rem;
  }
}
.cid-tmU2yxDiSz .card-img {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tmU2yxDiSz .row {
    padding: 0 1rem;
  }
}
.cid-tmU2yxDiSz .card-inner {
  transition: 0.3s;
  border-bottom: 3px solid;
  border-color: rgba(28, 36, 75, 0);
  padding: 2.2rem 1.4rem;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0);
}
.cid-tmU2yxDiSz .card-title {
  transition: 0.3s;
}
.cid-tmU2yxDiSz .card:hover .card-inner {
  border-bottom: 3px solid #1c244b;
  background-color: #fff;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.12);
}
.cid-tmU2yxDiSz .card:hover .card-title {
  color: #0a6aa6;
}
.cid-tmU2yxDiSz .card:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 767px) {
  .cid-tmU2yxDiSz .row {
    margin: 0;
  }
}
.cid-tmU2yxDiSz .card-title,
.cid-tmU2yxDiSz .card-img {
  color: #000000;
}
.cid-tmU2yxDiSz .mbr-text,
.cid-tmU2yxDiSz .link {
  color: #000000;
}
.cid-tmU2Z4rrmE {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tmU2Z4rrmE .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 100px;
  max-width: 100%;
  object-fit: scale-down;
  margin-bottom: 2rem !important;
}
.cid-tmU2Z4rrmE .mbr-text {
  color: #767676;
}
.cid-tmU2Z4rrmE .mbr-iconfont {
  color: #ffffff;
  font-size: 3rem;
  transition: 0.3s;
}
.cid-tmU2Z4rrmE .link {
  margin: 0;
}
.cid-tmU2Z4rrmE .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-tmU2Z4rrmE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tmU2Z4rrmE .card {
    margin-bottom: 3rem;
  }
}
.cid-tmU2Z4rrmE .card-img {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tmU2Z4rrmE .row {
    padding: 0 1rem;
  }
}
.cid-tmU2Z4rrmE .card-inner {
  transition: 0.3s;
  border-bottom: 3px solid;
  border-color: rgba(28, 36, 75, 0);
  padding: 2.2rem 1.4rem;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0);
}
.cid-tmU2Z4rrmE .card-title {
  transition: 0.3s;
}
.cid-tmU2Z4rrmE .card:hover .card-inner {
  border-bottom: 3px solid #1c244b;
  background-color: #fff;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.12);
}
.cid-tmU2Z4rrmE .card:hover .card-title {
  color: #0a6aa6;
}
.cid-tmU2Z4rrmE .card:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 767px) {
  .cid-tmU2Z4rrmE .row {
    margin: 0;
  }
}
.cid-tmU2Z4rrmE .card-title,
.cid-tmU2Z4rrmE .card-img {
  color: #000000;
}
.cid-tmU2Z4rrmE .mbr-text,
.cid-tmU2Z4rrmE .link {
  color: #000000;
}
.cid-tmU906R2Wz {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #e6f1ff;
}
@media (max-width: 767px) {
  .cid-tmU906R2Wz h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tmU906R2Wz .container {
    position: relative;
  }
  .cid-tmU906R2Wz .row {
    margin: 0;
  }
  .cid-tmU906R2Wz h2 {
    margin: 0;
  }
}
.cid-tmU906R2Wz .mbr-section-subtitle {
  color: #e9204f;
}
.cid-tmU906R2Wz .mbr-text {
  margin-top: 1.4rem;
}
.cid-tmU906R2Wz h2 {
  color: #006291;
}
.cid-tmU6FsGHvt {
  padding-top: 15px;
  padding-bottom: 60px;
  background: #e6f1ff;
}
@media (max-width: 800px) {
  .cid-tmU6FsGHvt .price-figure {
    font-size: 40px !important;
  }
  .cid-tmU6FsGHvt .list-group-item {
    font-size: 10px !important;
  }
}
.cid-tmU6FsGHvt .plan-body .btn-bgr {
  z-index: 0;
}
.cid-tmU6FsGHvt .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-tmU6FsGHvt .list-group-item {
  padding: .75rem 0rem;
}
.cid-tmU6FsGHvt .plan-subtitle {
  color: #000000;
}
.cid-tmU6FsGHvt .mbr-text {
  color: #0a6aa6;
  margin-bottom: 0 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-tmU6FsGHvt .price-term .term {
  display: inline-block;
  background: #0a6aa6;
  padding: 5px 10px;
  border-radius: 100px;
}
.cid-tmU6FsGHvt .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
}
.cid-tmU6FsGHvt .plan .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tmU6FsGHvt .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 1px solid #0a6aa6;
}
.cid-tmU6FsGHvt .plan .plan-price .price-term {
  margin-top: 10px;
}
.cid-tmU6FsGHvt .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-tmU6FsGHvt .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #0a6aa6;
}
.cid-tmU6FsGHvt .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-tmU6FsGHvt .plan .plan-body {
  position: relative;
  border-top: 1px solid #0a6aa6;
}
@media (max-width: 992px) {
  .cid-tmU6FsGHvt .plan {
    margin-bottom: 30px;
  }
}
.cid-tmU6FsGHvt .plan-header {
  position: relative;
}
.cid-tmU6FsGHvt .plan-title {
  color: #0a6aa6;
}
.cid-tmU6FsGHvt .plan-price .price-figure {
  color: #0a6aa6;
}
.cid-tmU6FsGHvt .price-term {
  color: #ffffff;
}
.cid-tmU6FsGHvt .mbr-section-btn,
.cid-tmU6FsGHvt .list-group {
  color: #000000;
}
.cid-tmU53QJ23t {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tmU53QJ23t .card {
  padding: 1rem;
}
.cid-tmU53QJ23t .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #0a6aa6, #00c48c);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-tmU53QJ23t .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-tmU53QJ23t .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-tmU53QJ23t .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tmU53QJ23t .card-sign {
  padding-top: .5rem;
}
.cid-tmU53QJ23t .underline .line {
  width: 5rem;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.cid-tmU53QJ23t .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-tmU53QJ23t .card-title {
    text-align: center;
  }
  .cid-tmU53QJ23t p.mbr-text,
  .cid-tmU53QJ23t p.date {
    text-align: center;
  }
}
.cid-tmU53QJ23t .card-box {
  background: #e6f1ff;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-tmU53QJ23t .card-text,
.cid-tmU53QJ23t .mbr-subtitle {
  color: #8d97ad;
}
.cid-tmU53QJ23t H2 {
  color: #0a6aa6;
}
.cid-tmU53QJ23t .mbr-subtitle {
  color: #000000;
}
.cid-tmU53QJ23t .card-text {
  color: #1c244b;
}
.cid-tmU5WMnSHs {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-tmU5WMnSHs img {
  width: 125px;
  margin: auto;
}
.cid-tmU5WMnSHs .card {
  height: fit-content;
  padding: 1rem 0rem;
  margin-bottom: 1rem;
}
.cid-tmU5WMnSHs H1 {
  color: #ffffff;
}
.cid-tmU5WMnSHs .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-tmU5WMnSHs .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-tmU5WMnSHs .row {
  justify-content: center!important;
}
.cid-tmUa8UOENO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/xr7-fundo-4-1800x1200.png");
}
.cid-tmUa8UOENO .mbr-text {
  color: #ffffff;
}
.cid-tmUa8UOENO .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-tmUa8UOENO .card-title {
  margin-bottom: 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-rOc2vmKyni {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rOc2vmKyni p {
  color: #0a6aa6;
}
.cid-rOc2vmKyni .media-container-row .mbr-text {
  color: #1c244b;
}
.cid-tmUfsxdYrM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #e6f1ff;
}
.cid-tmUfsxdYrM .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 200px;
  max-width: 100%;
  padding-top: 1rem;
}
.cid-tmUfsxdYrM .btn {
  border-radius: 0 !important;
  margin-top: 1rem !important;
}
.cid-tmUfsxdYrM .center-mobile {
  display: none;
}
@media (min-width: 700px) {
  .cid-tmUfsxdYrM .btn-tel {
    border-radius: 0 !important;
    margin-top: 1rem !important;
    display: none !important;
  }
}
@media (max-width: 700px) {
  .cid-tmUfsxdYrM .btn {
    font-size: 14px !important;
  }
  .cid-tmUfsxdYrM .titulo-h1 {
    font-size: 22px !important;
  }
}
.cid-tmUfsxdYrM .content-container .btn-bgr {
  z-index: 0;
}
.cid-tmUfsxdYrM .container-boxes {
  padding-bottom: 0px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-tmUfsxdYrM .box-item {
  width: 29%;
  padding: 2.5rem;
  margin: 1rem;
}
.cid-tmUfsxdYrM .box-item:first-child {
  background-color: #164187;
  margin-top: -200px;
}
.cid-tmUfsxdYrM .box-item:nth-child(2) {
  background-color: #164187;
}
.cid-tmUfsxdYrM .box-item:last-child {
  background-color: #164187;
}
.cid-tmUfsxdYrM .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-tmUfsxdYrM .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-tmUfsxdYrM .box-list li:last-child {
  border-bottom: none;
}
.cid-tmUfsxdYrM .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-tmUfsxdYrM .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-tmUfsxdYrM .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-tmUfsxdYrM .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-tmUfsxdYrM .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-tmUfsxdYrM .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-tmUfsxdYrM .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-tmUfsxdYrM .mbr-text,
.cid-tmUfsxdYrM .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tmUfsxdYrM H1 {
  color: #ffffff;
  text-align: center;
}
.cid-tmUfsxdYrM .box-item-text {
  text-align: center;
}
.cid-tmUfsxdYrM .icon-block-top,
.cid-tmUfsxdYrM .box-item-title {
  text-align: center;
}
.cid-tmUfsxdYrM H5 {
  text-align: center;
}
.cid-tmUfsxdYrM H2 {
  text-align: center;
  color: #ffffff;
}
.cid-tmUfDZ3nwQ {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #e6f1ff;
}
.cid-tmUfDZ3nwQ .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-tmUfDZ3nwQ .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tmUfDZ3nwQ .mbr-section-title,
.cid-tmUfDZ3nwQ .icon-wrap,
.cid-tmUfDZ3nwQ .mbr-section-btn {
  text-align: center;
  color: #0a6aa6;
}
.cid-tmUfDZ3nwQ .mbr-text,
.cid-tmUfDZ3nwQ .mbr-section-btn {
  color: #1c244b;
}
.cid-tmUfsE9x5j {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tmUfsE9x5j p {
  color: #0a6aa6;
}
.cid-tmUfsE9x5j .media-container-row .mbr-text {
  color: #1c244b;
}
</pre></body></html>