body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2963ae !important;
}
.bg-success {
  background-color: #73bde9 !important;
}
.bg-info {
  background-color: #ae1a21 !important;
}
.bg-warning {
  background-color: #4b4b4b !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2963ae !important;
  border-color: #2963ae !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #183b68 !important;
  border-color: #183b68 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #183b68 !important;
  border-color: #183b68 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0166d0 !important;
  border-color: #0166d0 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #013c7a !important;
  border-color: #013c7a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #013c7a !important;
  border-color: #013c7a !important;
}
.btn-info,
.btn-info:active {
  background-color: #ae1a21 !important;
  border-color: #ae1a21 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #630f13 !important;
  border-color: #630f13 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #630f13 !important;
  border-color: #630f13 !important;
}
.btn-success,
.btn-success:active {
  background-color: #73bde9 !important;
  border-color: #73bde9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #289add !important;
  border-color: #289add !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #289add !important;
  border-color: #289add !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #4b4b4b !important;
  border-color: #4b4b4b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #202020 !important;
  border-color: #202020 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #202020 !important;
  border-color: #202020 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2963ae;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #183b68 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2963ae !important;
  border-color: #2963ae !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0166d0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #013c7a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0166d0 !important;
  border-color: #0166d0 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ae1a21;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #630f13 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1a21 !important;
  border-color: #ae1a21 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #73bde9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #289add !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #73bde9 !important;
  border-color: #73bde9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4b4b4b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #202020 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #4b4b4b !important;
  border-color: #4b4b4b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #2963ae !important;
}
.text-secondary {
  color: #0166d0 !important;
}
.text-success {
  color: #73bde9 !important;
}
.text-info {
  color: #ae1a21 !important;
}
.text-warning {
  color: #4b4b4b !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #16345b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #01346a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2192d5 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #550d10 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #181818 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  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]):not(.navbar-caption):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: #2963ae;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ae1a21;
}
.alert-warning {
  background-color: #4b4b4b;
}
.alert-danger {
  background-color: #000000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2963ae;
  border-color: #2963ae;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #2963ae;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #77a5df;
}
.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: #e76067;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #bebebe;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #2963ae !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #2963ae;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2963ae;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2963ae;
}
.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: #2963ae;
  border-bottom-color: #2963ae;
}
.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: #2963ae !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: #0166d0 !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='%232963ae' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sZBI5tIYGu {
  padding-top: 60px;
  padding-bottom: 0px;
  background: #0166d0;
}
.cid-sZBI5tIYGu .images-container.container-fluid {
  padding: 0;
}
.cid-sZBI5tIYGu .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sZBI5tIYGu .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sZBI5tIYGu .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sZBI5tIYGu .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sZBI5tIYGu .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sZBI5tIYGu .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sZBI5tIYGu .img-item {
    width: 100% !important;
  }
  .cid-sZBI5tIYGu .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sZxQuYqZ4o .nav-item:focus,
