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





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #0f7699 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !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: #062e3c;
  color: #062e3c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0f7699;
  border-color: #0f7699;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #771830;
  color: #771830;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #cc2952;
  border-color: #cc2952;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !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: #0f7699 !important;
}
.text-secondary {
  color: #cc2952 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #062e3c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #771830 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0f7699;
  border-color: #0f7699;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0f7699;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3cbfec;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #0f7699;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #0f7699;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #0f7699;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0f7699;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0f7699;
  border-bottom-color: #0f7699;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0f7699 !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: #cc2952 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230f7699' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-rD7pIleLt2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #897b89;
}
.cid-51eQJxOGfI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-51eQJxOGfI h4 {
  display: flex;
  color: #000000;
}
.cid-51eQJxOGfI .panel-text {
  color: #656565;
  line-height: 1.7;
}
.cid-51eQJxOGfI .wrap {
  display: flex;
}
.cid-51eQJxOGfI .sq-text {
  background: #ff7f9f;
  padding: 2px 10px;
  border-radius: 3px;
  color: #656565;
  height: fit-content;
  margin: auto;
}
.cid-51eQJxOGfI img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-51eQJxOGfI .mbr-section-title {
  color: #656565;
  text-align: left;
}
.cid-51eQJxOGfI p {
  margin: 0;
}
.cid-51eQJxOGfI .card .card-header a.panel-title {
  background-color: none!important;
  margin-top: 0px!important;
}
.cid-51eQJxOGfI .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: left;
}
.cid-51eQJxOGfI .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-51eQJxOGfI .panel-group {
  width: 100%;
}
.cid-51eQJxOGfI .card {
  border: 1px solid #232323;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-51eQJxOGfI .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-51eQJxOGfI .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #cebfaf;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  justify-content: space-between;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-51eQJxOGfI .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-51eQJxOGfI .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-51eQJxOGfI .card .card-header a.panel-title .sign {
  padding-right: 1rem;
  padding-left: 1rem;
}
.cid-51eQJxOGfI .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-51eQJxOGfI .card .panel-body {
  background: #55b4d4;
}
.cid-51eQJxOGfI .sign {
  color: #000000;
}
.cid-51eQJxOGfI .media-container-row .accordion-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-51eQJxOGfI .media-container-row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-51eQJxOGfI .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-51eQJxOGfI .header-text,
.cid-51eQJxOGfI .sign {
  color: #656565;
}
.cid-ti6uXUJwQ1 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(#ffffff, #efefef);
}
.cid-ti6uXUJwQ1 .carousel-control {
  background: #000;
}
.cid-ti6uXUJwQ1 .mbr-section-subtitle {
  color: #767676;
}
.cid-ti6uXUJwQ1 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ti6uXUJwQ1 .carousel-item .media-container-row {
  -webkit-flex-grow: 5;
  flex-grow: 5;
}
.cid-ti6uXUJwQ1 .carousel-item .wrap-img {
  text-align: center;
}
.cid-ti6uXUJwQ1 .carousel-item .wrap-img img {
  max-height: 150px;
  width: 50%;
  max-width: 100%;
}
.cid-ti6uXUJwQ1 .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ti6uXUJwQ1 .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-ti6uXUJwQ1 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-ti6uXUJwQ1 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-ti6uXUJwQ1 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-ti6uXUJwQ1 .cloneditem-1,
.cid-ti6uXUJwQ1 .cloneditem-2,
.cid-ti6uXUJwQ1 .cloneditem-3,
.cid-ti6uXUJwQ1 .cloneditem-4,
.cid-ti6uXUJwQ1 .cloneditem-5 {
  display: none;
}
.cid-ti6uXUJwQ1 .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 50%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 50%;
}
@media (min-width: 992px) {
  .cid-ti6uXUJwQ1 .col-lg-13 {
    -ms-flex: 0 0 10%;
    -webkit-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
    width: 10%;
  }
  .cid-ti6uXUJwQ1 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-ti6uXUJwQ1 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-ti6uXUJwQ1 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-ti6uXUJwQ1 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-250%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-ti6uXUJwQ1 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-ti6uXUJwQ1 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ti6uXUJwQ1 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-ti6uXUJwQ1 .carousel-inner.slides2 .cloneditem-1,
  .cid-ti6uXUJwQ1 .carousel-inner.slides2 .cloneditem-2,
  .cid-ti6uXUJwQ1 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-ti6uXUJwQ1 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-ti6uXUJwQ1 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-ti6uXUJwQ1 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-ti6uXUJwQ1 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-ti6uXUJwQ1 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-ti6uXUJwQ1 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ti6uXUJwQ1 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-ti6uXUJwQ1 .carousel-inner.slides3 .cloneditem-1,
  .cid-ti6uXUJwQ1 .carousel-inner.slides3 .cloneditem-2,
  .cid-ti6uXUJwQ1 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-ti6uXUJwQ1 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-ti6uXUJwQ1 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-ti6uXUJwQ1 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-ti6uXUJwQ1 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-ti6uXUJwQ1 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-ti6uXUJwQ1 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ti6uXUJwQ1 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-ti6uXUJwQ1 .carousel-inner.slides4 .cloneditem-1,
  .cid-ti6uXUJwQ1 .carousel-inner.slides4 .cloneditem-2,
  .cid-ti6uXUJwQ1 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-ti6uXUJwQ1 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-ti6uXUJwQ1 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-ti6uXUJwQ1 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-ti6uXUJwQ1 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-ti6uXUJwQ1 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-ti6uXUJwQ1 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ti6uXUJwQ1 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-ti6uXUJwQ1 .carousel-inner.slides5 .cloneditem-1,
  .cid-ti6uXUJwQ1 .carousel-inner.slides5 .cloneditem-2,
  .cid-ti6uXUJwQ1 .carousel-inner.slides5 .cloneditem-3,
  .cid-ti6uXUJwQ1 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-ti6uXUJwQ1 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-ti6uXUJwQ1 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-ti6uXUJwQ1 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-ti6uXUJwQ1 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-ti6uXUJwQ1 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-ti6uXUJwQ1 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ti6uXUJwQ1 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-ti6uXUJwQ1 .carousel-inner.slides6 .cloneditem-1,
  .cid-ti6uXUJwQ1 .carousel-inner.slides6 .cloneditem-2,
  .cid-ti6uXUJwQ1 .carousel-inner.slides6 .cloneditem-3,
  .cid-ti6uXUJwQ1 .carousel-inner.slides6 .cloneditem-4,
  .cid-ti6uXUJwQ1 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-rD7scZYWvx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rD7scZYWvx .title {
  margin-bottom: 2rem;
}
.cid-rD7scZYWvx .mbr-section-subtitle {
  color: #767676;
}
.cid-rD7scZYWvx a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rD7scZYWvx a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rD7scZYWvx textarea.form-control {
  min-height: 188px;
}
.cid-D4iw2KlUkd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-D4iw2KlUkd .mbr-text,
.cid-D4iw2KlUkd blockquote {
  color: #767676;
}
.cid-D4iw2KlUkd blockquote {
  background-color: #efefef;
  border-color: #55b4d4;
  border-width: 2px;
  margin-bottom: 0px;
  border-radius: 0px 0px 0px 0px;
}
.cid-46q9ah8g7l .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-46q9ah8g7l .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-46q9ah8g7l a {
  font-style: normal;
}
.cid-46q9ah8g7l .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-46q9ah8g7l .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-46q9ah8g7l .nav-item:focus,
.cid-46q9ah8g7l .nav-link:focus {
  outline: none;
}
.cid-46q9ah8g7l .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-46q9ah8g7l .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-46q9ah8g7l .menu-logo {
  margin-right: auto;
}
.cid-46q9ah8g7l .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-46q9ah8g7l .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-46q9ah8g7l .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-46q9ah8g7l .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-46q9ah8g7l .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-46q9ah8g7l .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-46q9ah8g7l .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-46q9ah8g7l .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-46q9ah8g7l .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-46q9ah8g7l .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-46q9ah8g7l .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-46q9ah8g7l .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-46q9ah8g7l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-46q9ah8g7l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-46q9ah8g7l .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-46q9ah8g7l .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-46q9ah8g7l .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-46q9ah8g7l .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-46q9ah8g7l .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-46q9ah8g7l .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-46q9ah8g7l .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-46q9ah8g7l .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-46q9ah8g7l .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-46q9ah8g7l button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-46q9ah8g7l button.navbar-toggler:focus {
  outline: none;
}
.cid-46q9ah8g7l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-46q9ah8g7l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-46q9ah8g7l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-46q9ah8g7l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-46q9ah8g7l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-46q9ah8g7l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-46q9ah8g7l nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-46q9ah8g7l nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-46q9ah8g7l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-46q9ah8g7l .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-46q9ah8g7l .collapsed .btn {
  display: -webkit-flex;
}
.cid-46q9ah8g7l .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-46q9ah8g7l .collapsed .navbar-collapse.collapsing,
.cid-46q9ah8g7l .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-46q9ah8g7l .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-46q9ah8g7l .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-46q9ah8g7l .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-46q9ah8g7l .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-46q9ah8g7l .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-46q9ah8g7l .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-46q9ah8g7l .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-46q9ah8g7l .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-46q9ah8g7l .collapsed button.navbar-toggler {
  display: block;
}
.cid-46q9ah8g7l .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-46q9ah8g7l .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-46q9ah8g7l .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-46q9ah8g7l .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-46q9ah8g7l .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-46q9ah8g7l .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-46q9ah8g7l.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-46q9ah8g7l img {
    height: 3.8rem !important;
  }
  .cid-46q9ah8g7l .btn {
    display: -webkit-flex;
  }
  .cid-46q9ah8g7l button.navbar-toggler {
    display: block;
  }
  .cid-46q9ah8g7l .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-46q9ah8g7l .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-46q9ah8g7l .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-46q9ah8g7l .navbar-collapse.collapsing,
  .cid-46q9ah8g7l .navbar-collapse.show {
    display: block !important;
  }
  .cid-46q9ah8g7l .navbar-collapse.collapsing .navbar-nav,
  .cid-46q9ah8g7l .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-46q9ah8g7l .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-46q9ah8g7l .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-46q9ah8g7l .navbar-collapse.collapsing .navbar-buttons,
  .cid-46q9ah8g7l .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-46q9ah8g7l .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-46q9ah8g7l .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-46q9ah8g7l .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-46q9ah8g7l .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-46q9ah8g7l .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-46q9ah8g7l .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-46q9ah8g7l .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-46q9ah8g7l .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-46q9ah8g7l .nav-link:hover,
.cid-46q9ah8g7l .dropdown-item:hover {
  color: #767676 !important;
}
.cid-piq11tAEEb .witsec-socialbar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999;
}
.cid-piq11tAEEb .witsec-socialbar a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: #ffffff;
  padding: 1.2rem;
  font-size: 1rem;
  border-radius: 0%;
}
.cid-piq11tAEEb .witsec-socialbar .icon {
  margin: 0.9rem;
}
.cid-piq11tAEEb .witsec-socialbar a:hover {
  background-color: #000000;
}
.cid-piq11tAEEb .witsec-socialbar .icon1 {
  background: #3b5998;
  color: #ffffff;
}
.cid-piq11tAEEb .witsec-socialbar .icon2 {
  background: #55acee;
  color: #ffffff;
}
.cid-piq11tAEEb .witsec-socialbar .icon3 {
  background: #dd4b39;
  color: #ffffff;
}
.cid-piq11tAEEb .witsec-socialbar .icon4 {
  background: #007bb5;
  color: #ffffff;
}
.cid-piq11tAEEb .witsec-socialbar .icon5 {
  background: #bb0000;
  color: #ffffff;
}
.cid-piq11tAEEb .witsec-socialbar .icon6 {
  background: #232323;
  color: #ffffff;
}
.cid-PlvxLmeR2P {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #b2ccd2;
}
.cid-PlvxLmeR2P h4 {
  display: flex;
  color: #000000;
}
.cid-PlvxLmeR2P .panel-text {
  color: #000000;
  line-height: 1.7;
}
.cid-PlvxLmeR2P .wrap {
  display: flex;
}
.cid-PlvxLmeR2P .icon {
  background: #919191;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
}
.cid-PlvxLmeR2P img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-PlvxLmeR2P .mbr-section-title {
  color: #333333;
  text-align: center;
}
.cid-PlvxLmeR2P p {
  margin: 0;
}
.cid-PlvxLmeR2P .card .card-header a.panel-title {
  background-color: none!important;
  margin-top: 0px!important;
}
.cid-PlvxLmeR2P .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-PlvxLmeR2P .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-PlvxLmeR2P .panel-group {
  width: 100%;
}
.cid-PlvxLmeR2P .panel-title {
  border-bottom: 1px solid #ff3366;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-PlvxLmeR2P .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-PlvxLmeR2P .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #f9f295;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-PlvxLmeR2P .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-PlvxLmeR2P .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-PlvxLmeR2P .card .card-header a.panel-title .sign {
  padding-right: 1rem;
  padding-left: 1rem;
}
.cid-PlvxLmeR2P .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-PlvxLmeR2P .card .panel-body {
  background: #ffffff;
}
.cid-PlvxLmeR2P .sign {
  color: #000000;
}
.cid-PlvxLmeR2P .media-container-row .accordion-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-PlvxLmeR2P .media-container-row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-PlvxLmeR2P .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-PlvxLmeR2P .header-text,
.cid-PlvxLmeR2P .sign {
  color: #333333;
}
.cid-UUaTBjbLjH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-UUaTBjbLjH .mbr-text {
  color: #716c80;
}
.cid-UUaTBjbLjH .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(137, 173, 255, 0.35);
}
.cid-UUaTBjbLjH .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-UUaTBjbLjH .card-wrapper:hover .ico2 {
  color: #0f7699 !important;
}
.cid-UUaTBjbLjH .text-info:hover {
  color: inherit!important;
}
.cid-UUaTBjbLjH .ico2 {
  color: #82786e !important;
  transition: all 0.6s;
}
.cid-UUaTBjbLjH .card-box {
  padding: 0rem 1rem;
}
.cid-UUaTBjbLjH .ico1 {
  font-size: 3rem !important;
}
.cid-UUaTBjbLjH h3,
.cid-UUaTBjbLjH h4 {
  padding: 0;
  margin: 0;
}
.cid-UUaTBjbLjH .card-title,
.cid-UUaTBjbLjH .card-img {
  color: #57468b;
}
.cid-UUaTBjbLjH .card-title {
  color: #57468b;
}
.cid-UUaTBjbLjH H1 {
  color: #57468b;
}
.cid-UUaTBjbLjH .text,
.cid-UUaTBjbLjH .mbr-section-btn {
  color: #716c80;
}
.cid-rD7w7W2asa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rD7w7W2asa h3 {
  text-align: center;
}
.cid-rD7w7W2asa .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rD7w7W2asa .mbr-content-text {
  color: #767676;
}
.cid-rD7w7W2asa .panel-item {
  background: #ffffff;
}
.cid-rD7w7W2asa .card {
  word-wrap: break-word;
}
.cid-rD7w7W2asa .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-JbGct28Fya .float {
  width: 63px;
  height: 61px;
  bottom: 38px;
  left: 28px;
  background-color: #4fe97b;
  color: #ffffff;
  border-radius: 100px;
  font-size: 34px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-JbGct28Fya .my-float {
  margin-top: 12px;
}
.cid-JbGct28Fya P {
  color: #232323;
}
.cid-JbGct28Fya DIV {
  color: #ffffff;
}
.cid-JbGct28Fya H10 {
  color: #767676;
}
.cid-JbGct28Fya .hidden {
  display: none;
}
.cid-qVneHljIEv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qVneHljIEv .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-qVneHljIEv .btn {
  margin: 0 0 .5rem 0;
}
.cid-rD7jav7a7I {
  padding-top: 330px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rD7jav7a7I .mbr-text {
  color: #767676;
}
.cid-rD7jav7a7I h4 {
  text-align: center;
}
.cid-rD7jav7a7I p {
  text-align: center;
}
.cid-rD7jav7a7I .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-szGrXPQLGo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-szGrXPQLGo .btn {
  margin-left: -40vw;
}
.cid-szGrXPQLGo .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.cid-szGrXPQLGo img {
  max-width: 100%;
  width: 90%;
  height: auto!important;
  margin-top: 0vh;
}
.cid-szGrXPQLGo h2.fadeInUp {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-delay: 2x;
  animation-delay: 2s;
}
.cid-szGrXPQLGo .image_wrapper {
  overflow: hidden;
  height: 500px;
  width: 90%;
  position: relative;
  display: inline-block;
}
.cid-szGrXPQLGo .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-szGrXPQLGo .modal-body .close {
  background: #1b1b1b;
}
.cid-szGrXPQLGo .modal-body .close span {
  font-style: normal;
}
.cid-szGrXPQLGo .carousel-inner > .active,
.cid-szGrXPQLGo .carousel-inner > .next,
.cid-szGrXPQLGo .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-szGrXPQLGo .carousel-control .icon-next,
.cid-szGrXPQLGo .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-szGrXPQLGo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-szGrXPQLGo .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-szGrXPQLGo .content-slider-wrap {
    width: 100%!important;
  }
}
@media all and (max-width: 767px) {
  .cid-szGrXPQLGo img {
    max-width: 1150px ;
    margin-left: -15rem;
  }
  .cid-szGrXPQLGo .image_wrapper {
    width: 100%;
    height: 140%;
    background-color: #666666;
  }
  .cid-szGrXPQLGo .fondorojo {
    height: 500px;
    background-color: #666666;
  }
  .cid-szGrXPQLGo .btn {
    margin-top: -5%;
    height: 30px!important;
    width: 110px!important;
    font-size: 6pt;
    padding: 0px;
  }
  .cid-szGrXPQLGo h2 {
    margin-top: 30%;
    font-size: 20px !important;
    text-shadow: 2px 2px 5px #000000;
  }
  .cid-szGrXPQLGo P {
    margin-top: -5%;
    font-size: 15px !important;
    text-shadow: 2px 2px 5px #000000;
  }
}
@media all and (max-width: 768px) {
  .cid-szGrXPQLGo .mbr-section-title {
    font-size: 45px !important;
  }
}
.cid-szGrXPQLGo .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-szGrXPQLGo .boxed-slider > div {
  position: relative;
}
.cid-szGrXPQLGo .container img {
  width: 50%;
}
.cid-szGrXPQLGo .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-szGrXPQLGo .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-szGrXPQLGo .mbr-table-cell {
  padding: 0;
}
.cid-szGrXPQLGo .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-szGrXPQLGo .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-szGrXPQLGo .mbr-overlay {
  z-index: 1;
}
.cid-szGrXPQLGo .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-szGrXPQLGo .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-szGrXPQLGo .carousel-item .container {
    width: 100%;
  }
}
.cid-szGrXPQLGo .carousel-item-next.carousel-item-left,
.cid-szGrXPQLGo .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-szGrXPQLGo .active.carousel-item-right,
.cid-szGrXPQLGo .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-szGrXPQLGo .active.carousel-item-left,
.cid-szGrXPQLGo .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-szGrXPQLGo .mbr-slider .carousel-control {
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 0%;
  transition: all .3s;
}
.cid-szGrXPQLGo .mbr-slider .carousel-control.carousel-control-prev {
  left: 5vw;
  margin-left: 2.5rem;
}
.cid-szGrXPQLGo .mbr-slider .carousel-control.carousel-control-next {
  right: 5vw;
  margin-right: 2.5rem;
}
.cid-szGrXPQLGo .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-szGrXPQLGo .mbr-slider .carousel-control {
    display: none;
    top: auto;
    bottom: 1rem;
  }
}
.cid-szGrXPQLGo .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-szGrXPQLGo .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 0%;
  opacity: .5;
  transition: all .3s;
}
.cid-szGrXPQLGo .mbr-slider .carousel-indicators li.active,
.cid-szGrXPQLGo .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-szGrXPQLGo .mbr-slider .carousel-indicators li::after,
.cid-szGrXPQLGo .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-szGrXPQLGo .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-szGrXPQLGo .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-szGrXPQLGo .mbr-slider > .container img {
  width: 100%;
}
.cid-szGrXPQLGo .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-szGrXPQLGo .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-szGrXPQLGo .mbr-slider > .container img {
    max-width: 600px ;
  }
  .cid-szGrXPQLGo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-szGrXPQLGo .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-szGrXPQLGo .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-szGrXPQLGo .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-szGrXPQLGo .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-szGrXPQLGo .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-szGrXPQLGo .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-szGrXPQLGo .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-szGrXPQLGo .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-szGrXPQLGo .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-szGrXPQLGo .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-szGrXPQLGo .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-szGrXPQLGo .carousel-inner {
  height: 100%;
}
.cid-szGrXPQLGo .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-szGrXPQLGo .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-szGrXPQLGo .carousel-item .container-slide {
  text-align: center;
}
.cid-szGrXPQLGo .content-slider-wrap {
  width: 100%;
}
.cid-szGrXPQLGo H2 {
  color: #ffffff;
  text-align: right;
}
.cid-szGrXPQLGo P {
  text-align: right;
  color: #ffffff;
}
.cid-sA7W2f0p3t {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #e4c2ca;
}
.cid-sA7W2f0p3t .btn {
  background-color: #7f1933;
  color: whitesmoke;
}
.cid-sA7W2f0p3t h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sA7W2f0p3t p {
  margin-top: -1rem;
  margin-bottom: -1rem;
  text-align: left;
  padding-top: 1.5rem;
  font-size: 11pt;
  padding-top: 2rem;
}
.cid-sA7W2f0p3t .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-sA7W2f0p3t .mbr-section-btn a {
  margin: 0;
}
.cid-sA7W2f0p3t .mbr-text {
  color: #767676;
}
.cid-sA7W2f0p3t .card-wrapper {
  height: 100%;
  margin-top: -60px;
}
@media (max-width: 767px) {
  .cid-sA7W2f0p3t .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-sA7W2f0p3t .card-title {
  text-align: center;
}
.cid-sA9zViPx19 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background1.jpg");
  WIDTH: 100%;
  MARGIN: AUTO;
}
.cid-sA9zViPx19 .mbr-section-title,
.cid-sA9zViPx19 .mbr-section-subtitle {
  color: #000000;
}
.cid-sA9zViPx19 .mbr-section-text {
  color: #232323;
}
.cid-sA9zViPx19 .mbr-text,
.cid-sA9zViPx19 .typed-text,
.cid-sA9zViPx19 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sA9zViPx19 .btn {
  margin-left: 4px !important;
  background-image: url(https://lh3.googleusercontent.com/cjsqrWQKJQp9RFO7-hJ9AfpKzbUb_Y84vXfjlP0iRHBvladwAfXih984olktDhPnFqyZ0nu9A5jvFwOEQPXzv7hr3ce3QVsLN8kQ2Ao=s0);
  background-repeat: no-repeat;
  background-position: center;
  height: 46px;
  width: 153;
}
.cid-sA9zViPx19 .btn:hover {
  background-image: url(https://lh3.googleusercontent.com/cjsqrWQKJQp9RFO7-hJ9AfpKzbUb_Y84vXfjlP0iRHBvladwAfXih984olktDhPnFqyZ0nu9A5jvFwOEQPXzv7hr3ce3QVsLN8kQ2Ao=s0);
  background-repeat: no-repeat;
  background-position: center;
  height: 46px;
  width: 153;
}
.cid-sA9zViPx19 .btn:active {
  background-image: url(https://lh3.googleusercontent.com/cjsqrWQKJQp9RFO7-hJ9AfpKzbUb_Y84vXfjlP0iRHBvladwAfXih984olktDhPnFqyZ0nu9A5jvFwOEQPXzv7hr3ce3QVsLN8kQ2Ao=s0);
  background-repeat: no-repeat;
  background-position: center;
  height: 46px;
  width: 153;
}
.cid-sA9zViPx19 .animated-element {
  color: #232323;
}
.cid-sA9zViPx19 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #232323;
}
.cid-sA9zViPx19 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sA9zViPx19 .typed-text,
  .cid-sA9zViPx19 .mbr-section-subtitle,
  .cid-sA9zViPx19 .mbr-section-text,
  .cid-sA9zViPx19 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sA9zViPx19 .mbr-section-text,
.cid-sA9zViPx19 .mbr-section-btn {
  text-align: left;
}
.cid-gJe29HnAao {
  background-color: #242930;
}
.cid-gJe29HnAao .show {
  visibility: visible;
}
.cid-gJe29HnAao .hide {
  visibility: hidden;
}
.cid-sHXsBo30Wi {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: -5rem;
  background-color: #232323;
}
.cid-sHXsBo30Wi h3 {
  text-shadow: 2px 3px #333333;
  font-weight: 500;
}
.cid-sHXsBo30Wi h2 {
  text-shadow: 2px 3px #333333;
  font-weight: 500;
  top: -5rem;
}
.cid-sHXsBo30Wi .card-img {
  width: initial;
}
.cid-sHXsBo30Wi .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sHXsBo30Wi .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-sHXsBo30Wi .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sHXsBo30Wi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sHXsBo30Wi .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-sHXsBo30Wi .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sHXsBo30Wi .mbr-al-i-c {
  align-items: center;
}
.cid-sHXsBo30Wi .mbr-section-title {
  color: #ffffff;
}
.cid-sHXsBo30Wi .card-title {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sHXsBo30Wi img {
    width: 70%;
    text-align: center;
    align-items: center;
    margin: auto;
  }
}
.cid-sHXsBo30Wi P {
  color: #ffffff;
}
.cid-rD6V0Kvl8O {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rD6V0Kvl8O .mbr-text,
.cid-rD6V0Kvl8O blockquote {
  color: #767676;
}
.cid-rD6V0Kvl8O .mbr-text P {
  text-align: center;
}
.cid-qTzVdletV2 {
  padding-top: 15px;
  padding-bottom: 50px;
  width: 90%;
  margin: auto;
  background-color: #ffffff;
}
.cid-qTzVdletV2 .py-4 {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0rem;
  padding-right: 0rem;
}
.cid-qTzVdletV2 .btn {
  width: 150px;
  padding: 2px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: none;
  box-shadow: 5px 3px 5px #000000!important;
  margin-bottom: 15px;
}
.cid-qTzVdletV2 .btnconsultoria {
  background-color: #7f1933;
  color: white;
}
.cid-qTzVdletV2 .btnconsultoria:active {
  background-color: #7f1933;
  color: white;
}
.cid-qTzVdletV2 .btntecnologia {
  background-color: #336699;
  color: white;
}
.cid-qTzVdletV2 .btntecnologia:active {
  background-color: #336699;
  color: white;
}
.cid-qTzVdletV2 .btnsoporte {
  background-color: #dfb423;
  color: white;
}
.cid-qTzVdletV2 .btnsoporte:active {
  background-color: #dfb423;
  color: white;
}
.cid-qTzVdletV2 .btnacademy {
  background-color: #669900;
  color: white;
}
.cid-qTzVdletV2 .btnacademy:active {
  background-color: #669900;
  color: white;
}
.cid-qTzVdletV2 .btndesarrollo {
  background-color: #990000;
  color: white;
}
.cid-qTzVdletV2 .btndesarrollo:active {
  background-color: #990000;
  color: white;
}
.cid-qTzVdletV2 .mbr-text,
.cid-qTzVdletV2 .mbr-section-btn {
  text-align: center;
  padding: 0px;
}
.cid-qTzVdletV2 H2 {
  text-align: center;
}
.cid-qTzVdletV2 SPAN {
  color: #232323;
}
.cid-qTzVdletV2 H3 {
  color: #232323;
  text-align: center;
}
.cid-sA33lhFkam {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-sA33lhFkam .mbr-section-subtitle {
  color: #767676;
}
.cid-sA35AnPiID {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sA35AnPiID .mbr-section-title {
  letter-spacing: 0em;
  color: #232323;
  margin-bottom: 1rem;
  font-weight: lighter;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-stretch: normal;
}
.cid-sA35AnPiID .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sA35AnPiID .btn {
  margin: 10px !important;
  width: 150px;
  margin-bottom: 10rem;
  padding-left: 5px;
  padding-right: 5px;
}
.cid-sA35AnPiID .btn2 {
  background-color: #437bc4 !important;
  border: none;
}
.cid-sA35AnPiID .btn3 {
  background-color: #1d7c7c !important;
  border: none;
}
.cid-sA35AnPiID .btn4 {
  background-color: #464646 !important;
  border: none;
}
.cid-sA35AnPiID .second-col {
  margin-top: -5rem;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sA35AnPiID .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sA35AnPiID .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sA35AnPiID .carousel-item .wrap-img {
  text-align: center;
}
.cid-sA35AnPiID .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-sA35AnPiID .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sA35AnPiID .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sA35AnPiID .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #000000;
  display: inline-block;
  border: 4px solid #000000;
}
.cid-sA35AnPiID .carousel-indicators li.active {
  border-color: #000000;
}
@media (max-width: 768px) {
  .cid-sA35AnPiID .btn2 {
    background-color: green;
  }
  .cid-sA35AnPiID .second-col {
    padding-top: 2rem;
    margin-top: 0rem;
  }
}
.cid-sA35AnPiID .mbr-section-subtitle,
.cid-sA35AnPiID .mbr-section-btn {
  color: #232323;
}
.cid-sF4ob5DEHS {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-sF4ob5DEHS .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sF4ob5DEHS .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sF4ob5DEHS img {
    width: 50%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sF4ob5DEHS .mbr-text {
    text-align: left;
  }
}
.cid-sF4ob5DEHS .mbr-text,
.cid-sF4ob5DEHS .mbr-section-btn {
  color: #000000;
}
.cid-sF4ob5DEHS H1 {
  color: #000000;
}
.cid-sF4ob5DEHS .btn-grad {
  background-image: linear-gradient(to right, #e52d27 0%, #b31217 51%, #e52d27 100%);
  margin-left: 4px !important;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 5px;
  display: block;
}
.cid-sF4ob5DEHS .btn-grad:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}
.cid-sF4ob5DEHS .btn {
  background-image: linear-gradient(to right, #e52d27 0%, #b31217 51%, #e52d27 100%);
  margin-left: 4px !important;
  height: 46px;
  width: 153;
  color: white;
  text-transform: uppercase;
  box-shadow: 0 0 20px #eee;
  border-radius: 3px;
  border-color: red;
  transition: 1.5s;
}
.cid-sF4ob5DEHS .btn:hover {
  background-image: linear-gradient(to left, #e52d27 100%, #b31217 51%, #e52d27 0%);
  background-position: right center;
}
.cid-sF4ob5DEHS .btn:active {
  background-image: linear-gradient(to right, #e52d27 0%, #b31217 51%, #e52d27 100%);
  margin-left: 4px !important;
  height: 46px;
  width: 153;
  color: white;
  text-transform: uppercase;
  box-shadow: 0 0 20px #eee;
  border-radius: 3px;
  border-color: red;
  transition: 1.5s;
}
.cid-sBiqU9w2n6 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #767676;
  width: 100%;
  margin: auto;
}
.cid-sBiqU9w2n6 .mbr-section-subtitle {
  color: #767676;
}
.cid-sBiqU9w2n6 H2 {
  color: #ffffff;
}
.cid-sBippWhkXx {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sBippWhkXx .btn {
  margin-left: 4px !important;
  background-image: url(https://lh3.googleusercontent.com/cjsqrWQKJQp9RFO7-hJ9AfpKzbUb_Y84vXfjlP0iRHBvladwAfXih984olktDhPnFqyZ0nu9A5jvFwOEQPXzv7hr3ce3QVsLN8kQ2Ao=s0);
  background-repeat: no-repeat;
  background-position: center;
  height: 46px;
  width: 153;
}
.cid-sBippWhkXx .btn:hover {
  background-image: url(https://lh3.googleusercontent.com/cjsqrWQKJQp9RFO7-hJ9AfpKzbUb_Y84vXfjlP0iRHBvladwAfXih984olktDhPnFqyZ0nu9A5jvFwOEQPXzv7hr3ce3QVsLN8kQ2Ao=s0);
  background-repeat: no-repeat;
  background-position: center;
  height: 46px;
  width: 153;
}
.cid-sBippWhkXx .btn:active {
  background-image: url(https://lh3.googleusercontent.com/cjsqrWQKJQp9RFO7-hJ9AfpKzbUb_Y84vXfjlP0iRHBvladwAfXih984olktDhPnFqyZ0nu9A5jvFwOEQPXzv7hr3ce3QVsLN8kQ2Ao=s0);
  background-repeat: no-repeat;
  background-position: center;
  height: 46px;
  width: 153;
}
@media (min-width: 992px) {
  .cid-sBippWhkXx .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sBippWhkXx .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sBippWhkXx img {
    width: 50%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sBippWhkXx .mbr-text {
    text-align: left;
  }
}
.cid-sBippWhkXx .mbr-text,
.cid-sBippWhkXx .mbr-section-btn {
  color: #232323;
}
.cid-sBippWhkXx H1 {
  color: #232323;
}
.cid-sA4jFcNVce {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-sA4jFcNVce .mbr-section-subtitle {
  color: #767676;
}
.cid-sA4jFcNVce H2 {
  color: #ffffff;
}
.cid-qTzXq8AxBJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qTzXq8AxBJ .mbr-section-subtitle {
  color: #767676;
}
.cid-qTzXq8AxBJ H2 {
  color: #ffffff;
}
.cid-sA9GyFq4cV {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #767676;
  width: 100%;
  margin: auto;
}
.cid-sA9GyFq4cV .mbr-section-subtitle {
  color: #767676;
}
.cid-sA9GyFq4cV H2 {
  color: #ffffff;
}
.cid-rD6VDuPANW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #7f1933;
  background: linear-gradient(45deg, #7f1933, #f7ed4a);
}
.cid-rD6VDuPANW .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rD6VDuPANW .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rD6VDuPANW .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-rD6VDuPANW img {
    width: 40%;
    display: block;
    margin: auto;
  }
}
@media (max-width: 531px) {
  .cid-rD6VDuPANW img {
    width: 70%;
    display: block;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rD6VDuPANW .mbr-text {
    text-align: center;
  }
}
.cid-rD6VDuPANW .mbr-text,
.cid-rD6VDuPANW .mbr-section-btn {
  color: #ffffff;
}
.cid-rD6VDuPANW H1 {
  color: #ffffff;
}
.cid-qG9oWcjD5a {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #7f1933;
  width: 100%;
  margin: auto;
}
.cid-qG9oWcjD5a .mbr-section-subtitle {
  color: #767676;
}
.cid-qG9oWcjD5a H2 {
  color: #ffffff;
}
.cid-qTrEILSW4Z {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #e4c2ca;
  width: 100%;
  margin: auto;
}
.cid-qTrEILSW4Z .mbr-section-subtitle {
  color: #232323;
}
.cid-qTrEILSW4Z .display-5 {
  line-height: 130%;
}
.cid-qTtDwJG36E {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #e4c2ca;
  width: 100%;
  margin: auto;
}
.cid-sA4rWhFVBA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #e4c2ca;
  width: 100%;
  margin: auto;
}
.cid-sA4rWhFVBA .mbr-section-subtitle {
  color: #232323;
}
.cid-sA4rWhFVBA .display-2 {
  line-height: 130%;
  font-size: 30pt;
}
.cid-sA4rWhFVBA btn {
  font-size: 10pt;
}
.cid-sA4nJG8t77 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #e4c2ca;
}
.cid-sA4nJG8t77 .btn {
  background-color: #7f1933;
  color: whitesmoke;
}
.cid-sA4nJG8t77 .btn:hover {
  background-color: #996b77!important;
  color: whitesmoke;
}
.cid-sA4nJG8t77 .btn:active {
  background-color: #7f1933!important;
  color: whitesmoke;
}
.cid-sA4nJG8t77 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sA4nJG8t77 p {
  margin-top: -1rem;
  margin-bottom: -1rem;
  text-align: left;
  padding-top: 1.5rem;
  font-size: 11pt;
  padding-top: 2rem;
}
.cid-sA4nJG8t77 .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-sA4nJG8t77 .mbr-section-btn a {
  margin: 0;
}
.cid-sA4nJG8t77 .mbr-text {
  color: #767676;
}
.cid-sA4nJG8t77 .card-wrapper {
  height: 100%;
  margin-top: -60px;
  padding-bottom: 15%;
}
@media (max-width: 767px) {
  .cid-sA4nJG8t77 .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-sA4nJG8t77 .card-title {
  text-align: center;
}
.cid-sA4nJG8t77 .mbr-text,
.cid-sA4nJG8t77 .mbr-section-btn {
  color: #232323;
}
.cid-qG9pmkXhXq {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #336699;
  width: 100%;
  margin: auto;
}
.cid-qG9pmkXhXq .mbr-section-subtitle {
  color: #767676;
}
.cid-qG9pmkXhXq H2 {
  color: #ffffff;
}
.cid-qTDdEx8ycC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #88b6d8;
}
.cid-qTDdEx8ycC .mbr-section-subtitle {
  color: #767676;
}
.cid-qTDdEx8ycC .btn {
  margin: 0 0 .5rem 0;
}
.cid-qTDdEx8ycC H2 {
  text-align: center;
  color: #ffffff;
}
.cid-qTDdEx8ycC SPAN {
  color: #ffffff;
}
.cid-qTrDUkWBPH {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ccdfed;
}
.cid-qTrDUkWBPH .mbr-section-subtitle {
  color: #232323;
}
.cid-qTrDUkWBPH H2 {
  color: #232323;
}
.cid-qTrDUkWBPH .display-5 {
  line-height: 130%;
}
.cid-sA8ikzdRFM {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ccdfed;
  width: 100%;
  margin: auto;
}
.cid-sA86ZIwsNo {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ccdfed;
}
.cid-sA86ZIwsNo .btn {
  background-color: #336699;
  color: whitesmoke;
  border-color: #336699;
}
.cid-sA86ZIwsNo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sA86ZIwsNo p {
  margin-top: -1rem;
  margin-bottom: -1rem;
  text-align: left;
  padding-top: 1.5rem;
  font-size: 11pt;
  padding-top: 2rem;
}
.cid-sA86ZIwsNo .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-sA86ZIwsNo .mbr-section-btn a {
  margin: 0;
}
.cid-sA86ZIwsNo .mbr-text {
  color: #767676;
}
.cid-sA86ZIwsNo .card-wrapper {
  height: 100%;
  padding-bottom: 25%;
  margin-top: -60px;
}
@media (max-width: 767px) {
  .cid-sA86ZIwsNo .card-wrapper {
    border-top: 2px solid #0f0f0f;
  }
  .cid-sA86ZIwsNo .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-sA86ZIwsNo .card-title {
  text-align: center;
}
.cid-sA86ZIwsNo .mbr-text,
.cid-sA86ZIwsNo .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-qTzWj3Uk5i {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qTzWj3Uk5i .mbr-section-subtitle {
  color: #767676;
}
.cid-qTzWj3Uk5i H2 {
  color: #ffffff;
}
.cid-qH6wsEuSu8 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #dfb423;
}
.cid-qH6wsEuSu8 .mbr-section-subtitle {
  color: #767676;
}
.cid-qH6wsEuSu8 H2 {
  color: #ffffff;
}
.cid-qTsloRHOWH {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f2ead0;
}
.cid-qTsloRHOWH .mbr-section-subtitle {
  color: #232323;
}
.cid-sA8j9hNOjQ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f2ead0;
  width: 100%;
  margin: auto;
}
.cid-sA8j9hNOjQ .btn:hover {
  background-color: #dfb423;
  color: white;
  border-color: #dfb423 ;
}
.cid-qH6wthgwmP {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #f2ead0;
}
.cid-qH6wthgwmP h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qH6wthgwmP p {
  color: #767676;
  text-align: left;
}
.cid-qH6wthgwmP .card-box {
  padding-top: 2rem;
}
.cid-qH6wthgwmP .card-wrapper {
  height: 100%;
}
.cid-qH6wthgwmP P {
  text-align: center;
  color: #232323;
}
.cid-qH6wthgwmP .card-title {
  text-align: center;
  color: #232323;
}
.cid-qG9pAdBCLi {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #669900;
}
.cid-qG9pAdBCLi .mbr-section-subtitle {
  color: #767676;
}
.cid-qG9pAdBCLi H2 {
  color: #ffffff;
}
.cid-qTmi0rkxml {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e1f1bf;
}
.cid-qTmi0rkxml .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qTmi0rkxml .card-box {
  padding: 0 2rem;
}
.cid-qTmi0rkxml .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qTmi0rkxml .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qTmi0rkxml h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qTmi0rkxml p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-qTmi0rkxml .mbr-text {
  color: #232323;
}
.cid-qTmi0rkxml .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #e1f1bf;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qTmi0rkxml .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qTmi0rkxml .card-title B {
  color: #232323;
}
.cid-qTuc2800Gk {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #e1f1bf;
}
.cid-qTuc2800Gk .mbr-section-subtitle {
  color: #232323;
}
.cid-sA8pscyOdM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #e1f1bf;
  width: 100%;
  margin: auto;
}
.cid-sA8pscyOdM .btn:hover {
  background-color: #669900;
  color: white;
  border-color: #669900;
}
.cid-udPsq24vU6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-udPsq24vU6 P {
  color: #767676;
}
.cid-thUA3itup5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-thUA3itup5 .mbr-text,
.cid-thUA3itup5 blockquote {
  color: #767676;
}
.cid-thUA3itup5 .mbr-text P {
  text-align: center;
}
.cid-thUA3junvV {
  padding-top: 15px;
  padding-bottom: 50px;
  width: 90%;
  margin: auto;
  background-color: #ffffff;
}
.cid-thUA3junvV .py-4 {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0rem;
  padding-right: 0rem;
}
.cid-thUA3junvV .btn {
  width: 150px;
  padding: 2px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: none;
  box-shadow: 5px 5px 15px #666666!important;
  margin-bottom: 15px;
  border-radius: 90px;
  height: 150PX;
}
.cid-thUA3junvV .btnconsultoria {
  background-color: #7f1933;
  color: white;
  padding-top: 50px;
  background-image: url("http://www.grupogestec.com/web5/gestecportalweb/img/imgconsultoria.png");
  background-repeat: no-repeat;
  background-size: 36px;
  background-position: 50% 35%;
}
.cid-thUA3junvV .btnconsultoria:active {
  background-color: #7f1933;
  color: white;
}
.cid-thUA3junvV .btntecnologia {
  background-color: #336699;
  color: white;
  padding-top: 50px;
  background-image: url("http://www.grupogestec.com/web5/gestecportalweb/img/icontech.png");
  background-repeat: no-repeat;
  background-size: 49px;
  background-position: 50% 35%;
}
.cid-thUA3junvV .btntecnologia:active {
  background-color: #336699;
  color: white;
}
.cid-thUA3junvV .btnsoporte {
  background-color: #dfb423;
  color: white;
  padding-top: 50px;
  padding-left: 10px;
  background-image: url("http://www.grupogestec.com/web5/gestecportalweb/img/iconsupport.png");
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: 50% 35%;
}
.cid-thUA3junvV .btnsoporte:active {
  background-color: #dfb423;
  color: white;
}
.cid-thUA3junvV .btnacademy {
  background-color: #669900;
  color: white;
  padding-top: 50px;
  background-image: url("http://www.grupogestec.com/web5/gestecportalweb/img/iconacademy.png");
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: 50% 35%;
}
.cid-thUA3junvV .btnacademy:active {
  background-color: #669900;
  color: white;
}
.cid-thUA3junvV .btndesarrollo {
  background-color: #990000;
  color: white;
  padding-top: 50px;
  background-image: url("http://www.grupogestec.com/web5/gestecportalweb/img/icondev.png");
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: 50% 35%;
}
.cid-thUA3junvV .btndesarrollo:active {
  background-color: #990000;
  color: white;
}
.cid-thUA3junvV .mbr-text,
.cid-thUA3junvV .mbr-section-btn {
  text-align: center;
  padding: 0px;
}
.cid-thUA3junvV H2 {
  text-align: center;
}
.cid-thUA3junvV SPAN {
  color: #232323;
}
.cid-thUA3junvV H3 {
  color: #232323;
  text-align: center;
}
.cid-tlj3WXtQ8i {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #09131d;
  width: 100%;
  margin: auto;
}
.cid-tlj3WXtQ8i .mbr-section-subtitle {
  color: #767676;
}
.cid-tlj3WXtQ8i H2 {
  color: #ffffff;
}
.cid-ueFPjw00Di .modal-body .close {
  background: #1b1b1b;
}
.cid-ueFPjw00Di .modal-body .close span {
  font-style: normal;
}
.cid-ueFPjw00Di .carousel-inner > .active,
.cid-ueFPjw00Di .carousel-inner > .next,
.cid-ueFPjw00Di .carousel-inner > .prev {
  display: table;
}
.cid-ueFPjw00Di .carousel-control .icon-next,
.cid-ueFPjw00Di .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-ueFPjw00Di .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ueFPjw00Di .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ueFPjw00Di .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-ueFPjw00Di .boxed-slider > div {
  position: relative;
}
.cid-ueFPjw00Di .container img {
  width: 100%;
}
.cid-ueFPjw00Di .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-ueFPjw00Di .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ueFPjw00Di .mbr-table-cell {
  padding: 0;
}
.cid-ueFPjw00Di .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ueFPjw00Di .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-ueFPjw00Di .mbr-overlay {
  z-index: 1;
}
.cid-ueFPjw00Di .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-ueFPjw00Di .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-ueFPjw00Di .carousel-item .container {
    width: 100%;
  }
}
.cid-ueFPjw00Di .carousel-item-next.carousel-item-left,
.cid-ueFPjw00Di .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-ueFPjw00Di .active.carousel-item-right,
.cid-ueFPjw00Di .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-ueFPjw00Di .active.carousel-item-left,
.cid-ueFPjw00Di .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-ueFPjw00Di .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-ueFPjw00Di .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  display: none;
}
.cid-ueFPjw00Di .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  display: none;
}
.cid-ueFPjw00Di .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-ueFPjw00Di .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ueFPjw00Di .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ueFPjw00Di .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-ueFPjw00Di .mbr-slider .carousel-indicators li.active,
.cid-ueFPjw00Di .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-ueFPjw00Di .mbr-slider .carousel-indicators li::after,
.cid-ueFPjw00Di .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-ueFPjw00Di .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-ueFPjw00Di .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-ueFPjw00Di .mbr-slider > .container img {
  width: 100%;
}
.cid-ueFPjw00Di .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueFPjw00Di .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-ueFPjw00Di .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ueFPjw00Di .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ueFPjw00Di .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-ueFPjw00Di .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-ueFPjw00Di .full-screen .slider-fullscreen-image {
  min-height: 6ren;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-ueFPjw00Di .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-ueFPjw00Di .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-ueFPjw00Di .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 6rem;
  padding: 0;
}
.cid-ueFPjw00Di .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-ueFPjw00Di .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-ueFPjw00Di .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-ueFPmpVcYV .modal-body .close {
  background: #1b1b1b;
}
.cid-ueFPmpVcYV .modal-body .close span {
  font-style: normal;
}
.cid-ueFPmpVcYV .carousel-inner > .active,
.cid-ueFPmpVcYV .carousel-inner > .next,
.cid-ueFPmpVcYV .carousel-inner > .prev {
  display: table;
}
.cid-ueFPmpVcYV .carousel-control .icon-next,
.cid-ueFPmpVcYV .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-ueFPmpVcYV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ueFPmpVcYV .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ueFPmpVcYV .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-ueFPmpVcYV .boxed-slider > div {
  position: relative;
}
.cid-ueFPmpVcYV .container img {
  width: 100%;
}
.cid-ueFPmpVcYV .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-ueFPmpVcYV .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ueFPmpVcYV .mbr-table-cell {
  padding: 0;
}
.cid-ueFPmpVcYV .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ueFPmpVcYV .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-ueFPmpVcYV .mbr-overlay {
  z-index: 1;
}
.cid-ueFPmpVcYV .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-ueFPmpVcYV .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-ueFPmpVcYV .carousel-item .container {
    width: 100%;
  }
}
.cid-ueFPmpVcYV .carousel-item-next.carousel-item-left,
.cid-ueFPmpVcYV .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-ueFPmpVcYV .active.carousel-item-right,
.cid-ueFPmpVcYV .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-ueFPmpVcYV .active.carousel-item-left,
.cid-ueFPmpVcYV .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-ueFPmpVcYV .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-ueFPmpVcYV .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  display: none;
}
.cid-ueFPmpVcYV .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  display: none;
}
.cid-ueFPmpVcYV .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-ueFPmpVcYV .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ueFPmpVcYV .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ueFPmpVcYV .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-ueFPmpVcYV .mbr-slider .carousel-indicators li.active,
.cid-ueFPmpVcYV .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-ueFPmpVcYV .mbr-slider .carousel-indicators li::after,
.cid-ueFPmpVcYV .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-ueFPmpVcYV .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-ueFPmpVcYV .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-ueFPmpVcYV .mbr-slider > .container img {
  width: 100%;
}
.cid-ueFPmpVcYV .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueFPmpVcYV .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-ueFPmpVcYV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ueFPmpVcYV .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ueFPmpVcYV .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-ueFPmpVcYV .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-ueFPmpVcYV .full-screen .slider-fullscreen-image {
  min-height: 50vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-ueFPmpVcYV .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-ueFPmpVcYV .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-ueFPmpVcYV .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 50vh;
  padding: 0;
}
.cid-ueFPmpVcYV .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-ueFPmpVcYV .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-ueFPmpVcYV .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-ueFPoGuroU .modal-body .close {
  background: #1b1b1b;
}
.cid-ueFPoGuroU .modal-body .close span {
  font-style: normal;
}
.cid-ueFPoGuroU .carousel-inner > .active,
.cid-ueFPoGuroU .carousel-inner > .next,
.cid-ueFPoGuroU .carousel-inner > .prev {
  display: table;
}
.cid-ueFPoGuroU .carousel-control .icon-next,
.cid-ueFPoGuroU .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-ueFPoGuroU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ueFPoGuroU .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ueFPoGuroU .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-ueFPoGuroU .boxed-slider > div {
  position: relative;
}
.cid-ueFPoGuroU .container img {
  width: 100%;
}
.cid-ueFPoGuroU .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-ueFPoGuroU .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ueFPoGuroU .mbr-table-cell {
  padding: 0;
}
.cid-ueFPoGuroU .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ueFPoGuroU .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-ueFPoGuroU .mbr-overlay {
  z-index: 1;
}
.cid-ueFPoGuroU .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-ueFPoGuroU .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-ueFPoGuroU .carousel-item .container {
    width: 100%;
  }
}
.cid-ueFPoGuroU .carousel-item-next.carousel-item-left,
.cid-ueFPoGuroU .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-ueFPoGuroU .active.carousel-item-right,
.cid-ueFPoGuroU .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-ueFPoGuroU .active.carousel-item-left,
.cid-ueFPoGuroU .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-ueFPoGuroU .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-ueFPoGuroU .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  display: none;
}
.cid-ueFPoGuroU .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  display: none;
}
.cid-ueFPoGuroU .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-ueFPoGuroU .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ueFPoGuroU .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ueFPoGuroU .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-ueFPoGuroU .mbr-slider .carousel-indicators li.active,
.cid-ueFPoGuroU .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-ueFPoGuroU .mbr-slider .carousel-indicators li::after,
.cid-ueFPoGuroU .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-ueFPoGuroU .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-ueFPoGuroU .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-ueFPoGuroU .mbr-slider > .container img {
  width: 100%;
}
.cid-ueFPoGuroU .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueFPoGuroU .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-ueFPoGuroU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ueFPoGuroU .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ueFPoGuroU .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-ueFPoGuroU .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-ueFPoGuroU .full-screen .slider-fullscreen-image {
  min-height: 6ren;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-ueFPoGuroU .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-ueFPoGuroU .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-ueFPoGuroU .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 6rem;
  padding: 0;
}
.cid-ueFPoGuroU .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-ueFPoGuroU .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-ueFPoGuroU .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-thVytzoK4x {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg-delta2-3.jpeg");
}
.cid-thVytzoK4x .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-thVytzoK4x .btn {
  width: 230px;
}
@media (min-width: 992px) {
  .cid-thVytzoK4x .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-thVytzoK4x .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-thVytzoK4x .mbr-text {
    text-align: center;
  }
}
.cid-ueu5f7keBz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ted24-bg.jpg");
}
.cid-ueu5f7keBz .btn-dang {
  margin-top: 100px;
}
.cid-ueu5f7keBz .btn {
  margin-top: 100px;
  background-color: transparent;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: right;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  background-image: linear-gradient(to right, #e52d27 0%, #b31217 51%, #e52d27 100%);
  margin-left: 4px !important;
  height: 46px;
  width: 153;
  text-transform: uppercase;
  box-shadow: 0 0 20px #eee;
  border-radius: 3px;
  border-color: red;
  transition: 1.5s;
}
.cid-ueu5f7keBz .btn-md {
  margin-top: 250px;
  background-color: transparent;
}
.cid-ueu5f7keBz .mbr-section-btn {
  margin-top: 20vh;
}
.cid-ueu5f7keBz .btn:hover {
  background-image: linear-gradient(to left, #e52d27 100%, #b31217 51%, #e52d27 0%);
  background-position: right center;
}
.cid-ueu5f7keBz .btn:active {
  background-image: linear-gradient(to right, #e52d27 0%, #b31217 51%, #e52d27 100%);
  margin-left: 4px !important;
  height: 46px;
  width: 153;
  color: white;
  text-transform: uppercase;
  box-shadow: 0 0 20px #eee;
  border-radius: 3px;
  border-color: red;
  transition: 1.5s;
  font-family: 'Montserrat';
  font-size: 22px;
}
.cid-thUHm31buM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #767676;
}
.cid-thUHm31buM .mbr-section-subtitle {
  color: #767676;
}
.cid-thUA3lhJpO {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-thUA3lhJpO .mbr-section-title {
  letter-spacing: 0em;
  color: #232323;
  margin-bottom: 1rem;
  font-weight: lighter;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-stretch: normal;
}
.cid-thUA3lhJpO .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-thUA3lhJpO .btn {
  margin: 10px !important;
  width: 150px;
  margin-bottom: 10rem;
  padding-left: 5px;
  padding-right: 5px;
}
.cid-thUA3lhJpO .btn2 {
  background-color: #437bc4 !important;
  border: none;
}
.cid-thUA3lhJpO .btn3 {
  background-color: #1d7c7c !important;
  border: none;
}
.cid-thUA3lhJpO .btn4 {
  background-color: #464646 !important;
  border: none;
}
.cid-thUA3lhJpO .second-col {
  margin-top: -5rem;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thUA3lhJpO .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thUA3lhJpO .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-thUA3lhJpO .carousel-item .wrap-img {
  text-align: center;
}
.cid-thUA3lhJpO .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-thUA3lhJpO .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-thUA3lhJpO .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-thUA3lhJpO .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #000000;
  display: inline-block;
  border: 4px solid #000000;
}
.cid-thUA3lhJpO .carousel-indicators li.active {
  border-color: #000000;
}
@media (max-width: 768px) {
  .cid-thUA3lhJpO .btn2 {
    background-color: green;
  }
  .cid-thUA3lhJpO .second-col {
    padding-top: 2rem;
    margin-top: 0rem;
  }
}
.cid-thUA3lhJpO .mbr-section-subtitle,
.cid-thUA3lhJpO .mbr-section-btn {
  color: #232323;
}
.cid-tlBlyfc6VF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-2.jpg");
}
.cid-tlBlyfc6VF .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tlBlyfc6VF .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tlBlyfc6VF .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tlBlyfc6VF .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tlBlyfc6VF img {
    width: 50%;
    margin: auto;
  }
}
.cid-thUHQBJYSt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #767676;
}
.cid-thUHQBJYSt .mbr-section-subtitle {
  color: #767676;
}
.cid-thUA3nJUDr {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #767676;
  width: 100%;
  margin: auto;
}
.cid-thUA3nJUDr .mbr-section-subtitle {
  color: #767676;
}
.cid-thUA3nJUDr H2 {
  color: #ffffff;
}
.cid-thUA3oETh5 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-thUA3oETh5 .btn {
  margin-left: 4px !important;
  background-image: url(https://lh3.googleusercontent.com/cjsqrWQKJQp9RFO7-hJ9AfpKzbUb_Y84vXfjlP0iRHBvladwAfXih984olktDhPnFqyZ0nu9A5jvFwOEQPXzv7hr3ce3QVsLN8kQ2Ao=s0);
  background-repeat: no-repeat;
  background-position: center;
  height: 46px;
  width: 153;
}
.cid-thUA3oETh5 .btn:hover {
  background-image: url(https://lh3.googleusercontent.com/cjsqrWQKJQp9RFO7-hJ9AfpKzbUb_Y84vXfjlP0iRHBvladwAfXih984olktDhPnFqyZ0nu9A5jvFwOEQPXzv7hr3ce3QVsLN8kQ2Ao=s0);
  background-repeat: no-repeat;
  background-position: center;
  height: 46px;
  width: 153;
}
.cid-thUA3oETh5 .btn:active {
  background-image: url(https://lh3.googleusercontent.com/cjsqrWQKJQp9RFO7-hJ9AfpKzbUb_Y84vXfjlP0iRHBvladwAfXih984olktDhPnFqyZ0nu9A5jvFwOEQPXzv7hr3ce3QVsLN8kQ2Ao=s0);
  background-repeat: no-repeat;
  background-position: center;
  height: 46px;
  width: 153;
}
@media (min-width: 992px) {
  .cid-thUA3oETh5 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-thUA3oETh5 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-thUA3oETh5 img {
    width: 50%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-thUA3oETh5 .mbr-text {
    text-align: left;
  }
}
.cid-thUA3oETh5 .mbr-text,
.cid-thUA3oETh5 .mbr-section-btn {
  color: #232323;
}
.cid-thUA3oETh5 H1 {
  color: #232323;
}
.cid-thUA3pHLMQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-thUA3pHLMQ .mbr-section-subtitle {
  color: #767676;
}
.cid-thUA3pHLMQ H2 {
  color: #ffffff;
}
.cid-thUA3srkzv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-thUA3srkzv .mbr-section-subtitle {
  color: #767676;
}
.cid-thUA3srkzv H2 {
  color: #ffffff;
}
.cid-thUA3tAxs2 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #767676;
  width: 100%;
  margin: auto;
}
.cid-thUA3tAxs2 .mbr-section-subtitle {
  color: #767676;
}
.cid-thUA3tAxs2 H2 {
  color: #ffffff;
}
.cid-thUA3uxZjI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #7f1933;
  background: linear-gradient(45deg, #7f1933, #f7ed4a);
}
.cid-thUA3uxZjI .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-thUA3uxZjI .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-thUA3uxZjI .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-thUA3uxZjI img {
    width: 40%;
    display: block;
    margin: auto;
  }
}
@media (max-width: 531px) {
  .cid-thUA3uxZjI img {
    width: 70%;
    display: block;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-thUA3uxZjI .mbr-text {
    text-align: center;
  }
}
.cid-thUA3uxZjI .mbr-text,
.cid-thUA3uxZjI .mbr-section-btn {
  color: #ffffff;
}
.cid-thUA3uxZjI H1 {
  color: #ffffff;
}
.cid-thUA3vJz1T {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #7f1933;
  width: 100%;
  margin: auto;
}
.cid-thUA3vJz1T .mbr-section-subtitle {
  color: #767676;
}
.cid-thUA3vJz1T H2 {
  color: #ffffff;
}
.cid-thUA3wGuWT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #e4c2ca;
  width: 100%;
  margin: auto;
}
.cid-thUA3wGuWT .mbr-section-subtitle {
  color: #232323;
}
.cid-thUA3wGuWT .display-5 {
  line-height: 130%;
}
.cid-thUA3wGuWT H2 {
  color: #09131d;
}
.cid-thUA3xIA6P {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #e4c2ca;
  width: 100%;
  margin: auto;
}
.cid-thUA3yBs04 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #e4c2ca;
  width: 100%;
  margin: auto;
}
.cid-thUA3yBs04 .mbr-section-subtitle {
  color: #232323;
}
.cid-thUA3yBs04 .display-2 {
  line-height: 130%;
  font-size: 30pt;
}
.cid-thUA3yBs04 btn {
  font-size: 10pt;
}
.cid-thUA3yBs04 H2 {
  color: #09131d;
}
.cid-thUA3zw0eq {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #e4c2ca;
}
.cid-thUA3zw0eq .btn {
  background-color: #7f1933;
  color: whitesmoke;
}
.cid-thUA3zw0eq .btn:hover {
  background-color: #996b77!important;
  color: whitesmoke;
}
.cid-thUA3zw0eq .btn:active {
  background-color: #7f1933!important;
  color: whitesmoke;
}
.cid-thUA3zw0eq h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-thUA3zw0eq p {
  margin-top: -1rem;
  margin-bottom: -1rem;
  text-align: left;
  padding-top: 1.5rem;
  font-size: 11pt;
  padding-top: 2rem;
}
.cid-thUA3zw0eq .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-thUA3zw0eq .mbr-section-btn a {
  margin: 0;
}
.cid-thUA3zw0eq .mbr-text {
  color: #767676;
}
.cid-thUA3zw0eq .card-wrapper {
  height: 100%;
  margin-top: -60px;
  padding-bottom: 15%;
}
@media (max-width: 767px) {
  .cid-thUA3zw0eq .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-thUA3zw0eq .card-title {
  text-align: center;
}
.cid-thUA3zw0eq .mbr-text,
.cid-thUA3zw0eq .mbr-section-btn {
  color: #232323;
}
.cid-thUA3AR8Wq {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #336699;
  width: 100%;
  margin: auto;
}
.cid-thUA3AR8Wq .mbr-section-subtitle {
  color: #767676;
}
.cid-thUA3AR8Wq H2 {
  color: #ffffff;
}
.cid-thUA3BRe6q {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #88b6d8;
}
.cid-thUA3BRe6q .mbr-section-subtitle {
  color: #767676;
}
.cid-thUA3BRe6q .btn {
  margin: 0 0 .5rem 0;
}
.cid-thUA3BRe6q H2 {
  text-align: center;
  color: #ffffff;
}
.cid-thUA3BRe6q SPAN {
  color: #ffffff;
}
.cid-thUA3D4m3O {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ccdfed;
}
.cid-thUA3D4m3O .mbr-section-subtitle {
  color: #232323;
}
.cid-thUA3D4m3O H2 {
  color: #232323;
}
.cid-thUA3D4m3O .display-5 {
  line-height: 130%;
}
.cid-thUA3E12MK {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ccdfed;
  width: 100%;
  margin: auto;
}
.cid-thUA3EXDSm {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ccdfed;
}
.cid-thUA3EXDSm .btn {
  background-color: #336699;
  color: whitesmoke;
  border-color: #336699;
}
.cid-thUA3EXDSm h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-thUA3EXDSm p {
  margin-top: -1rem;
  margin-bottom: -1rem;
  text-align: left;
  padding-top: 1.5rem;
  font-size: 11pt;
  padding-top: 2rem;
}
.cid-thUA3EXDSm .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-thUA3EXDSm .mbr-section-btn a {
  margin: 0;
}
.cid-thUA3EXDSm .mbr-text {
  color: #767676;
}
.cid-thUA3EXDSm .card-wrapper {
  height: 100%;
  padding-bottom: 25%;
  margin-top: -60px;
}
@media (max-width: 767px) {
  .cid-thUA3EXDSm .card-wrapper {
    border-top: 2px solid #0f0f0f;
  }
  .cid-thUA3EXDSm .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-thUA3EXDSm .card-title {
  text-align: center;
}
.cid-thUA3EXDSm .mbr-text,
.cid-thUA3EXDSm .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-thUA3Gt57C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-thUA3Gt57C .mbr-section-subtitle {
  color: #767676;
}
.cid-thUA3Gt57C H2 {
  color: #ffffff;
}
.cid-thUA3Htp4L {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #dfb423;
}
.cid-thUA3Htp4L .mbr-section-subtitle {
  color: #767676;
}
.cid-thUA3Htp4L H2 {
  color: #ffffff;
}
.cid-thUA3Iv8SN {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f2ead0;
}
.cid-thUA3Iv8SN .mbr-section-subtitle {
  color: #232323;
}
.cid-thUA3Iv8SN H2 {
  color: #09131d;
}
.cid-thUA3Jw36K {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f2ead0;
  width: 100%;
  margin: auto;
}
.cid-thUA3Jw36K .btn:hover {
  background-color: #dfb423;
  color: white;
  border-color: #dfb423 ;
}
.cid-thUA3KGJUs {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #f2ead0;
}
.cid-thUA3KGJUs h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-thUA3KGJUs p {
  color: #767676;
  text-align: left;
}
.cid-thUA3KGJUs .card-box {
  padding-top: 2rem;
}
.cid-thUA3KGJUs .card-wrapper {
  height: 100%;
}
.cid-thUA3KGJUs P {
  text-align: center;
  color: #232323;
}
.cid-thUA3KGJUs .card-title {
  text-align: center;
  color: #232323;
}
.cid-thUA3MnTJs {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #669900;
}
.cid-thUA3MnTJs .mbr-section-subtitle {
  color: #767676;
}
.cid-thUA3MnTJs H2 {
  color: #ffffff;
}
.cid-thUA3Nta4K {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e1f1bf;
}
.cid-thUA3Nta4K .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-thUA3Nta4K .card-box {
  padding: 0 2rem;
}
.cid-thUA3Nta4K .mbr-section-btn {
  padding-top: 1rem;
}
.cid-thUA3Nta4K .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-thUA3Nta4K h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-thUA3Nta4K p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-thUA3Nta4K .mbr-text {
  color: #232323;
}
.cid-thUA3Nta4K .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #e1f1bf;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-thUA3Nta4K .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-thUA3Nta4K .card-title B {
  color: #232323;
}
.cid-thUA3OQVBG {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #e1f1bf;
}
.cid-thUA3OQVBG .mbr-section-subtitle {
  color: #232323;
}
.cid-thUA3OQVBG H2 {
  color: #09131d;
}
.cid-thUA3PYOm3 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #e1f1bf;
  width: 100%;
  margin: auto;
}
.cid-thUA3PYOm3 .btn:hover {
  background-color: #669900;
  color: white;
  border-color: #669900;
}
.cid-tk44ucjFhF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tk44ucjFhF .mbr-section-subtitle {
  color: #000000;
}
.cid-tlAVjZfo4A {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tlAVjZfo4A .title {
  margin-bottom: 2rem;
}
.cid-tlAVjZfo4A .mbr-section-subtitle {
  color: #767676;
}
.cid-tlAVjZfo4A a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tlAVjZfo4A a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tlAVjZfo4A textarea.form-control {
  min-height: 188px;
}
.cid-p10VmDBB5j html,
.cid-p10VmDBB5j body {
  margin: 0;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.cid-ueJQl24oxB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #09131d;
  width: 100%;
  margin: auto;
}
.cid-ueJQl24oxB .mbr-section-subtitle {
  color: #767676;
}
.cid-ueJQl24oxB H2 {
  color: #ffffff;
}
.cid-ueGbKEwnM2 .modal-body .close {
  background: #1b1b1b;
}
.cid-ueGbKEwnM2 .modal-body .close span {
  font-style: normal;
}
.cid-ueGbKEwnM2 .carousel-inner > .active,
.cid-ueGbKEwnM2 .carousel-inner > .next,
.cid-ueGbKEwnM2 .carousel-inner > .prev {
  display: table;
}
.cid-ueGbKEwnM2 .carousel-control .icon-next,
.cid-ueGbKEwnM2 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-ueGbKEwnM2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ueGbKEwnM2 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ueGbKEwnM2 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-ueGbKEwnM2 .boxed-slider > div {
  position: relative;
}
.cid-ueGbKEwnM2 .container img {
  width: 100%;
}
.cid-ueGbKEwnM2 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-ueGbKEwnM2 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ueGbKEwnM2 .mbr-table-cell {
  padding: 0;
}
.cid-ueGbKEwnM2 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ueGbKEwnM2 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-ueGbKEwnM2 .mbr-overlay {
  z-index: 1;
}
.cid-ueGbKEwnM2 .container-slide.container {
  min-width: 100%;
  min-height: 70vh;
  padding: 0;
}
.cid-ueGbKEwnM2 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-ueGbKEwnM2 .carousel-item .container {
    width: 100%;
  }
}
.cid-ueGbKEwnM2 .carousel-item-next.carousel-item-left,
.cid-ueGbKEwnM2 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-ueGbKEwnM2 .active.carousel-item-right,
.cid-ueGbKEwnM2 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-ueGbKEwnM2 .active.carousel-item-left,
.cid-ueGbKEwnM2 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-ueGbKEwnM2 .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-ueGbKEwnM2 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  display: none;
}
.cid-ueGbKEwnM2 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  display: none;
}
.cid-ueGbKEwnM2 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-ueGbKEwnM2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ueGbKEwnM2 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ueGbKEwnM2 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-ueGbKEwnM2 .mbr-slider .carousel-indicators li.active,
.cid-ueGbKEwnM2 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-ueGbKEwnM2 .mbr-slider .carousel-indicators li::after,
.cid-ueGbKEwnM2 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-ueGbKEwnM2 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-ueGbKEwnM2 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-ueGbKEwnM2 .mbr-slider > .container img {
  width: 100%;
}
.cid-ueGbKEwnM2 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueGbKEwnM2 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-ueGbKEwnM2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ueGbKEwnM2 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ueGbKEwnM2 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-ueGbKEwnM2 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-ueGbKEwnM2 .full-screen .slider-fullscreen-image {
  min-height: 6ren;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-ueGbKEwnM2 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-ueGbKEwnM2 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-ueGbKEwnM2 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 6rem;
  padding: 0;
}
.cid-ueGbKEwnM2 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-ueGbKEwnM2 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-ueGbKEwnM2 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-ueGggt3Ipa .modal-body .close {
  background: #1b1b1b;
}
.cid-ueGggt3Ipa .modal-body .close span {
  font-style: normal;
}
.cid-ueGggt3Ipa .carousel-inner > .active,
.cid-ueGggt3Ipa .carousel-inner > .next,
.cid-ueGggt3Ipa .carousel-inner > .prev {
  display: table;
}
.cid-ueGggt3Ipa .carousel-control .icon-next,
.cid-ueGggt3Ipa .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-ueGggt3Ipa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ueGggt3Ipa .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ueGggt3Ipa .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-ueGggt3Ipa .boxed-slider > div {
  position: relative;
}
.cid-ueGggt3Ipa .container img {
  width: 100%;
}
.cid-ueGggt3Ipa .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-ueGggt3Ipa .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ueGggt3Ipa .mbr-table-cell {
  padding: 0;
}
.cid-ueGggt3Ipa .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ueGggt3Ipa .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-ueGggt3Ipa .mbr-overlay {
  z-index: 1;
}
.cid-ueGggt3Ipa .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-ueGggt3Ipa .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-ueGggt3Ipa .carousel-item .container {
    width: 100%;
  }
}
.cid-ueGggt3Ipa .carousel-item-next.carousel-item-left,
.cid-ueGggt3Ipa .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-ueGggt3Ipa .active.carousel-item-right,
.cid-ueGggt3Ipa .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-ueGggt3Ipa .active.carousel-item-left,
.cid-ueGggt3Ipa .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-ueGggt3Ipa .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-ueGggt3Ipa .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  display: none;
}
.cid-ueGggt3Ipa .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  display: none;
}
.cid-ueGggt3Ipa .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-ueGggt3Ipa .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ueGggt3Ipa .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ueGggt3Ipa .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-ueGggt3Ipa .mbr-slider .carousel-indicators li.active,
.cid-ueGggt3Ipa .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-ueGggt3Ipa .mbr-slider .carousel-indicators li::after,
.cid-ueGggt3Ipa .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-ueGggt3Ipa .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-ueGggt3Ipa .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-ueGggt3Ipa .mbr-slider > .container img {
  width: 100%;
}
.cid-ueGggt3Ipa .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueGggt3Ipa .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-ueGggt3Ipa .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ueGggt3Ipa .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ueGggt3Ipa .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-ueGggt3Ipa .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-ueGggt3Ipa .full-screen .slider-fullscreen-image {
  min-height: 50vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-ueGggt3Ipa .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-ueGggt3Ipa .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-ueGggt3Ipa .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 50vh;
  padding: 0;
}
.cid-ueGggt3Ipa .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-ueGggt3Ipa .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-ueGggt3Ipa .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-ueGbyLodxy .modal-body .close {
  background: #1b1b1b;
}
.cid-ueGbyLodxy .modal-body .close span {
  font-style: normal;
}
.cid-ueGbyLodxy .carousel-inner > .active,
.cid-ueGbyLodxy .carousel-inner > .next,
.cid-ueGbyLodxy .carousel-inner > .prev {
  display: table;
}
.cid-ueGbyLodxy .carousel-control .icon-next,
.cid-ueGbyLodxy .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-ueGbyLodxy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ueGbyLodxy .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ueGbyLodxy .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-ueGbyLodxy .boxed-slider > div {
  position: relative;
}
.cid-ueGbyLodxy .container img {
  width: 100%;
}
.cid-ueGbyLodxy .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-ueGbyLodxy .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ueGbyLodxy .mbr-table-cell {
  padding: 0;
}
.cid-ueGbyLodxy .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ueGbyLodxy .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-ueGbyLodxy .mbr-overlay {
  z-index: 1;
}
.cid-ueGbyLodxy .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-ueGbyLodxy .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-ueGbyLodxy .carousel-item .container {
    width: 100%;
  }
}
.cid-ueGbyLodxy .carousel-item-next.carousel-item-left,
.cid-ueGbyLodxy .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-ueGbyLodxy .active.carousel-item-right,
.cid-ueGbyLodxy .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-ueGbyLodxy .active.carousel-item-left,
.cid-ueGbyLodxy .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-ueGbyLodxy .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-ueGbyLodxy .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  display: none;
}
.cid-ueGbyLodxy .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  display: none;
}
.cid-ueGbyLodxy .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-ueGbyLodxy .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ueGbyLodxy .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ueGbyLodxy .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-ueGbyLodxy .mbr-slider .carousel-indicators li.active,
.cid-ueGbyLodxy .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-ueGbyLodxy .mbr-slider .carousel-indicators li::after,
.cid-ueGbyLodxy .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-ueGbyLodxy .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-ueGbyLodxy .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-ueGbyLodxy .mbr-slider > .container img {
  width: 100%;
}
.cid-ueGbyLodxy .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueGbyLodxy .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-ueGbyLodxy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ueGbyLodxy .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ueGbyLodxy .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-ueGbyLodxy .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-ueGbyLodxy .full-screen .slider-fullscreen-image {
  min-height: 6ren;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-ueGbyLodxy .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-ueGbyLodxy .full-screen .container {
  width: auto;
  height: 50%;
  padding-right: 0;
  padding-left: 0;
}
.cid-ueGbyLodxy .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 6rem;
  padding: 0;
}
.cid-ueGbyLodxy .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-ueGbyLodxy .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-ueGbyLodxy .mbr-overlay ~ .container-slide {
  z-index: auto;
}
