.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 5.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 4.32rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.78rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff6666 !important;
}
.bg-success {
  background-color: #309836 !important;
}
.bg-info {
  background-color: #01286e !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-info,
.btn-info:active {
  background-color: #01286e !important;
  border-color: #01286e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000918 !important;
  border-color: #000918 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000918 !important;
  border-color: #000918 !important;
}
.btn-success,
.btn-success:active {
  background-color: #309836 !important;
  border-color: #309836 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #1b561f !important;
  border-color: #1b561f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1b561f !important;
  border-color: #1b561f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e43f3f;
  color: #e43f3f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: #b31919 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #01286e;
  color: #01286e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000918 !important;
  background-color: transparent!important;
  border-color: #000918 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #01286e !important;
  border-color: #01286e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #309836;
  color: #309836;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1b561f !important;
  background-color: transparent!important;
  border-color: #1b561f !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #309836 !important;
  border-color: #309836 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff6666 !important;
}
.text-secondary {
  color: #e43f3f !important;
}
.text-success {
  color: #309836 !important;
}
.text-info {
  color: #01286e !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff0000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a61717 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #184a1a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000309 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff6666;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #01286e;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff6666;
  border-color: #ff6666;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff6666;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #74d37a;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #0256ec;
}
.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: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff6666 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ff6666;
}
/* Forms */
.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);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff6666;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff6666;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff6666;
  border-bottom-color: #ff6666;
}
.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: #000000 !important;
  background-color: #ff6666 !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: #e43f3f !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%;
  width: 100%;
  height: auto;
}
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='%23ff6666' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-toGU9J9hKl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-toGU9J9hKl nav.navbar {
  position: fixed;
}
.cid-toGU9J9hKl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toGU9J9hKl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toGU9J9hKl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toGU9J9hKl .dropdown-item:hover,
.cid-toGU9J9hKl .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-toGU9J9hKl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toGU9J9hKl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toGU9J9hKl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-toGU9J9hKl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toGU9J9hKl .nav-link {
  position: relative;
}
.cid-toGU9J9hKl .container {
  display: flex;
  margin: auto;
}
.cid-toGU9J9hKl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toGU9J9hKl .dropdown-menu,
.cid-toGU9J9hKl .navbar.opened {
  background: #d7e9f2 !important;
}
.cid-toGU9J9hKl .nav-item:focus,
.cid-toGU9J9hKl .nav-link:focus {
  outline: none;
}
.cid-toGU9J9hKl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toGU9J9hKl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toGU9J9hKl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toGU9J9hKl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toGU9J9hKl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toGU9J9hKl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toGU9J9hKl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #d7e9f2;
}
.cid-toGU9J9hKl .navbar.opened {
  transition: all 0.3s;
}
.cid-toGU9J9hKl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toGU9J9hKl .navbar .navbar-logo img {
  width: auto;
}
.cid-toGU9J9hKl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toGU9J9hKl .navbar.collapsed {
  justify-content: center;
}
.cid-toGU9J9hKl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toGU9J9hKl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toGU9J9hKl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-toGU9J9hKl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toGU9J9hKl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toGU9J9hKl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-toGU9J9hKl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toGU9J9hKl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toGU9J9hKl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toGU9J9hKl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toGU9J9hKl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toGU9J9hKl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toGU9J9hKl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toGU9J9hKl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-toGU9J9hKl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-toGU9J9hKl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toGU9J9hKl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toGU9J9hKl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toGU9J9hKl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toGU9J9hKl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toGU9J9hKl .navbar.navbar-short {
  min-height: 60px;
}
.cid-toGU9J9hKl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toGU9J9hKl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-toGU9J9hKl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toGU9J9hKl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toGU9J9hKl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toGU9J9hKl .dropdown-item.active,
.cid-toGU9J9hKl .dropdown-item:active {
  background-color: transparent;
}
.cid-toGU9J9hKl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toGU9J9hKl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toGU9J9hKl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toGU9J9hKl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d7e9f2;
}
.cid-toGU9J9hKl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toGU9J9hKl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toGU9J9hKl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toGU9J9hKl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toGU9J9hKl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toGU9J9hKl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-toGU9J9hKl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toGU9J9hKl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toGU9J9hKl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toGU9J9hKl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toGU9J9hKl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toGU9J9hKl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toGU9J9hKl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toGU9J9hKl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toGU9J9hKl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toGU9J9hKl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toGU9J9hKl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-toGU9J9hKl .navbar {
    height: 70px;
  }
  .cid-toGU9J9hKl .navbar.opened {
    height: auto;
  }
  .cid-toGU9J9hKl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toGUcjH9AG {
  background-image: url("../../../assets/images/cimynfrente-2000x1500.jpg");
}
@media (max-width: 991px) {
  .cid-toGUcjH9AG .mbr-section-title,
  .cid-toGUcjH9AG .mbr-section-subtitle,
  .cid-toGUcjH9AG .mbr-section-btn,
  .cid-toGUcjH9AG .mbr-text {
    text-align: center;
  }
}
.cid-toGUcjH9AG .mbr-section-title {
  color: #01286e;
  text-align: left;
}
.cid-toGUcjH9AG .mbr-text,
.cid-toGUcjH9AG .mbr-section-btn {
  color: #bed3f9;
}
.cid-uu1BQjo02o {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/whatsapp-210x211.jpg");
}
.cid-uu1BQjo02o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu1BQjo02o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uu1BQjo02o .mbr-text,
.cid-uu1BQjo02o .mbr-section-btn {
  color: #232323;
}
.cid-uu1BQjo02o .card-title,
.cid-uu1BQjo02o .card-box {
  color: #ffffff;
}
.cid-uu1BQjo02o .mbr-text,
.cid-uu1BQjo02o .link-wrap {
  color: #ffffff;
}
.cid-toGUG5v5Lm {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/recepcionentrada-2000x1500.jpg");
}
.cid-toGUG5v5Lm .mbr-text,
.cid-toGUG5v5Lm .mbr-section-btn {
  color: #fafafa;
}
.cid-toGUG5v5Lm .card-title,
.cid-toGUG5v5Lm .card-box {
  color: #112168;
}
.cid-toGUG5v5Lm .mbr-text,
.cid-toGUG5v5Lm .link-wrap {
  color: #ffffff;
}
.cid-tplwzrbYRY {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/servicios-741x342.jpg");
}
.cid-tplwzrbYRY .mbr-text,
.cid-tplwzrbYRY .mbr-section-btn {
  color: #232323;
}
.cid-tplwzrbYRY .card-title,
.cid-tplwzrbYRY .card-box {
  color: #112168;
}
.cid-tplwzrbYRY .mbr-text,
.cid-tplwzrbYRY .link-wrap {
  color: #ffffff;
}
.cid-tAsV9gZxDU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tAsV9gZxDU .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tAsV9gZxDU .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tAsV9gZxDU .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tAsV9gZxDU .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tAsV9gZxDU .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tAsV9gZxDU .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tAsV9gZxDU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tMsMIjpfM0 {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/quirofano2-2000x1125.jpg");
}
.cid-tMsMIjpfM0 .mbr-text,
.cid-tMsMIjpfM0 .mbr-section-btn {
  color: #232323;
}
.cid-tMsMIjpfM0 .card-title,
.cid-tMsMIjpfM0 .card-box {
  color: #2c3f63;
}
.cid-tMsMIjpfM0 .mbr-text,
.cid-tMsMIjpfM0 .link-wrap {
  color: #ffffff;
}
.cid-tMsRWpZEOV {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tMsRWpZEOV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMsRWpZEOV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMsRWpZEOV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tMsRWpZEOV .row {
    flex-direction: column-reverse;
  }
  .cid-tMsRWpZEOV .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tMsRWpZEOV .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tMsRWpZEOV .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tMsRWpZEOV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tMsRWpZEOV .card-title {
  color: #01286e;
}
.cid-tMsV8OQ4Dn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-tMsV8OQ4Dn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMsV8OQ4Dn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tMsV8OQ4Dn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMsV8OQ4Dn .row {
  flex-direction: row-reverse;
}
.cid-tMsV8OQ4Dn img {
  width: 100%;
}
.cid-toRzF5GmLv {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-toRzF5GmLv .mbr-text {
  color: #767676;
}
.cid-toRzF5GmLv .mbr-section-subtitle {
  color: #767676;
}
.cid-toRzF5GmLv .title .num {
  width: 100%;
  display: block;
  font-size: 4rem;
}
.cid-toRzF5GmLv .title .card-title {
  z-index: 1;
}
.cid-toRzF5GmLv .num {
  color: #133a81;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-toRzF5GmLv * {
    text-align: center !important;
  }
  .cid-toRzF5GmLv .content-column {
    margin-bottom: 2rem;
  }
}
.cid-toRzF5GmLv .card-text {
  text-align: center;
  color: #133a81;
}
.cid-uE7uuiQAkH {
  background-image: url("../../../assets/images/quirofano-2000x1333.jpg");
}
.cid-uE7uuiQAkH .mbr-text,
.cid-uE7uuiQAkH .mbr-section-btn {
  color: #000000;
}
.cid-uE7uuiQAkH .mbr-section-title {
  color: #2c3f63;
}
.cid-toMP2UQ15W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-toMP2UQ15W .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-toMP2UQ15W .row {
    text-align: center;
  }
  .cid-toMP2UQ15W .row > div {
    margin: auto;
  }
  .cid-toMP2UQ15W .social-row {
    justify-content: center;
  }
}
.cid-toMP2UQ15W .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-toMP2UQ15W .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toMP2UQ15W .list {
    margin-bottom: 0rem;
  }
}
.cid-toMP2UQ15W .mbr-text {
  color: #bbbbbb;
}
.cid-toMP2UQ15W .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-toMP2UQ15W .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-toMP2UQ15W H5 {
  text-align: left;
}
.cid-toMJDg77m8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toMJDg77m8 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-toMJDg77m8 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-toMJDg77m8 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-toMJDg77m8 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toMJDg77m8 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-toMJDg77m8 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-toMJDg77m8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-toMJDg77m8 .card-title {
  color: #133a81;
}
.cid-toMJDg77m8 .mbr-text,
.cid-toMJDg77m8 .mbr-section-btn {
  color: #133a81;
}
.cid-toMMrzgyfF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toMMrzgyfF ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-toMMrzgyfF li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-toMMrzgyfF ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff6666;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-toMMrzgyfF H3 {
  color: #4479d9;
}
.cid-toMU2PNWgG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toMU2PNWgG ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-toMU2PNWgG li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-toMU2PNWgG ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff6666;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-toMU4m1zLn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-toMU4m1zLn ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-toMU4m1zLn li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-toMU4m1zLn ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff6666;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-toMP2UQ15W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-toMP2UQ15W .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-toMP2UQ15W .row {
    text-align: center;
  }
  .cid-toMP2UQ15W .row > div {
    margin: auto;
  }
  .cid-toMP2UQ15W .social-row {
    justify-content: center;
  }
}
.cid-toMP2UQ15W .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-toMP2UQ15W .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toMP2UQ15W .list {
    margin-bottom: 0rem;
  }
}
.cid-toMP2UQ15W .mbr-text {
  color: #bbbbbb;
}
.cid-toMP2UQ15W .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-toMP2UQ15W .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-toMP2UQ15W H5 {
  text-align: left;
}
.cid-toMXjkLgYg {
  background-image: url("../../../assets/images/enfermeraterapia-2000x1483.jpg");
}
.cid-toMXjkLgYg .mbr-section-title {
  color: #133a81;
  text-align: left;
}
.cid-toMXb15LMJ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-toMXb15LMJ .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-toMXb15LMJ .mbr-section-title,
.cid-toMXb15LMJ .mbr-section-subtitle {
  text-align: center;
}
.cid-toMXb15LMJ .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-toMXb15LMJ .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-toMXb15LMJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-toMXb15LMJ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-toMXb15LMJ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toMXb15LMJ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-toMXb15LMJ .mbr-section-title {
  color: #133a81;
}
.cid-toMXb15LMJ .card-title {
  color: #133a81;
}
.cid-toMXbTVVEN {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f9faf7;
}
.cid-toMXbTVVEN .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-toMXbTVVEN .mbr-section-title,
.cid-toMXbTVVEN .mbr-section-subtitle {
  text-align: center;
}
.cid-toMXbTVVEN .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-toMXbTVVEN .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-toMXbTVVEN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-toMXbTVVEN .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-toMXbTVVEN .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toMXbTVVEN .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-toMXbTVVEN .mbr-section-title {
  color: #133a81;
}
.cid-toMXbTVVEN .card-title {
  color: #133a81;
}
.cid-toN5VEECdE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-toN5VEECdE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-toN5VEECdE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-toN5VEECdE .text-wrapper {
    padding: 2rem;
  }
}
.cid-toN5VEECdE .mbr-text {
  color: #133a81;
}
.cid-toMP2UQ15W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-toMP2UQ15W .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-toMP2UQ15W .row {
    text-align: center;
  }
  .cid-toMP2UQ15W .row > div {
    margin: auto;
  }
  .cid-toMP2UQ15W .social-row {
    justify-content: center;
  }
}
.cid-toMP2UQ15W .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-toMP2UQ15W .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toMP2UQ15W .list {
    margin-bottom: 0rem;
  }
}
.cid-toMP2UQ15W .mbr-text {
  color: #bbbbbb;
}
.cid-toMP2UQ15W .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-toMP2UQ15W .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-toMP2UQ15W H5 {
  text-align: left;
}
.cid-toSmqCXqiV {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-toSmqCXqiV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-toSmqCXqiV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-toSmqCXqiV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-toSmqCXqiV .mbr-section-title {
  color: #133a81;
}
.cid-toSBnggyfG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-toSBnggyfG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-toSBnggyfG .row {
  flex-direction: row-reverse;
}
.cid-toSBnggyfG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-toSBnggyfG .text-wrapper {
    padding: 2rem;
  }
}
.cid-toSBnggyfG .mbr-section-title {
  color: #133a81;
}
.cid-tpa5HRexlc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tpa5HRexlc .mbr-section-title {
  color: #133a81;
}
.cid-tpa5HRexlc .mbr-section-subtitle {
  color: #133a81;
}
.cid-tpa5zho1Gh {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/fondo-portada1-1380x976.jpeg");
}
.cid-tpa5zho1Gh .img-wrapper {
  text-align: center;
}
.cid-tpa5zho1Gh img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-tpa5zho1Gh .row {
  align-items: flex-start;
}
.cid-tpa5zho1Gh .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .cid-tpa5zho1Gh .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tpa5zho1Gh .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tpa5zho1Gh .card-wrapper {
    padding: 1rem;
  }
}
.cid-tpa5WbGrgJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tpa5WbGrgJ .mbr-section-subtitle {
  color: #133a81;
}
.cid-toMP2UQ15W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-toMP2UQ15W .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-toMP2UQ15W .row {
    text-align: center;
  }
  .cid-toMP2UQ15W .row > div {
    margin: auto;
  }
  .cid-toMP2UQ15W .social-row {
    justify-content: center;
  }
}
.cid-toMP2UQ15W .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-toMP2UQ15W .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toMP2UQ15W .list {
    margin-bottom: 0rem;
  }
}
.cid-toMP2UQ15W .mbr-text {
  color: #bbbbbb;
}
.cid-toMP2UQ15W .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-toMP2UQ15W .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-toMP2UQ15W H5 {
  text-align: left;
}
.cid-tpfMFTPdDS {
  background-image: url("../../../assets/images/imagentomografo2-939x616.jpg");
}
.cid-tpfMFTPdDS .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tpfMFTPdDS .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tpfMFTPdDS .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tpfMFTPdDS .mbr-text,
.cid-tpfMFTPdDS .mbr-section-btn,
.cid-tpfMFTPdDS .social-row {
  color: #f9faf7;
}
.cid-toSR2nDVEt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-toSR2nDVEt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-toSR2nDVEt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-toSR2nDVEt .text-wrapper {
    padding: 2rem;
  }
}
.cid-toSR2nDVEt .mbr-section-title {
  color: #ff9966;
}
.cid-tpfQh9JmIx {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tpfQh9JmIx .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tpfQh9JmIx .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tpfQh9JmIx .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tpfQh9JmIx .card {
    margin-bottom: 2rem;
  }
  .cid-tpfQh9JmIx .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tpfQh9JmIx .mbr-text,
.cid-tpfQh9JmIx .mbr-section-btn {
  color: #2c3f63;
}
.cid-tpfQLMwr26 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tpfQLMwr26 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tpfQLMwr26 .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tpfQLMwr26 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tpfQLMwr26 .card {
    margin-bottom: 2rem;
  }
  .cid-tpfQLMwr26 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-toMP2UQ15W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-toMP2UQ15W .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-toMP2UQ15W .row {
    text-align: center;
  }
  .cid-toMP2UQ15W .row > div {
    margin: auto;
  }
  .cid-toMP2UQ15W .social-row {
    justify-content: center;
  }
}
.cid-toMP2UQ15W .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-toMP2UQ15W .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toMP2UQ15W .list {
    margin-bottom: 0rem;
  }
}
.cid-toMP2UQ15W .mbr-text {
  color: #bbbbbb;
}
.cid-toMP2UQ15W .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-toMP2UQ15W .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-toMP2UQ15W H5 {
  text-align: left;
}
.cid-tplA0OEnyG {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tplA0OEnyG .card-box {
    padding: 1rem;
  }
  .cid-tplA0OEnyG .mbr-section-btn,
  .cid-tplA0OEnyG .price {
    text-align: center;
  }
  .cid-tplA0OEnyG .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cid-tplA0OEnyG .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tplA0OEnyG .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tplA0OEnyG .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
  background-color: transparent;
}
.cid-tplA0OEnyG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tplA0OEnyG .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tplA0OEnyG .card-title {
  color: #133a81;
}
.cid-tplEChhPsj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tplEChhPsj .card-box {
    padding: 1rem;
  }
  .cid-tplEChhPsj .mbr-section-btn,
  .cid-tplEChhPsj .price {
    text-align: center;
  }
  .cid-tplEChhPsj .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cid-tplEChhPsj .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tplEChhPsj .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tplEChhPsj .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
  background-color: transparent;
}
.cid-tplEChhPsj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tplEChhPsj .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tplEChhPsj .card-title {
  color: #133a81;
}
.cid-tplZPyqbB3 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tplZPyqbB3 .card-box {
    padding: 1rem;
  }
  .cid-tplZPyqbB3 .mbr-section-btn,
  .cid-tplZPyqbB3 .price {
    text-align: center;
  }
  .cid-tplZPyqbB3 .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cid-tplZPyqbB3 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tplZPyqbB3 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tplZPyqbB3 .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-tplZPyqbB3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tplZPyqbB3 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tplZPyqbB3 .card-title {
  color: #133a81;
}
.cid-toMP2UQ15W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-toMP2UQ15W .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-toMP2UQ15W .row {
    text-align: center;
  }
  .cid-toMP2UQ15W .row > div {
    margin: auto;
  }
  .cid-toMP2UQ15W .social-row {
    justify-content: center;
  }
}
.cid-toMP2UQ15W .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-toMP2UQ15W .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toMP2UQ15W .list {
    margin-bottom: 0rem;
  }
}
.cid-toMP2UQ15W .mbr-text {
  color: #bbbbbb;
}
.cid-toMP2UQ15W .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-toMP2UQ15W .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-toMP2UQ15W H5 {
  text-align: left;
}
.cid-tpm4O5jbyC {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tpm4O5jbyC .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ff6666;
  margin-left: 1rem;
}
.cid-tpm4O5jbyC .panel-group {
  border: none;
}
.cid-tpm4O5jbyC .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tpm4O5jbyC .panel-body,
.cid-tpm4O5jbyC .card-header {
  padding: 1rem 0;
}
.cid-tpm4O5jbyC .panel-title-edit {
  color: #133a81;
}
.cid-tpm4O5jbyC .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tpm4O5jbyC H3 {
  color: #133a81;
}
.cid-tpm5pr75jE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tpm5pr75jE .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ff6666;
  margin-left: 1rem;
}
.cid-tpm5pr75jE .panel-group {
  border: none;
}
.cid-tpm5pr75jE .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tpm5pr75jE .panel-body,
.cid-tpm5pr75jE .card-header {
  padding: 1rem 0;
}
.cid-tpm5pr75jE .panel-title-edit {
  color: #133a81;
}
.cid-tpm5pr75jE .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-toMP2UQ15W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-toMP2UQ15W .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-toMP2UQ15W .row {
    text-align: center;
  }
  .cid-toMP2UQ15W .row > div {
    margin: auto;
  }
  .cid-toMP2UQ15W .social-row {
    justify-content: center;
  }
}
.cid-toMP2UQ15W .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-toMP2UQ15W .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toMP2UQ15W .list {
    margin-bottom: 0rem;
  }
}
.cid-toMP2UQ15W .mbr-text {
  color: #bbbbbb;
}
.cid-toMP2UQ15W .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-toMP2UQ15W .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-toMP2UQ15W H5 {
  text-align: left;
}
.cid-tyNaJgl7hP {
  background-image: url("../../../assets/images/quirofano-2000x1333.jpg");
}
.cid-tyNaJgl7hP .mbr-text,
.cid-tyNaJgl7hP .mbr-section-btn {
  color: #000000;
}
.cid-tyNaJgl7hP .mbr-section-title {
  color: #2c3f63;
}
.cid-toMP2UQ15W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-toMP2UQ15W .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-toMP2UQ15W .row {
    text-align: center;
  }
  .cid-toMP2UQ15W .row > div {
    margin: auto;
  }
  .cid-toMP2UQ15W .social-row {
    justify-content: center;
  }
}
.cid-toMP2UQ15W .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-toMP2UQ15W .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toMP2UQ15W .list {
    margin-bottom: 0rem;
  }
}
.cid-toMP2UQ15W .mbr-text {
  color: #bbbbbb;
}
.cid-toMP2UQ15W .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-toMP2UQ15W .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-toMP2UQ15W H5 {
  text-align: left;
}
.cid-tyNcRIgVj3 {
  background-image: url("../../../assets/images/terapiaintensivaadultos-1-259x194.jpg");
}
.cid-tyNcRIgVj3 .mbr-text,
.cid-tyNcRIgVj3 .mbr-section-btn {
  color: #232323;
}
.cid-tyNcRIgVj3 .btn {
  width: 100%;
}
.cid-tyNcRIgVj3 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tzZZIhMCXN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tzZZIhMCXN .mbr-text,
.cid-tzZZIhMCXN .mbr-section-btn {
  color: #232323;
}
.cid-tzZZIhMCXN .btn {
  width: 100%;
}
.cid-tzZZIhMCXN .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tzZZIhMCXN H1 {
  text-align: center;
}
.cid-toMP2UQ15W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-toMP2UQ15W .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-toMP2UQ15W .row {
    text-align: center;
  }
  .cid-toMP2UQ15W .row > div {
    margin: auto;
  }
  .cid-toMP2UQ15W .social-row {
    justify-content: center;
  }
}
.cid-toMP2UQ15W .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-toMP2UQ15W .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toMP2UQ15W .list {
    margin-bottom: 0rem;
  }
}
.cid-toMP2UQ15W .mbr-text {
  color: #bbbbbb;
}
.cid-toMP2UQ15W .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-toMP2UQ15W .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-toMP2UQ15W H5 {
  text-align: left;
}
.cid-u6m5GMTcEm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u6m5GMTcEm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6m5GMTcEm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6m5GMTcEm .mbr-section-subtitle {
  color: #01286e;
}
.cid-u6m7pNyZ0w {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #9fdbf8;
}
.cid-u6m7pNyZ0w .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6m7pNyZ0w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u6m7pNyZ0w .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6m7pNyZ0w .row {
  flex-direction: row-reverse;
}
.cid-u6m7pNyZ0w img {
  width: 100%;
}
.cid-u6m81iFYib {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u6m81iFYib img,
.cid-u6m81iFYib .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u6m81iFYib .item:focus,
.cid-u6m81iFYib span:focus {
  outline: none;
}
.cid-u6m81iFYib .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u6m81iFYib .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u6m81iFYib .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6m81iFYib .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u6m81iFYib .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u6m81iFYib .mbr-section-title {
  color: #232323;
}
.cid-u6m81iFYib .mbr-text,
.cid-u6m81iFYib .mbr-section-btn {
  text-align: left;
}
.cid-u6m81iFYib .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-u6m81iFYib .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-utUV6DuAQe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-utUV6DuAQe .mbr-fallback-image.disabled {
  display: none;
}
.cid-utUV6DuAQe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-utUV6DuAQe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-utUV6DuAQe img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-utUV6DuAQe .text-wrapper {
    padding: 2rem;
  }
}
.cid-toMP2UQ15W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-toMP2UQ15W .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-toMP2UQ15W .row {
    text-align: center;
  }
  .cid-toMP2UQ15W .row > div {
    margin: auto;
  }
  .cid-toMP2UQ15W .social-row {
    justify-content: center;
  }
}
.cid-toMP2UQ15W .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-toMP2UQ15W .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toMP2UQ15W .list {
    margin-bottom: 0rem;
  }
}
.cid-toMP2UQ15W .mbr-text {
  color: #bbbbbb;
}
.cid-toMP2UQ15W .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-toMP2UQ15W .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-toMP2UQ15W H5 {
  text-align: left;
}
.cid-uu21hT1n7Q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/llamandoportelefono-616x452.jpg");
}
.cid-uu21hT1n7Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu21hT1n7Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uu21hT1n7Q .mbr-text,
.cid-uu21hT1n7Q .mbr-section-btn {
  color: #232323;
}
.cid-uu21hT1n7Q .card-title,
.cid-uu21hT1n7Q .card-box {
  color: #ffffff;
}
.cid-uu21hT1n7Q .mbr-text,
.cid-uu21hT1n7Q .link-wrap {
  color: #ffffff;
}
.cid-uu1Ry8GNzw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uu1Ry8GNzw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu1Ry8GNzw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uu1Ry8GNzw .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uu1Ry8GNzw .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uu1Ry8GNzw .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uu1Ry8GNzw .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uu1Ry8GNzw .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1.5rem;
  color: #ff6666;
}
.cid-uu1WFaZf45 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uu1WFaZf45 nav.navbar {
  position: fixed;
}
.cid-uu1WFaZf45 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uu1WFaZf45 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uu1WFaZf45 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uu1WFaZf45 .dropdown-item:hover,
.cid-uu1WFaZf45 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-uu1WFaZf45 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uu1WFaZf45 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uu1WFaZf45 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uu1WFaZf45 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uu1WFaZf45 .nav-link {
  position: relative;
}
.cid-uu1WFaZf45 .container {
  display: flex;
  margin: auto;
}
.cid-uu1WFaZf45 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uu1WFaZf45 .dropdown-menu,
.cid-uu1WFaZf45 .navbar.opened {
  background: #d7e9f2 !important;
}
.cid-uu1WFaZf45 .nav-item:focus,
.cid-uu1WFaZf45 .nav-link:focus {
  outline: none;
}
.cid-uu1WFaZf45 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uu1WFaZf45 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uu1WFaZf45 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uu1WFaZf45 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uu1WFaZf45 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uu1WFaZf45 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uu1WFaZf45 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #d7e9f2;
}
.cid-uu1WFaZf45 .navbar.opened {
  transition: all 0.3s;
}
.cid-uu1WFaZf45 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uu1WFaZf45 .navbar .navbar-logo img {
  width: auto;
}
.cid-uu1WFaZf45 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uu1WFaZf45 .navbar.collapsed {
  justify-content: center;
}
.cid-uu1WFaZf45 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uu1WFaZf45 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uu1WFaZf45 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uu1WFaZf45 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uu1WFaZf45 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uu1WFaZf45 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uu1WFaZf45 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uu1WFaZf45 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uu1WFaZf45 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uu1WFaZf45 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uu1WFaZf45 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uu1WFaZf45 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uu1WFaZf45 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uu1WFaZf45 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uu1WFaZf45 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uu1WFaZf45 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uu1WFaZf45 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uu1WFaZf45 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uu1WFaZf45 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uu1WFaZf45 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uu1WFaZf45 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uu1WFaZf45 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uu1WFaZf45 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uu1WFaZf45 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uu1WFaZf45 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uu1WFaZf45 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uu1WFaZf45 .dropdown-item.active,
.cid-uu1WFaZf45 .dropdown-item:active {
  background-color: transparent;
}
.cid-uu1WFaZf45 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uu1WFaZf45 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uu1WFaZf45 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uu1WFaZf45 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d7e9f2;
}
.cid-uu1WFaZf45 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uu1WFaZf45 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uu1WFaZf45 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uu1WFaZf45 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uu1WFaZf45 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uu1WFaZf45 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uu1WFaZf45 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uu1WFaZf45 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uu1WFaZf45 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uu1WFaZf45 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uu1WFaZf45 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uu1WFaZf45 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uu1WFaZf45 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uu1WFaZf45 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uu1WFaZf45 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uu1WFaZf45 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uu1WFaZf45 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uu1WFaZf45 .navbar {
    height: 70px;
  }
  .cid-uu1WFaZf45 .navbar.opened {
    height: auto;
  }
  .cid-uu1WFaZf45 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uu1XT3uGtL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uu1XT3uGtL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu1XT3uGtL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uu1XT3uGtL .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uu1XT3uGtL .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uu1XT3uGtL .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uu1XT3uGtL .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uu1XT3uGtL .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1.5rem;
  color: #ff6666;
}
.cid-toMP2UQ15W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-toMP2UQ15W .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-toMP2UQ15W .row {
    text-align: center;
  }
  .cid-toMP2UQ15W .row > div {
    margin: auto;
  }
  .cid-toMP2UQ15W .social-row {
    justify-content: center;
  }
}
.cid-toMP2UQ15W .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-toMP2UQ15W .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toMP2UQ15W .list {
    margin-bottom: 0rem;
  }
}
.cid-toMP2UQ15W .mbr-text {
  color: #bbbbbb;
}
.cid-toMP2UQ15W .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-toMP2UQ15W .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-toMP2UQ15W H5 {
  text-align: left;
}
.cid-tAu22k96HV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tAu22k96HV .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tAu22k96HV .container {
    max-width: 1400px;
  }
}
.cid-tAu22k96HV .card {
  margin: auto;
}
.cid-tAu22k96HV .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tAu22k96HV .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tAu22k96HV .row {
  justify-content: center;
}
.cid-tzfsIj7X0B {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-tzfsIj7X0B .mbr-text,
.cid-tzfsIj7X0B .mbr-section-btn {
  color: #232323;
}
.cid-tzfsIj7X0B .btn {
  width: 100%;
}
.cid-tzfsIj7X0B .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tzfsIj7X0B H1 {
  color: #01286e;
}
.cid-toMP2UQ15W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-toMP2UQ15W .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-toMP2UQ15W .row {
    text-align: center;
  }
  .cid-toMP2UQ15W .row > div {
    margin: auto;
  }
  .cid-toMP2UQ15W .social-row {
    justify-content: center;
  }
}
.cid-toMP2UQ15W .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-toMP2UQ15W .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toMP2UQ15W .list {
    margin-bottom: 0rem;
  }
}
.cid-toMP2UQ15W .mbr-text {
  color: #bbbbbb;
}
.cid-toMP2UQ15W .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-toMP2UQ15W .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-toMP2UQ15W H5 {
  text-align: left;
}
.cid-utQjqxGb4o {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
}
.cid-utQjqxGb4o .mbr-fallback-image.disabled {
  display: none;
}
.cid-utQjqxGb4o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utQjqxGb4o .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-utQjqxGb4o .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-utQjqxGb4o .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-utQjqxGb4o .card {
    margin-bottom: 2rem;
  }
  .cid-utQjqxGb4o .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-utQjqxGb4o .card-title,
