body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Metropolis-Reg';
  font-size: 2.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-2 {
  font-family: 'Metropolis-Reg';
  font-size: 2.6rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Metropolis-Reg';
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'Metropolis-Reg';
  font-size: 1.4rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Metropolis-Reg';
  font-size: 0.85rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.36rem;
}
/* ---- 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: 1.68rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 0.7rem !important;
  }
}
@media (max-width: 992px) {
  .display-4:not(.nav-link) {
    font-size: 0.66rem;
  }
}
@media (max-width: 992px) {
  .display-5 {
    font-size: 1.12rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #1170ab !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #63c3ff !important;
}
.bg-danger {
  background-color: #780505 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0b2656 !important;
  border-color: #0b2656 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #020812 !important;
  border-color: #020812 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #020812 !important;
  border-color: #020812 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #1170ab !important;
  border-color: #1170ab !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0a4265 !important;
  border-color: #0a4265 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0a4265 !important;
  border-color: #0a4265 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #63c3ff !important;
  border-color: #63c3ff !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #17a6ff !important;
  border-color: #17a6ff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #17a6ff !important;
  border-color: #17a6ff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #780505 !important;
  border-color: #780505 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #2f0202 !important;
  border-color: #2f0202 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #2f0202 !important;
  border-color: #2f0202 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #0b2656;
  border-color: #0b2656;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0b2656 !important;
  border-color: #0b2656 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #08334e;
  color: #08334e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #1170ab;
  border-color: #1170ab;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1170ab !important;
  border-color: #1170ab !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #009bfc;
  color: #009bfc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #63c3ff;
  border-color: #63c3ff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #63c3ff !important;
  border-color: #63c3ff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #160101;
  color: #160101;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #780505;
  border-color: #780505;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #780505 !important;
  border-color: #780505 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #0b2656 !important;
}
.text-success {
  color: #1170ab !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #63c3ff !important;
}
.text-danger {
  color: #780505 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffffff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #174eb0 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #37a6eb !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #333333 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #c9eaff !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #da0909 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #63c3ff;
}
.alert-danger {
  background-color: #780505;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.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: #4eb0ed;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: #f20a0a;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Metropolis-Reg';
  font-size: 0.85rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.36rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !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: #0b2656 !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='%23ffffff' %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-s7KwB8LJig {
  background-image: url("../../../assets/images/mascop-2-2000x1333.jpg");
}
.cid-s7KwB8LJig .container {
  height: 45rem;
}
.cid-s7KsywygVB {
  padding-top: 150px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s7KsywygVB h3 {
  position: relative;
}
.cid-s7KsywygVB h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-s7KsywygVB H3 {
  color: #0b2656;
}
.cid-s7KsywygVB H1 {
  color: #1170ab;
}
.cid-s7KsywygVB .mbr-text,
.cid-s7KsywygVB .mbr-section-btn {
  color: #0b2656;
}
.cid-s7wUCyJdnr {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/masci-2000x1171.jpg");
}
.cid-s7wUCyJdnr .card-box {
  z-index: 10;
  position: relative;
}
.cid-s7wUCyJdnr .container-fluid {
  padding: 0;
}
.cid-s7wUCyJdnr h5 {
  margin: 0;
}
.cid-s7wUCyJdnr h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-s7wUCyJdnr h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-s7wUCyJdnr .card {
  margin: auto;
  min-height: 500px;
  perspective: 800px;
  cursor: pointer;
}
.cid-s7wUCyJdnr .card:hover {
  z-index: 99;
}
.cid-s7wUCyJdnr .card-wrapper {
  background-position: center;
  padding: 1rem 1rem;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-s7wUCyJdnr .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-s7wUCyJdnr .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-s7wUCyJdnr .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-s7wUCyJdnr .card1 {
  background-image: url("../../../assets/images/mascop-shuttles-tour-2000x2000.jpg");
  z-index: 4;
}
.cid-s7wUCyJdnr .card2 {
  background-image: url("../../../assets/images/mascop-consulting-2000x2000.jpg");
  z-index: 3;
}
.cid-s7wUCyJdnr .card3 {
  background-image: url("../../../assets/images/mascop-nursing-care-2000x2000.jpg");
  z-index: 2;
}
.cid-s7wUCyJdnr h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-s7wUCyJdnr .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-s7wUCyJdnr .card-box {
    text-align: center;
  }
}
.cid-s7wUCyJdnr .mbr-text {
  color: #cccccc;
}
.cid-s7wUCyJdnr .card-date {
  color: #ffffff;
  text-align: center;
}
.cid-s7wUCyJdnr .card-title,
.cid-s7wUCyJdnr .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-s7wUCyJdnr .mbr-section-subtitle,
.cid-s7wUCyJdnr .title-align {
  color: #0b2656;
}
.cid-s7wUCyJdnr H1 {
  color: #0b2656;
  text-align: center;
}
.cid-s8yRrtDykG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s8yRrtDykG .mbr-text {
  color: #1170ab;
}
.cid-s8yRrtDykG .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(17, 58, 131, 0.35);
}
.cid-s8yRrtDykG .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-s8yRrtDykG .card-wrapper:hover .ico2 {
  color: #ffffff !important;
}
.cid-s8yRrtDykG .text-info:hover {
  color: inherit!important;
}
.cid-s8yRrtDykG .ico2 {
  color: #63c3ff !important;
  transition: all 0.6s;
}
.cid-s8yRrtDykG .card-box {
  padding: 0rem 1rem;
}
.cid-s8yRrtDykG .card-img {
  width: auto;
}
.cid-s8yRrtDykG .ico1 {
  font-size: 3rem !important;
}
.cid-s8yRrtDykG h3,
.cid-s8yRrtDykG h4 {
  padding: 0;
  margin: 0;
}
.cid-s8yRrtDykG .card-title,
.cid-s8yRrtDykG .card-img {
  color: #232323;
}
.cid-s8yRrtDykG H3 {
  color: #0b2656;
}
.cid-s8yRrtDykG H1 {
  color: #0b2656;
}
.cid-s7EVkgfhm9 {
  overflow-x: hidden !important;
}
.cid-s7EVkgfhm9,
.cid-s7EVkgfhm9 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-s7EVkgfhm9 .mbr-section-title {
  color: #ffffff;
}
.cid-s7EVkgfhm9 .mbr-section-title span {
  color: #ffffff;
}
.cid-s7EVkgfhm9 .mbr-text {
  color: #0b2656;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-s7EVkgfhm9 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 20s !important;
  animation-duration: 20s;
  background-image: url("../../../assets/images/shu-2000x644.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-s7EVkgfhm9 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-s7EVkgfhm9 .mbr-overlay {
  z-index: 1;
}
.cid-s7EVkgfhm9 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-s8yQNGninJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s8yQNGninJ .card-icon {
  font-size: 56px;
  color: #0b2656;
  transition: color 0.3s;
}
.cid-s8yQNGninJ .icon2 {
  color: #0b2656;
}
.cid-s8yQNGninJ .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-s8yQNGninJ p {
  font-weight: 400;
}
.cid-s8yQNGninJ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #0b2656;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-s8yQNGninJ .line2 {
  background: #ffffff;
}
.cid-s8yQNGninJ .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #ffffff;
}
.cid-s8yQNGninJ .card-wrapper:hover .link-ico {
  background-color: #0b2656;
  border-color: #0b2656;
  color: white;
}
.cid-s8yQNGninJ .card2 {
  background: #ffffff;
}
.cid-s8yQNGninJ .card-title,
.cid-s8yQNGninJ .card-ico,
.cid-s8yQNGninJ .line-wrap {
  text-align: center;
  color: #0b2656;
}
.cid-s8yQNGninJ .mbr-text,
.cid-s8yQNGninJ .card-link {
  text-align: center;
  color: #0b2656;
}
.cid-s8yR3Ompwl .google-map {
  height: 30rem;
  position: relative;
}
.cid-s8yR3Ompwl .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s8yR3Ompwl .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s8yR3Ompwl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s8yR3Ompwl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s7wLRxiwos {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s7wLRxiwos .media-container-row .mbr-text {
  color: #0b2656;
}
