@import url(https://fonts.googleapis.com/css?family=DM+Sans:400,400i,500,500i,700,700i&display=swap);





body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: -0.67px;
  font-weight: 400;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.5rem;
  line-height: 1.05;
  letter-spacing: -0.58px;
  font-weight: 400;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.68;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.3rem;
  line-height: 1.2;
  letter-spacing: -0.38px;
  font-weight: 400;
}
.display-5 > .mbr-iconfont {
  font-size: 2.875rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.68;
  font-weight: 400;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((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.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
@keyframes scale-in {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  to {
    transform: scaleX(1);
    transform-origin: left;
  }
}
@keyframes scale-out {
  0% {
    transform: scaleX(1);
    transform-origin: right;
  }
  to {
    transform: scaleX(0);
    transform-origin: right;
  }
}
.btn {
  padding: 1rem 2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.75rem 1rem;
  border-radius: 0;
}
.btn-md {
  padding: 1rem 2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #000000 !important;
}
.btn-secondary {
  background-color: #5c6873 !important;
}
.bg-success {
  background-color: #d4e7eb !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #67beb0 !important;
}
.bg-danger {
  background-color: #afd3ce !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background: #afd3ce !important;
  color: #000000 !important;
  border-color: #afd3ce !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #afd3ce !important;
  border-color: #afd3ce !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5c6873 !important;
  border-color: #5c6873 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  background: #67beb0 !important;
  color: #ffffff !important;
  border-color: #67beb0 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #67beb0 !important;
  border-color: #67beb0 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  background: #5c6873 !important;
  color: #ffffff !important;
  border-color: #5c6873 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5c6873 !important;
  border-color: #5c6873 !important;
}
.btn-success,
.btn-success:active {
  background-color: #d4e7eb !important;
  border-color: #d4e7eb !important;
  color: #0c181b !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #0c181b !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #67beb0 !important;
  border-color: #67beb0 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  background: #d4e7eb !important;
  color: #0c181b !important;
  border-color: #d4e7eb !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #d4e7eb !important;
  border-color: #d4e7eb !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #afd3ce !important;
  border-color: #afd3ce !important;
  color: #000000 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  background: #d4e7eb !important;
  color: #0c181b !important;
  border-color: #d4e7eb !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #d4e7eb !important;
  border-color: #d4e7eb !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #333333 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #333333 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background: #ffffff !important;
  color: #333333 !important;
  border-color: #ffffff !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #5c6873;
  color: #5c6873;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #5c6873 !important;
  border-color: #5c6873 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5c6873 !important;
  border-color: #5c6873 !important;
}
.btn-info-outline {
  color: #000000 !important;
  background: transparent !important;
  border: 0 !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-bottom: .25rem !important;
  position: relative;
  font-weight: 500 !important;
  transition: color 0.25s cubic-bezier(0.28, 0.44, 0.49, 1);
}
.btn-info-outline:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  will-change: transform;
  background-color: #000000;
}
.btn-info-outline:hover {
  background-color: transparent !important;
  color: #67beb0 !important;
}
.btn-info-outline:active {
  outline: none;
}
.btn-info-outline:hover:after {
  background-color: #67beb0;
  animation: scale-out 0.25s cubic-bezier(0.28, 0.44, 0.49, 1) 0s forwards, scale-in 0.25s cubic-bezier(0.28, 0.44, 0.49, 1) 0.25s forwards;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #d4e7eb;
  color: #d4e7eb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3d7783 !important;
  background-color: #d4e7eb !important;
  border-color: #d4e7eb !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3d7783 !important;
  background-color: #d4e7eb !important;
  border-color: #d4e7eb !important;
}
.btn-warning-outline {
  color: #67beb0 !important;
  background: transparent !important;
  border: 0 !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-bottom: .25rem !important;
  position: relative;
  font-weight: 500 !important;
  transition: color 0.25s cubic-bezier(0.28, 0.44, 0.49, 1);
}
.btn-warning-outline:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  will-change: transform;
  background-color: #67beb0;
}
.btn-warning-outline:hover {
  background-color: transparent !important;
  color: #afd3ce !important;
}
.btn-warning-outline:active {
  outline: none;
}
.btn-warning-outline:hover:after {
  background-color: #afd3ce;
  animation: scale-out 0.25s cubic-bezier(0.28, 0.44, 0.49, 1) 0s forwards, scale-in 0.25s cubic-bezier(0.28, 0.44, 0.49, 1) 0.25s forwards;
}
.btn-danger-outline {
  color: #000000 !important;
  background: transparent !important;
  border: 0 !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-bottom: .25rem !important;
  position: relative;
  font-weight: 500 !important;
  transition: color 0.25s cubic-bezier(0.28, 0.44, 0.49, 1);
}
.btn-danger-outline:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  will-change: transform;
  background-color: #000000;
}
.btn-danger-outline:hover {
  background-color: transparent !important;
  color: #5c6873 !important;
}
.btn-danger-outline:active {
  outline: none;
}
.btn-danger-outline:hover:after {
  background-color: #5c6873;
  animation: scale-out 0.25s cubic-bezier(0.28, 0.44, 0.49, 1) 0s forwards, scale-in 0.25s cubic-bezier(0.28, 0.44, 0.49, 1) 0.25s forwards;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #5c6873 !important;
}
.text-success {
  color: #592784 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #592784 !important;
}
.text-danger {
  color: #afd3ce !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #5c6873 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #d4e7eb !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #592784 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #afd3ce !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #232323 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #67beb0;
}
.alert-danger {
  background-color: #afd3ce;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0e4de;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.68;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.68;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #5c6873 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-suy1R3vk9Q {
  padding-top: 90px;
  padding-bottom: 0px;
  overflow: hidden;
  background: #ffffff;
}
@media (min-width: 1330px) {
  .cid-suy1R3vk9Q .container {
    max-width: 1330px !important;
  }
}
.cid-suy1R3vk9Q .content-wrap {
  background-color: #67bdb0;
}
.cid-suy1R3vk9Q .card-wrap {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1rem 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-suy1R3vk9Q .card-wrap {
    width: calc(100% + 10rem);
    margin-left: 46px;
  }
}
@media (max-width: 767px) {
  .cid-suy1R3vk9Q .card-wrap {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 20px 48px 20px;
  }
}
.cid-suy1R3vk9Q .img-wrap {
  height: 100%;
}
.cid-suy1R3vk9Q .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-suy1R3vk9Q .mbr-section-subtitle {
  animation-delay: .2s;
}
.cid-suy1R3vk9Q .mbr-section-btn {
  margin-top: 0;
  margin-bottom: -0.25rem;
  animation-delay: .4s;
}
.cid-suy1R3vk9Q [class*="col"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 992px) {
  .cid-suy1R3vk9Q .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-suy1R3vk9Q .mbr-section-subtitle,
.cid-suy1R3vk9Q .mbr-section-btn {
  color: #5c6873;
  text-align: left;
}
.cid-suy1R3vk9Q H1 {
  text-align: left;
  color: #67beb0;
}
.cid-sgRKnEjnKF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sgRKnEjnKF .content-row {
  background-color: #5c6873;
  padding: 5rem;
}
@media (max-width: 767px) {
  .cid-sgRKnEjnKF .content-row {
    padding: 1rem;
  }
}
.cid-sgRKnEjnKF p {
  margin-bottom: 0rem;
}
.cid-sgRKnEjnKF .btn {
  margin-bottom: 0rem;
}
.cid-sgRKnEjnKF .mbr-section-title {
  margin-bottom: 20px;
}
.cid-sgRKnEjnKF .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-sgRKnEjnKF .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-sgRKnEjnKF .mbr-section-btn {
    text-align: left;
  }
  .cid-sgRKnEjnKF .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sgRKnEjnKF .mbr-section-btn {
    text-align: left;
  }
  .cid-sgRKnEjnKF .btn {
    margin-left: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-sgRKnEjnKF .mbr-section-btn {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sgRKnEjnKF .btn {
    margin-top: 0rem;
  }
}
.cid-sgRKnEjnKF H1 {
  text-align: center;
  color: #ffffff;
}
.cid-sgRKnEjnKF .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-suyew2yoj7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-suyew2yoj7 .card {
  margin-bottom: .75rem;
  padding: 1rem 2.5rem;
  background-color: #fafafa;
  width: 100%;
  border-radius: 0 !important;
}
.cid-suyew2yoj7 .card img {
  height: 59px;
  width: 100%;
  object-fit: contain;
}
.cid-suyew2yoj7 .mbr-section-subtitle {
  margin-top: .75rem;
  color: #000000;
  text-align: center;
}
.cid-suyew2yoj7 .logo-container {
  justify-content: space-around;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .cid-suyew2yoj7 .col-lg-1 {
    flex: 0 0 19.7%;
    max-width: 19.7%;
  }
}
.cid-suyew2yoj7 H2 {
  color: #67beb0;
  text-align: center;
}
.cid-suyew2yoj7 .mbr-section-subtitle,
.cid-suyew2yoj7 .mbr-section-btn {
  text-align: center;
  color: #5c6873;
}
.cid-sgRI0OutEw .navbar {
  background: #5c6873;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgRI0OutEw .navbar-dropdown.bg-color.transparent.opened {
  background: #5c6873;
}
.cid-sgRI0OutEw a {
  font-style: normal;
}
.cid-sgRI0OutEw .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sgRI0OutEw .show {
  overflow: visible;
}
.cid-sgRI0OutEw .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sgRI0OutEw .dropdown-item:active {
  background-color: transparent;
}
.cid-sgRI0OutEw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sgRI0OutEw .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sgRI0OutEw .nav-item:focus,
.cid-sgRI0OutEw .nav-link:focus {
  outline: none;
}
.cid-sgRI0OutEw .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgRI0OutEw .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sgRI0OutEw .menu-logo {
  margin-right: auto;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgRI0OutEw .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu {
  background: #5c6873;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgRI0OutEw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgRI0OutEw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgRI0OutEw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sgRI0OutEw .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sgRI0OutEw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgRI0OutEw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sgRI0OutEw button.navbar-toggler:focus {
  outline: none;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #67beb0;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgRI0OutEw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgRI0OutEw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sgRI0OutEw .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sgRI0OutEw .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgRI0OutEw .collapsed .btn {
  display: -webkit-flex;
}
.cid-sgRI0OutEw .collapsed .outstanding {
  display: -webkit-flex;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sgRI0OutEw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgRI0OutEw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sgRI0OutEw .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 93.4375vh;
  }
}
.cid-sgRI0OutEw .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgRI0OutEw .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sgRI0OutEw .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgRI0OutEw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sgRI0OutEw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgRI0OutEw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgRI0OutEw .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sgRI0OutEw.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgRI0OutEw img {
    height: 3.8rem !important;
  }
  .cid-sgRI0OutEw .btn {
    display: -webkit-flex;
  }
  .cid-sgRI0OutEw button.navbar-toggler {
    display: block;
  }
  .cid-sgRI0OutEw .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sgRI0OutEw .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgRI0OutEw .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing,
  .cid-sgRI0OutEw .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-nav,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sgRI0OutEw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgRI0OutEw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgRI0OutEw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sgRI0OutEw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgRI0OutEw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgRI0OutEw .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sgRI0OutEw .nav-link {
    justify-content: start !important;
  }
  .cid-sgRI0OutEw .navbar.opened {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sgRI0OutEw .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sgRI0OutEw .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sgRI0OutEw .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sgRI0OutEw .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sgRI0OutEw .nav-link:hover,
.cid-sgRI0OutEw .dropdown-item:hover {
  color: #c4dedb !important;
  opacity: .75;
}
.cid-sgRI0OutEw .nav-link:active,
.cid-sgRI0OutEw .dropdown-item:active {
  color: #67beb0;
}
@media (min-width: 1500px) {
  .cid-sgRI0OutEw .navbar-toggleable-sm .navbar-collapse {
    max-width: 90% !important;
    padding-right: 5rem;
  }
  .cid-sgRI0OutEw .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sgRI0OutEw .outstanding {
  display: inline-block;
  padding: 0 2rem;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sgRI0OutEw .outstanding {
    padding: 0.7rem 0 !important;
    display: -webkit-flex;
    margin: 0rem 1.25rem !important;
    -webkit-align-items: center;
  }
}
.cid-sgRKomP9d1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sgRKomP9d1 .row {
  flex-directiion: row-reverse;
}
.cid-sgRKomP9d1 .first-card {
  background-color: #ffffff;
}
.cid-sgRKomP9d1 .card-box {
  padding: 1.5rem 1rem 0 1rem;
}
.cid-sgRKomP9d1 .second-card-title {
  text-align: center;
  color: #000000;
}
.cid-sgRKomP9d1 .second-card-subtitle {
  text-align: center;
}
.cid-sgRKomP9d1 .second-card {
  background-color: #5c6873;
}
.cid-sgRKomP9d1 .second-card-wrap {
  margin: auto 0;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-sgRKomP9d1 [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sgRKomP9d1 .card-wrapper {
    padding-bottom: 3rem;
    text-align: center;
  }
}
.cid-sgRKomP9d1 .first-card-title {
  text-align: left;
  color: #000000;
}
.cid-sgRKomP9d1 .first-card-text,
.cid-sgRKomP9d1 .card-btn {
  text-align: center;
}
.cid-sgRKomP9d1 .mbr-text,
.cid-sgRKomP9d1 .card-btn {
  text-align: left;
}
.cid-sgRKomP9d1 .second-card-subtitle,
.cid-sgRKomP9d1 .second-btn {
  text-align: center;
  color: #fafafa;
}
.cid-sgRKomP9d1 .card {
  border-radius: 0 !important;
}


@media (max-width: 767px) {
  .cid-sgRKomP9d1 .activo {
    display: flex;
    order: 1


  }
}

@media (max-width: 767px) {
 .cid-sgRKomP9d1 .active {
    display: flex;
    order: 2

  }
}










.cid-suynQqLHk0 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-suynQqLHk0 .image-block {
  margin: auto;
  height: 370px;
  overflow: hidden;
  position: relative;
}
.cid-suynQqLHk0 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-suynQqLHk0 .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-suynQqLHk0 .wrap {
    opacity: 1!important;
  }
}
.cid-suynQqLHk0 [class*="col"] {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}
.cid-suynQqLHk0 .mbr-section-title {
  text-align: left;
}
.cid-suyoko3bZB {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-suyoko3bZB .fade-in-up {
  animation: fade-in-up 0.2s ease-in-out forwards;
}
.cid-suyoko3bZB .mbr-text {
  animation-delay: .2s;
  margin-top: 1.5rem;
  text-align: left;
}
.cid-suyoko3bZB .mbr-section-btn {
  margin-top: 2rem;
  animation-delay: .2s;
}
.cid-suyoko3bZB .box2 {
  background-image: url("../../../assets/images/captura-de-pantalla-2021-04-14-a-las-14.45.31-1202x1180.png");
  background-size: cover;
  background-position: center;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-suyoko3bZB .icon-wrap {
  background-color: #ffffff !important;
  border-radius: 50%;
  width: 73.5px;
  height: 73.5px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-suyoko3bZB .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-suyoko3bZB .icon-wrap span {
  padding-left: 8px;
}
.cid-suyoko3bZB .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-suyoko3bZB .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-suyoko3bZB .text-wrapper {
  max-width: 24rem;
}
@media (max-width: 991px) {
  .cid-suyoko3bZB .text-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-suyoko3bZB .text-wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.cid-suyoko3bZB .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-suyoko3bZB .modalWindow .modalWindow-container {
  transform: translateY(50vh) translateY(-22vw);
}
.cid-suyoko3bZB .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-suyoko3bZB a.close {
  position: absolute;
  right: 4vw;
  top: 2vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-suyoko3bZB a.close:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-suyoko3bZB {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .cid-suyoko3bZB {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-suyoko3bZB .box2 {
    height: 250px;
  }
}
.cid-suyoko3bZB .mbr-section-subtitle {
  text-align: left;
  color: #67beb0;
}
.cid-suyoko3bZB .mbr-text,
.cid-suyoko3bZB .mbr-section-btn {
  text-align: left;
  color: #5c6873;
}
.cid-suyohc4qaO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-suyohc4qaO .column-wrapper {
  padding-left: 1.5rem;
}
.cid-suyohc4qaO .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-suyohc4qaO .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-suyohc4qaO .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #67beb0;
}
.cid-suyohc4qaO .mbr-text,
.cid-suyohc4qaO .mbr-section-btn {
  text-align: left;
  color: #5c6873;
}
@media (max-width: 767px) {
  .cid-suyohc4qaO .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-suyq8o276j {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-suyq8o276j .quote-column {
  padding-left: 3rem;
}
.cid-suyq8o276j .row {
  flex-direction: row-reverse;
}
.cid-suyq8o276j .quote-column {
  padding-left: 0;
  padding-right: 3rem;
}
.cid-suyq8o276j .card-wrapper {
  background-color: #5c6873;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .cid-suyq8o276j .card-wrapper {
    padding: 1rem;
  }
  .cid-suyoko3bZB .modalWindow .modalWindow-video {
    height: 100vw;
    width: 80vw;
    margin: 0 auto;
  }
}
.cid-suyq8o276j .text-wrapper {
  max-width: 32rem;
  margin: auto;
}
.cid-suyq8o276j .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-suyq8o276j .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-suyq8o276j .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-suyq8o276j .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-suyq8o276j .content-wrapper {
    padding: 2.5rem;
  }
  .cid-suyq8o276j .content-wrapper .text-wrapper {
    padding: 0.5rem 1.5rem;
  }
}
.cid-suyq8o276j .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-suyq8o276j .card-img {
  margin-bottom: 1.25rem;
  text-align: left;
}
.cid-suyq8o276j .card-img span {
  font-size: 40px;
}
.cid-suyq8o276j .media-container-row {
  margin-top: 2rem;
}
.cid-suyq8o276j .text-post {
  color: #c1bebe;
  text-align: left;
}
.cid-suyq8o276j .card-title,
.cid-suyq8o276j .mbr-section-btn {
  text-align: left;
  color: #67beb0;
}
.cid-suyq8o276j .text-name {
  color: #5c6873;
}
.cid-suypZFXcaq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-suypZFXcaq .card-wrapper {
  background-color: #66beb0;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-suypZFXcaq .card-wrapper {
    padding: 1rem;
  }
}
.cid-suypZFXcaq .text-wrapper {
  max-width: 28rem;
}
.cid-suypZFXcaq .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-suypZFXcaq .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-suypZFXcaq .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-suypZFXcaq .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-suypZFXcaq .content-wrapper {
    padding: 3rem;
  }
  .cid-suypZFXcaq .content-wrapper .text-column {
    padding-left: 4rem;
  }
}
.cid-suypZFXcaq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-suyKQwnMR5 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-suyKQwnMR5 H1 {
  color: #000000;
}
.cid-suyKQwnMR5 .mbr-text,
.cid-suyKQwnMR5 .mbr-section-btn {
  color: #000000;
}
.cid-suyKQwnMR5 .mbr-subtitle {
  color: #000000;
}
.cid-suyKQwnMR5 .mbr-text {
  margin-top: 1.5rem;
}
.cid-suyKQwnMR5 .mbr-section-btn {
  margin-top: 2rem;
}
.cid-suyKQwnMR5 .mbr-section-title,
.cid-suyKQwnMR5 .mbr-section-btn {
  color: #67beb0;
}
.cid-suyKqSwrqH {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-suyKqSwrqH H1 {
  color: #149dcc;
}
.cid-suyKqSwrqH .mbr-text {
  color: #767676;
}
.cid-suyKqSwrqH .author-box {
  display: flex;
  flex-direction: row;
}
.cid-suyKqSwrqH .item {
  max-width: 450px;
  margin: auto;
}
.cid-suyKqSwrqH .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-suyKqSwrqH .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-suyKqSwrqH h3,
.cid-suyKqSwrqH h4 {
  margin: 0;
  padding: 0;
}
@media (max-width: 576px) {
  .cid-suyKqSwrqH .author-box {
    justify-content: center;
  }
}
.cid-suyKqSwrqH H4 {
  color: #767676;
}
.cid-suyFzdCzZE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-suyFzdCzZE a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-suyFzdCzZE a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-suyFzdCzZE .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-suyFzdCzZE .input-group-btn .btn {
  border-radius: 0px !important;
}
.cid-suyFzdCzZE .form-control {
  background: none;
  border-radius: 0px;
}
.cid-suyFzdCzZE textarea.form-control {
  min-height: 214.5px;
}
.cid-suyFzdCzZE .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-suyFzdCzZE h4,
.cid-suyFzdCzZE p {
  margin: 0;
}
.cid-suyFzdCzZE h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-suyFzdCzZE h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-suyFzdCzZE .icon {
  color: #656565;
  font-size: 2.3rem;
}
@media (max-width: 991px) {
  .cid-suyFzdCzZE h2 {
    text-align: center;
  }
  .cid-suyFzdCzZE h3 {
    text-align: center;
  }
  .cid-suyFzdCzZE .input-group-btn {
    text-align: center;
  }
  .cid-suyFzdCzZE .social-list {
    text-align: center;
  }
  .cid-suyFzdCzZE .order-2 {
    margin-top: 2.5rem;
  }
}
.cid-suyFzdCzZE H2 {
  color: #656565;
}
.cid-suyFzdCzZE .content {
  text-align: left;
  color: #656565;
}
.cid-suyFzdCzZE .type {
  text-align: left;
  padding-bottom: 8px;
  color: #232323;
}
.cid-suyFzdCzZE .title1 {
  text-align: left;
}
.cid-suyFzdCzZE .mbr-section-subtitle {
  text-align: left;
  color: #656565;
}
.cid-suyFzdCzZE .title2 {
  color: #592784;
}
.cid-suyFzdCzZE P {
  text-align: center;
}
.cid-sgROqd26aQ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-sgROqd26aQ h4 {
  display: flex;
  margin-bottom: 0;
}
.cid-sgROqd26aQ .panel-text {
  padding-bottom: 45px;
  color: #000000;
}
.cid-sgROqd26aQ .wrap {
  display: flex;
}
.cid-sgROqd26aQ .icon {
  min-width: 30px;
  min-height: 30px;
  border-radius: 100%;
  color: #055d4e !important;
  font-size: .7rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-sgROqd26aQ .icon:before {
  content: "\e908" !important;
}
.cid-sgROqd26aQ .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #055d4e;
}
.cid-sgROqd26aQ .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-sgROqd26aQ .mbr-section-title {
  margin-bottom: 1.5rem;
  color: #67beb0;
}
.cid-sgROqd26aQ p {
  margin: 0;
}
.cid-sgROqd26aQ .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-sgROqd26aQ .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sgROqd26aQ .panel-group {
  width: 100%;
}
.cid-sgROqd26aQ .panel-title {
  border-radius: 0px;
  padding: 2rem 0;
}
.cid-sgROqd26aQ .card {
  border-bottom: 1px solid #b8b8b8 !important;
}
.cid-sgROqd26aQ .card .card-header {
  background: none;
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sgROqd26aQ .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sgROqd26aQ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sgROqd26aQ .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sgROqd26aQ .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sgROqd26aQ .header-text,
.cid-sgROqd26aQ .sign {
  color: #000000;
}
.cid-sgROqd26aQ .mbr-section-subtitle {
  color: #000000;
}
.cid-suyuIMF49u {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #67beb0 ;
}
.cid-suyuIMF49u .mbr-text,
.cid-suyuIMF49u .mbr-section-subtitle {
  color: #767676;
}
.cid-suyuIMF49u .card-title {
  color: #66458e;
}
.cid-suyuIMF49u .card .card-img span {
  color: #5c6873;
  font-size: 60px;
  background: #5c6873;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-suyuIMF49u .mbr-section-subtitle,
  .cid-suyuIMF49u .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suyuIMF49u .card .card-img span {
    background: none;
  }
}
.cid-suyuIMF49u .card-title,
.cid-suyuIMF49u .card-img {
  color: #ffffff;
}



@media (max-width: 767px) {
  .cid-suyuIMF49u .col-12 {
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:50% 
    
  }
}
.cid-suyv76f8mV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #5c6873;
}
.cid-suyv76f8mV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-suyv76f8mV .social-row {
  width: 100%;
  justify-content: center;
}
.cid-suyv76f8mV .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-suyv76f8mV .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-suyv76f8mV .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-suyv76f8mV .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-suyv76f8mV .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-suyv76f8mV .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-suyv76f8mV .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-suyv76f8mV .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-suyv76f8mV .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-suyv76f8mV .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-suyv76f8mV .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-suyv76f8mV .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-suyv76f8mV foot-menu-item {
  color: #67beb0;
}
.cid-sxn7sPeGSJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sxn7sPeGSJ .carousel-item {
  justify-content: center;
}
.cid-sxn7sPeGSJ .carousel-item.active,
.cid-sxn7sPeGSJ .carousel-item-next,
.cid-sxn7sPeGSJ .carousel-item-prev {
  display: flex;
}
.cid-sxn7sPeGSJ .carousel-controls a {
  transition: opacity .5s;
  font-size: 30px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: #67beb0;
}
.cid-sxn7sPeGSJ .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-sxn7sPeGSJ .carousel-control-next span {
  padding-left: 5px;
}
.cid-sxn7sPeGSJ .carousel-control-prev span {
  padding-right: 5px;
}
.cid-sxn7sPeGSJ .user_image {
  width: 150px;
  height: 150px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-sxn7sPeGSJ .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-sxn7sPeGSJ .user_image {
    width: 100%;
    height: auto;
  }
}

     /*===================SECTION FORM =========================================*/
     /* SECTION HERE YOU PUT THE BACKGROUND IMAGE IF YOU WANT IT*/
    .cid-snhz20VR9d{
        background: url('../../../assets/images/back-form-example.jpg');
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
        z-index: 1;
        padding: 3rem 0;
    }
    .cid-snhz20VR9d:after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #5c6873;
        z-index: -1;
    }
    /* END SECTION */

    /* CONTAINER FORM: HERE YOU CAN REMOVE SHADOW FORM*/
    .cid-snhz20VR9d .div-container-form{
        -webkit-box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.75) !important;
        -moz-box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.75) !important;
        box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.75) !important;
    }
    /* END CONTAINER FORM */

    /* BOX FORM HEADER */
    .cid-snhz20VR9d .header-form{
        /* background: #f5f3f4; */
        background: rgba(255, 255, 255, 0.9);
        height: auto;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    /* END BOX FORM HEADER */

    /* BOX FORM BODY */
    .cid-snhz20VR9d form.mbr-form{
        /* background: #274c77; */
        background: rgba(124, 123, 137, 0.9);
        width: 100%;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding: 2rem;
    }
    /*END BOX FORM BODY */

    /* INPUTS FORM-CONTROL */
    .cid-snhz20VR9d .form-control{
        color: #656565;
        background-color: #f5f5f5;
        border-radius: .25rem;
        padding-left: 8px !important;
    }
    /* END INPUTS FORM-CONTROL */

    /* LABEL FORM-CONTROL */
    .cid-snhz20VR9d label{
        color: #f5f5f5;
    }
    /* END LABEL FORM-CONTROL */

    /* LABEL FORM-CONTROL */
    .cid-snhz20VR9d label a:hover{
        color: #b9d5fd;
    }
    /* END LABEL FORM-CONTROL */
    
    /* 1 TEXT OFFER*/
    .cid-snhz20VR9d .text-offer-form{
        color: #fb4c1f;
        font-size: 3rem;
        font-weight: bold;
        padding-top: 15px;
        text-align: center !important;
    }
    /* END TEXT OFFER */
    
    /* 2 TEXT TIME YOU RECIVE ORDER */
    .cid-snhz20VR9d .text-hours-form{
        text-align: center !important;
        
    }
    /* TEXT TIME YOU RECIVE ORDER */

    /* 3 TEXT FINISH SOON */
    .cid-snhz20VR9d .text-soon-form{
        text-align: center !important;
        font-weight: lighter;
        /* background: #0b7fab; */
        background: rgba(11, 127, 171, 0.9);
        color: white;
        padding: 4px 4px;
        border-radius: 2px;
        margin: 10px 0;
    }
    /* END TEXT FINISH SOON */

    /* 4 TEXT PRODUCT */
    .cid-snhz20VR9d .text-product-form{
        text-align: center;
        padding: 10px 0;
        font-size: 1.3rem !important;
    }
    .cid-snhz20VR9d .text-product-form .form-price{
        font-weight: bolder !important;
    }
    /* END TEXT PRODUCT */
   
    /* 5 TEXT ICONS FREE SHIPPING */
    .cid-snhz20VR9d .box-icons{
        /* background: #0b7fab; */
        background: rgba(11, 127, 171, 0.9);
        color: white;
        padding: 20px;
        margin-bottom: 20px;

    }
    .cid-snhz20VR9d .text-icons{
        font-size: 1.1rem;
        text-align: center;
    }
    /* END TEXT ICONS FREE SHIPPING */  
        
    /* MEDIA QUERIES */
    @media screen and (max-width:768px){
        .cid-snhz20VR9d .text-offer-form{
            font-size: 2.8rem !important;
        }
        .cid-snhz20VR9d .text-hours-form{
            font-size: 1rem !important;
        }
        .cid-snhz20VR9d .text-soon-form{
            font-size: 1.2rem !important;
        }
        .cid-snhz20VR9d .text-product-form{
            font-size: 1.1rem !important;
        }
        .cid-snhz20VR9d form.mbr-form{
          padding: 2rem 1rem;
      }
    }
    /* END MEDIA QUERIES */
    @keyframes blink {  
      0% { color: red
        ; }
      100% { color: black; }
    }
    @-webkit-keyframes blink {
      0% { color: red
        ; }
      100% { color: black; }
    }
    .blink {
      -webkit-animation: blink 1s linear infinite;
      -moz-animation: blink 1s linear infinite;
      animation: blink 1s linear infinite;
    }