.cid-utQjqxGb4o .card-box {
  color: #2c3f63;
}
.cid-utQj3SSnD9 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-utQj3SSnD9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utQj3SSnD9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utQj3SSnD9 .mbr-text,
.cid-utQj3SSnD9 .mbr-section-btn {
  color: #232323;
}
.cid-utQj3SSnD9 .btn {
  width: 100%;
}
.cid-utQj3SSnD9 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-utQj3SSnD9 H1 {
  text-align: center;
  color: #2c3f63;
}
.cid-toMP2UQ15W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-toMP2UQ15W .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-toMP2UQ15W .row {
    text-align: center;
  }
  .cid-toMP2UQ15W .row > div {
    margin: auto;
  }
  .cid-toMP2UQ15W .social-row {
    justify-content: center;
  }
}
.cid-toMP2UQ15W .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-toMP2UQ15W .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toMP2UQ15W .list {
    margin-bottom: 0rem;
  }
}
.cid-toMP2UQ15W .mbr-text {
  color: #bbbbbb;
}
.cid-toMP2UQ15W .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-toMP2UQ15W .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-toMP2UQ15W H5 {
  text-align: left;
}
.cid-tMsNRXRuXw {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tMsNRXRuXw .card-box {
    padding: 1rem;
  }
  .cid-tMsNRXRuXw .mbr-section-btn,
  .cid-tMsNRXRuXw .price {
    text-align: center;
  }
  .cid-tMsNRXRuXw .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cid-tMsNRXRuXw .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tMsNRXRuXw .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tMsNRXRuXw .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
  background-color: transparent;
}
.cid-tMsNRXRuXw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tMsNRXRuXw .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tMsNRXRuXw .card-title {
  color: #133a81;
}
.cid-tMsNRYZjF0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tMsNRYZjF0 .card-box {
    padding: 1rem;
  }
  .cid-tMsNRYZjF0 .mbr-section-btn,
  .cid-tMsNRYZjF0 .price {
    text-align: center;
  }
  .cid-tMsNRYZjF0 .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cid-tMsNRYZjF0 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tMsNRYZjF0 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tMsNRYZjF0 .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
  background-color: transparent;
}
.cid-tMsNRYZjF0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tMsNRYZjF0 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tMsNRYZjF0 .card-title {
  color: #133a81;
}
.cid-tMsNS0rBjK {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tMsNS0rBjK .card-box {
    padding: 1rem;
  }
  .cid-tMsNS0rBjK .mbr-section-btn,
  .cid-tMsNS0rBjK .price {
    text-align: center;
  }
  .cid-tMsNS0rBjK .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cid-tMsNS0rBjK .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tMsNS0rBjK .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tMsNS0rBjK .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-tMsNS0rBjK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tMsNS0rBjK .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tMsNS0rBjK .card-title {
  color: #133a81;
}
.cid-tMsNS0VWUb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tMsNS0VWUb .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tMsNS0VWUb .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tMsNS0VWUb .row {
    text-align: center;
  }
  .cid-tMsNS0VWUb .row > div {
    margin: auto;
  }
  .cid-tMsNS0VWUb .social-row {
    justify-content: center;
  }
}
.cid-tMsNS0VWUb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tMsNS0VWUb .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tMsNS0VWUb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tMsNS0VWUb .list {
    margin-bottom: 0rem;
  }
}
.cid-tMsNS0VWUb .mbr-text {
  color: #bbbbbb;
}
.cid-tMsNS0VWUb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tMsNS0VWUb .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tMsNS0VWUb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tMsNS0VWUb H5 {
  text-align: left;
}
.cid-tMxf8U3rrw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMxf8U3rrw img,
.cid-tMxf8U3rrw .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-tMxf8U3rrw .item:focus,
.cid-tMxf8U3rrw span:focus {
  outline: none;
}
.cid-tMxf8U3rrw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tMxf8U3rrw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tMxf8U3rrw .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tMxf8U3rrw .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tMxf8U3rrw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tMxf8U3rrw .mbr-section-title {
  color: #133a81;
}
.cid-tMxf8U3rrw .mbr-text,
.cid-tMxf8U3rrw .mbr-section-btn {
  text-align: left;
}
.cid-tMxf8U3rrw .item-title {
  text-align: center;
}
.cid-tMxf8U3rrw .item-subtitle {
  text-align: center;
}
.cid-tMxfa26fZn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMxfa26fZn img,
.cid-tMxfa26fZn .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-tMxfa26fZn .item:focus,
.cid-tMxfa26fZn span:focus {
  outline: none;
}
.cid-tMxfa26fZn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tMxfa26fZn .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tMxfa26fZn .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tMxfa26fZn .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tMxfa26fZn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tMxfa26fZn .mbr-section-title {
  color: #232323;
}
.cid-tMxfa26fZn .mbr-text,
.cid-tMxfa26fZn .mbr-section-btn {
  text-align: left;
}
.cid-tMxfa26fZn .item-title {
  text-align: left;
}
.cid-tMxfa26fZn .item-subtitle {
  text-align: center;
}
.cid-tMxfbDvx8D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMxfbDvx8D img,
.cid-tMxfbDvx8D .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-tMxfbDvx8D .item:focus,
.cid-tMxfbDvx8D span:focus {
  outline: none;
}
.cid-tMxfbDvx8D .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tMxfbDvx8D .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tMxfbDvx8D .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tMxfbDvx8D .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tMxfbDvx8D .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tMxfbDvx8D .mbr-section-title {
  color: #232323;
}
.cid-tMxfbDvx8D .mbr-text,
.cid-tMxfbDvx8D .mbr-section-btn {
  text-align: left;
}
.cid-tMxfbDvx8D .item-title {
  text-align: left;
}
.cid-tMxfbDvx8D .item-subtitle {
  text-align: center;
}
.cid-tMxfcDQslV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMxfcDQslV img,
.cid-tMxfcDQslV .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-tMxfcDQslV .item:focus,
.cid-tMxfcDQslV span:focus {
  outline: none;
}
.cid-tMxfcDQslV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tMxfcDQslV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tMxfcDQslV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tMxfcDQslV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tMxfcDQslV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tMxfcDQslV .mbr-section-title {
  color: #232323;
}
.cid-tMxfcDQslV .mbr-text,
.cid-tMxfcDQslV .mbr-section-btn {
  text-align: left;
}
.cid-tMxfcDQslV .item-title {
  text-align: left;
}
.cid-tMxfcDQslV .item-subtitle {
  text-align: center;
}
.cid-toMP2UQ15W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-toMP2UQ15W .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-toMP2UQ15W .row {
    text-align: center;
  }
  .cid-toMP2UQ15W .row > div {
    margin: auto;
  }
  .cid-toMP2UQ15W .social-row {
    justify-content: center;
  }
}
.cid-toMP2UQ15W .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-toMP2UQ15W .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toMP2UQ15W .list {
    margin-bottom: 0rem;
  }
}
.cid-toMP2UQ15W .mbr-text {
  color: #bbbbbb;
}
.cid-toMP2UQ15W .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-toMP2UQ15W .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-toMP2UQ15W H5 {
  text-align: left;
}
.cid-uu1eBKYX6Z {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/whatsapp-1031x534.jpg");
}
.cid-uu1eBKYX6Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu1eBKYX6Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uu1eBKYX6Z .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uu1eBKYX6Z .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffe885;
}
@media (max-width: 991px) {
  .cid-uu1eBKYX6Z .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uu1eBKYX6Z .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uu1eBKYX6Z .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff6666;
}
.cid-uu1eBKYX6Z .mbr-section-title {
  color: #112168;
}
.cid-uu1eBKYX6Z .mbr-section-subtitle {
  color: #112168;
}
.cid-uu1eBKYX6Z .card-title {
  color: #112168;
}
.cid-uE73IrC3vZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/img-ecografia.jpg");
}
.cid-uE73IrC3vZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE73IrC3vZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE73IrC3vZ .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uE73IrC3vZ .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffb5b5;
}
@media (max-width: 991px) {
  .cid-uE73IrC3vZ .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uE73IrC3vZ .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uE73IrC3vZ .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff6666;
}
.cid-uE73IrC3vZ .mbr-section-title {
  color: #112168;
}
.cid-uE73IrC3vZ .mbr-section-subtitle {
  color: #112168;
}
.cid-uE73IrC3vZ .card-title {
  color: #112168;
}
.cid-toMP2UQ15W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-toMP2UQ15W .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-toMP2UQ15W .row {
    text-align: center;
  }
  .cid-toMP2UQ15W .row > div {
    margin: auto;
  }
  .cid-toMP2UQ15W .social-row {
    justify-content: center;
  }
}
.cid-toMP2UQ15W .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-toMP2UQ15W .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toMP2UQ15W .list {
    margin-bottom: 0rem;
  }
}
.cid-toMP2UQ15W .mbr-text {
  color: #bbbbbb;
}
.cid-toMP2UQ15W .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-toMP2UQ15W .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-toMP2UQ15W H5 {
  text-align: left;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  position: relative !important;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  position: absolute !important;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #d2fdff !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(210, 253, 255, 0);
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2fdff;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFzxmVl7J6 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-sFzxmVl7J6 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sFzxmVl7J6 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzxmVl7J6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sFzxmVl7J6 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sFzxmVl7J6 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzxmVl7J6 .mbr-text,
.cid-sFzxmVl7J6 .mbr-section-btn {
  color: #353535;
}
.cid-sFzFvgBfc0 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-sFzFvgBfc0 img,
.cid-sFzFvgBfc0 .item-img {
  width: 100%;
}
.cid-sFzFvgBfc0 .item:focus,
.cid-sFzFvgBfc0 span:focus {
  outline: none;
}
.cid-sFzFvgBfc0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFzFvgBfc0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sFzFvgBfc0 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sFzFvgBfc0 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFzFvgBfc0 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sFzFvgBfc0 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sFzFvgBfc0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFzFvgBfc0 .mbr-section-title {
  color: #000000;
}
.cid-sFzFvgBfc0 .mbr-text,
.cid-sFzFvgBfc0 .mbr-section-btn {
  text-align: left;
}
.cid-sFzFvgBfc0 .item-title {
  text-align: left;
}
.cid-sFzFvgBfc0 .item-subtitle {
  text-align: left;
}
.cid-sFAZRnJnnI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugDTZJORxY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugDTZJORxY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugDTZJORxY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ugDTZJORxY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugDTZJORxY .row {
  flex-direction: row-reverse;
}
.cid-ugDTZJORxY img {
  width: 100%;
}
.cid-ugDU0tz2mA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugDU0tz2mA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugDU0tz2mA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ugDU0tz2mA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugDU0tz2mA .row {
  flex-direction: row-reverse;
}
.cid-ugDU0tz2mA img {
  width: 100%;
}
.cid-ugDU171ulB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugDU171ulB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugDU171ulB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ugDU171ulB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugDU171ulB .row {
  flex-direction: row-reverse;
}
.cid-ugDU171ulB img {
  width: 100%;
}
.cid-ugDU0OHphd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugDU0OHphd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugDU0OHphd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ugDU0OHphd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugDU0OHphd .row {
  flex-direction: row-reverse;
}
.cid-ugDU0OHphd img {
  width: 100%;
}
.cid-ugDTj07j5L {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugDTj07j5L .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugDTj07j5L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ugDTj07j5L .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugDTj07j5L .row {
  flex-direction: row-reverse;
}
.cid-ugDTj07j5L img {
  width: 100%;
}
.cid-ugDTKQJedJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugDTKQJedJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugDTKQJedJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ugDTKQJedJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugDTKQJedJ .row {
  flex-direction: row-reverse;
}
.cid-ugDTKQJedJ img {
  width: 100%;
}
.cid-ugE0rVPxVt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugE0rVPxVt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugE0rVPxVt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ugE0rVPxVt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugE0rVPxVt .row {
  flex-direction: row-reverse;
}
.cid-ugE0rVPxVt img {
  width: 100%;
}
.cid-ugE0HwjDRq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugE0HwjDRq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugE0HwjDRq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ugE0HwjDRq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugE0HwjDRq .row {
  flex-direction: row-reverse;
}
.cid-ugE0HwjDRq img {
  width: 100%;
}
.cid-uKlcGLvsnG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKlcGLvsnG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlcGLvsnG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlcGLvsnG .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uKlcGLvsnG .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uKlcGLvsnG .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKlcGLvsnG .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKlcGLvsnG .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlcGLvsnG .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uKlcGLvsnG .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uKlcGLvsnG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uG6AjUfucW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG6AjUfucW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG6AjUfucW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG6AjUfucW .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uG6AjUfucW .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uG6AjUfucW .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uG6AjUfucW .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uG6AjUfucW .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uG6AjUfucW .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uG6AjUfucW .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uG6AjUfucW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uCponj01tG {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #d7e9f2;
}
.cid-uCponj01tG .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uCponj01tG .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uCponj01tG .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ff8a8a;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uCponj01tG .mbr-section-title {
  color: #1048af;
}
.cid-uCpcyWIgb9 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uCpcyWIgb9 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uCpcyWIgb9 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uCpcyWIgb9 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #0917bd;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uCpcyWIgb9 .mbr-section-title {
  color: #1048af;
}
.cid-uCNW7eCvN2 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uCNW7eCvN2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCNW7eCvN2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uCNW7eCvN2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCNW7eCvN2 .row {
  flex-direction: row-reverse;
}
.cid-uCNW7eCvN2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCNW7eCvN2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCNW7eCvN2 .mbr-section-title {
  color: #1048af;
}
.cid-toMP2UQ15W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-toMP2UQ15W .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-toMP2UQ15W .row {
    text-align: center;
  }
  .cid-toMP2UQ15W .row > div {
    margin: auto;
  }
  .cid-toMP2UQ15W .social-row {
    justify-content: center;
  }
}
.cid-toMP2UQ15W .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-toMP2UQ15W .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toMP2UQ15W .list {
    margin-bottom: 0rem;
  }
}
.cid-toMP2UQ15W .mbr-text {
  color: #bbbbbb;
}
.cid-toMP2UQ15W .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-toMP2UQ15W .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-toMP2UQ15W H5 {
  text-align: left;
}
.cid-toGU9J9hKl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-toGU9J9hKl nav.navbar {
  position: fixed;
}
.cid-toGU9J9hKl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toGU9J9hKl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toGU9J9hKl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toGU9J9hKl .dropdown-item:hover,
.cid-toGU9J9hKl .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-toGU9J9hKl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toGU9J9hKl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toGU9J9hKl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-toGU9J9hKl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toGU9J9hKl .nav-link {
  position: relative;
}
.cid-toGU9J9hKl .container {
  display: flex;
  margin: auto;
}
.cid-toGU9J9hKl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toGU9J9hKl .dropdown-menu,
.cid-toGU9J9hKl .navbar.opened {
  background: #d7e9f2 !important;
}
.cid-toGU9J9hKl .nav-item:focus,
.cid-toGU9J9hKl .nav-link:focus {
  outline: none;
}
.cid-toGU9J9hKl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toGU9J9hKl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toGU9J9hKl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toGU9J9hKl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toGU9J9hKl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toGU9J9hKl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toGU9J9hKl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #d7e9f2;
}
.cid-toGU9J9hKl .navbar.opened {
  transition: all 0.3s;
}
.cid-toGU9J9hKl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toGU9J9hKl .navbar .navbar-logo img {
  width: auto;
}
.cid-toGU9J9hKl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toGU9J9hKl .navbar.collapsed {
  justify-content: center;
}
.cid-toGU9J9hKl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toGU9J9hKl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toGU9J9hKl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-toGU9J9hKl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toGU9J9hKl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toGU9J9hKl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-toGU9J9hKl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toGU9J9hKl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toGU9J9hKl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toGU9J9hKl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toGU9J9hKl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toGU9J9hKl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toGU9J9hKl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toGU9J9hKl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-toGU9J9hKl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-toGU9J9hKl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toGU9J9hKl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toGU9J9hKl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toGU9J9hKl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toGU9J9hKl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toGU9J9hKl .navbar.navbar-short {
  min-height: 60px;
}
.cid-toGU9J9hKl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toGU9J9hKl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-toGU9J9hKl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toGU9J9hKl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toGU9J9hKl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toGU9J9hKl .dropdown-item.active,
.cid-toGU9J9hKl .dropdown-item:active {
  background-color: transparent;
}
.cid-toGU9J9hKl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toGU9J9hKl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toGU9J9hKl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toGU9J9hKl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d7e9f2;
}
.cid-toGU9J9hKl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toGU9J9hKl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toGU9J9hKl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toGU9J9hKl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toGU9J9hKl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toGU9J9hKl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-toGU9J9hKl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toGU9J9hKl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toGU9J9hKl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toGU9J9hKl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toGU9J9hKl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toGU9J9hKl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toGU9J9hKl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toGU9J9hKl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toGU9J9hKl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toGU9J9hKl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toGU9J9hKl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-toGU9J9hKl .navbar {
    height: 70px;
  }
  .cid-toGU9J9hKl .navbar.opened {
    height: auto;
  }
  .cid-toGU9J9hKl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCvDhMO2Q4 {
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-uCvDhMO2Q4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCvDhMO2Q4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCvDhMO2Q4 .mbr-section-title {
  color: #ff9966;
}
.cid-toMP2UQ15W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-toMP2UQ15W .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-toMP2UQ15W .row {
    text-align: center;
  }
  .cid-toMP2UQ15W .row > div {
    margin: auto;
  }
  .cid-toMP2UQ15W .social-row {
    justify-content: center;
  }
}
.cid-toMP2UQ15W .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-toMP2UQ15W .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toMP2UQ15W .list {
    margin-bottom: 0rem;
  }
}
.cid-toMP2UQ15W .mbr-text {
  color: #bbbbbb;
}
.cid-toMP2UQ15W .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-toMP2UQ15W .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-toMP2UQ15W H5 {
  text-align: left;
}
.cid-uE7w5GgLBQ {
  background-image: url("../../../assets/images/videomeet2-913x601.jpg");
}
.cid-uE7w5GgLBQ .mbr-text,
.cid-uE7w5GgLBQ .mbr-section-btn {
  color: #000000;
}
.cid-uE7w5GgLBQ .mbr-section-title {
  color: #2c3f63;
}
.cid-toGU9J9hKl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-toGU9J9hKl nav.navbar {
  position: fixed;
}
.cid-toGU9J9hKl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toGU9J9hKl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toGU9J9hKl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toGU9J9hKl .dropdown-item:hover,
.cid-toGU9J9hKl .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-toGU9J9hKl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toGU9J9hKl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toGU9J9hKl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-toGU9J9hKl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toGU9J9hKl .nav-link {
  position: relative;
}
.cid-toGU9J9hKl .container {
  display: flex;
  margin: auto;
}
.cid-toGU9J9hKl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toGU9J9hKl .dropdown-menu,
.cid-toGU9J9hKl .navbar.opened {
  background: #d7e9f2 !important;
}
.cid-toGU9J9hKl .nav-item:focus,
.cid-toGU9J9hKl .nav-link:focus {
  outline: none;
}
.cid-toGU9J9hKl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toGU9J9hKl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toGU9J9hKl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toGU9J9hKl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toGU9J9hKl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toGU9J9hKl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toGU9J9hKl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #d7e9f2;
}
.cid-toGU9J9hKl .navbar.opened {
  transition: all 0.3s;
}
.cid-toGU9J9hKl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toGU9J9hKl .navbar .navbar-logo img {
  width: auto;
}
.cid-toGU9J9hKl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toGU9J9hKl .navbar.collapsed {
  justify-content: center;
}
.cid-toGU9J9hKl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toGU9J9hKl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toGU9J9hKl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-toGU9J9hKl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toGU9J9hKl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toGU9J9hKl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-toGU9J9hKl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toGU9J9hKl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toGU9J9hKl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toGU9J9hKl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toGU9J9hKl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toGU9J9hKl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toGU9J9hKl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toGU9J9hKl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-toGU9J9hKl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-toGU9J9hKl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toGU9J9hKl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toGU9J9hKl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toGU9J9hKl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toGU9J9hKl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toGU9J9hKl .navbar.navbar-short {
  min-height: 60px;
}
.cid-toGU9J9hKl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toGU9J9hKl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-toGU9J9hKl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toGU9J9hKl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toGU9J9hKl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toGU9J9hKl .dropdown-item.active,
.cid-toGU9J9hKl .dropdown-item:active {
  background-color: transparent;
}
.cid-toGU9J9hKl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toGU9J9hKl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toGU9J9hKl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toGU9J9hKl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d7e9f2;
}
.cid-toGU9J9hKl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toGU9J9hKl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toGU9J9hKl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toGU9J9hKl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toGU9J9hKl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toGU9J9hKl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-toGU9J9hKl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toGU9J9hKl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toGU9J9hKl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toGU9J9hKl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toGU9J9hKl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toGU9J9hKl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toGU9J9hKl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toGU9J9hKl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toGU9J9hKl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toGU9J9hKl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toGU9J9hKl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-toGU9J9hKl .navbar {
    height: 70px;
  }
  .cid-toGU9J9hKl .navbar.opened {
    height: auto;
  }
  .cid-toGU9J9hKl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toMP2UQ15W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-toMP2UQ15W .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-toMP2UQ15W .row {
    text-align: center;
  }
  .cid-toMP2UQ15W .row > div {
    margin: auto;
  }
  .cid-toMP2UQ15W .social-row {
    justify-content: center;
  }
}
.cid-toMP2UQ15W .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-toMP2UQ15W .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toMP2UQ15W .list {
    margin-bottom: 0rem;
  }
}
.cid-toMP2UQ15W .mbr-text {
  color: #bbbbbb;
}
.cid-toMP2UQ15W .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-toMP2UQ15W .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-toMP2UQ15W div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-toMP2UQ15W H5 {
  text-align: left;
}