.cid-sZxQuYqZ4o .nav-link:focus {
  outline: none;
}
.cid-sZxQuYqZ4o .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #2963ae;
  background: none;
}
.cid-sZxQuYqZ4o .navbar.opened {
  transition: all .3s;
  background: #2963ae !important;
}
.cid-sZxQuYqZ4o .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sZxQuYqZ4o .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sZxQuYqZ4o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sZxQuYqZ4o .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sZxQuYqZ4o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sZxQuYqZ4o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sZxQuYqZ4o .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sZxQuYqZ4o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sZxQuYqZ4o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sZxQuYqZ4o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sZxQuYqZ4o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sZxQuYqZ4o .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sZxQuYqZ4o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sZxQuYqZ4o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sZxQuYqZ4o .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sZxQuYqZ4o .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sZxQuYqZ4o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sZxQuYqZ4o .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sZxQuYqZ4o .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-sZxQuYqZ4o .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sZxQuYqZ4o .navbar.navbar-short {
  background: #2963ae !important;
  min-height: 60px;
}
.cid-sZxQuYqZ4o .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sZxQuYqZ4o .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sZxQuYqZ4o .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sZxQuYqZ4o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sZxQuYqZ4o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sZxQuYqZ4o .dropdown-item.active,
.cid-sZxQuYqZ4o .dropdown-item:active {
  background-color: transparent;
}
.cid-sZxQuYqZ4o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sZxQuYqZ4o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sZxQuYqZ4o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sZxQuYqZ4o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2963ae;
}
.cid-sZxQuYqZ4o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sZxQuYqZ4o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sZxQuYqZ4o ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sZxQuYqZ4o .navbar-buttons {
  text-align: center;
}
.cid-sZxQuYqZ4o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sZxQuYqZ4o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sZxQuYqZ4o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sZxQuYqZ4o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sZxQuYqZ4o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sZxQuYqZ4o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sZxQuYqZ4o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sZxQuYqZ4o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sZxQuYqZ4o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sZxQuYqZ4o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sZxQuYqZ4o .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sZxQuYqZ4o a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sZxQuYqZ4o .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sZxQuYqZ4o .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sZxQuYqZ4o .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-sZxQuYqZ4o .nav-link:hover,
.cid-sZxQuYqZ4o .dropdown-item:hover,
.cid-sZxQuYqZ4o .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-sZBKoltJsa {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0166d0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 991px) {
  .cid-sZBKoltJsa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sZBKoltJsa .row {
  flex-direction: row-reverse;
}
.cid-sZBKoltJsa img {
  width: 100%;
}
.cid-sZBMwMd8Im {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/ingfarma-2022-b-1789x1180.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 991px) {
  .cid-sZBMwMd8Im .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sZBMwMd8Im .row {
  flex-direction: row-reverse;
}
.cid-sZBMwMd8Im img {
  width: 100%;
}
.cid-sZHdPNyz4p {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/ingfarma-2022-b-1789x1180.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 991px) {
  .cid-sZHdPNyz4p .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sZHdPNyz4p .row {
  flex-direction: row-reverse;
}
.cid-sZHdPNyz4p img {
  width: 100%;
}
.cid-sZHnalfMmm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0166d0;
}
.cid-sZHnalfMmm .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-sZHnalfMmm .content_block:hover .mbr-section-title a {
  color: #0166d0 !important;
}
.cid-sZHnalfMmm .card_topic,
.cid-sZHnalfMmm .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-sZHnalfMmm .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #0166d0;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-sZHnalfMmm .image {
  position: relative;
}
.cid-sZHnalfMmm .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #0166d0);
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #0166d0);
}
.cid-sZHnalfMmm .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sZHnalfMmm .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sZHnalfMmm .mbr-section-btn .btn-secondary-outline:hover,
.cid-sZHnalfMmm .mbr-section-btn .btn-secondary-outline .active,
.cid-sZHnalfMmm .mbr-section-btn .btn-secondary-outline:focus {
  color: #2963ae !important;
}
.cid-sZHnalfMmm .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-sZHnalfMmm .content_block {
    padding: 30px 15px;
  }
  .cid-sZHnalfMmm .mbr-figure {
    padding: 0;
  }
  .cid-sZHnalfMmm .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(1, 102, 208, 0.99));
  }
}
.cid-sZHnalfMmm .mbr-section-title {
  color: #ffffff;
}
.cid-sZHnalfMmm .mbr-text,
.cid-sZHnalfMmm .mbr-section-btn {
  color: #ffffff;
}
.cid-sZHrXQZGgu {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sZHrXQZGgu img,
.cid-sZHrXQZGgu .item-img {
  width: 100%;
}
.cid-sZHrXQZGgu .item:focus,
.cid-sZHrXQZGgu span:focus {
  outline: none;
}
.cid-sZHrXQZGgu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sZHrXQZGgu .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sZHrXQZGgu .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sZHrXQZGgu .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sZHrXQZGgu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sZHrXQZGgu .mbr-section-title {
  color: #0166d0;
}
.cid-sZHrXQZGgu .mbr-text,
.cid-sZHrXQZGgu .mbr-section-btn {
  text-align: center;
  color: #4b4b4b;
}
.cid-sZHrXQZGgu .item-title {
  text-align: center;
  color: #0166d0;
}
.cid-sZHrXQZGgu .item-subtitle {
  text-align: left;
}
.cid-tSrjsIebLH {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tSrjsIebLH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSrjsIebLH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSrjsIebLH .row {
  flex-direction: row-reverse;
}
.cid-tSrjsIebLH .video-wrapper iframe {
  width: 100%;
}
.cid-tSrjsIebLH .mbr-section-title,
.cid-tSrjsIebLH .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tSrjsIebLH .text-wrapper {
    padding: 2rem;
  }
}
.cid-tSrjsIebLH .mbr-section-subtitle {
  color: #0166d0;
}
.cid-sZHGZZwSmr {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ingfarmamexico.com.mx-2000x1335.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sZHGZZwSmr .content-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sZHGZZwSmr .content-wrapper {
    padding: 1rem;
  }
}
.cid-sZHGZZwSmr .mbr-section-title {
  color: #ffffff;
}
.cid-sZHGZZwSmr .mbr-text {
  color: #6c7577;
}
.cid-sZHGZZwSmr .btn {
  padding: 1rem 3.4rem;
}
.cid-sZHGZZwSmr .mbr-text,
.cid-sZHGZZwSmr .mbr-section-btn {
  color: #ffffff;
}
.cid-sZHJacGnwF {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sZHJacGnwF li {
  padding-bottom: 1.5rem;
}
.cid-sZHJacGnwF img {
  width: 100%;
}
.cid-sZHJacGnwF .text-wrapper {
  z-index: 11;
}
.cid-sZHJacGnwF .wrapper {
  display: flex;
}
.cid-sZHJacGnwF .row {
  align-items: center;
}
.cid-sZHJacGnwF .animate__fadeInUp:before {
  background: #ffffff;
}
.cid-sZHJacGnwF .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #2963ae;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sZHJacGnwF .wrapper {
    flex-direction: column;
  }
  .cid-sZHJacGnwF .iconfont-wrapper {
    margin: auto;
  }
  .cid-sZHJacGnwF .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-sZHJacGnwF .mbr-section-title {
  color: #0166d0;
}
.cid-sZHJacGnwF .mbr-text,
.cid-sZHJacGnwF .mbr-section-btn {
  color: #2963ae;
}
.cid-sZHJacGnwF .mbr-text {
  color: #0166d0;
}
.cid-sZHNp2UQs7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sZHNp2UQs7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sZHNp2UQs7 .row {
  flex-direction: row-reverse;
}
.cid-sZHNp2UQs7 img {
  width: 100%;
}
.cid-sZHNr6k35K {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sZHNr6k35K .mbr-section-title {
  color: #0166d0;
}
.cid-sZHMssZjkg {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sZHMssZjkg li {
  list-style: none;
}
.cid-sZHMssZjkg .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-sZHMssZjkg .item-wrap:hover .mbr-iconfont {
  color: #2963ae !important;
}
.cid-sZHMssZjkg .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #2963ae !important;
}
.cid-sZHMssZjkg h4 {
  margin: 0;
}
.cid-sZHMssZjkg ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-sZHMssZjkg .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-sZHMssZjkg .col-title2 {
  color: #ed6436;
}
.cid-sZHMssZjkg .item1 {
  color: #0166d0;
}
.cid-sZHUTDvJZk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZHUTDvJZk .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sZHUTDvJZk .row-element,
.cid-sZHUTDvJZk .image-element {
  padding: 0;
}
.cid-sZHUTDvJZk .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sZHUTDvJZk .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sZHUTDvJZk .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sZHUTDvJZk .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #2963ae, #0166d0);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sZHUTDvJZk .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-sZHUTDvJZk .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sZHUTDvJZk .text-content {
    padding: 2rem 1rem;
  }
  .cid-sZHUTDvJZk .underline .line {
    height: 2px;
  }
  .cid-sZHUTDvJZk .mbr-title,
  .cid-sZHUTDvJZk .underline,
  .cid-sZHUTDvJZk .mbr-text,
  .cid-sZHUTDvJZk .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sZHUTDvJZk .mbr-title,
.cid-sZHUTDvJZk .underline {
  color: #0166d0;
}
.cid-sZHUTDvJZk .mbr-text,
.cid-sZHUTDvJZk .mbr-section-btn {
  color: #0166d0;
}
.cid-sZIvqIZU9u {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
  position: relative;
}
.cid-sZIvqIZU9u .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-sZIvqIZU9u .mbr-section-title {
  color: #ffffff;
}
.cid-sZIvqIZU9u .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-sZHZYhnJMm {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #0166d0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.cid-sZHZYhnJMm .mbr-section-title {
  color: #ffffff;
}
.cid-sZI4dozW1H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0166d0;
}
.cid-sZI4dozW1H .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sZI4dozW1H .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-sZI4dozW1H .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-sZI4dozW1H .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-sZI4dozW1H .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-sZI4dozW1H .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-sZI4dozW1H .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-sZI4dozW1H .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-sZI4dozW1H .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-sZI4dozW1H .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-sZI4dozW1H .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #ffffff;
}
.cid-sZI4dozW1H .text-content .social span:hover {
  color: #bbbbbb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-sZI4dozW1H .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-sZI4dozW1H .list-block {
  position: relative;
}
.cid-sZI4dozW1H .list-block h4,
.cid-sZI4dozW1H .list-block p {
  padding-left: 4.5rem;
}
.cid-sZI4dozW1H .card-img {
  display: block;
}
.cid-sZI4dozW1H input,
.cid-sZI4dozW1H textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-sZI4dozW1H input:focus,
.cid-sZI4dozW1H textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sZI4dozW1H .form-control,
.cid-sZI4dozW1H .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ecf1f8;
  border-color: #ffffff;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sZI4dozW1H .form-control:hover,
.cid-sZI4dozW1H .field-input:hover,
.cid-sZI4dozW1H .form-control:focus,
.cid-sZI4dozW1H .field-input:focus {
  background-color: #ecf1f8;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sZI4dozW1H input::-webkit-input-placeholder,
.cid-sZI4dozW1H textarea::-webkit-input-placeholder {
  color: #28303f;
}
.cid-sZI4dozW1H input:-moz-placeholder,
.cid-sZI4dozW1H textarea:-moz-placeholder {
  color: #28303f;
}
.cid-sZI4dozW1H .jq-selectbox li,
.cid-sZI4dozW1H .jq-selectbox li {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-sZI4dozW1H .jq-selectbox li:hover,
.cid-sZI4dozW1H .jq-selectbox li.selected {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-sZI4dozW1H .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-sZI4dozW1H .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-sZI4dozW1H .mbr-form {
  max-width: 550px;
}
.cid-sZI4dozW1H .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sZI4dozW1H .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sZI4dozW1H .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sZI4dozW1H .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sZI4dozW1H .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-sZI4dozW1H .mbr-form textarea {
  min-height: 100px;
}
.cid-sZI4dozW1H .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #2963ae;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-sZI4dozW1H .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-sZI4dozW1H .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sZI4dozW1H .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-sZI4dozW1H .mbr-section-title,
  .cid-sZI4dozW1H .content-title,
  .cid-sZI4dozW1H .mbr-section-btn {
    text-align: left;
  }
}
.cid-sZI4dozW1H .text-content .list-block .list-item-title {
  color: #ffffff;
}
.cid-sZI4dozW1H .text-content .content-title,
.cid-sZI4dozW1H .social {
  color: #ffffff;
}
.cid-sZI4dozW1H .text-content .list-block .list-item-text {
  color: #ffffff;
}
.cid-sZI4dozW1H .mbr-form .mbr-section-title,
.cid-sZI4dozW1H .mbr-section-btn {
  color: #ffffff;
}
.cid-sZI5IqkxIC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0166d0;
  overflow: hidden;
}
