.visivel-celular {
    display: none;
}
.bg-white {
	background-color: #fff !important;
	padding: 80px 0;
}

.tw_post_body {
    background-color: #fff !important;
}

.whats-btn {
	background: green; padding: 10px 10px; border-radius: 5px; color: #fff; font-size: 12px; font-weight: 600;
}
.whats-btn:hover {
	background: green; padding: 10px 10px; border-radius: 5px; color: #fff; font-size: 12px; font-weight: 600;
}

body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Muli', sans-serif;
  font-size: 3.4375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.4375rem;
}
.display-2 {
  font-family: 'Muli', sans-serif;
  font-size: 2.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Muli', sans-serif;
  font-size: 1.65rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.75rem;
    font-size: calc( 1.853125rem + (3.4375 - 1.853125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.853125rem + (3.4375 - 1.853125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 6px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 25px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #389194!important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #6d7a8c !important;
}
.bg-warning {
  background-color: #389194!important;
}
.bg-danger {
  background-color: #ececec !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #389194!important;
  border-color: #389194!important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #389194 !important;
  border-color: #389194 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #389194 !important;
  border-color: #389194 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #010003 !important;
  border-color: #010003 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #010003 !important;
  border-color: #010003 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #6d7a8c !important;
  border-color: #6d7a8c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #4c5561 !important;
  border-color: #4c5561 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c5561 !important;
  border-color: #4c5561 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #389194!important;
  border-color: #389194!important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #389194 !important;
  border-color: #389194 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #389194 !important;
  border-color: #389194 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #6d6d6d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #054cdf;
  color: #054cdf;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #389194;
  border-color: #389194;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #389194!important;
  border-color: #389194!important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #130947;
  border-color: #130947;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #130947 !important;
  border-color: #130947 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #404853;
  color: #404853;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #6d7a8c;
  border-color: #6d7a8c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6d7a8c !important;
  border-color: #6d7a8c !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #054cdf;
  color: #054cdf;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #389194;
  border-color: #389194;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #389194!important;
  border-color: #389194!important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #b9b9b9;
  color: #b9b9b9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #6d6d6d;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6d6d6d !important;
  background-color: #ececec !important;
  border-color: #ececec !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #389194!important;
}
.text-secondary {
  color: #130947 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #6d7a8c !important;
}
.text-warning {
  color: #389194!important;
}
.text-danger {
  color: #ececec !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #054cdf !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #404853 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #054cdf !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b9b9b9 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6d7a8c;
}
.alert-warning {
  background-color: #389194;
}
.alert-danger {
  background-color: #ececec;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #389194;
  border-color: #389194;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #389194;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b4bbc5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.scrollToTop_wraper {
  display: none !important;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.2rem;
}
blockquote {
  border-color: #389194;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.btn-primary:hover {
  color: #ffffff !important;
  background: #130947 !important;
  border-color: #130947 !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #389194;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #389194;
  border-bottom-color: #389194;
}
.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: #389194!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: #130947 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 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='%234f87fb' %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-rSbetxGLFX {
  padding-top: 210px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/banner2.jpg");
}
.cid-rSbetxGLFX .mbr-section-subtitle {
  color: #389194;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-rSbetxGLFX .mbr-section-title {
  color: #ffffff;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
}
.cid-rSbetxGLFX .mbr-section-title .accent-word {
  color: #389194;
}
.cid-rSbetxGLFX .mbr-text {
  color: #6d7a8c;
}
.cid-rSbetxGLFX .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-rSbetxGLFX .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #389194;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-rSbetxGLFX .mbr-section-btn {
  display: flex;
}
.cid-rSbetxGLFX .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-rSbetxGLFX .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-rSbetxGLFX .mbr-section-btn.display-4,
.cid-rSbetxGLFX .btn.display-4 {
  font-size: 12px !important;
}
.cid-rSbetxGLFX .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-rSbetxGLFX .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-rSbetxGLFX .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #389194;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-rSbetxGLFX .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rSbetxGLFX .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-rSbetxGLFX .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-rSbetxGLFX .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-rSbetxGLFX .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rSbetxGLFX .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rSbetxGLFX .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rSbetxGLFX a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rSbetxGLFX a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-rSbetxGLFX .separator,
  .cid-rSbetxGLFX .sep-holder,
  .cid-rSbetxGLFX .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-rSbetxGLFX .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-rSbetxGLFX .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-rSbetxGLFX .mbr-section-subtitle,
.cid-rSbetxGLFX .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-rSbetxGLFX .mbr-section-title .accent-word {
  color: #ffffff;
}
.cid-rSbevGgtra {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rSbevGgtra h4 {
  letter-spacing: -0.5px;
  color: #130947;
  font-weight: 800;
}
.cid-rSbevGgtra p {
  color: #6d7a8c;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 400;
}
.cid-rSbevGgtra .mbr-section-title {
  color: #130947;
  margin-bottom: 20px;
  font-weight: 700;
}
.cid-rSbevGgtra .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.5px;
}
.cid-rSbevGgtra .mbr-section-subtitle {
  color: #333333;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-rSbevGgtra .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-rSbevGgtra .card-box {
  padding-top: 35px;
}
.cid-rSbevGgtra .card-box .card-title {
  text-align: center;
  color: #130947;
}
.cid-rSbevGgtra .card-box .card-title.display-7 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.5px;
  font-weight: 800;
}
.cid-rSbevGgtra .card-box p {
  text-align: center;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-rSbevGgtra .card-box p.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-rSbevGgtra .card-wrapper {
  height: 100%;
  text-align: center;
}
.cid-rSbevGgtra .card-img {
  display: inline-block;
  position: relative;
  width: inherit !important;
}
.cid-rSbevGgtra .card-img img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-rSbevGgtra .card-img .card-icon {
  background: #389194;
  color: #fff;
  height: 46px;
  width: 46px;
  font-size: 14px;
  line-height: 46px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  padding: 0.5rem;
  top: 0;
  right: 0px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}
.cid-rSbevGgtra .card-img .card-icon span {
  z-index: 99;
}
.cid-rSbevGgtra .card-img .card-icon::before {
  width: 56px;
  height: 56px;
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 50%;
  background-color: #389194;
  opacity: 0.5;
  z-index: 1;
}
.cid-sxBweCe9j9 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sxBweCe9j9 img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-sxBweCe9j9 .mbr-section-title {
  text-align: left;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sxBweCe9j9 .mbr-text {
  color: #000000;
  line-height: 1.5;
}
.cid-sxBweCe9j9 .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-sxBweCe9j9 .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sxBweCe9j9 .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-sxBweCe9j9 .btn-primary {
  background-color: #389194!important;
  border-width: 0px;
  margin-left: 0px !important;
}
.cid-sxBurBx9bV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sxBurBx9bV .mbr-text,
.cid-sxBurBx9bV .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-sxBurBx9bV .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sxBurBx9bV .mbr-text,
.cid-sxBurBx9bV .mbr-section-btn,
.cid-sxBurBx9bV .mbr-section-title {
  color: #ffffff;
}
.cid-sxBurBx9bV .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sxBurBx9bV .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-sxBurBx9bV .mbr-section-title {
  font-weight: 700;
}
.cid-sxBurBx9bV .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-sxBurBx9bV .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-sxBurBx9bV .mbr-section-title,
  .cid-sxBurBx9bV .mbr-text,
  .cid-sxBurBx9bV .mbr-section-btn {
    text-align: left;
  }
}
.cid-sxBurBx9bV .pt-20 {
  padding-top: 20px;
}
.cid-sxByp0xzN2 {
  padding-top: 40px;
  background-color: #f5f7fa;
}
.cid-sxByp0xzN2 .container-boxes {
  padding-bottom: 15px;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.cid-sxByp0xzN2 .box-item {
  width: 29%;
}
.cid-sxByp0xzN2 .box-item:first-child {
  background-image: url("../../../assets/images/02.jpg");
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 30px;
}
.cid-sxByp0xzN2 .box-item .wrap {
  height: 100%;
  background-color: #389194;
  opacity: 0.8;
  padding: 2.5rem 2.5rem 1rem 2.5rem;
  border-radius: 5px;
}
.cid-sxByp0xzN2 .box-item .headingicon .icon-block-top {
  padding-right: 20px;
  font-size: 4.0375rem !important;
}
.cid-sxByp0xzN2 .box-item .heading .box-item-title {
  letter-spacing: 2px;
  line-height: 1.75;
}
.cid-sxByp0xzN2 .box-item .heading .box-item-title.display-7 {
  font-size: 25px;
  font-weight: 600;
}
.cid-sxByp0xzN2 .box-item .heading h5 {
  font-weight: 700;
}
.cid-sxByp0xzN2 .box-item .heading h5.display-7 {
  font-size: 22px;
  line-height: 1.45;
}
.cid-sxByp0xzN2 .box-item-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-sxByp0xzN2 .box-item-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sxByp0xzN2 .box-item .btn {
  margin-left: 0 !important;
  margin-top: 0 !important;
  font-weight: 700;
  border-radius: 3px;
  border-width: 2px;
  padding: 12px 40px;
}
.cid-sxByp0xzN2 .box-item .btn.display-4 {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
}
.cid-sxByp0xzN2 .right-side {
  background-color: #ffffff;
  padding: 50px 40px 15px 40px;
  border-radius: 5px;
  border-bottom: 1px solid #389194;
  box-shadow: 0 9px 35px 0 rgba(26, 47, 106, 0.07);
}
.cid-sxByp0xzN2 .right-side .box-item {
  width: 50%;
  border-radius: 5px;
}
.cid-sxByp0xzN2 .right-side .box-item:nth-child(1) {
  background-color: transparent;
  background-image: none;
}
.cid-sxByp0xzN2 .right-side .box-item:last-child {
  background-color: transparent;
}
.cid-sxByp0xzN2 .right-side .box-item:last-child .icon-block-top {
  margin-bottom: 20px;
}
.cid-sxByp0xzN2 .right-side .box-item:last-child .icon-block-top span {
  color: #389194;
  padding-right: 20px;
}
.cid-sxByp0xzN2 .right-side .box-item:last-child .icon-block-top .box-item-title {
  align-self: center;
}
.cid-sxByp0xzN2 .right-side .box-item-title {
  color: #28303f;
  font-weight: 700;
}
.cid-sxByp0xzN2 .right-side .box-item-title.display-7 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-sxByp0xzN2 .right-side .box-item .box-item-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-sxByp0xzN2 .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  color: #6d7a8c;
}
.cid-sxByp0xzN2 .box-list li {
  border-bottom: 1px solid #e2e4e8;
  padding: 15px 0 15px;
  line-height: 1.71;
}
.cid-sxByp0xzN2 .box-list li:last-child {
  border-bottom: none;
}
.cid-sxByp0xzN2 .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  font-weight: 600;
}
.cid-sxByp0xzN2 .media-content {
  flex-basis: initial;
}
.cid-sxByp0xzN2 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sxByp0xzN2 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sxByp0xzN2 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sxByp0xzN2 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sxByp0xzN2 .icon-wrap {
  background-color: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.cid-sxByp0xzN2 .icon-wrap:hover {
  background-color: #f5f7fa !important;
}
.cid-sxByp0xzN2 .icon-wrap:after {
  content: '';
  position: absolute;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 2.9s infinite;
  animation: rippleOne 2.9s infinite;
  width: 60px;
  height: 60px;
  z-index: -1;
  border-radius: 50%;
  cursor: pointer;
}
.cid-sxByp0xzN2 .icon-wrap span {
  padding-left: 8px;
  font-weight: bold;
}
.cid-sxByp0xzN2 .mbr-media {
  border-radius: 4px;
  flex-basis: 150%;
  margin-right: 15px;
  z-index: 70;
  height: 50%;
  background-image: url("../../../assets/images/consultorio-430x225.png");
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sxByp0xzN2 .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #000;
}
.cid-sxByp0xzN2 .mbr-media span.mbri-play:before {
  cursor: pointer;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
@media (max-width: 1200px) {
  .cid-sxByp0xzN2 .box-item {
    width: 70%;
    max-width: 300px !important;
  }
  .cid-sxByp0xzN2 .box-item:first-child {
    margin-right: 10px;
  }
  .cid-sxByp0xzN2 .box-item .wrap {
    padding: 2.5rem 1rem 1rem 1rem;
  }
  .cid-sxByp0xzN2 .right-side {
    padding: 50px 10px 15px 10px;
  }
}
@media (min-width: 992px) {
  .cid-sxByp0xzN2 .box-item {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-sxByp0xzN2 .headingicon {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .cid-sxByp0xzN2 .box-item {
    margin-top: 0;
    max-width: 90% !important;
    width: 90% !important;
  }
  .cid-sxByp0xzN2 .box-item-text {
    text-align: center;
  }
  .cid-sxByp0xzN2 .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cid-sxByp0xzN2 .right-side {
    flex-wrap: wrap;
  }
  .cid-sxByp0xzN2 .box-item:nth-child(2) {
    margin-top: 7rem;
  }
  .cid-sxByp0xzN2 .show-modal {
    height: 80%;
  }
}
.cid-sxByp0xzN2 .mbr-section-btn {
  color: #232323;
}
.cid-sxByp0xzN2 .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 1.7;
}
.cid-sxByp0xzN2 h1 {
  color: #232323;
}
@-webkit-keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
.cid-sxByp0xzN2 .icon-block-top,
.cid-sxByp0xzN2 .box-item-title {
  color: #ffffff;
}
.cid-sxByp0xzN2 H5 {
  color: #ffffff;
}
.cid-sxBOgF4Tyx {
  padding-top: 20px;
  background-color: #f5f7fa;
}
.cid-sxBOgF4Tyx .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.cid-sxBOgF4Tyx .box-item {
  width: 29%;
}
.cid-sxBOgF4Tyx .box-item:first-child {
  background-image: url("../../../assets/images/02-1.jpg");
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 30px;
}
.cid-sxBOgF4Tyx .box-item .wrap {
  height: 100%;
  background-color: #389194;
  opacity: 0.8;
  padding: 2.5rem 2.5rem 1rem 2.5rem;
  border-radius: 5px;
}
.cid-sxBOgF4Tyx .box-item .headingicon .icon-block-top {
  padding-right: 20px;
  font-size: 4.0375rem !important;
}
.cid-sxBOgF4Tyx .box-item .heading .box-item-title {
  letter-spacing: 2px;
  line-height: 1.75;
}
.cid-sxBOgF4Tyx .box-item .heading .box-item-title.display-7 {
  font-size: 25px;
  font-weight: 600;
}
.cid-sxBOgF4Tyx .box-item .heading h5 {
  font-weight: 700;
}
.cid-sxBOgF4Tyx .box-item .heading h5.display-7 {
  font-size: 22px;
  line-height: 1.45;
}
.cid-sxBOgF4Tyx .box-item-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-sxBOgF4Tyx .box-item-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sxBOgF4Tyx .box-item .btn {
  margin-left: 0 !important;
  margin-top: 0 !important;
  font-weight: 700;
  border-radius: 3px;
  border-width: 2px;
  padding: 12px 40px;
}
.cid-sxBOgF4Tyx .box-item .btn.display-4 {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
}
.cid-sxBOgF4Tyx .right-side {
  background-color: #ffffff;
  padding: 50px 40px 15px 40px;
  border-radius: 5px;
  border-bottom: 1px solid #389194;
  box-shadow: 0 9px 35px 0 rgba(26, 47, 106, 0.07);
}
.cid-sxBOgF4Tyx .right-side .box-item {
  width: 50%;
  border-radius: 5px;
}
.cid-sxBOgF4Tyx .right-side .box-item:nth-child(1) {
  background-color: transparent;
  background-image: none;
}
.cid-sxBOgF4Tyx .right-side .box-item:last-child {
  background-color: transparent;
}
.cid-sxBOgF4Tyx .right-side .box-item:last-child .icon-block-top {
  margin-bottom: 20px;
}
.cid-sxBOgF4Tyx .right-side .box-item:last-child .icon-block-top span {
  color: #389194;
  padding-right: 20px;
}
.cid-sxBOgF4Tyx .right-side .box-item:last-child .icon-block-top .box-item-title {
  align-self: center;
}
.cid-sxBOgF4Tyx .right-side .box-item-title {
  color: #28303f;
  font-weight: 700;
}
.cid-sxBOgF4Tyx .right-side .box-item-title.display-7 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-sxBOgF4Tyx .right-side .box-item .box-item-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-sxBOgF4Tyx .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  color: #6d7a8c;
}
.cid-sxBOgF4Tyx .box-list li {
  border-bottom: 1px solid #e2e4e8;
  padding: 15px 0 15px;
  line-height: 1.71;
}
.cid-sxBOgF4Tyx .box-list li:last-child {
  border-bottom: none;
}
.cid-sxBOgF4Tyx .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  font-weight: 600;
}
.cid-sxBOgF4Tyx .media-content {
  flex-basis: initial;
}
.cid-sxBOgF4Tyx .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sxBOgF4Tyx .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sxBOgF4Tyx .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sxBOgF4Tyx a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sxBOgF4Tyx .icon-wrap {
  background-color: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.cid-sxBOgF4Tyx .icon-wrap:hover {
  background-color: #f5f7fa !important;
}
.cid-sxBOgF4Tyx .icon-wrap:after {
  content: '';
  position: absolute;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 2.9s infinite;
  animation: rippleOne 2.9s infinite;
  width: 60px;
  height: 60px;
  z-index: -1;
  border-radius: 50%;
  cursor: pointer;
}
.cid-sxBOgF4Tyx .icon-wrap span {
  padding-left: 8px;
  font-weight: bold;
}
.cid-sxBOgF4Tyx .mbr-media {
  border-radius: 4px;
  flex-basis: 150%;
  margin-right: 15px;
  z-index: 70;
  height: 50%;
  background-image: url("../../../assets/images/clinica-430x225.png");
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sxBOgF4Tyx .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #000;
}
.cid-sxBOgF4Tyx .mbr-media span.mbri-play:before {
  cursor: pointer;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
@media (max-width: 1200px) {
  .cid-sxBOgF4Tyx .box-item {
    width: 70%;
    max-width: 300px !important;
  }
  .cid-sxBOgF4Tyx .box-item:first-child {
    margin-right: 10px;
  }
  .cid-sxBOgF4Tyx .box-item .wrap {
    padding: 2.5rem 1rem 1rem 1rem;
  }
  .cid-sxBOgF4Tyx .right-side {
    padding: 50px 10px 15px 10px;
  }
}
@media (min-width: 992px) {
  .cid-sxBOgF4Tyx .box-item {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-sxBOgF4Tyx .headingicon {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .cid-sxBOgF4Tyx .box-item {
    margin-top: 0;
    max-width: 90% !important;
    width: 90% !important;
  }
  .cid-sxBOgF4Tyx .box-item-text {
    text-align: center;
  }
  .cid-sxBOgF4Tyx .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cid-sxBOgF4Tyx .right-side {
    flex-wrap: wrap;
  }
  .cid-sxBOgF4Tyx .box-item:nth-child(2) {
    margin-top: 7rem;
  }
  .cid-sxBOgF4Tyx .show-modal {
    height: 80%;
  }
}
.cid-sxBOgF4Tyx .mbr-section-btn {
  color: #232323;
}
.cid-sxBOgF4Tyx .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 1.7;
}
.cid-sxBOgF4Tyx h1 {
  color: #232323;
}
@-webkit-keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
.cid-sxBOgF4Tyx .icon-block-top,
.cid-sxBOgF4Tyx .box-item-title {
  color: #ffffff;
}
.cid-sxBRQlMUKY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sxBRQlMUKY .card {
  padding: 1rem;
}
.cid-sxBRQlMUKY .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #f5f7fa, #f5f7fa);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-sxBRQlMUKY .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-sxBRQlMUKY .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-sxBRQlMUKY .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sxBRQlMUKY .card-sign {
  padding-top: .5rem;
}
.cid-sxBRQlMUKY .underline .line {
  width: 5rem;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.cid-sxBRQlMUKY .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
	.visivel-celular {
    display: inline-block;
}

.mt-70-celular {
	margin-top: 70px !important;
}

.cid-szcU5Vg6Rp img {
    height: 55px !important;
    padding: 7px 0 0;
}

.cid-sxCI4Ccb3v .card-wrapper {
    box-shadow: 0 1px 5px 0px rgb(31, 15, 116, .3);
}
  .cid-sxBRQlMUKY .card-title {
    text-align: center;
  }
  .cid-sxBRQlMUKY p.mbr-text,
  .cid-sxBRQlMUKY p.date {
    text-align: center;
  }
}
.cid-sxBRQlMUKY .card-box {
  background: #ffffff;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-sxBRQlMUKY .card-text,
.cid-sxBRQlMUKY .mbr-subtitle {
  color: #8d97ad;
}
.cid-sxBRQlMUKY .card-text {
  color: #000000;
}
.cid-sxBRQlMUKY H2 {
  color: #130947;
}
.cid-sxBRQlMUKY .card-title,
.cid-sxBRQlMUKY .card-img {
  color: #130947;
}
.cid-sxCWI3ys2y {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sxCWI3ys2y .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-sxCWI3ys2y .contents .mbr-subtitle {
  color: #389194;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-sxCWI3ys2y .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1.85;
}
.cid-sxCWI3ys2y .contents .mbr-section-title {
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #130947;
}
.cid-sxCWI3ys2y .contents .mbr-section-text {
  margin-top: 20px;
  color: #6d7a8c;
  letter-spacing: 0;
  line-height: 1.5;
}
.cid-sxCWI3ys2y .card-wrapper {
  height: 100%;
}
.cid-sxCWI3ys2y .card-wrapper .card-box {
  padding-top: 2rem;
}
.cid-sxCWI3ys2y .card-wrapper .card-box .card-title {
  color: #28303f;
  transition: 0.3s all;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-sxCWI3ys2y .card-wrapper .card-box .card-title:hover {
  color: #389194;
  transition: 0.3s all;
}
.cid-sxCWI3ys2y .card-wrapper .card-box .card-title.display-5 {
  font-size: 22px;
  line-height: 1.27;
  letter-spacing: -0.5px;
}
.cid-sxCWI3ys2y .card-wrapper .card-box .card-subtitle {
  color: #a0a9b6;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-sxCWI3ys2y .card-wrapper .card-box .card-subtitle.display-4 {
  font-size: 12px;
}
.cid-sxCWI3ys2y .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-sxCWI3ys2y .card-wrapper .card-box .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sxCWI3ys2y .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
}
.cid-sxCWI3ys2y .card-wrapper .card-img {
  position: relative;
}
.cid-sxCWI3ys2y .card-wrapper .card-img img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sxCWI3ys2y .card-wrapper .card-img .meta-category {
  background-color: #389194;
  display: inline-block;
  padding: 6px 25px;
  color: #fff;
  position: absolute;
  bottom: -15px;
  right: 35px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  z-index: 9;
  border-radius: 15px;
}
.cid-sxCWI3ys2y .card-wrapper .card-img .meta-category .btn {
  font-weight: 600 !important;
}
.cid-sxCWI3ys2y .card-wrapper .card-img .meta-category .btn:hover {
  color: currentColor !important;
}
.cid-sxCWI3ys2y .card-wrapper .mbr-link-btn .btn {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 1px;
}
.cid-sxCWI3ys2y .card-wrapper .mbr-link-btn .btn.display-4 {
  font-size: 12px;
}
.cid-sxCWI3ys2y .btn[class*='-outline'] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-sxCWI3ys2y .btn[class*='-outline'] span {
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  transition: padding 0.3s !important;
}
.cid-sxCWI3ys2y .btn[class*='-outline']:hover span {
  padding-left: 10px;
}
.cid-sxCWI3ys2y .btn[class*='-outline']:hover {
  background-color: transparent !important;
  color: #389194!important;
  box-shadow: none !important;
}
.cid-sxCWI3ys2y .btn[class*='-outline']:active,
.cid-sxCWI3ys2y .btn[class*='-outline']:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sxCI4Ccb3v {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3fbff;
}
.cid-sxCI4Ccb3v .mbr-text {
  color: #767676;
}
.cid-sxCI4Ccb3v .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 2px 12px 3px rgb(56, 145, 148, 0.3);
}
.cid-sxCI4Ccb3v .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-sxCI4Ccb3v .card-wrapper:hover .ico2 {
  color: #389194!important;
}
.cid-sxCI4Ccb3v .text-info:hover {
  color: inherit!important;
}
.cid-sxCI4Ccb3v .ico2 {
  color: #389194!important;
  transition: all 0.6s;
}
.cid-sxCI4Ccb3v .card-box {
  padding: 0rem 1rem;
}
.cid-sxCI4Ccb3v .card-img {
  width: auto;
}
.cid-sxCI4Ccb3v .ico1 {
  font-size: 3rem !important;
}
.cid-sxCI4Ccb3v h3,
.cid-sxCI4Ccb3v h4 {
  padding: 0;
  margin: 0;
}
.cid-sxCI4Ccb3v .card-title,
.cid-sxCI4Ccb3v .card-img {
  color: #232323;
}
.cid-sxCI4Ccb3v H3 {
  color: #767676;
}
.cid-sxCI4Ccb3v H1 {
  color: #232323;
}
.cid-rSbexMwIuF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #389194;
}
.cid-rSbexMwIuF .links {
  text-align: center;
  color: #ffffff;
}
.cid-rSbexMwIuF p {
  margin: 0;
}
.cid-rSbexMwIuF a {
  color: #ffffff;
}
.cid-rSbexMwIuF a:hover {
  color: #389194!important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-szcU5Vg6Rp .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-szcU5Vg6Rp .navbar-fixed-top {
  padding-top: 0;
}
.cid-szcU5Vg6Rp .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-szcU5Vg6Rp .dropdown-item {
  padding: 0;
  color: black !important;
}
.cid-szcU5Vg6Rp .dropdown-item,
.cid-szcU5Vg6Rp .nav-link,
.cid-szcU5Vg6Rp .brand-link {
  font-style: normal;
}
.cid-szcU5Vg6Rp .dropdown-item:hover,
.cid-szcU5Vg6Rp .nav-link:hover,
.cid-szcU5Vg6Rp .brand-link:hover {
  color: #389194!important;
}
.cid-szcU5Vg6Rp .dropdown-menu {
  border: 0px solid lightgray;
  border-radius: 5px;
  background-color: #f5f7fa !important;

}
.cid-szcU5Vg6Rp .dropdown-item:active {
  background-color: #f5f7fa !important;
}
.cid-szcU5Vg6Rp .menu-content-top {
  max-width: 1200px;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-szcU5Vg6Rp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-szcU5Vg6Rp .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-szcU5Vg6Rp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .content-text {
  margin-bottom: 0;
}
.cid-szcU5Vg6Rp .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #389194;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-szcU5Vg6Rp .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .nav-dropdown .link {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-szcU5Vg6Rp .content-right-side {
  text-align: center;
}
.cid-szcU5Vg6Rp .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-szcU5Vg6Rp .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-szcU5Vg6Rp .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-szcU5Vg6Rp .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-szcU5Vg6Rp .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-szcU5Vg6Rp .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-szcU5Vg6Rp .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-szcU5Vg6Rp .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-szcU5Vg6Rp .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-szcU5Vg6Rp .navbar {
    display: block;
    padding: 0;
  }
  .cid-szcU5Vg6Rp .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-szcU5Vg6Rp .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-szcU5Vg6Rp .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-szcU5Vg6Rp .navbar-toggler {
    display: none;
  }
  .cid-szcU5Vg6Rp .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-szcU5Vg6Rp .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-szcU5Vg6Rp .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-szcU5Vg6Rp .menu-logo {
  margin-right: auto;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-szcU5Vg6Rp .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-szcU5Vg6Rp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp button.navbar-toggler:focus {
  outline: none;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .btn {
  display: -webkit-flex;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .collapsed button.navbar-toggler {
  display: block;
}
.cid-szcU5Vg6Rp .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-szcU5Vg6Rp .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-szcU5Vg6Rp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-szcU5Vg6Rp .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing,
  .cid-szcU5Vg6Rp .navbar-collapse.show {
    display: block !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-szcU5Vg6Rp .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-szcU5Vg6Rp img {
    height: 3.8rem !important;
  }
  .cid-szcU5Vg6Rp .btn {
    display: -webkit-flex;
  }
  .cid-szcU5Vg6Rp button.navbar-toggler {
    display: block;
  }
  .cid-szcU5Vg6Rp .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-szcU5Vg6Rp .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-szcU5Vg6Rp .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-szcU5Vg6Rp .nav-link:focus {
  outline: none;
}
.cid-szcU5Vg6Rp .navbar-toggler {
  position: relative;
}
.cid-szcU5Vg6Rp .dropdown-item.active,
.cid-szcU5Vg6Rp .dropdown-item:active {
  color: initial;
}
.cid-szcU5Vg6Rp .widget-title,
.cid-szcU5Vg6Rp .widget-icon {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-text {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-title {
  color: #6d7a8c;
}
.cid-sxD52N08XZ {
  padding-top: 165px;
  padding-bottom: 0px;
  background-color: #e6ecf2;
}
.cid-sxD52N08XZ .mbr-section-subtitle {
  color: #389194;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-sxD52N08XZ .mbr-section-title {
  color: #130947;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: left;
}
.cid-sxD52N08XZ .mbr-section-title .accent-word {
  color: #389194;
}
.cid-sxD52N08XZ .mbr-text {
  color: #6d7a8c;
}
.cid-sxD52N08XZ .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-sxD52N08XZ .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #389194;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sxD52N08XZ .mbr-section-btn {
  display: flex;
}
.cid-sxD52N08XZ .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-sxD52N08XZ .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-sxD52N08XZ .mbr-section-btn.display-4,
.cid-sxD52N08XZ .btn.display-4 {
  font-size: 12px !important;
}
.cid-sxD52N08XZ .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-sxD52N08XZ .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-sxD52N08XZ .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #389194;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sxD52N08XZ .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sxD52N08XZ .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sxD52N08XZ .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-sxD52N08XZ .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-sxD52N08XZ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sxD52N08XZ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sxD52N08XZ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sxD52N08XZ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sxD52N08XZ a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sxD52N08XZ .separator,
  .cid-sxD52N08XZ .sep-holder,
  .cid-sxD52N08XZ .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sxD52N08XZ .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sxD52N08XZ .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-sxD52N08XZ .mbr-section-subtitle,
.cid-sxD52N08XZ .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-sxD52N08XZ .mbr-section-title .accent-word {
  color: #ff4a52;
  text-align: center;
}
.cid-sxD5Bdf61Z {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxD5Bdf61Z h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-sxD5Bdf61Z .nav-tabs .nav-item.open .nav-link:focus,
.cid-sxD5Bdf61Z .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sxD5Bdf61Z .nav-link.active {
  background: #389194;
}
.cid-sxD5Bdf61Z .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-sxD5Bdf61Z .nav-link:hover {
  background: #389194;
}
.cid-sxD5Bdf61Z .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-sxD5Bdf61Z .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-sxD5Bdf61Z .nav-link.display-4 {
  font-size: 15px;
}
.cid-sxD5Bdf61Z .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-sxD5Bdf61Z .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-sxD5Bdf61Z .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-sxD5Bdf61Z .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-sxD5Bdf61Z .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-sxD5Bdf61Z .widget {
  margin-top: 30px;
  background-color: #389194;
  border-radius: 4px;
}
.cid-sxD5Bdf61Z .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-sxD5Bdf61Z .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-sxD5Bdf61Z .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-sxD5Bdf61Z .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-sxD5Bdf61Z .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-sxD5Bdf61Z .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #389194;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #389194;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-sxD5Bdf61Z .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-sxD5Bdf61Z .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-sxD5Bdf61Z .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-sxD5Bdf61Z .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-sxD5Bdf61Z .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sxD5Bdf61Z .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-sxD5Bdf61Z .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-sxD5Bdf61Z .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-sxD5Bdf61Z .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-sxD5Bdf61Z .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-sxD5Bdf61Z .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sxD5Bdf61Z .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sxD5Bdf61Z .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-sxD5Bdf61Z .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sxD5Bdf61Z .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-sxD5Bdf61Z .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-sxD5Bdf61Z .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #389194;
  border-radius: 50%;
}
.cid-sxD5Bdf61Z .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-sxD5Bdf61Z .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-sxD5Bdf61Z .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-sxD5Bdf61Z .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-sxD5Bdf61Z .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sxD5Bdf61Z .mbr-text,
  .cid-sxD5Bdf61Z .nav-link,
  .cid-sxD5Bdf61Z .mbr-card-title,
  .cid-sxD5Bdf61Z .mbr-section-title {
    text-align: left;
  }
  .cid-sxD5Bdf61Z .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sxD5Bdf61Z .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-sxD52OvckW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f5f7fa;
}
.cid-sxD52OvckW .mbr-section-subtitle {
  color: #389194;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-sxD52OvckW .mbr-section-title {
  color: #130947;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: left;
}
.cid-sxD52OvckW .mbr-section-title .accent-word {
  color: #389194;
}
.cid-sxD52OvckW .mbr-text {
  color: #6d7a8c;
}
.cid-sxD52OvckW .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-sxD52OvckW .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #389194;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sxD52OvckW .mbr-section-btn {
  display: flex;
}
.cid-sxD52OvckW .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-sxD52OvckW .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-sxD52OvckW .mbr-section-btn.display-4,
.cid-sxD52OvckW .btn.display-4 {
  font-size: 12px !important;
}
.cid-sxD52OvckW .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-sxD52OvckW .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-sxD52OvckW .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #389194;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sxD52OvckW .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sxD52OvckW .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sxD52OvckW .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-sxD52OvckW .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-sxD52OvckW .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sxD52OvckW .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sxD52OvckW .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sxD52OvckW a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sxD52OvckW a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sxD52OvckW .separator,
  .cid-sxD52OvckW .sep-holder,
  .cid-sxD52OvckW .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sxD52OvckW .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sxD52OvckW .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-sxD52OvckW .mbr-section-subtitle,
.cid-sxD52OvckW .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-sxD52OvckW .mbr-section-title .accent-word {
  color: #ff4a52;
  text-align: center;
}
.cid-sxD52OYZlN {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sxD52OYZlN .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sxD52OYZlN .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sxD52OYZlN .mbr-iconfont {
  font-size: 2rem;
  color: #1d2c35;
  padding-right: 1.5rem;
}
.cid-sxD52PvRBp {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sxD52PvRBp .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sxD52PvRBp .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sxD52PvRBp .mbr-iconfont {
  font-size: 2rem;
  color: #1d2c35;
  padding-right: 1.5rem;
}
.cid-sxD52QWYb0 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sxD52QWYb0 .mbr-text,
.cid-sxD52QWYb0 .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-sxD52QWYb0 .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sxD52QWYb0 .mbr-text,
.cid-sxD52QWYb0 .mbr-section-btn,
.cid-sxD52QWYb0 .mbr-section-title {
  color: #ffffff;
}
.cid-sxD52QWYb0 .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sxD52QWYb0 .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-sxD52QWYb0 .mbr-section-title {
  font-weight: 700;
}
.cid-sxD52QWYb0 .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-sxD52QWYb0 .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-sxD52QWYb0 .mbr-section-title,
  .cid-sxD52QWYb0 .mbr-text,
  .cid-sxD52QWYb0 .mbr-section-btn {
    text-align: left;
  }
}
.cid-sxD52RfsjI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #389194;
}
.cid-sxD52RfsjI .links {
  text-align: center;
  color: #ffffff;
}
.cid-sxD52RfsjI p {
  margin: 0;
}
.cid-sxD52RfsjI a {
  color: #ffffff;
}
.cid-sxD52RfsjI a:hover {
  color: #389194!important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-szcU5Vg6Rp .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-szcU5Vg6Rp .navbar-fixed-top {
  padding-top: 0;
}
.cid-szcU5Vg6Rp .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-szcU5Vg6Rp .dropdown-item {
  padding: 0;
  color: black !important;
}
.cid-szcU5Vg6Rp .dropdown-item,
.cid-szcU5Vg6Rp .nav-link,
.cid-szcU5Vg6Rp .brand-link {
  font-style: normal;
}
.cid-szcU5Vg6Rp .dropdown-item:hover,
.cid-szcU5Vg6Rp .nav-link:hover,
.cid-szcU5Vg6Rp .brand-link:hover {
  color: #389194!important;
}
.cid-szcU5Vg6Rp .dropdown-menu {
  border: 0px solid lightgray;
  border-radius: 5px;
  background-color: #f5f7fa !important;
}
.cid-szcU5Vg6Rp .dropdown-item:active {
  background-color: #f5f7fa !important;
}
.cid-szcU5Vg6Rp .menu-content-top {
  max-width: 1200px;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-szcU5Vg6Rp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-szcU5Vg6Rp .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-szcU5Vg6Rp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .content-text {
  margin-bottom: 0;
}
.cid-szcU5Vg6Rp .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #389194;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-szcU5Vg6Rp .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .nav-dropdown .link {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-szcU5Vg6Rp .content-right-side {
  text-align: center;
}
.cid-szcU5Vg6Rp .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-szcU5Vg6Rp .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-szcU5Vg6Rp .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-szcU5Vg6Rp .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-szcU5Vg6Rp .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-szcU5Vg6Rp .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-szcU5Vg6Rp .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-szcU5Vg6Rp .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-szcU5Vg6Rp .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-szcU5Vg6Rp .navbar {
    display: block;
    padding: 0;
  }
  .cid-szcU5Vg6Rp .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-szcU5Vg6Rp .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-szcU5Vg6Rp .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-szcU5Vg6Rp .navbar-toggler {
    display: none;
  }
  .cid-szcU5Vg6Rp .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-szcU5Vg6Rp .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-szcU5Vg6Rp .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-szcU5Vg6Rp .menu-logo {
  margin-right: auto;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-szcU5Vg6Rp .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-szcU5Vg6Rp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp button.navbar-toggler:focus {
  outline: none;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .btn {
  display: -webkit-flex;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .collapsed button.navbar-toggler {
  display: block;
}
.cid-szcU5Vg6Rp .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-szcU5Vg6Rp .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-szcU5Vg6Rp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-szcU5Vg6Rp .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing,
  .cid-szcU5Vg6Rp .navbar-collapse.show {
    display: block !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-szcU5Vg6Rp .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-szcU5Vg6Rp img {
    height: 3.8rem !important;
  }
  .cid-szcU5Vg6Rp .btn {
    display: -webkit-flex;
  }
  .cid-szcU5Vg6Rp button.navbar-toggler {
    display: block;
  }
  .cid-szcU5Vg6Rp .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-szcU5Vg6Rp .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-szcU5Vg6Rp .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-szcU5Vg6Rp .nav-link:focus {
  outline: none;
}
.cid-szcU5Vg6Rp .navbar-toggler {
  position: relative;
}
.cid-szcU5Vg6Rp .dropdown-item.active,
.cid-szcU5Vg6Rp .dropdown-item:active {
  color: initial;
}
.cid-szcU5Vg6Rp .widget-title,
.cid-szcU5Vg6Rp .widget-icon {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-text {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-title {
  color: #6d7a8c;
}
.cid-szcU5Vg6Rp .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-szcU5Vg6Rp .navbar-fixed-top {
  padding-top: 0;
}
.cid-szcU5Vg6Rp .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-szcU5Vg6Rp .dropdown-item {
  padding: 0;
  color: black !important;
}
.cid-szcU5Vg6Rp .dropdown-item,
.cid-szcU5Vg6Rp .nav-link,
.cid-szcU5Vg6Rp .brand-link {
  font-style: normal;
}
.cid-szcU5Vg6Rp .dropdown-item:hover,
.cid-szcU5Vg6Rp .nav-link:hover,
.cid-szcU5Vg6Rp .brand-link:hover {
  color: #389194!important;
}
.cid-szcU5Vg6Rp .dropdown-menu {
  border: 0px solid lightgray;
  border-radius: 5px;
  background-color: #f5f7fa !important;
}
.cid-szcU5Vg6Rp .dropdown-item:active {
  background-color: #f5f7fa !important;
}
.cid-szcU5Vg6Rp .menu-content-top {
  max-width: 1200px;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-szcU5Vg6Rp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-szcU5Vg6Rp .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-szcU5Vg6Rp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .content-text {
  margin-bottom: 0;
}
.cid-szcU5Vg6Rp .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #389194;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-szcU5Vg6Rp .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .nav-dropdown .link {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-szcU5Vg6Rp .content-right-side {
  text-align: center;
}
.cid-szcU5Vg6Rp .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-szcU5Vg6Rp .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-szcU5Vg6Rp .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-szcU5Vg6Rp .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-szcU5Vg6Rp .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-szcU5Vg6Rp .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-szcU5Vg6Rp .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-szcU5Vg6Rp .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-szcU5Vg6Rp .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-szcU5Vg6Rp .navbar {
    display: block;
    padding: 0;
  }
  .cid-szcU5Vg6Rp .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-szcU5Vg6Rp .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-szcU5Vg6Rp .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-szcU5Vg6Rp .navbar-toggler {
    display: none;
  }
  .cid-szcU5Vg6Rp .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-szcU5Vg6Rp .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-szcU5Vg6Rp .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-szcU5Vg6Rp .menu-logo {
  margin-right: auto;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-szcU5Vg6Rp .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-szcU5Vg6Rp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp button.navbar-toggler:focus {
  outline: none;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .btn {
  display: -webkit-flex;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .collapsed button.navbar-toggler {
  display: block;
}
.cid-szcU5Vg6Rp .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-szcU5Vg6Rp .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-szcU5Vg6Rp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-szcU5Vg6Rp .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing,
  .cid-szcU5Vg6Rp .navbar-collapse.show {
    display: block !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-szcU5Vg6Rp .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-szcU5Vg6Rp img {
    height: 3.8rem !important;
  }
  .cid-szcU5Vg6Rp .btn {
    display: -webkit-flex;
  }
  .cid-szcU5Vg6Rp button.navbar-toggler {
    display: block;
  }
  .cid-szcU5Vg6Rp .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-szcU5Vg6Rp .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-szcU5Vg6Rp .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-szcU5Vg6Rp .nav-link:focus {
  outline: none;
}
.cid-szcU5Vg6Rp .navbar-toggler {
  position: relative;
}
.cid-szcU5Vg6Rp .dropdown-item.active,
.cid-szcU5Vg6Rp .dropdown-item:active {
  color: initial;
}
.cid-szcU5Vg6Rp .widget-title,
.cid-szcU5Vg6Rp .widget-icon {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-text {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-title {
  color: #6d7a8c;
}
.cid-sxBXKwLPK9 {
  padding-top: 165px;
  padding-bottom: 0px;
  background-color: #f5f7fa;
}
.cid-sxBXKwLPK9 .mbr-section-subtitle {
  color: #389194;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-sxBXKwLPK9 .mbr-section-title {
  color: #130947;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: right;
}
.cid-sxBXKwLPK9 .mbr-section-title .accent-word {
  color: #389194;
}
.cid-sxBXKwLPK9 .mbr-text {
  color: #6d7a8c;
}
.cid-sxBXKwLPK9 .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-sxBXKwLPK9 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #389194;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sxBXKwLPK9 .mbr-section-btn {
  display: flex;
}
.cid-sxBXKwLPK9 .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-sxBXKwLPK9 .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-sxBXKwLPK9 .mbr-section-btn.display-4,
.cid-sxBXKwLPK9 .btn.display-4 {
  font-size: 12px !important;
}
.cid-sxBXKwLPK9 .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-sxBXKwLPK9 .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-sxBXKwLPK9 .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #389194;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sxBXKwLPK9 .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sxBXKwLPK9 .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sxBXKwLPK9 .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-sxBXKwLPK9 .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-sxBXKwLPK9 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sxBXKwLPK9 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sxBXKwLPK9 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sxBXKwLPK9 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sxBXKwLPK9 a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sxBXKwLPK9 .separator,
  .cid-sxBXKwLPK9 .sep-holder,
  .cid-sxBXKwLPK9 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sxBXKwLPK9 .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sxBXKwLPK9 .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-sxBXKwLPK9 .mbr-section-subtitle,
.cid-sxBXKwLPK9 .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-sxBXKwLPK9 .mbr-section-title .accent-word {
  color: #389194;
  text-align: left;
}
.cid-sxBZey5JVz {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sxBZey5JVz img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-sxBZey5JVz .mbr-section-title {
  text-align: left;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sxBZey5JVz .mbr-text {
  color: #130947;
  line-height: 1.5;
}
.cid-sxBZey5JVz .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-sxBZey5JVz .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sxBZey5JVz .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-sxBZey5JVz .mbr-list .list li:before {
  font-weight: 900;
  color: #389194;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-sxBZLrrt1V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sxBZLrrt1V .mbr-subtitle {
  color: #389194;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-sxBZLrrt1V .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sxBZLrrt1V .mbr-section-title {
  margin: 0;
  color: #130947;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-sxBZLrrt1V .mbr-section-title.display-2 {
  font-size: 38px;
  line-height: 1.26;
  letter-spacing: -0.5px;
}
.cid-sxBZLrrt1V .mbr-section-text {
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-sxBZLrrt1V .mbr-section-text.display-7 {
  font-size: 16px;
}
.cid-sxBZLrrt1V .display-2 {
  font-size: 38px;
}
.cid-sxBZLrrt1V .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
  margin-bottom: 10px;
}
.cid-sxBZLrrt1V .wrapper .img {
  margin-bottom: 20px;
}
.cid-sxBZLrrt1V .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #389194;
  border-radius: 50%;
}
.cid-sxBZLrrt1V .wrapper .mbr-card-title {
  color: #130947;
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-sxBZLrrt1V .wrapper .mbr-card-title.display-7 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.cid-sxBZLrrt1V .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-sxBZLrrt1V .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cid-sxBZLrrt1V * {
    text-align: left;
  }
}
.cid-sxBZLrrt1V .wrapper .mbr-text,
.cid-sxBZLrrt1V .img {
  color: #130947;
}
.cid-sxC1YQKy37 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #efefef;
}
.cid-sxC1YQKy37 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sxC1YQKy37 .team-card:hover {
  transform: translateY(-10px);
}
.cid-sxC1YQKy37 p {
  line-height: 1.9;
}
.cid-sxC1YQKy37 .image-wrap {
  margin-bottom: 2rem;
}
.cid-sxC1YQKy37 .card-wrap {
  background: #ffffff;
  border-radius: 10px;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-sxC1YQKy37 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sxC1YQKy37 .card-wrap .image-wrap img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-sxC1YQKy37 .card-wrap .content-wrap {
    padding: 0 4rem;
    padding-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-sxC1YQKy37 .card-wrap .content-wrap {
    padding: 0 1rem;
    padding-bottom: 0;
  }
}
.cid-sxC1YQKy37 .mbr-role,
.cid-sxC1YQKy37 .social-row {
  color: #ff8484;
}
.cid-sxC1YQKy37 .mbr-section-subtitle {
  color: #777777;
}
.cid-sxC1YQKy37 .card-text,
.cid-sxC1YQKy37 .mbr-section-btn,
.cid-sxC1YQKy37 .social-row {
  color: #000000;
}
.cid-sxC1YQKy37 .mbr-section-title {
  text-align: center;
}
.cid-sxBXKA4BfM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #389194;
}
.cid-sxBXKA4BfM .links {
  text-align: center;
  color: #ffffff;
}
.cid-sxBXKA4BfM p {
  margin: 0;
}
.cid-sxBXKA4BfM a {
  color: #ffffff;
}
.cid-sxBXKA4BfM a:hover {
  color: #389194!important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-sxC9v8v4uM {
  padding-top: 165px;
  padding-bottom: 0px;
  background-color: #f5f7fa;
}
.cid-sxC9v8v4uM .mbr-section-subtitle {
  color: #389194;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-sxC9v8v4uM .mbr-section-title {
  color: #130947;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: right;
}
.cid-sxC9v8v4uM .mbr-section-title .accent-word {
  color: #389194;
}
.cid-sxC9v8v4uM .mbr-text {
  color: #6d7a8c;
}
.cid-sxC9v8v4uM .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-sxC9v8v4uM .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #389194;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sxC9v8v4uM .mbr-section-btn {
  display: flex;
}
.cid-sxC9v8v4uM .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-sxC9v8v4uM .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-sxC9v8v4uM .mbr-section-btn.display-4,
.cid-sxC9v8v4uM .btn.display-4 {
  font-size: 12px !important;
}
.cid-sxC9v8v4uM .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-sxC9v8v4uM .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-sxC9v8v4uM .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #389194;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sxC9v8v4uM .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sxC9v8v4uM .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sxC9v8v4uM .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-sxC9v8v4uM .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-sxC9v8v4uM .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sxC9v8v4uM .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sxC9v8v4uM .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sxC9v8v4uM a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sxC9v8v4uM a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sxC9v8v4uM .separator,
  .cid-sxC9v8v4uM .sep-holder,
  .cid-sxC9v8v4uM .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sxC9v8v4uM .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sxC9v8v4uM .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-sxC9v8v4uM .mbr-section-subtitle,
.cid-sxC9v8v4uM .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-sxC9v8v4uM .mbr-section-title .accent-word {
  color: #656565;
  text-align: left;
}
.cid-sxC7YBleAL {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sxC7YBleAL input,
.cid-sxC7YBleAL textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-sxC7YBleAL input:focus,
.cid-sxC7YBleAL textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sxC7YBleAL .form-control,
.cid-sxC7YBleAL .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sxC7YBleAL input::-webkit-input-placeholder,
.cid-sxC7YBleAL textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sxC7YBleAL input:-moz-placeholder,
.cid-sxC7YBleAL textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sxC7YBleAL .jq-selectbox li,
.cid-sxC7YBleAL .jq-selectbox li {
  background-color: #ffffff;
}
.cid-sxC7YBleAL .jq-selectbox li:hover,
.cid-sxC7YBleAL .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-sxC7YBleAL .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sxC7YBleAL .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sxC7YBleAL .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-sxC7YBleAL .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-sxC7YBleAL .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-sxC7YBleAL .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-sxC7YBleAL .team-left-inner .team-info-block .team-designation {
  color: #389194;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-sxC7YBleAL .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-sxC7YBleAL .team-left-inner .team-info-block .personal-title {
  color: #389194;
  font-size: 22px !important;
}
.cid-sxC7YBleAL .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-sxC7YBleAL .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-sxC7YBleAL .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-sxC7YBleAL .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-sxC7YBleAL .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #389194;
  margin-right: 10px;
}
.cid-sxC7YBleAL .team-left-inner .team-info-block .social span:hover {
  background-color: #389194;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-sxC7YBleAL .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-sxC7YBleAL .entry-content .text-box {
  padding: 0rem;
}
.cid-sxC7YBleAL .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-sxC7YBleAL .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-sxC7YBleAL .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-sxC7YBleAL .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-sxC7YBleAL .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-sxC7YBleAL .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-sxC7YBleAL .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-sxC7YBleAL .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-sxC7YBleAL .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #389194;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-sxC7YBleAL .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-sxC7YBleAL .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sxC7YBleAL .entry-content .contact {
  margin-top: 30px;
}
.cid-sxC7YBleAL .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-sxC7YBleAL .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-sxC7YBleAL .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-sxC7YBleAL .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-sxC7YBleAL .entry-content .contact .btn-black:hover {
  background-color: #389194!important;
  border-color: #389194!important;
}
.cid-sxC7YBleAL .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-sxC7YBleAL .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-sxC7YBleAL .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-sxC7YBleAL .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-sxC7YBleAL .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-sxC7YBleAL .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sxC7YBleAL .progress_elements .progress1 progress::after {
  left: 22%;
  border: 3px solid #389194;
}
.cid-sxC7YBleAL .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #389194;
}
.cid-sxC7YBleAL .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #389194;
}
.cid-sxC7YBleAL .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #389194;
}
.cid-sxC7YBleAL progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-sxC7YBleAL .progress1 progress::-webkit-progress-value {
  background: #389194;
}
.cid-sxC7YBleAL .progress2 progress::-webkit-progress-value {
  background: #389194;
}
.cid-sxC7YBleAL .progress3 progress::-webkit-progress-value {
  background: #389194;
}
.cid-sxC7YBleAL .progress4 progress::-webkit-progress-value {
  background: #389194;
}
.cid-sxC7YBleAL .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sxC7YBleAL .progressbar-title p {
  color: #6d7a8c;
}
.cid-sxC7YBleAL .entry-content .text-box .doc-descr {
  color: #000000;
}
.cid-sxC7YBleAL .team-left-inner .team-info-block .short-description p {
  color: #000000;
}
.cid-sxC7YBleAL .entry-content .capabilities .mbr-list .list li {
  color: #000000;
}
.cid-sxC7YBleAL .entry-content .capabilities .capabilities-text {
  color: #000000;
}
.cid-sxC7YBleAL .btn-primary {
  background-color: #389194!important;
  border-width: 0px;
  margin-left: 0px !important;
}
.cid-sxC7YBleAL .team-left-inner .team-info-block .team-title {
  color: #130947;
}
.cid-sxC6oqWDk0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #389194;
}
.cid-sxC6oqWDk0 .links {
  text-align: center;
  color: #ffffff;
}
.cid-sxC6oqWDk0 p {
  margin: 0;
}
.cid-sxC6oqWDk0 a {
  color: #ffffff;
}
.cid-sxC6oqWDk0 a:hover {
  color: #389194!important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-szcU5Vg6Rp .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-szcU5Vg6Rp .navbar-fixed-top {
  padding-top: 0;
}
.cid-szcU5Vg6Rp .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-szcU5Vg6Rp .dropdown-item {
  padding: 0;
  color: black !important;
}
.cid-szcU5Vg6Rp .dropdown-item,
.cid-szcU5Vg6Rp .nav-link,
.cid-szcU5Vg6Rp .brand-link {
  font-style: normal;
}
.cid-szcU5Vg6Rp .dropdown-item:hover,
.cid-szcU5Vg6Rp .nav-link:hover,
.cid-szcU5Vg6Rp .brand-link:hover {
  color: #389194!important;
}
.cid-szcU5Vg6Rp .dropdown-menu {
  border: 0px solid lightgray;
  border-radius: 5px;
  background-color: #f5f7fa !important;
}
.cid-szcU5Vg6Rp .dropdown-item:active {
  background-color: #f5f7fa !important;
}
.cid-szcU5Vg6Rp .menu-content-top {
  max-width: 1200px;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-szcU5Vg6Rp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-szcU5Vg6Rp .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-szcU5Vg6Rp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .content-text {
  margin-bottom: 0;
}
.cid-szcU5Vg6Rp .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #389194;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-szcU5Vg6Rp .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .nav-dropdown .link {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-szcU5Vg6Rp .content-right-side {
  text-align: center;
}
.cid-szcU5Vg6Rp .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-szcU5Vg6Rp .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-szcU5Vg6Rp .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-szcU5Vg6Rp .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-szcU5Vg6Rp .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-szcU5Vg6Rp .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-szcU5Vg6Rp .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-szcU5Vg6Rp .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-szcU5Vg6Rp .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-szcU5Vg6Rp .navbar {
    display: block;
    padding: 0;
  }
  .cid-szcU5Vg6Rp .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-szcU5Vg6Rp .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-szcU5Vg6Rp .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-szcU5Vg6Rp .navbar-toggler {
    display: none;
  }
  .cid-szcU5Vg6Rp .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-szcU5Vg6Rp .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-szcU5Vg6Rp .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-szcU5Vg6Rp .menu-logo {
  margin-right: auto;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-szcU5Vg6Rp .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-szcU5Vg6Rp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp button.navbar-toggler:focus {
  outline: none;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .btn {
  display: -webkit-flex;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .collapsed button.navbar-toggler {
  display: block;
}
.cid-szcU5Vg6Rp .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-szcU5Vg6Rp .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-szcU5Vg6Rp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-szcU5Vg6Rp .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing,
  .cid-szcU5Vg6Rp .navbar-collapse.show {
    display: block !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-szcU5Vg6Rp .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-szcU5Vg6Rp img {
    height: 3.8rem !important;
  }
  .cid-szcU5Vg6Rp .btn {
    display: -webkit-flex;
  }
  .cid-szcU5Vg6Rp button.navbar-toggler {
    display: block;
  }
  .cid-szcU5Vg6Rp .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-szcU5Vg6Rp .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-szcU5Vg6Rp .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-szcU5Vg6Rp .nav-link:focus {
  outline: none;
}
.cid-szcU5Vg6Rp .navbar-toggler {
  position: relative;
}
.cid-szcU5Vg6Rp .dropdown-item.active,
.cid-szcU5Vg6Rp .dropdown-item:active {
  color: initial;
}
.cid-szcU5Vg6Rp .widget-title,
.cid-szcU5Vg6Rp .widget-icon {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-text {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-title {
  color: #6d7a8c;
}
.cid-syxREORkbk {
  padding-top: 165px;
  padding-bottom: 0px;
  background-color: #f5f7fa;
}
.cid-syxREORkbk .mbr-section-subtitle {
  color: #389194;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-syxREORkbk .mbr-section-title {
  color: #130947;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: right;
}
.cid-syxREORkbk .mbr-section-title .accent-word {
  color: #389194;
}
.cid-syxREORkbk .mbr-text {
  color: #6d7a8c;
}
.cid-syxREORkbk .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-syxREORkbk .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #389194;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-syxREORkbk .mbr-section-btn {
  display: flex;
}
.cid-syxREORkbk .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-syxREORkbk .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-syxREORkbk .mbr-section-btn.display-4,
.cid-syxREORkbk .btn.display-4 {
  font-size: 12px !important;
}
.cid-syxREORkbk .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-syxREORkbk .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-syxREORkbk .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #389194;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-syxREORkbk .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-syxREORkbk .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-syxREORkbk .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-syxREORkbk .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-syxREORkbk .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-syxREORkbk .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-syxREORkbk .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-syxREORkbk a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-syxREORkbk a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-syxREORkbk .separator,
  .cid-syxREORkbk .sep-holder,
  .cid-syxREORkbk .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-syxREORkbk .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-syxREORkbk .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-syxREORkbk .mbr-section-subtitle,
.cid-syxREORkbk .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-syxREORkbk .mbr-section-title .accent-word {
  color: #656565;
  text-align: left;
}
.cid-syxREPbDXk {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-syxREPbDXk input,
.cid-syxREPbDXk textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-syxREPbDXk input:focus,
.cid-syxREPbDXk textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-syxREPbDXk .form-control,
.cid-syxREPbDXk .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-syxREPbDXk input::-webkit-input-placeholder,
.cid-syxREPbDXk textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-syxREPbDXk input:-moz-placeholder,
.cid-syxREPbDXk textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-syxREPbDXk .jq-selectbox li,
.cid-syxREPbDXk .jq-selectbox li {
  background-color: #ffffff;
}
.cid-syxREPbDXk .jq-selectbox li:hover,
.cid-syxREPbDXk .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-syxREPbDXk .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-syxREPbDXk .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-syxREPbDXk .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-syxREPbDXk .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-syxREPbDXk .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-syxREPbDXk .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-syxREPbDXk .team-left-inner .team-info-block .team-designation {
  color: #389194;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-syxREPbDXk .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-syxREPbDXk .team-left-inner .team-info-block .personal-title {
  color: #389194;
  font-size: 22px !important;
}
.cid-syxREPbDXk .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-syxREPbDXk .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-syxREPbDXk .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-syxREPbDXk .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-syxREPbDXk .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #389194;
  margin-right: 10px;
}
.cid-syxREPbDXk .team-left-inner .team-info-block .social span:hover {
  background-color: #389194;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-syxREPbDXk .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-syxREPbDXk .entry-content .text-box {
  padding: 0rem;
}
.cid-syxREPbDXk .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-syxREPbDXk .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-syxREPbDXk .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-syxREPbDXk .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-syxREPbDXk .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-syxREPbDXk .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-syxREPbDXk .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-syxREPbDXk .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-syxREPbDXk .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #389194;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-syxREPbDXk .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-syxREPbDXk .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-syxREPbDXk .entry-content .contact {
  margin-top: 30px;
}
.cid-syxREPbDXk .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-syxREPbDXk .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-syxREPbDXk .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-syxREPbDXk .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-syxREPbDXk .entry-content .contact .btn-black:hover {
  background-color: #389194!important;
  border-color: #389194!important;
}
.cid-syxREPbDXk .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-syxREPbDXk .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-syxREPbDXk .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-syxREPbDXk .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-syxREPbDXk .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-syxREPbDXk .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-syxREPbDXk .progress_elements .progress1 progress::after {
  left: 22%;
  border: 3px solid #389194;
}
.cid-syxREPbDXk .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #389194;
}
.cid-syxREPbDXk .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #389194;
}
.cid-syxREPbDXk .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #389194;
}
.cid-syxREPbDXk progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-syxREPbDXk .progress1 progress::-webkit-progress-value {
  background: #389194;
}
.cid-syxREPbDXk .progress2 progress::-webkit-progress-value {
  background: #389194;
}
.cid-syxREPbDXk .progress3 progress::-webkit-progress-value {
  background: #389194;
}
.cid-syxREPbDXk .progress4 progress::-webkit-progress-value {
  background: #389194;
}
.cid-syxREPbDXk .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-syxREPbDXk .progressbar-title p {
  color: #6d7a8c;
}
.cid-syxREPbDXk .entry-content .text-box .doc-descr {
  color: #000000;
}
.cid-syxREPbDXk .team-left-inner .team-info-block .short-description p {
  color: #000000;
}
.cid-syxREPbDXk .entry-content .capabilities .mbr-list .list li {
  color: #000000;
}
.cid-syxREPbDXk .entry-content .capabilities .capabilities-text {
  color: #000000;
}
.cid-syxREPbDXk .btn-primary {
  background-color: #389194!important;
  border-width: 0px;
  margin-left: 0px !important;
}
.cid-syxREPbDXk .team-left-inner .team-info-block .team-title {
  color: #130947;
}
.cid-syxREPNEow {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #389194;
}
.cid-syxREPNEow .links {
  text-align: center;
  color: #ffffff;
}
.cid-syxREPNEow p {
  margin: 0;
}
.cid-syxREPNEow a {
  color: #ffffff;
}
.cid-syxREPNEow a:hover {
  color: #389194!important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-szcU5Vg6Rp .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-szcU5Vg6Rp .navbar-fixed-top {
  padding-top: 0;
}
.cid-szcU5Vg6Rp .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-szcU5Vg6Rp .dropdown-item {
  padding: 0;
  color: black !important;
}
.cid-szcU5Vg6Rp .dropdown-item,
.cid-szcU5Vg6Rp .nav-link,
.cid-szcU5Vg6Rp .brand-link {
  font-style: normal;
}
.cid-szcU5Vg6Rp .dropdown-item:hover,
.cid-szcU5Vg6Rp .nav-link:hover,
.cid-szcU5Vg6Rp .brand-link:hover {
  color: #389194!important;
}
.cid-szcU5Vg6Rp .dropdown-menu {
  border: 0px solid lightgray;
  border-radius: 5px;
  background-color: #f5f7fa !important;
}
.cid-szcU5Vg6Rp .dropdown-item:active {
  background-color: #f5f7fa !important;
}
.cid-szcU5Vg6Rp .menu-content-top {
  max-width: 1200px;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-szcU5Vg6Rp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-szcU5Vg6Rp .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-szcU5Vg6Rp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .content-text {
  margin-bottom: 0;
}
.cid-szcU5Vg6Rp .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #389194;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-szcU5Vg6Rp .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .nav-dropdown .link {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-szcU5Vg6Rp .content-right-side {
  text-align: center;
}
.cid-szcU5Vg6Rp .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-szcU5Vg6Rp .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-szcU5Vg6Rp .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-szcU5Vg6Rp .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-szcU5Vg6Rp .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-szcU5Vg6Rp .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-szcU5Vg6Rp .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-szcU5Vg6Rp .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-szcU5Vg6Rp .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-szcU5Vg6Rp .navbar {
    display: block;
    padding: 0;
  }
  .cid-szcU5Vg6Rp .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-szcU5Vg6Rp .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-szcU5Vg6Rp .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-szcU5Vg6Rp .navbar-toggler {
    display: none;
  }
  .cid-szcU5Vg6Rp .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-szcU5Vg6Rp .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-szcU5Vg6Rp .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-szcU5Vg6Rp .menu-logo {
  margin-right: auto;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-szcU5Vg6Rp .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-szcU5Vg6Rp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp button.navbar-toggler:focus {
  outline: none;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .btn {
  display: -webkit-flex;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .collapsed button.navbar-toggler {
  display: block;
}
.cid-szcU5Vg6Rp .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-szcU5Vg6Rp .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-szcU5Vg6Rp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-szcU5Vg6Rp .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing,
  .cid-szcU5Vg6Rp .navbar-collapse.show {
    display: block !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-szcU5Vg6Rp .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-szcU5Vg6Rp img {
    height: 3.8rem !important;
  }
  .cid-szcU5Vg6Rp .btn {
    display: -webkit-flex;
  }
  .cid-szcU5Vg6Rp button.navbar-toggler {
    display: block;
  }
  .cid-szcU5Vg6Rp .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-szcU5Vg6Rp .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-szcU5Vg6Rp .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-szcU5Vg6Rp .nav-link:focus {
  outline: none;
}
.cid-szcU5Vg6Rp .navbar-toggler {
  position: relative;
}
.cid-szcU5Vg6Rp .dropdown-item.active,
.cid-szcU5Vg6Rp .dropdown-item:active {
  color: initial;
}
.cid-szcU5Vg6Rp .widget-title,
.cid-szcU5Vg6Rp .widget-icon {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-text {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-title {
  color: #6d7a8c;
}
.cid-syxZdrgV0c {
  padding-top: 165px;
  padding-bottom: 0px;
  background-color: #f5f7fa;
}
.cid-syxZdrgV0c .mbr-section-subtitle {
  color: #389194;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-syxZdrgV0c .mbr-section-title {
  color: #130947;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: right;
}
.cid-syxZdrgV0c .mbr-section-title .accent-word {
  color: #389194;
}
.cid-syxZdrgV0c .mbr-text {
  color: #6d7a8c;
}
.cid-syxZdrgV0c .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-syxZdrgV0c .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #389194;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-syxZdrgV0c .mbr-section-btn {
  display: flex;
}
.cid-syxZdrgV0c .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-syxZdrgV0c .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-syxZdrgV0c .mbr-section-btn.display-4,
.cid-syxZdrgV0c .btn.display-4 {
  font-size: 12px !important;
}
.cid-syxZdrgV0c .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-syxZdrgV0c .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-syxZdrgV0c .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #389194;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-syxZdrgV0c .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-syxZdrgV0c .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-syxZdrgV0c .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-syxZdrgV0c .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-syxZdrgV0c .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-syxZdrgV0c .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-syxZdrgV0c .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-syxZdrgV0c a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-syxZdrgV0c a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-syxZdrgV0c .separator,
  .cid-syxZdrgV0c .sep-holder,
  .cid-syxZdrgV0c .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-syxZdrgV0c .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-syxZdrgV0c .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-syxZdrgV0c .mbr-section-subtitle,
.cid-syxZdrgV0c .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-syxZdrgV0c .mbr-section-title .accent-word {
  color: #656565;
  text-align: left;
}
.cid-syxZdrB7Yl {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-syxZdrB7Yl input,
.cid-syxZdrB7Yl textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-syxZdrB7Yl input:focus,
.cid-syxZdrB7Yl textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-syxZdrB7Yl .form-control,
.cid-syxZdrB7Yl .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-syxZdrB7Yl input::-webkit-input-placeholder,
.cid-syxZdrB7Yl textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-syxZdrB7Yl input:-moz-placeholder,
.cid-syxZdrB7Yl textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-syxZdrB7Yl .jq-selectbox li,
.cid-syxZdrB7Yl .jq-selectbox li {
  background-color: #ffffff;
}
.cid-syxZdrB7Yl .jq-selectbox li:hover,
.cid-syxZdrB7Yl .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-syxZdrB7Yl .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-syxZdrB7Yl .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-syxZdrB7Yl .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-syxZdrB7Yl .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-syxZdrB7Yl .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-syxZdrB7Yl .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-syxZdrB7Yl .team-left-inner .team-info-block .team-designation {
  color: #389194;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-syxZdrB7Yl .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-syxZdrB7Yl .team-left-inner .team-info-block .personal-title {
  color: #389194;
  font-size: 22px !important;
}
.cid-syxZdrB7Yl .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-syxZdrB7Yl .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-syxZdrB7Yl .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-syxZdrB7Yl .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-syxZdrB7Yl .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #389194;
  margin-right: 10px;
}
.cid-syxZdrB7Yl .team-left-inner .team-info-block .social span:hover {
  background-color: #389194;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-syxZdrB7Yl .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-syxZdrB7Yl .entry-content .text-box {
  padding: 0rem;
}
.cid-syxZdrB7Yl .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-syxZdrB7Yl .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-syxZdrB7Yl .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-syxZdrB7Yl .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-syxZdrB7Yl .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-syxZdrB7Yl .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-syxZdrB7Yl .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-syxZdrB7Yl .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-syxZdrB7Yl .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #389194;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-syxZdrB7Yl .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-syxZdrB7Yl .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-syxZdrB7Yl .entry-content .contact {
  margin-top: 30px;
}
.cid-syxZdrB7Yl .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-syxZdrB7Yl .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-syxZdrB7Yl .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-syxZdrB7Yl .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-syxZdrB7Yl .entry-content .contact .btn-black:hover {
  background-color: #389194!important;
  border-color: #389194!important;
}
.cid-syxZdrB7Yl .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-syxZdrB7Yl .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-syxZdrB7Yl .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-syxZdrB7Yl .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-syxZdrB7Yl .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-syxZdrB7Yl .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-syxZdrB7Yl .progress_elements .progress1 progress::after {
  left: 22%;
  border: 3px solid #389194;
}
.cid-syxZdrB7Yl .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #389194;
}
.cid-syxZdrB7Yl .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #389194;
}
.cid-syxZdrB7Yl .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #389194;
}
.cid-syxZdrB7Yl progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-syxZdrB7Yl .progress1 progress::-webkit-progress-value {
  background: #389194;
}
.cid-syxZdrB7Yl .progress2 progress::-webkit-progress-value {
  background: #389194;
}
.cid-syxZdrB7Yl .progress3 progress::-webkit-progress-value {
  background: #389194;
}
.cid-syxZdrB7Yl .progress4 progress::-webkit-progress-value {
  background: #389194;
}
.cid-syxZdrB7Yl .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-syxZdrB7Yl .progressbar-title p {
  color: #6d7a8c;
}
.cid-syxZdrB7Yl .entry-content .text-box .doc-descr {
  color: #000000;
}
.cid-syxZdrB7Yl .team-left-inner .team-info-block .short-description p {
  color: #000000;
}
.cid-syxZdrB7Yl .entry-content .capabilities .mbr-list .list li {
  color: #000000;
}
.cid-syxZdrB7Yl .entry-content .capabilities .capabilities-text {
  color: #000000;
}
.cid-syxZdrB7Yl .btn-primary {
  background-color: #389194!important;
  border-width: 0px;
  margin-left: 0px !important;
}
.cid-syxZdrB7Yl .team-left-inner .team-info-block .team-title {
  color: #130947;
}
.cid-syxZdsf5I0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #389194;
}
.cid-syxZdsf5I0 .links {
  text-align: center;
  color: #ffffff;
}
.cid-syxZdsf5I0 p {
  margin: 0;
}
.cid-syxZdsf5I0 a {
  color: #ffffff;
}
.cid-syxZdsf5I0 a:hover {
  color: #389194!important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-szcU5Vg6Rp .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-szcU5Vg6Rp .navbar-fixed-top {
  padding-top: 0;
}
.cid-szcU5Vg6Rp .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-szcU5Vg6Rp .dropdown-item {
  padding: 0;
  color: black !important;
}
.cid-szcU5Vg6Rp .dropdown-item,
.cid-szcU5Vg6Rp .nav-link,
.cid-szcU5Vg6Rp .brand-link {
  font-style: normal;
}
.cid-szcU5Vg6Rp .dropdown-item:hover,
.cid-szcU5Vg6Rp .nav-link:hover,
.cid-szcU5Vg6Rp .brand-link:hover {
  color: #389194!important;
}
.cid-szcU5Vg6Rp .dropdown-menu {
  border: 0px solid lightgray;
  border-radius: 5px;
  background-color: #f5f7fa !important;
  
}
.cid-szcU5Vg6Rp .dropdown-item:active {
  background-color: #f5f7fa !important;
}
.cid-szcU5Vg6Rp .menu-content-top {
  max-width: 1200px;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-szcU5Vg6Rp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-szcU5Vg6Rp .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-szcU5Vg6Rp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .content-text {
  margin-bottom: 0;
}
.cid-szcU5Vg6Rp .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #389194;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-szcU5Vg6Rp .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .nav-dropdown .link {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-szcU5Vg6Rp .content-right-side {
  text-align: center;
}
.cid-szcU5Vg6Rp .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-szcU5Vg6Rp .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-szcU5Vg6Rp .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-szcU5Vg6Rp .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-szcU5Vg6Rp .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-szcU5Vg6Rp .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-szcU5Vg6Rp .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-szcU5Vg6Rp .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-szcU5Vg6Rp .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-szcU5Vg6Rp .navbar {
    display: block;
    padding: 0;
  }
  .cid-szcU5Vg6Rp .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-szcU5Vg6Rp .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-szcU5Vg6Rp .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-szcU5Vg6Rp .navbar-toggler {
    display: none;
  }
  .cid-szcU5Vg6Rp .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-szcU5Vg6Rp .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-szcU5Vg6Rp .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-szcU5Vg6Rp .menu-logo {
  margin-right: auto;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-szcU5Vg6Rp .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-szcU5Vg6Rp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp button.navbar-toggler:focus {
  outline: none;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .btn {
  display: -webkit-flex;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .collapsed button.navbar-toggler {
  display: block;
}
.cid-szcU5Vg6Rp .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-szcU5Vg6Rp .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-szcU5Vg6Rp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-szcU5Vg6Rp .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing,
  .cid-szcU5Vg6Rp .navbar-collapse.show {
    display: block !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-szcU5Vg6Rp .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-szcU5Vg6Rp img {
    height: 3.8rem !important;
  }
  .cid-szcU5Vg6Rp .btn {
    display: -webkit-flex;
  }
  .cid-szcU5Vg6Rp button.navbar-toggler {
    display: block;
  }
  .cid-szcU5Vg6Rp .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-szcU5Vg6Rp .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-szcU5Vg6Rp .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-szcU5Vg6Rp .nav-link:focus {
  outline: none;
}
.cid-szcU5Vg6Rp .navbar-toggler {
  position: relative;
}
.cid-szcU5Vg6Rp .dropdown-item.active,
.cid-szcU5Vg6Rp .dropdown-item:active {
  color: initial;
}
.cid-szcU5Vg6Rp .widget-title,
.cid-szcU5Vg6Rp .widget-icon {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-text {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-title {
  color: #6d7a8c;
}
.cid-syxZzeaCuj {
  padding-top: 165px;
  padding-bottom: 0px;
  background-color: #f5f7fa;
}
.cid-syxZzeaCuj .mbr-section-subtitle {
  color: #389194;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-syxZzeaCuj .mbr-section-title {
  color: #130947;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: right;
}
.cid-syxZzeaCuj .mbr-section-title .accent-word {
  color: #389194;
}
.cid-syxZzeaCuj .mbr-text {
  color: #6d7a8c;
}
.cid-syxZzeaCuj .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-syxZzeaCuj .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #389194;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-syxZzeaCuj .mbr-section-btn {
  display: flex;
}
.cid-syxZzeaCuj .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-syxZzeaCuj .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-syxZzeaCuj .mbr-section-btn.display-4,
.cid-syxZzeaCuj .btn.display-4 {
  font-size: 12px !important;
}
.cid-syxZzeaCuj .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-syxZzeaCuj .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-syxZzeaCuj .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #389194;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-syxZzeaCuj .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-syxZzeaCuj .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-syxZzeaCuj .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-syxZzeaCuj .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-syxZzeaCuj .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-syxZzeaCuj .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-syxZzeaCuj .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-syxZzeaCuj a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-syxZzeaCuj a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-syxZzeaCuj .separator,
  .cid-syxZzeaCuj .sep-holder,
  .cid-syxZzeaCuj .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-syxZzeaCuj .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-syxZzeaCuj .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-syxZzeaCuj .mbr-section-subtitle,
.cid-syxZzeaCuj .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-syxZzeaCuj .mbr-section-title .accent-word {
  color: #656565;
  text-align: left;
}
.cid-syxZzerETM {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-syxZzerETM input,
.cid-syxZzerETM textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-syxZzerETM input:focus,
.cid-syxZzerETM textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-syxZzerETM .form-control,
.cid-syxZzerETM .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-syxZzerETM input::-webkit-input-placeholder,
.cid-syxZzerETM textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-syxZzerETM input:-moz-placeholder,
.cid-syxZzerETM textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-syxZzerETM .jq-selectbox li,
.cid-syxZzerETM .jq-selectbox li {
  background-color: #ffffff;
}
.cid-syxZzerETM .jq-selectbox li:hover,
.cid-syxZzerETM .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-syxZzerETM .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-syxZzerETM .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-syxZzerETM .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-syxZzerETM .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-syxZzerETM .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-syxZzerETM .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-syxZzerETM .team-left-inner .team-info-block .team-designation {
  color: #389194;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-syxZzerETM .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-syxZzerETM .team-left-inner .team-info-block .personal-title {
  color: #389194;
  font-size: 22px !important;
}
.cid-syxZzerETM .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-syxZzerETM .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-syxZzerETM .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-syxZzerETM .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-syxZzerETM .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #389194;
  margin-right: 10px;
}
.cid-syxZzerETM .team-left-inner .team-info-block .social span:hover {
  background-color: #389194;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-syxZzerETM .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-syxZzerETM .entry-content .text-box {
  padding: 0rem;
}
.cid-syxZzerETM .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-syxZzerETM .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-syxZzerETM .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-syxZzerETM .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-syxZzerETM .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-syxZzerETM .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-syxZzerETM .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-syxZzerETM .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-syxZzerETM .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #389194;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-syxZzerETM .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-syxZzerETM .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-syxZzerETM .entry-content .contact {
  margin-top: 30px;
}
.cid-syxZzerETM .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-syxZzerETM .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-syxZzerETM .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-syxZzerETM .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-syxZzerETM .entry-content .contact .btn-black:hover {
  background-color: #389194!important;
  border-color: #389194!important;
}
.cid-syxZzerETM .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-syxZzerETM .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-syxZzerETM .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-syxZzerETM .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-syxZzerETM .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-syxZzerETM .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-syxZzerETM .progress_elements .progress1 progress::after {
  left: 22%;
  border: 3px solid #389194;
}
.cid-syxZzerETM .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #389194;
}
.cid-syxZzerETM .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #389194;
}
.cid-syxZzerETM .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #389194;
}
.cid-syxZzerETM progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-syxZzerETM .progress1 progress::-webkit-progress-value {
  background: #389194;
}
.cid-syxZzerETM .progress2 progress::-webkit-progress-value {
  background: #389194;
}
.cid-syxZzerETM .progress3 progress::-webkit-progress-value {
  background: #389194;
}
.cid-syxZzerETM .progress4 progress::-webkit-progress-value {
  background: #389194;
}
.cid-syxZzerETM .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-syxZzerETM .progressbar-title p {
  color: #6d7a8c;
}
.cid-syxZzerETM .entry-content .text-box .doc-descr {
  color: #000000;
}
.cid-syxZzerETM .team-left-inner .team-info-block .short-description p {
  color: #000000;
}
.cid-syxZzerETM .entry-content .capabilities .mbr-list .list li {
  color: #000000;
}
.cid-syxZzerETM .entry-content .capabilities .capabilities-text {
  color: #000000;
}
.cid-syxZzerETM .btn-primary {
  background-color: #389194!important;
  border-width: 0px;
  margin-left: 0px !important;
}
.cid-syxZzerETM .team-left-inner .team-info-block .team-title {
  color: #130947;
}
.cid-syxZzf6ObM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #389194;
}
.cid-syxZzf6ObM .links {
  text-align: center;
  color: #ffffff;
}
.cid-syxZzf6ObM p {
  margin: 0;
}
.cid-syxZzf6ObM a {
  color: #ffffff;
}
.cid-syxZzf6ObM a:hover {
  color: #389194!important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-szcU5Vg6Rp .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-szcU5Vg6Rp .navbar-fixed-top {
  padding-top: 0;
}
.cid-szcU5Vg6Rp .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-szcU5Vg6Rp .dropdown-item {
  padding: 0;
  color: black !important;
}
.cid-szcU5Vg6Rp .dropdown-item,
.cid-szcU5Vg6Rp .nav-link,
.cid-szcU5Vg6Rp .brand-link {
  font-style: normal;
}
.cid-szcU5Vg6Rp .dropdown-item:hover,
.cid-szcU5Vg6Rp .nav-link:hover,
.cid-szcU5Vg6Rp .brand-link:hover {
  color: #389194!important;
}
.cid-szcU5Vg6Rp .dropdown-menu {
  border: 0px solid lightgray;
  border-radius: 5px;
  background-color: #f5f7fa !important;
  
}
.cid-szcU5Vg6Rp .dropdown-item:active {
  background-color: #f5f7fa !important;
}
.cid-szcU5Vg6Rp .menu-content-top {
  max-width: 1200px;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-szcU5Vg6Rp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-szcU5Vg6Rp .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-szcU5Vg6Rp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .content-text {
  margin-bottom: 0;
}
.cid-szcU5Vg6Rp .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #389194;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-szcU5Vg6Rp .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .nav-dropdown .link {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-szcU5Vg6Rp .content-right-side {
  text-align: center;
}
.cid-szcU5Vg6Rp .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-szcU5Vg6Rp .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-szcU5Vg6Rp .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-szcU5Vg6Rp .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-szcU5Vg6Rp .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-szcU5Vg6Rp .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-szcU5Vg6Rp .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-szcU5Vg6Rp .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-szcU5Vg6Rp .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-szcU5Vg6Rp .navbar {
    display: block;
    padding: 0;
  }
  .cid-szcU5Vg6Rp .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-szcU5Vg6Rp .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-szcU5Vg6Rp .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-szcU5Vg6Rp .navbar-toggler {
    display: none;
  }
  .cid-szcU5Vg6Rp .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-szcU5Vg6Rp .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-szcU5Vg6Rp .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-szcU5Vg6Rp .menu-logo {
  margin-right: auto;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-szcU5Vg6Rp .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-szcU5Vg6Rp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp button.navbar-toggler:focus {
  outline: none;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .btn {
  display: -webkit-flex;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .collapsed button.navbar-toggler {
  display: block;
}
.cid-szcU5Vg6Rp .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-szcU5Vg6Rp .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-szcU5Vg6Rp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-szcU5Vg6Rp .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing,
  .cid-szcU5Vg6Rp .navbar-collapse.show {
    display: block !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-szcU5Vg6Rp .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-szcU5Vg6Rp img {
    height: 3.8rem !important;
  }
  .cid-szcU5Vg6Rp .btn {
    display: -webkit-flex;
  }
  .cid-szcU5Vg6Rp button.navbar-toggler {
    display: block;
  }
  .cid-szcU5Vg6Rp .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-szcU5Vg6Rp .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-szcU5Vg6Rp .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-szcU5Vg6Rp .nav-link:focus {
  outline: none;
}
.cid-szcU5Vg6Rp .navbar-toggler {
  position: relative;
}
.cid-szcU5Vg6Rp .dropdown-item.active,
.cid-szcU5Vg6Rp .dropdown-item:active {
  color: initial;
}
.cid-szcU5Vg6Rp .widget-title,
.cid-szcU5Vg6Rp .widget-icon {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-text {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-title {
  color: #6d7a8c;
}
.cid-syxZTUkrRE {
  padding-top: 165px;
  padding-bottom: 0px;
  background-color: #f5f7fa;
}
.cid-syxZTUkrRE .mbr-section-subtitle {
  color: #389194;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-syxZTUkrRE .mbr-section-title {
  color: #130947;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: right;
}
.cid-syxZTUkrRE .mbr-section-title .accent-word {
  color: #389194;
}
.cid-syxZTUkrRE .mbr-text {
  color: #6d7a8c;
}
.cid-syxZTUkrRE .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-syxZTUkrRE .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #389194;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-syxZTUkrRE .mbr-section-btn {
  display: flex;
}
.cid-syxZTUkrRE .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-syxZTUkrRE .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-syxZTUkrRE .mbr-section-btn.display-4,
.cid-syxZTUkrRE .btn.display-4 {
  font-size: 12px !important;
}
.cid-syxZTUkrRE .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-syxZTUkrRE .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-syxZTUkrRE .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #389194;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-syxZTUkrRE .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-syxZTUkrRE .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-syxZTUkrRE .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-syxZTUkrRE .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-syxZTUkrRE .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-syxZTUkrRE .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-syxZTUkrRE .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-syxZTUkrRE a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-syxZTUkrRE a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-syxZTUkrRE .separator,
  .cid-syxZTUkrRE .sep-holder,
  .cid-syxZTUkrRE .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-syxZTUkrRE .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-syxZTUkrRE .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-syxZTUkrRE .mbr-section-subtitle,
.cid-syxZTUkrRE .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-syxZTUkrRE .mbr-section-title .accent-word {
  color: #656565;
  text-align: left;
}
.cid-syxZTUEPhv {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-syxZTUEPhv input,
.cid-syxZTUEPhv textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-syxZTUEPhv input:focus,
.cid-syxZTUEPhv textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-syxZTUEPhv .form-control,
.cid-syxZTUEPhv .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-syxZTUEPhv input::-webkit-input-placeholder,
.cid-syxZTUEPhv textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-syxZTUEPhv input:-moz-placeholder,
.cid-syxZTUEPhv textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-syxZTUEPhv .jq-selectbox li,
.cid-syxZTUEPhv .jq-selectbox li {
  background-color: #ffffff;
}
.cid-syxZTUEPhv .jq-selectbox li:hover,
.cid-syxZTUEPhv .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-syxZTUEPhv .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-syxZTUEPhv .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-syxZTUEPhv .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-syxZTUEPhv .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-syxZTUEPhv .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-syxZTUEPhv .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-syxZTUEPhv .team-left-inner .team-info-block .team-designation {
  color: #389194;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-syxZTUEPhv .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-syxZTUEPhv .team-left-inner .team-info-block .personal-title {
  color: #389194;
  font-size: 22px !important;
}
.cid-syxZTUEPhv .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-syxZTUEPhv .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-syxZTUEPhv .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-syxZTUEPhv .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-syxZTUEPhv .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #389194;
  margin-right: 10px;
}
.cid-syxZTUEPhv .team-left-inner .team-info-block .social span:hover {
  background-color: #389194;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-syxZTUEPhv .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-syxZTUEPhv .entry-content .text-box {
  padding: 0rem;
}
.cid-syxZTUEPhv .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-syxZTUEPhv .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-syxZTUEPhv .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-syxZTUEPhv .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-syxZTUEPhv .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-syxZTUEPhv .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-syxZTUEPhv .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-syxZTUEPhv .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-syxZTUEPhv .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #389194;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-syxZTUEPhv .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-syxZTUEPhv .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-syxZTUEPhv .entry-content .contact {
  margin-top: 30px;
}
.cid-syxZTUEPhv .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-syxZTUEPhv .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-syxZTUEPhv .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-syxZTUEPhv .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-syxZTUEPhv .entry-content .contact .btn-black:hover {
  background-color: #389194!important;
  border-color: #389194!important;
}
.cid-syxZTUEPhv .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-syxZTUEPhv .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-syxZTUEPhv .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-syxZTUEPhv .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-syxZTUEPhv .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-syxZTUEPhv .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-syxZTUEPhv .progress_elements .progress1 progress::after {
  left: 22%;
  border: 3px solid #389194;
}
.cid-syxZTUEPhv .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #389194;
}
.cid-syxZTUEPhv .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #389194;
}
.cid-syxZTUEPhv .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #389194;
}
.cid-syxZTUEPhv progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-syxZTUEPhv .progress1 progress::-webkit-progress-value {
  background: #389194;
}
.cid-syxZTUEPhv .progress2 progress::-webkit-progress-value {
  background: #389194;
}
.cid-syxZTUEPhv .progress3 progress::-webkit-progress-value {
  background: #389194;
}
.cid-syxZTUEPhv .progress4 progress::-webkit-progress-value {
  background: #389194;
}
.cid-syxZTUEPhv .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-syxZTUEPhv .progressbar-title p {
  color: #6d7a8c;
}
.cid-syxZTUEPhv .entry-content .text-box .doc-descr {
  color: #000000;
}
.cid-syxZTUEPhv .team-left-inner .team-info-block .short-description p {
  color: #000000;
}
.cid-syxZTUEPhv .entry-content .capabilities .mbr-list .list li {
  color: #000000;
}
.cid-syxZTUEPhv .entry-content .capabilities .capabilities-text {
  color: #000000;
}
.cid-syxZTUEPhv .btn-primary {
  background-color: #389194!important;
  border-width: 0px;
  margin-left: 0px !important;
}
.cid-syxZTUEPhv .team-left-inner .team-info-block .team-title {
  color: #130947;
}
.cid-syxZTVlTmw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #389194;
}
.cid-syxZTVlTmw .links {
  text-align: center;
  color: #ffffff;
}
.cid-syxZTVlTmw p {
  margin: 0;
}
.cid-syxZTVlTmw a {
  color: #ffffff;
}
.cid-syxZTVlTmw a:hover {
  color: #389194!important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-szcU5Vg6Rp .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-szcU5Vg6Rp .navbar-fixed-top {
  padding-top: 0;
}
.cid-szcU5Vg6Rp .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-szcU5Vg6Rp .dropdown-item {
  padding: 0;
  color: black !important;
}
.cid-szcU5Vg6Rp .dropdown-item,
.cid-szcU5Vg6Rp .nav-link,
.cid-szcU5Vg6Rp .brand-link {
  font-style: normal;
}
.cid-szcU5Vg6Rp .dropdown-item:hover,
.cid-szcU5Vg6Rp .nav-link:hover,
.cid-szcU5Vg6Rp .brand-link:hover {
  color: #389194!important;
}
.cid-szcU5Vg6Rp .dropdown-menu {
  border: 0px solid lightgray;
  border-radius: 5px;
  background-color: #f5f7fa !important;
  
}
.cid-szcU5Vg6Rp .dropdown-item:active {
  background-color: #f5f7fa !important;
}
.cid-szcU5Vg6Rp .menu-content-top {
  max-width: 1200px;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-szcU5Vg6Rp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-szcU5Vg6Rp .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-szcU5Vg6Rp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .content-text {
  margin-bottom: 0;
}
.cid-szcU5Vg6Rp .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #389194;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-szcU5Vg6Rp .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .nav-dropdown .link {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-szcU5Vg6Rp .content-right-side {
  text-align: center;
}
.cid-szcU5Vg6Rp .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-szcU5Vg6Rp .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-szcU5Vg6Rp .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-szcU5Vg6Rp .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-szcU5Vg6Rp .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-szcU5Vg6Rp .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-szcU5Vg6Rp .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-szcU5Vg6Rp .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-szcU5Vg6Rp .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-szcU5Vg6Rp .navbar {
    display: block;
    padding: 0;
  }
  .cid-szcU5Vg6Rp .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-szcU5Vg6Rp .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-szcU5Vg6Rp .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-szcU5Vg6Rp .navbar-toggler {
    display: none;
  }
  .cid-szcU5Vg6Rp .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-szcU5Vg6Rp .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-szcU5Vg6Rp .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-szcU5Vg6Rp .menu-logo {
  margin-right: auto;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-szcU5Vg6Rp .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-szcU5Vg6Rp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp button.navbar-toggler:focus {
  outline: none;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .btn {
  display: -webkit-flex;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .collapsed button.navbar-toggler {
  display: block;
}
.cid-szcU5Vg6Rp .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-szcU5Vg6Rp .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-szcU5Vg6Rp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-szcU5Vg6Rp .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing,
  .cid-szcU5Vg6Rp .navbar-collapse.show {
    display: block !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-szcU5Vg6Rp .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-szcU5Vg6Rp img {
    height: 3.8rem !important;
  }
  .cid-szcU5Vg6Rp .btn {
    display: -webkit-flex;
  }
  .cid-szcU5Vg6Rp button.navbar-toggler {
    display: block;
  }
  .cid-szcU5Vg6Rp .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-szcU5Vg6Rp .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-szcU5Vg6Rp .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-szcU5Vg6Rp .nav-link:focus {
  outline: none;
}
.cid-szcU5Vg6Rp .navbar-toggler {
  position: relative;
}
.cid-szcU5Vg6Rp .dropdown-item.active,
.cid-szcU5Vg6Rp .dropdown-item:active {
  color: initial;
}
.cid-szcU5Vg6Rp .widget-title,
.cid-szcU5Vg6Rp .widget-icon {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-text {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-title {
  color: #6d7a8c;
}
.cid-syy0lTXQa7 {
  padding-top: 165px;
  padding-bottom: 0px;
  background-color: #f5f7fa;
}
.cid-syy0lTXQa7 .mbr-section-subtitle {
  color: #389194;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-syy0lTXQa7 .mbr-section-title {
  color: #130947;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: right;
}
.cid-syy0lTXQa7 .mbr-section-title .accent-word {
  color: #389194;
}
.cid-syy0lTXQa7 .mbr-text {
  color: #6d7a8c;
}
.cid-syy0lTXQa7 .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-syy0lTXQa7 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #389194;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-syy0lTXQa7 .mbr-section-btn {
  display: flex;
}
.cid-syy0lTXQa7 .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-syy0lTXQa7 .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-syy0lTXQa7 .mbr-section-btn.display-4,
.cid-syy0lTXQa7 .btn.display-4 {
  font-size: 12px !important;
}
.cid-syy0lTXQa7 .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-syy0lTXQa7 .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-syy0lTXQa7 .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #389194;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-syy0lTXQa7 .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-syy0lTXQa7 .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-syy0lTXQa7 .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-syy0lTXQa7 .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-syy0lTXQa7 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-syy0lTXQa7 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-syy0lTXQa7 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-syy0lTXQa7 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-syy0lTXQa7 a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-syy0lTXQa7 .separator,
  .cid-syy0lTXQa7 .sep-holder,
  .cid-syy0lTXQa7 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-syy0lTXQa7 .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-syy0lTXQa7 .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-syy0lTXQa7 .mbr-section-subtitle,
.cid-syy0lTXQa7 .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-syy0lTXQa7 .mbr-section-title .accent-word {
  color: #656565;
  text-align: left;
}
.cid-syy0lUkid3 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-syy0lUkid3 input,
.cid-syy0lUkid3 textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-syy0lUkid3 input:focus,
.cid-syy0lUkid3 textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-syy0lUkid3 .form-control,
.cid-syy0lUkid3 .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-syy0lUkid3 input::-webkit-input-placeholder,
.cid-syy0lUkid3 textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-syy0lUkid3 input:-moz-placeholder,
.cid-syy0lUkid3 textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-syy0lUkid3 .jq-selectbox li,
.cid-syy0lUkid3 .jq-selectbox li {
  background-color: #ffffff;
}
.cid-syy0lUkid3 .jq-selectbox li:hover,
.cid-syy0lUkid3 .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-syy0lUkid3 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-syy0lUkid3 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-syy0lUkid3 .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-syy0lUkid3 .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-syy0lUkid3 .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-syy0lUkid3 .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-syy0lUkid3 .team-left-inner .team-info-block .team-designation {
  color: #389194;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-syy0lUkid3 .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-syy0lUkid3 .team-left-inner .team-info-block .personal-title {
  color: #389194;
  font-size: 22px !important;
}
.cid-syy0lUkid3 .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-syy0lUkid3 .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-syy0lUkid3 .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-syy0lUkid3 .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-syy0lUkid3 .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #389194;
  margin-right: 10px;
}
.cid-syy0lUkid3 .team-left-inner .team-info-block .social span:hover {
  background-color: #389194;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-syy0lUkid3 .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-syy0lUkid3 .entry-content .text-box {
  padding: 0rem;
}
.cid-syy0lUkid3 .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-syy0lUkid3 .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-syy0lUkid3 .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-syy0lUkid3 .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-syy0lUkid3 .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-syy0lUkid3 .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-syy0lUkid3 .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-syy0lUkid3 .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-syy0lUkid3 .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #389194;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-syy0lUkid3 .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-syy0lUkid3 .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-syy0lUkid3 .entry-content .contact {
  margin-top: 30px;
}
.cid-syy0lUkid3 .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-syy0lUkid3 .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-syy0lUkid3 .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-syy0lUkid3 .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-syy0lUkid3 .entry-content .contact .btn-black:hover {
  background-color: #389194!important;
  border-color: #389194!important;
}
.cid-syy0lUkid3 .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-syy0lUkid3 .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-syy0lUkid3 .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-syy0lUkid3 .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-syy0lUkid3 .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-syy0lUkid3 .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-syy0lUkid3 .progress_elements .progress1 progress::after {
  left: 22%;
  border: 3px solid #389194;
}
.cid-syy0lUkid3 .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #389194;
}
.cid-syy0lUkid3 .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #389194;
}
.cid-syy0lUkid3 .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #389194;
}
.cid-syy0lUkid3 progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-syy0lUkid3 .progress1 progress::-webkit-progress-value {
  background: #389194;
}
.cid-syy0lUkid3 .progress2 progress::-webkit-progress-value {
  background: #389194;
}
.cid-syy0lUkid3 .progress3 progress::-webkit-progress-value {
  background: #389194;
}
.cid-syy0lUkid3 .progress4 progress::-webkit-progress-value {
  background: #389194;
}
.cid-syy0lUkid3 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-syy0lUkid3 .progressbar-title p {
  color: #6d7a8c;
}
.cid-syy0lUkid3 .entry-content .text-box .doc-descr {
  color: #000000;
}
.cid-syy0lUkid3 .team-left-inner .team-info-block .short-description p {
  color: #000000;
}
.cid-syy0lUkid3 .entry-content .capabilities .mbr-list .list li {
  color: #000000;
}
.cid-syy0lUkid3 .entry-content .capabilities .capabilities-text {
  color: #000000;
}
.cid-syy0lUkid3 .btn-primary {
  background-color: #389194!important;
  border-width: 0px;
  margin-left: 0px !important;
}
.cid-syy0lUkid3 .team-left-inner .team-info-block .team-title {
  color: #130947;
}
.cid-syy0lV1vPB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #389194;
}
.cid-syy0lV1vPB .links {
  text-align: center;
  color: #ffffff;
}
.cid-syy0lV1vPB p {
  margin: 0;
}
.cid-syy0lV1vPB a {
  color: #ffffff;
}
.cid-syy0lV1vPB a:hover {
  color: #389194!important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-szcU5Vg6Rp .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-szcU5Vg6Rp .navbar-fixed-top {
  padding-top: 0;
}
.cid-szcU5Vg6Rp .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-szcU5Vg6Rp .dropdown-item {
  padding: 0;
  color: black !important;
}
.cid-szcU5Vg6Rp .dropdown-item,
.cid-szcU5Vg6Rp .nav-link,
.cid-szcU5Vg6Rp .brand-link {
  font-style: normal;
}
.cid-szcU5Vg6Rp .dropdown-item:hover,
.cid-szcU5Vg6Rp .nav-link:hover,
.cid-szcU5Vg6Rp .brand-link:hover {
  color: #389194!important;
}
.cid-szcU5Vg6Rp .dropdown-menu {
  border: 0px solid lightgray;
  border-radius: 5px;
  background-color: #f5f7fa !important;
  
}
.cid-szcU5Vg6Rp .dropdown-item:active {
  background-color: #f5f7fa !important;
}
.cid-szcU5Vg6Rp .menu-content-top {
  max-width: 1200px;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-szcU5Vg6Rp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-szcU5Vg6Rp .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-szcU5Vg6Rp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .content-text {
  margin-bottom: 0;
}
.cid-szcU5Vg6Rp .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #389194;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-szcU5Vg6Rp .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .nav-dropdown .link {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-szcU5Vg6Rp .content-right-side {
  text-align: center;
}
.cid-szcU5Vg6Rp .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-szcU5Vg6Rp .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-szcU5Vg6Rp .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-szcU5Vg6Rp .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-szcU5Vg6Rp .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-szcU5Vg6Rp .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-szcU5Vg6Rp .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-szcU5Vg6Rp .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-szcU5Vg6Rp .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-szcU5Vg6Rp .navbar {
    display: block;
    padding: 0;
  }
  .cid-szcU5Vg6Rp .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-szcU5Vg6Rp .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-szcU5Vg6Rp .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-szcU5Vg6Rp .navbar-toggler {
    display: none;
  }
  .cid-szcU5Vg6Rp .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-szcU5Vg6Rp .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-szcU5Vg6Rp .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-szcU5Vg6Rp .menu-logo {
  margin-right: auto;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-szcU5Vg6Rp .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-szcU5Vg6Rp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp button.navbar-toggler:focus {
  outline: none;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .btn {
  display: -webkit-flex;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .collapsed button.navbar-toggler {
  display: block;
}
.cid-szcU5Vg6Rp .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-szcU5Vg6Rp .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-szcU5Vg6Rp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-szcU5Vg6Rp .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing,
  .cid-szcU5Vg6Rp .navbar-collapse.show {
    display: block !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-szcU5Vg6Rp .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-szcU5Vg6Rp img {
    height: 3.8rem !important;
  }
  .cid-szcU5Vg6Rp .btn {
    display: -webkit-flex;
  }
  .cid-szcU5Vg6Rp button.navbar-toggler {
    display: block;
  }
  .cid-szcU5Vg6Rp .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-szcU5Vg6Rp .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-szcU5Vg6Rp .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-szcU5Vg6Rp .nav-link:focus {
  outline: none;
}
.cid-szcU5Vg6Rp .navbar-toggler {
  position: relative;
}
.cid-szcU5Vg6Rp .dropdown-item.active,
.cid-szcU5Vg6Rp .dropdown-item:active {
  color: initial;
}
.cid-szcU5Vg6Rp .widget-title,
.cid-szcU5Vg6Rp .widget-icon {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-text {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-title {
  color: #6d7a8c;
}
.cid-syy0xeA8vD {
  padding-top: 165px;
  padding-bottom: 0px;
  background-color: #f5f7fa;
}
.cid-syy0xeA8vD .mbr-section-subtitle {
  color: #389194;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-syy0xeA8vD .mbr-section-title {
  color: #130947;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: right;
}
.cid-syy0xeA8vD .mbr-section-title .accent-word {
  color: #389194;
}
.cid-syy0xeA8vD .mbr-text {
  color: #6d7a8c;
}
.cid-syy0xeA8vD .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-syy0xeA8vD .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #389194;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-syy0xeA8vD .mbr-section-btn {
  display: flex;
}
.cid-syy0xeA8vD .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-syy0xeA8vD .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-syy0xeA8vD .mbr-section-btn.display-4,
.cid-syy0xeA8vD .btn.display-4 {
  font-size: 12px !important;
}
.cid-syy0xeA8vD .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-syy0xeA8vD .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-syy0xeA8vD .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #389194;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-syy0xeA8vD .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-syy0xeA8vD .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-syy0xeA8vD .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-syy0xeA8vD .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-syy0xeA8vD .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-syy0xeA8vD .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-syy0xeA8vD .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-syy0xeA8vD a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-syy0xeA8vD a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-syy0xeA8vD .separator,
  .cid-syy0xeA8vD .sep-holder,
  .cid-syy0xeA8vD .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-syy0xeA8vD .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-syy0xeA8vD .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-syy0xeA8vD .mbr-section-subtitle,
.cid-syy0xeA8vD .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-syy0xeA8vD .mbr-section-title .accent-word {
  color: #656565;
  text-align: left;
}
.cid-syy0xeSUml {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-syy0xeSUml input,
.cid-syy0xeSUml textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-syy0xeSUml input:focus,
.cid-syy0xeSUml textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-syy0xeSUml .form-control,
.cid-syy0xeSUml .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-syy0xeSUml input::-webkit-input-placeholder,
.cid-syy0xeSUml textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-syy0xeSUml input:-moz-placeholder,
.cid-syy0xeSUml textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-syy0xeSUml .jq-selectbox li,
.cid-syy0xeSUml .jq-selectbox li {
  background-color: #ffffff;
}
.cid-syy0xeSUml .jq-selectbox li:hover,
.cid-syy0xeSUml .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-syy0xeSUml .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-syy0xeSUml .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-syy0xeSUml .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-syy0xeSUml .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-syy0xeSUml .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-syy0xeSUml .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-syy0xeSUml .team-left-inner .team-info-block .team-designation {
  color: #389194;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-syy0xeSUml .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-syy0xeSUml .team-left-inner .team-info-block .personal-title {
  color: #389194;
  font-size: 22px !important;
}
.cid-syy0xeSUml .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-syy0xeSUml .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-syy0xeSUml .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-syy0xeSUml .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-syy0xeSUml .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #389194;
  margin-right: 10px;
}
.cid-syy0xeSUml .team-left-inner .team-info-block .social span:hover {
  background-color: #389194;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-syy0xeSUml .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-syy0xeSUml .entry-content .text-box {
  padding: 0rem;
}
.cid-syy0xeSUml .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-syy0xeSUml .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-syy0xeSUml .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-syy0xeSUml .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-syy0xeSUml .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-syy0xeSUml .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-syy0xeSUml .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-syy0xeSUml .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-syy0xeSUml .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #389194;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-syy0xeSUml .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-syy0xeSUml .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-syy0xeSUml .entry-content .contact {
  margin-top: 30px;
}
.cid-syy0xeSUml .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-syy0xeSUml .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-syy0xeSUml .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-syy0xeSUml .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-syy0xeSUml .entry-content .contact .btn-black:hover {
  background-color: #389194!important;
  border-color: #389194!important;
}
.cid-syy0xeSUml .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-syy0xeSUml .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-syy0xeSUml .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-syy0xeSUml .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-syy0xeSUml .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-syy0xeSUml .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-syy0xeSUml .progress_elements .progress1 progress::after {
  left: 22%;
  border: 3px solid #389194;
}
.cid-syy0xeSUml .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #389194;
}
.cid-syy0xeSUml .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #389194;
}
.cid-syy0xeSUml .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #389194;
}
.cid-syy0xeSUml progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-syy0xeSUml .progress1 progress::-webkit-progress-value {
  background: #389194;
}
.cid-syy0xeSUml .progress2 progress::-webkit-progress-value {
  background: #389194;
}
.cid-syy0xeSUml .progress3 progress::-webkit-progress-value {
  background: #389194;
}
.cid-syy0xeSUml .progress4 progress::-webkit-progress-value {
  background: #389194;
}
.cid-syy0xeSUml .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-syy0xeSUml .progressbar-title p {
  color: #6d7a8c;
}
.cid-syy0xeSUml .entry-content .text-box .doc-descr {
  color: #000000;
}
.cid-syy0xeSUml .team-left-inner .team-info-block .short-description p {
  color: #000000;
}
.cid-syy0xeSUml .entry-content .capabilities .mbr-list .list li {
  color: #000000;
}
.cid-syy0xeSUml .entry-content .capabilities .capabilities-text {
  color: #000000;
}
.cid-syy0xeSUml .btn-primary {
  background-color: #389194!important;
  border-width: 0px;
  margin-left: 0px !important;
}
.cid-syy0xeSUml .team-left-inner .team-info-block .team-title {
  color: #130947;
}
.cid-syy0xfwnpE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #389194;
}
.cid-syy0xfwnpE .links {
  text-align: center;
  color: #ffffff;
}
.cid-syy0xfwnpE p {
  margin: 0;
}
.cid-syy0xfwnpE a {
  color: #ffffff;
}
.cid-syy0xfwnpE a:hover {
  color: #389194!important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-szcU5Vg6Rp .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-szcU5Vg6Rp .navbar-fixed-top {
  padding-top: 0;
}
.cid-szcU5Vg6Rp .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-szcU5Vg6Rp .dropdown-item {
  padding: 0;
  color: black !important;
}
.cid-szcU5Vg6Rp .dropdown-item,
.cid-szcU5Vg6Rp .nav-link,
.cid-szcU5Vg6Rp .brand-link {
  font-style: normal;
}
.cid-szcU5Vg6Rp .dropdown-item:hover,
.cid-szcU5Vg6Rp .nav-link:hover,
.cid-szcU5Vg6Rp .brand-link:hover {
  color: #389194!important;
}
.cid-szcU5Vg6Rp .dropdown-menu {
  border: 0px solid lightgray;
  border-radius: 5px;
  background-color: #f5f7fa !important;
  
}
.cid-szcU5Vg6Rp .dropdown-item:active {
  background-color: #f5f7fa !important;
}
.cid-szcU5Vg6Rp .menu-content-top {
  max-width: 1200px;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-szcU5Vg6Rp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-szcU5Vg6Rp .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-szcU5Vg6Rp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .content-text {
  margin-bottom: 0;
}
.cid-szcU5Vg6Rp .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #389194;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-szcU5Vg6Rp .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .nav-dropdown .link {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-szcU5Vg6Rp .content-right-side {
  text-align: center;
}
.cid-szcU5Vg6Rp .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-szcU5Vg6Rp .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-szcU5Vg6Rp .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-szcU5Vg6Rp .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-szcU5Vg6Rp .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-szcU5Vg6Rp .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-szcU5Vg6Rp .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-szcU5Vg6Rp .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-szcU5Vg6Rp .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-szcU5Vg6Rp .navbar {
    display: block;
    padding: 0;
  }
  .cid-szcU5Vg6Rp .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-szcU5Vg6Rp .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-szcU5Vg6Rp .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-szcU5Vg6Rp .navbar-toggler {
    display: none;
  }
  .cid-szcU5Vg6Rp .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-szcU5Vg6Rp .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-szcU5Vg6Rp .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-szcU5Vg6Rp .menu-logo {
  margin-right: auto;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-szcU5Vg6Rp .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-szcU5Vg6Rp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp button.navbar-toggler:focus {
  outline: none;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .btn {
  display: -webkit-flex;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .collapsed button.navbar-toggler {
  display: block;
}
.cid-szcU5Vg6Rp .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-szcU5Vg6Rp .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-szcU5Vg6Rp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-szcU5Vg6Rp .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing,
  .cid-szcU5Vg6Rp .navbar-collapse.show {
    display: block !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-szcU5Vg6Rp .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-szcU5Vg6Rp img {
    height: 3.8rem !important;
  }
  .cid-szcU5Vg6Rp .btn {
    display: -webkit-flex;
  }
  .cid-szcU5Vg6Rp button.navbar-toggler {
    display: block;
  }
  .cid-szcU5Vg6Rp .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-szcU5Vg6Rp .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-szcU5Vg6Rp .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-szcU5Vg6Rp .nav-link:focus {
  outline: none;
}
.cid-szcU5Vg6Rp .navbar-toggler {
  position: relative;
}
.cid-szcU5Vg6Rp .dropdown-item.active,
.cid-szcU5Vg6Rp .dropdown-item:active {
  color: initial;
}
.cid-szcU5Vg6Rp .widget-title,
.cid-szcU5Vg6Rp .widget-icon {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-text {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-title {
  color: #6d7a8c;
}
.cid-syy0MLQfz3 {
  padding-top: 165px;
  padding-bottom: 0px;
  background-color: #f5f7fa;
}
.cid-syy0MLQfz3 .mbr-section-subtitle {
  color: #389194;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-syy0MLQfz3 .mbr-section-title {
  color: #130947;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: right;
}
.cid-syy0MLQfz3 .mbr-section-title .accent-word {
  color: #389194;
}
.cid-syy0MLQfz3 .mbr-text {
  color: #6d7a8c;
}
.cid-syy0MLQfz3 .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-syy0MLQfz3 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #389194;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-syy0MLQfz3 .mbr-section-btn {
  display: flex;
}
.cid-syy0MLQfz3 .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-syy0MLQfz3 .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-syy0MLQfz3 .mbr-section-btn.display-4,
.cid-syy0MLQfz3 .btn.display-4 {
  font-size: 12px !important;
}
.cid-syy0MLQfz3 .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-syy0MLQfz3 .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-syy0MLQfz3 .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #389194;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-syy0MLQfz3 .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-syy0MLQfz3 .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-syy0MLQfz3 .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-syy0MLQfz3 .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-syy0MLQfz3 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-syy0MLQfz3 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-syy0MLQfz3 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-syy0MLQfz3 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-syy0MLQfz3 a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-syy0MLQfz3 .separator,
  .cid-syy0MLQfz3 .sep-holder,
  .cid-syy0MLQfz3 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-syy0MLQfz3 .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-syy0MLQfz3 .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-syy0MLQfz3 .mbr-section-subtitle,
.cid-syy0MLQfz3 .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-syy0MLQfz3 .mbr-section-title .accent-word {
  color: #656565;
  text-align: left;
}
.cid-syy0MMfEYy {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-syy0MMfEYy input,
.cid-syy0MMfEYy textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-syy0MMfEYy input:focus,
.cid-syy0MMfEYy textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-syy0MMfEYy .form-control,
.cid-syy0MMfEYy .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-syy0MMfEYy input::-webkit-input-placeholder,
.cid-syy0MMfEYy textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-syy0MMfEYy input:-moz-placeholder,
.cid-syy0MMfEYy textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-syy0MMfEYy .jq-selectbox li,
.cid-syy0MMfEYy .jq-selectbox li {
  background-color: #ffffff;
}
.cid-syy0MMfEYy .jq-selectbox li:hover,
.cid-syy0MMfEYy .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-syy0MMfEYy .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-syy0MMfEYy .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-syy0MMfEYy .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-syy0MMfEYy .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-syy0MMfEYy .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-syy0MMfEYy .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-syy0MMfEYy .team-left-inner .team-info-block .team-designation {
  color: #389194;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-syy0MMfEYy .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-syy0MMfEYy .team-left-inner .team-info-block .personal-title {
  color: #389194;
  font-size: 22px !important;
}
.cid-syy0MMfEYy .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-syy0MMfEYy .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-syy0MMfEYy .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-syy0MMfEYy .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-syy0MMfEYy .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #389194;
  margin-right: 10px;
}
.cid-syy0MMfEYy .team-left-inner .team-info-block .social span:hover {
  background-color: #389194;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-syy0MMfEYy .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-syy0MMfEYy .entry-content .text-box {
  padding: 0rem;
}
.cid-syy0MMfEYy .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-syy0MMfEYy .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-syy0MMfEYy .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-syy0MMfEYy .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-syy0MMfEYy .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-syy0MMfEYy .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-syy0MMfEYy .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-syy0MMfEYy .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-syy0MMfEYy .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #389194;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-syy0MMfEYy .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-syy0MMfEYy .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-syy0MMfEYy .entry-content .contact {
  margin-top: 30px;
}
.cid-syy0MMfEYy .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-syy0MMfEYy .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-syy0MMfEYy .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-syy0MMfEYy .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-syy0MMfEYy .entry-content .contact .btn-black:hover {
  background-color: #389194!important;
  border-color: #389194!important;
}
.cid-syy0MMfEYy .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-syy0MMfEYy .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-syy0MMfEYy .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-syy0MMfEYy .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-syy0MMfEYy .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-syy0MMfEYy .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-syy0MMfEYy .progress_elements .progress1 progress::after {
  left: 22%;
  border: 3px solid #389194;
}
.cid-syy0MMfEYy .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #389194;
}
.cid-syy0MMfEYy .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #389194;
}
.cid-syy0MMfEYy .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #389194;
}
.cid-syy0MMfEYy progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-syy0MMfEYy .progress1 progress::-webkit-progress-value {
  background: #389194;
}
.cid-syy0MMfEYy .progress2 progress::-webkit-progress-value {
  background: #389194;
}
.cid-syy0MMfEYy .progress3 progress::-webkit-progress-value {
  background: #389194;
}
.cid-syy0MMfEYy .progress4 progress::-webkit-progress-value {
  background: #389194;
}
.cid-syy0MMfEYy .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-syy0MMfEYy .progressbar-title p {
  color: #6d7a8c;
}
.cid-syy0MMfEYy .entry-content .text-box .doc-descr {
  color: #000000;
}
.cid-syy0MMfEYy .team-left-inner .team-info-block .short-description p {
  color: #000000;
}
.cid-syy0MMfEYy .entry-content .capabilities .mbr-list .list li {
  color: #000000;
}
.cid-syy0MMfEYy .entry-content .capabilities .capabilities-text {
  color: #000000;
}
.cid-syy0MMfEYy .btn-primary {
  background-color: #389194!important;
  border-width: 0px;
  margin-left: 0px !important;
}
.cid-syy0MMfEYy .team-left-inner .team-info-block .team-title {
  color: #130947;
}
.cid-syy0MMTGIA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #389194;
}
.cid-syy0MMTGIA .links {
  text-align: center;
  color: #ffffff;
}
.cid-syy0MMTGIA p {
  margin: 0;
}
.cid-syy0MMTGIA a {
  color: #ffffff;
}
.cid-syy0MMTGIA a:hover {
  color: #389194!important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-szcU5Vg6Rp .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-szcU5Vg6Rp .navbar-fixed-top {
  padding-top: 0;
}
.cid-szcU5Vg6Rp .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-szcU5Vg6Rp .dropdown-item {
  padding: 0;
  color: black !important;
}
.cid-szcU5Vg6Rp .dropdown-item,
.cid-szcU5Vg6Rp .nav-link,
.cid-szcU5Vg6Rp .brand-link {
  font-style: normal;
}
.cid-szcU5Vg6Rp .dropdown-item:hover,
.cid-szcU5Vg6Rp .nav-link:hover,
.cid-szcU5Vg6Rp .brand-link:hover {
  color: #389194!important;
}
.cid-szcU5Vg6Rp .dropdown-menu {
  border: 0px solid lightgray;
  border-radius: 5px;
  background-color: #f5f7fa !important;
  
}
.cid-szcU5Vg6Rp .dropdown-item:active {
  background-color: #f5f7fa !important;
}
.cid-szcU5Vg6Rp .menu-content-top {
  max-width: 1200px;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-szcU5Vg6Rp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-szcU5Vg6Rp .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-szcU5Vg6Rp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .content-text {
  margin-bottom: 0;
}
.cid-szcU5Vg6Rp .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #389194;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-szcU5Vg6Rp .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .nav-dropdown .link {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-szcU5Vg6Rp .content-right-side {
  text-align: center;
}
.cid-szcU5Vg6Rp .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-szcU5Vg6Rp .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-szcU5Vg6Rp .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-szcU5Vg6Rp .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-szcU5Vg6Rp .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-szcU5Vg6Rp .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-szcU5Vg6Rp .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-szcU5Vg6Rp .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-szcU5Vg6Rp .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-szcU5Vg6Rp .navbar {
    display: block;
    padding: 0;
  }
  .cid-szcU5Vg6Rp .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-szcU5Vg6Rp .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-szcU5Vg6Rp .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-szcU5Vg6Rp .navbar-toggler {
    display: none;
  }
  .cid-szcU5Vg6Rp .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-szcU5Vg6Rp .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-szcU5Vg6Rp .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-szcU5Vg6Rp .menu-logo {
  margin-right: auto;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-szcU5Vg6Rp .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-szcU5Vg6Rp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp button.navbar-toggler:focus {
  outline: none;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .btn {
  display: -webkit-flex;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .collapsed button.navbar-toggler {
  display: block;
}
.cid-szcU5Vg6Rp .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-szcU5Vg6Rp .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-szcU5Vg6Rp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-szcU5Vg6Rp .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing,
  .cid-szcU5Vg6Rp .navbar-collapse.show {
    display: block !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-szcU5Vg6Rp .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-szcU5Vg6Rp img {
    height: 3.8rem !important;
  }
  .cid-szcU5Vg6Rp .btn {
    display: -webkit-flex;
  }
  .cid-szcU5Vg6Rp button.navbar-toggler {
    display: block;
  }
  .cid-szcU5Vg6Rp .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-szcU5Vg6Rp .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-szcU5Vg6Rp .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-szcU5Vg6Rp .nav-link:focus {
  outline: none;
}
.cid-szcU5Vg6Rp .navbar-toggler {
  position: relative;
}
.cid-szcU5Vg6Rp .dropdown-item.active,
.cid-szcU5Vg6Rp .dropdown-item:active {
  color: initial;
}
.cid-szcU5Vg6Rp .widget-title,
.cid-szcU5Vg6Rp .widget-icon {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-text {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-title {
  color: #6d7a8c;
}
.cid-syy0WsYVrT {
  padding-top: 165px;
  padding-bottom: 0px;
  background-color: #f5f7fa;
}
.cid-syy0WsYVrT .mbr-section-subtitle {
  color: #389194;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-syy0WsYVrT .mbr-section-title {
  color: #130947;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: right;
}
.cid-syy0WsYVrT .mbr-section-title .accent-word {
  color: #389194;
}
.cid-syy0WsYVrT .mbr-text {
  color: #6d7a8c;
}
.cid-syy0WsYVrT .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-syy0WsYVrT .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #389194;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-syy0WsYVrT .mbr-section-btn {
  display: flex;
}
.cid-syy0WsYVrT .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-syy0WsYVrT .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-syy0WsYVrT .mbr-section-btn.display-4,
.cid-syy0WsYVrT .btn.display-4 {
  font-size: 12px !important;
}
.cid-syy0WsYVrT .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-syy0WsYVrT .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-syy0WsYVrT .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #389194;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-syy0WsYVrT .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-syy0WsYVrT .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-syy0WsYVrT .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-syy0WsYVrT .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-syy0WsYVrT .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-syy0WsYVrT .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-syy0WsYVrT .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-syy0WsYVrT a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-syy0WsYVrT a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-syy0WsYVrT .separator,
  .cid-syy0WsYVrT .sep-holder,
  .cid-syy0WsYVrT .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-syy0WsYVrT .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-syy0WsYVrT .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-syy0WsYVrT .mbr-section-subtitle,
.cid-syy0WsYVrT .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-syy0WsYVrT .mbr-section-title .accent-word {
  color: #656565;
  text-align: left;
}
.cid-syy0WteE69 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-syy0WteE69 input,
.cid-syy0WteE69 textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-syy0WteE69 input:focus,
.cid-syy0WteE69 textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-syy0WteE69 .form-control,
.cid-syy0WteE69 .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-syy0WteE69 input::-webkit-input-placeholder,
.cid-syy0WteE69 textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-syy0WteE69 input:-moz-placeholder,
.cid-syy0WteE69 textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-syy0WteE69 .jq-selectbox li,
.cid-syy0WteE69 .jq-selectbox li {
  background-color: #ffffff;
}
.cid-syy0WteE69 .jq-selectbox li:hover,
.cid-syy0WteE69 .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-syy0WteE69 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-syy0WteE69 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-syy0WteE69 .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-syy0WteE69 .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-syy0WteE69 .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-syy0WteE69 .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-syy0WteE69 .team-left-inner .team-info-block .team-designation {
  color: #389194;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-syy0WteE69 .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-syy0WteE69 .team-left-inner .team-info-block .personal-title {
  color: #389194;
  font-size: 22px !important;
}
.cid-syy0WteE69 .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-syy0WteE69 .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-syy0WteE69 .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-syy0WteE69 .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-syy0WteE69 .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #389194;
  margin-right: 10px;
}
.cid-syy0WteE69 .team-left-inner .team-info-block .social span:hover {
  background-color: #389194;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-syy0WteE69 .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-syy0WteE69 .entry-content .text-box {
  padding: 0rem;
}
.cid-syy0WteE69 .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-syy0WteE69 .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-syy0WteE69 .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-syy0WteE69 .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-syy0WteE69 .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-syy0WteE69 .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-syy0WteE69 .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-syy0WteE69 .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-syy0WteE69 .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #389194;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-syy0WteE69 .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-syy0WteE69 .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-syy0WteE69 .entry-content .contact {
  margin-top: 30px;
}
.cid-syy0WteE69 .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-syy0WteE69 .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-syy0WteE69 .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-syy0WteE69 .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-syy0WteE69 .entry-content .contact .btn-black:hover {
  background-color: #389194!important;
  border-color: #389194!important;
}
.cid-syy0WteE69 .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-syy0WteE69 .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-syy0WteE69 .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-syy0WteE69 .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-syy0WteE69 .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-syy0WteE69 .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-syy0WteE69 .progress_elements .progress1 progress::after {
  left: 22%;
  border: 3px solid #389194;
}
.cid-syy0WteE69 .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #389194;
}
.cid-syy0WteE69 .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #389194;
}
.cid-syy0WteE69 .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #389194;
}
.cid-syy0WteE69 progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-syy0WteE69 .progress1 progress::-webkit-progress-value {
  background: #389194;
}
.cid-syy0WteE69 .progress2 progress::-webkit-progress-value {
  background: #389194;
}
.cid-syy0WteE69 .progress3 progress::-webkit-progress-value {
  background: #389194;
}
.cid-syy0WteE69 .progress4 progress::-webkit-progress-value {
  background: #389194;
}
.cid-syy0WteE69 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-syy0WteE69 .progressbar-title p {
  color: #6d7a8c;
}
.cid-syy0WteE69 .entry-content .text-box .doc-descr {
  color: #000000;
}
.cid-syy0WteE69 .team-left-inner .team-info-block .short-description p {
  color: #000000;
}
.cid-syy0WteE69 .entry-content .capabilities .mbr-list .list li {
  color: #000000;
}
.cid-syy0WteE69 .entry-content .capabilities .capabilities-text {
  color: #000000;
}
.cid-syy0WteE69 .btn-primary {
  background-color: #389194!important;
  border-width: 0px;
  margin-left: 0px !important;
}
.cid-syy0WteE69 .team-left-inner .team-info-block .team-title {
  color: #130947;
}
.cid-syy0WtQWPW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #389194;
}
.cid-syy0WtQWPW .links {
  text-align: center;
  color: #ffffff;
}
.cid-syy0WtQWPW p {
  margin: 0;
}
.cid-syy0WtQWPW a {
  color: #ffffff;
}
.cid-syy0WtQWPW a:hover {
  color: #389194!important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-szcU5Vg6Rp .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-szcU5Vg6Rp .navbar-fixed-top {
  padding-top: 0;
}
.cid-szcU5Vg6Rp .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-szcU5Vg6Rp .dropdown-item {
  padding: 0;
  color: black !important;
}
.cid-szcU5Vg6Rp .dropdown-item,
.cid-szcU5Vg6Rp .nav-link,
.cid-szcU5Vg6Rp .brand-link {
  font-style: normal;
}
.cid-szcU5Vg6Rp .dropdown-item:hover,
.cid-szcU5Vg6Rp .nav-link:hover,
.cid-szcU5Vg6Rp .brand-link:hover {
  color: #389194!important;
}
.cid-szcU5Vg6Rp .dropdown-menu {
  border: 0px solid lightgray;
  border-radius: 5px;
  background-color: #f5f7fa !important;
  
}
.cid-szcU5Vg6Rp .dropdown-item:active {
  background-color: #f5f7fa !important;
}
.cid-szcU5Vg6Rp .menu-content-top {
  max-width: 1200px;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-szcU5Vg6Rp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-szcU5Vg6Rp .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-szcU5Vg6Rp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .content-text {
  margin-bottom: 0;
}
.cid-szcU5Vg6Rp .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #389194;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-szcU5Vg6Rp .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .nav-dropdown .link {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-szcU5Vg6Rp .content-right-side {
  text-align: center;
}
.cid-szcU5Vg6Rp .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-szcU5Vg6Rp .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-szcU5Vg6Rp .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-szcU5Vg6Rp .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-szcU5Vg6Rp .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-szcU5Vg6Rp .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-szcU5Vg6Rp .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-szcU5Vg6Rp .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-szcU5Vg6Rp .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-szcU5Vg6Rp .navbar {
    display: block;
    padding: 0;
  }
  .cid-szcU5Vg6Rp .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-szcU5Vg6Rp .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-szcU5Vg6Rp .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-szcU5Vg6Rp .navbar-toggler {
    display: none;
  }
  .cid-szcU5Vg6Rp .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-szcU5Vg6Rp .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-szcU5Vg6Rp .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-szcU5Vg6Rp .menu-logo {
  margin-right: auto;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-szcU5Vg6Rp .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-szcU5Vg6Rp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp button.navbar-toggler:focus {
  outline: none;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .btn {
  display: -webkit-flex;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .collapsed button.navbar-toggler {
  display: block;
}
.cid-szcU5Vg6Rp .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-szcU5Vg6Rp .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-szcU5Vg6Rp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-szcU5Vg6Rp .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing,
  .cid-szcU5Vg6Rp .navbar-collapse.show {
    display: block !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-szcU5Vg6Rp .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-szcU5Vg6Rp img {
    height: 3.8rem !important;
  }
  .cid-szcU5Vg6Rp .btn {
    display: -webkit-flex;
  }
  .cid-szcU5Vg6Rp button.navbar-toggler {
    display: block;
  }
  .cid-szcU5Vg6Rp .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-szcU5Vg6Rp .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-szcU5Vg6Rp .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-szcU5Vg6Rp .nav-link:focus {
  outline: none;
}
.cid-szcU5Vg6Rp .navbar-toggler {
  position: relative;
}
.cid-szcU5Vg6Rp .dropdown-item.active,
.cid-szcU5Vg6Rp .dropdown-item:active {
  color: initial;
}
.cid-szcU5Vg6Rp .widget-title,
.cid-szcU5Vg6Rp .widget-icon {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-text {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-title {
  color: #6d7a8c;
}
.cid-syBZ386tu8 {
  padding-top: 165px;
  padding-bottom: 0px;
  background-color: #f5f7fa;
}
.cid-syBZ386tu8 .mbr-section-subtitle {
  color: #389194;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-syBZ386tu8 .mbr-section-title {
  color: #130947;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: right;
}
.cid-syBZ386tu8 .mbr-section-title .accent-word {
  color: #389194;
}
.cid-syBZ386tu8 .mbr-text {
  color: #6d7a8c;
}
.cid-syBZ386tu8 .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-syBZ386tu8 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #389194;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-syBZ386tu8 .mbr-section-btn {
  display: flex;
}
.cid-syBZ386tu8 .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-syBZ386tu8 .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-syBZ386tu8 .mbr-section-btn.display-4,
.cid-syBZ386tu8 .btn.display-4 {
  font-size: 12px !important;
}
.cid-syBZ386tu8 .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-syBZ386tu8 .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-syBZ386tu8 .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #389194;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-syBZ386tu8 .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-syBZ386tu8 .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-syBZ386tu8 .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-syBZ386tu8 .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-syBZ386tu8 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-syBZ386tu8 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-syBZ386tu8 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-syBZ386tu8 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-syBZ386tu8 a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-syBZ386tu8 .separator,
  .cid-syBZ386tu8 .sep-holder,
  .cid-syBZ386tu8 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-syBZ386tu8 .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-syBZ386tu8 .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-syBZ386tu8 .mbr-section-subtitle,
.cid-syBZ386tu8 .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-syBZ386tu8 .mbr-section-title .accent-word {
  color: #656565;
  text-align: left;
}
.cid-syBZ38qTYb {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-syBZ38qTYb input,
.cid-syBZ38qTYb textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-syBZ38qTYb input:focus,
.cid-syBZ38qTYb textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-syBZ38qTYb .form-control,
.cid-syBZ38qTYb .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-syBZ38qTYb input::-webkit-input-placeholder,
.cid-syBZ38qTYb textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-syBZ38qTYb input:-moz-placeholder,
.cid-syBZ38qTYb textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-syBZ38qTYb .jq-selectbox li,
.cid-syBZ38qTYb .jq-selectbox li {
  background-color: #ffffff;
}
.cid-syBZ38qTYb .jq-selectbox li:hover,
.cid-syBZ38qTYb .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-syBZ38qTYb .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-syBZ38qTYb .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-syBZ38qTYb .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-syBZ38qTYb .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-syBZ38qTYb .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-syBZ38qTYb .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-syBZ38qTYb .team-left-inner .team-info-block .team-designation {
  color: #389194;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-syBZ38qTYb .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-syBZ38qTYb .team-left-inner .team-info-block .personal-title {
  color: #389194;
  font-size: 22px !important;
}
.cid-syBZ38qTYb .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-syBZ38qTYb .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-syBZ38qTYb .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-syBZ38qTYb .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-syBZ38qTYb .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #389194;
  margin-right: 10px;
}
.cid-syBZ38qTYb .team-left-inner .team-info-block .social span:hover {
  background-color: #389194;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-syBZ38qTYb .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-syBZ38qTYb .entry-content .text-box {
  padding: 0rem;
}
.cid-syBZ38qTYb .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-syBZ38qTYb .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-syBZ38qTYb .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-syBZ38qTYb .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-syBZ38qTYb .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-syBZ38qTYb .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-syBZ38qTYb .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-syBZ38qTYb .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-syBZ38qTYb .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #389194;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-syBZ38qTYb .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-syBZ38qTYb .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-syBZ38qTYb .entry-content .contact {
  margin-top: 30px;
}
.cid-syBZ38qTYb .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-syBZ38qTYb .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-syBZ38qTYb .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-syBZ38qTYb .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-syBZ38qTYb .entry-content .contact .btn-black:hover {
  background-color: #389194!important;
  border-color: #389194!important;
}
.cid-syBZ38qTYb .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-syBZ38qTYb .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-syBZ38qTYb .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-syBZ38qTYb .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-syBZ38qTYb .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-syBZ38qTYb .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-syBZ38qTYb .progress_elements .progress1 progress::after {
  left: 22%;
  border: 3px solid #389194;
}
.cid-syBZ38qTYb .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #389194;
}
.cid-syBZ38qTYb .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #389194;
}
.cid-syBZ38qTYb .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #389194;
}
.cid-syBZ38qTYb progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-syBZ38qTYb .progress1 progress::-webkit-progress-value {
  background: #389194;
}
.cid-syBZ38qTYb .progress2 progress::-webkit-progress-value {
  background: #389194;
}
.cid-syBZ38qTYb .progress3 progress::-webkit-progress-value {
  background: #389194;
}
.cid-syBZ38qTYb .progress4 progress::-webkit-progress-value {
  background: #389194;
}
.cid-syBZ38qTYb .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-syBZ38qTYb .progressbar-title p {
  color: #6d7a8c;
}
.cid-syBZ38qTYb .entry-content .text-box .doc-descr {
  color: #000000;
}
.cid-syBZ38qTYb .team-left-inner .team-info-block .short-description p {
  color: #000000;
}
.cid-syBZ38qTYb .entry-content .capabilities .mbr-list .list li {
  color: #000000;
}
.cid-syBZ38qTYb .entry-content .capabilities .capabilities-text {
  color: #000000;
}
.cid-syBZ38qTYb .btn-primary {
  background-color: #389194!important;
  border-width: 0px;
  margin-left: 0px !important;
}
.cid-syBZ38qTYb .team-left-inner .team-info-block .team-title {
  color: #130947;
}
.cid-syBZ3925PQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #389194;
}
.cid-syBZ3925PQ .links {
  text-align: center;
  color: #ffffff;
}
.cid-syBZ3925PQ p {
  margin: 0;
}
.cid-syBZ3925PQ a {
  color: #ffffff;
}
.cid-syBZ3925PQ a:hover {
  color: #389194!important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-szcU5Vg6Rp .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-szcU5Vg6Rp .navbar-fixed-top {
  padding-top: 0;
}
.cid-szcU5Vg6Rp .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-szcU5Vg6Rp .dropdown-item {
  padding: 0;
  color: black !important;
}
.cid-szcU5Vg6Rp .dropdown-item,
.cid-szcU5Vg6Rp .nav-link,
.cid-szcU5Vg6Rp .brand-link {
  font-style: normal;
}
.cid-szcU5Vg6Rp .dropdown-item:hover,
.cid-szcU5Vg6Rp .nav-link:hover,
.cid-szcU5Vg6Rp .brand-link:hover {
  color: #389194!important;
}
.cid-szcU5Vg6Rp .dropdown-menu {
  border: 0px solid lightgray;
  border-radius: 5px;
  background-color: #f5f7fa !important;
  
}
.cid-szcU5Vg6Rp .dropdown-item:active {
  background-color: #f5f7fa !important;
}
.cid-szcU5Vg6Rp .menu-content-top {
  max-width: 1200px;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-szcU5Vg6Rp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-szcU5Vg6Rp .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-szcU5Vg6Rp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .content-text {
  margin-bottom: 0;
}
.cid-szcU5Vg6Rp .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #389194;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-szcU5Vg6Rp .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .nav-dropdown .link {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-szcU5Vg6Rp .content-right-side {
  text-align: center;
}
.cid-szcU5Vg6Rp .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-szcU5Vg6Rp .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-szcU5Vg6Rp .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-szcU5Vg6Rp .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-szcU5Vg6Rp .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-szcU5Vg6Rp .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-szcU5Vg6Rp .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-szcU5Vg6Rp .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-szcU5Vg6Rp .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-szcU5Vg6Rp .navbar {
    display: block;
    padding: 0;
  }
  .cid-szcU5Vg6Rp .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-szcU5Vg6Rp .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-szcU5Vg6Rp .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-szcU5Vg6Rp .navbar-toggler {
    display: none;
  }
  .cid-szcU5Vg6Rp .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-szcU5Vg6Rp .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-szcU5Vg6Rp .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-szcU5Vg6Rp .menu-logo {
  margin-right: auto;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-szcU5Vg6Rp .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-szcU5Vg6Rp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp button.navbar-toggler:focus {
  outline: none;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .btn {
  display: -webkit-flex;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .collapsed button.navbar-toggler {
  display: block;
}
.cid-szcU5Vg6Rp .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-szcU5Vg6Rp .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-szcU5Vg6Rp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-szcU5Vg6Rp .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing,
  .cid-szcU5Vg6Rp .navbar-collapse.show {
    display: block !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-szcU5Vg6Rp .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-szcU5Vg6Rp img {
    height: 3.8rem !important;
  }
  .cid-szcU5Vg6Rp .btn {
    display: -webkit-flex;
  }
  .cid-szcU5Vg6Rp button.navbar-toggler {
    display: block;
  }
  .cid-szcU5Vg6Rp .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-szcU5Vg6Rp .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-szcU5Vg6Rp .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-szcU5Vg6Rp .nav-link:focus {
  outline: none;
}
.cid-szcU5Vg6Rp .navbar-toggler {
  position: relative;
}
.cid-szcU5Vg6Rp .dropdown-item.active,
.cid-szcU5Vg6Rp .dropdown-item:active {
  color: initial;
}
.cid-szcU5Vg6Rp .widget-title,
.cid-szcU5Vg6Rp .widget-icon {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-text {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-title {
  color: #6d7a8c;
}
.cid-syDb2AoqPy {
  padding-top: 165px;
  padding-bottom: 0px;
  background-color: #f5f7fa;
}
.cid-syDb2AoqPy .mbr-section-subtitle {
  color: #389194;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-syDb2AoqPy .mbr-section-title {
  color: #130947;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: right;
}
.cid-syDb2AoqPy .mbr-section-title .accent-word {
  color: #389194;
}
.cid-syDb2AoqPy .mbr-text {
  color: #6d7a8c;
}
.cid-syDb2AoqPy .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-syDb2AoqPy .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #389194;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-syDb2AoqPy .mbr-section-btn {
  display: flex;
}
.cid-syDb2AoqPy .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-syDb2AoqPy .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-syDb2AoqPy .mbr-section-btn.display-4,
.cid-syDb2AoqPy .btn.display-4 {
  font-size: 12px !important;
}
.cid-syDb2AoqPy .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-syDb2AoqPy .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-syDb2AoqPy .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #389194;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-syDb2AoqPy .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-syDb2AoqPy .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-syDb2AoqPy .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-syDb2AoqPy .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-syDb2AoqPy .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-syDb2AoqPy .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-syDb2AoqPy .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-syDb2AoqPy a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-syDb2AoqPy a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-syDb2AoqPy .separator,
  .cid-syDb2AoqPy .sep-holder,
  .cid-syDb2AoqPy .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
	.cid-szcU5Vg6Rp img {
		height: 40px !important;
	}
		
  .cid-syDb2AoqPy .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-syDb2AoqPy .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-syDb2AoqPy .mbr-section-subtitle,
.cid-syDb2AoqPy .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-syDb2AoqPy .mbr-section-title .accent-word {
  color: #ff4a52;
  text-align: left;
}
.cid-syDbenk39Z {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-syDbenk39Z .mbr-text,
.cid-syDbenk39Z .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-syDbenk39Z .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-syDbenk39Z .mbr-text,
.cid-syDbenk39Z .mbr-section-btn,
.cid-syDbenk39Z .mbr-section-title {
  color: #ffffff;
}
.cid-syDbenk39Z .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-syDbenk39Z .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-syDbenk39Z .mbr-section-title {
  font-weight: 700;
}
.cid-syDbenk39Z .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-syDbenk39Z .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-syDbenk39Z .mbr-section-title,
  .cid-syDbenk39Z .mbr-text,
  .cid-syDbenk39Z .mbr-section-btn {
    text-align: left;
  }
}
.cid-syDb2C5eEx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #389194;
}
.cid-syDb2C5eEx .links {
  text-align: center;
  color: #ffffff;
}
.cid-syDb2C5eEx p {
  margin: 0;
}
.cid-syDb2C5eEx a {
  color: #ffffff;
}
.cid-syDb2C5eEx a:hover {
  color: #389194!important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-szcU5Vg6Rp .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-szcU5Vg6Rp .navbar-fixed-top {
  padding-top: 0;
}
.cid-szcU5Vg6Rp .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-szcU5Vg6Rp .dropdown-item {
  padding: 0;
  color: black !important;
}
.cid-szcU5Vg6Rp .dropdown-item,
.cid-szcU5Vg6Rp .nav-link,
.cid-szcU5Vg6Rp .brand-link {
  font-style: normal;
}
.cid-szcU5Vg6Rp .dropdown-item:hover,
.cid-szcU5Vg6Rp .nav-link:hover,
.cid-szcU5Vg6Rp .brand-link:hover {
  color: #389194!important;
}
.cid-szcU5Vg6Rp .dropdown-menu {
  border: 0px solid lightgray;
  border-radius: 5px;
  background-color: #f5f7fa !important;
  
}
.cid-szcU5Vg6Rp .dropdown-item:active {
  background-color: #f5f7fa !important;
}
.cid-szcU5Vg6Rp .menu-content-top {
  max-width: 1200px;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-szcU5Vg6Rp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-szcU5Vg6Rp .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-szcU5Vg6Rp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .content-text {
  margin-bottom: 0;
}
.cid-szcU5Vg6Rp .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #389194;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-szcU5Vg6Rp .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .nav-dropdown .link {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-szcU5Vg6Rp .content-right-side {
  text-align: center;
}
.cid-szcU5Vg6Rp .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-szcU5Vg6Rp .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-szcU5Vg6Rp .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-szcU5Vg6Rp .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-szcU5Vg6Rp .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-szcU5Vg6Rp .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-szcU5Vg6Rp .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-szcU5Vg6Rp .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-szcU5Vg6Rp .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-szcU5Vg6Rp .navbar {
    display: block;
    padding: 0;
  }
  .cid-szcU5Vg6Rp .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-szcU5Vg6Rp .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-szcU5Vg6Rp .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-szcU5Vg6Rp .navbar-toggler {
    display: none;
  }
  .cid-szcU5Vg6Rp .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-szcU5Vg6Rp .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-szcU5Vg6Rp .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-szcU5Vg6Rp .menu-logo {
  margin-right: auto;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-szcU5Vg6Rp .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-szcU5Vg6Rp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp button.navbar-toggler:focus {
  outline: none;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .btn {
  display: -webkit-flex;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .collapsed button.navbar-toggler {
  display: block;
}
.cid-szcU5Vg6Rp .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-szcU5Vg6Rp .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-szcU5Vg6Rp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-szcU5Vg6Rp .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing,
  .cid-szcU5Vg6Rp .navbar-collapse.show {
    display: block !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-szcU5Vg6Rp .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-szcU5Vg6Rp img {
    height: 3.8rem;
  }
  .cid-szcU5Vg6Rp .btn {
    display: -webkit-flex;
  }
  .cid-szcU5Vg6Rp button.navbar-toggler {
    display: block;
  }
  .cid-szcU5Vg6Rp .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-szcU5Vg6Rp .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-szcU5Vg6Rp .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-szcU5Vg6Rp .nav-link:focus {
  outline: none;
}
.cid-szcU5Vg6Rp .navbar-toggler {
  position: relative;
}
.cid-szcU5Vg6Rp .dropdown-item.active,
.cid-szcU5Vg6Rp .dropdown-item:active {
  color: initial;
}
.cid-szcU5Vg6Rp .widget-title,
.cid-szcU5Vg6Rp .widget-icon {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-text {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-title {
  color: #6d7a8c;
}
.cid-syDc5qTgb5 {
  padding-top: 165px;
  padding-bottom: 0px;
  background-color: #f5f7fa;
}
.cid-syDc5qTgb5 .mbr-section-subtitle {
  color: #389194;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-syDc5qTgb5 .mbr-section-title {
  color: #130947;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: right;
}
.cid-syDc5qTgb5 .mbr-section-title .accent-word {
  color: #389194;
}
.cid-syDc5qTgb5 .mbr-text {
  color: #6d7a8c;
}
.cid-syDc5qTgb5 .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-syDc5qTgb5 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #389194;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-syDc5qTgb5 .mbr-section-btn {
  display: flex;
}
.cid-syDc5qTgb5 .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-syDc5qTgb5 .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-syDc5qTgb5 .mbr-section-btn.display-4,
.cid-syDc5qTgb5 .btn.display-4 {
  font-size: 12px !important;
}
.cid-syDc5qTgb5 .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-syDc5qTgb5 .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-syDc5qTgb5 .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #389194;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-syDc5qTgb5 .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-syDc5qTgb5 .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-syDc5qTgb5 .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-syDc5qTgb5 .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-syDc5qTgb5 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-syDc5qTgb5 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-syDc5qTgb5 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-syDc5qTgb5 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-syDc5qTgb5 a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-syDc5qTgb5 .separator,
  .cid-syDc5qTgb5 .sep-holder,
  .cid-syDc5qTgb5 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-syDc5qTgb5 .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-syDc5qTgb5 .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
  
  .cid-syDc5qTgb5 {
    padding-top: 93px;
    padding-bottom: 0px;
    background-color: #f5f7fa;
	}
}
.cid-syDc5qTgb5 .mbr-section-subtitle,
.cid-syDc5qTgb5 .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-syDc5qTgb5 .mbr-section-title .accent-word {
  color: #389194;
  text-align: left;
}
.cid-syDc5ru7WP {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-syDc5ru7WP .mbr-text,
.cid-syDc5ru7WP .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-syDc5ru7WP .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-syDc5ru7WP .mbr-text,
.cid-syDc5ru7WP .mbr-section-btn,
.cid-syDc5ru7WP .mbr-section-title {
  color: #ffffff;
}
.cid-syDc5ru7WP .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-syDc5ru7WP .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-syDc5ru7WP .mbr-section-title {
  font-weight: 700;
}
.cid-syDc5ru7WP .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-syDc5ru7WP .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-syDc5ru7WP .mbr-section-title,
  .cid-syDc5ru7WP .mbr-text,
  .cid-syDc5ru7WP .mbr-section-btn {
    text-align: left;
  }
}
.cid-syDc5rJPYd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #389194;
}
.cid-syDc5rJPYd .links {
  text-align: center;
  color: #ffffff;
}
.cid-syDc5rJPYd p {
  margin: 0;
}
.cid-syDc5rJPYd a {
  color: #ffffff;
}
.cid-syDc5rJPYd a:hover {
  color: #389194!important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-szcU5Vg6Rp .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-szcU5Vg6Rp .navbar-fixed-top {
  padding-top: 0;
}
.cid-szcU5Vg6Rp .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-szcU5Vg6Rp .dropdown-item {
  padding: 0;
  color: black !important;
}
.cid-szcU5Vg6Rp .dropdown-item,
.cid-szcU5Vg6Rp .nav-link,
.cid-szcU5Vg6Rp .brand-link {
  font-style: normal;
}
.cid-szcU5Vg6Rp .dropdown-item:hover,
.cid-szcU5Vg6Rp .nav-link:hover,
.cid-szcU5Vg6Rp .brand-link:hover {
  color: #389194!important;
}
.cid-szcU5Vg6Rp .dropdown-menu {
  border: 0px solid lightgray;
  border-radius: 5px;
  background-color: #f5f7fa !important;
  
}
.cid-szcU5Vg6Rp .dropdown-item:active {
  background-color: #f5f7fa !important;
}
.cid-szcU5Vg6Rp .menu-content-top {
  max-width: 1200px;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-szcU5Vg6Rp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-szcU5Vg6Rp .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-szcU5Vg6Rp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .content-text {
  margin-bottom: 0;
}
.cid-szcU5Vg6Rp .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #389194;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-szcU5Vg6Rp .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .nav-dropdown .link {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-szcU5Vg6Rp .content-right-side {
  text-align: center;
}
.cid-szcU5Vg6Rp .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-szcU5Vg6Rp .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-szcU5Vg6Rp .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-szcU5Vg6Rp .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-szcU5Vg6Rp .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-szcU5Vg6Rp .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-szcU5Vg6Rp .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-szcU5Vg6Rp .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-szcU5Vg6Rp .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-szcU5Vg6Rp .navbar {
    display: block;
    padding: 0;
  }
  .cid-szcU5Vg6Rp .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-szcU5Vg6Rp .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-szcU5Vg6Rp .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-szcU5Vg6Rp .navbar-toggler {
    display: none;
  }
  .cid-szcU5Vg6Rp .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-szcU5Vg6Rp .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-szcU5Vg6Rp .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-szcU5Vg6Rp .menu-logo {
  margin-right: auto;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-szcU5Vg6Rp .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-szcU5Vg6Rp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp button.navbar-toggler:focus {
  outline: none;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .btn {
  display: -webkit-flex;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .collapsed button.navbar-toggler {
  display: block;
}
.cid-szcU5Vg6Rp .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-szcU5Vg6Rp .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-szcU5Vg6Rp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-szcU5Vg6Rp .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing,
  .cid-szcU5Vg6Rp .navbar-collapse.show {
    display: block !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-szcU5Vg6Rp .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-szcU5Vg6Rp img {
    height: 3.8rem;
  }
  .cid-szcU5Vg6Rp .btn {
    display: -webkit-flex;
  }
  .cid-szcU5Vg6Rp button.navbar-toggler {
    display: block;
  }
  .cid-szcU5Vg6Rp .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-szcU5Vg6Rp .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-szcU5Vg6Rp .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-szcU5Vg6Rp .nav-link:focus {
  outline: none;
}
.cid-szcU5Vg6Rp .navbar-toggler {
  position: relative;
}
.cid-szcU5Vg6Rp .dropdown-item.active,
.cid-szcU5Vg6Rp .dropdown-item:active {
  color: initial;
}
.cid-szcU5Vg6Rp .widget-title,
.cid-szcU5Vg6Rp .widget-icon {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-text {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-title {
  color: #6d7a8c;
}
.cid-syCPIzi0SU {
  padding-top: 165px;
  padding-bottom: 0px;
  background-color: #e6ecf2;
}
.cid-syCPIzi0SU .mbr-section-subtitle {
  color: #389194;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-syCPIzi0SU .mbr-section-title {
  color: #130947;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: left;
}
.cid-syCPIzi0SU .mbr-section-title .accent-word {
  color: #389194;
}
.cid-syCPIzi0SU .mbr-text {
  color: #6d7a8c;
}
.cid-syCPIzi0SU .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-syCPIzi0SU .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #389194;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-syCPIzi0SU .mbr-section-btn {
  display: flex;
}
.cid-syCPIzi0SU .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-syCPIzi0SU .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-syCPIzi0SU .mbr-section-btn.display-4,
.cid-syCPIzi0SU .btn.display-4 {
  font-size: 12px !important;
}
.cid-syCPIzi0SU .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-syCPIzi0SU .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-syCPIzi0SU .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #389194;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-syCPIzi0SU .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-syCPIzi0SU .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-syCPIzi0SU .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-syCPIzi0SU .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-syCPIzi0SU .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-syCPIzi0SU .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-syCPIzi0SU .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-syCPIzi0SU a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-syCPIzi0SU a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-syCPIzi0SU .separator,
  .cid-syCPIzi0SU .sep-holder,
  .cid-syCPIzi0SU .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-syCPIzi0SU .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-syCPIzi0SU .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-syCPIzi0SU .mbr-section-subtitle,
.cid-syCPIzi0SU .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-syCPIzi0SU .mbr-section-title .accent-word {
  color: #ff4a52;
  text-align: center;
}
.cid-syCPIzQohj {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-syCPIzQohj h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-syCPIzQohj .nav-tabs .nav-item.open .nav-link:focus,
.cid-syCPIzQohj .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-syCPIzQohj .nav-link.active {
  background: #389194;
}
.cid-syCPIzQohj .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-syCPIzQohj .nav-link:hover {
  background: #389194;
}
.cid-syCPIzQohj .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-syCPIzQohj .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-syCPIzQohj .nav-link.display-4 {
  font-size: 15px;
}
.cid-syCPIzQohj .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-syCPIzQohj .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-syCPIzQohj .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-syCPIzQohj .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-syCPIzQohj .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-syCPIzQohj .widget {
  margin-top: 30px;
  background-color: #389194;
  border-radius: 4px;
}
.cid-syCPIzQohj .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-syCPIzQohj .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-syCPIzQohj .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-syCPIzQohj .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-syCPIzQohj .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-syCPIzQohj .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #389194;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #389194;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-syCPIzQohj .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-syCPIzQohj .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-syCPIzQohj .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-syCPIzQohj .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-syCPIzQohj .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-syCPIzQohj .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-syCPIzQohj .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-syCPIzQohj .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-syCPIzQohj .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-syCPIzQohj .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-syCPIzQohj .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-syCPIzQohj .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-syCPIzQohj .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-syCPIzQohj .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-syCPIzQohj .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-syCPIzQohj .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-syCPIzQohj .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #389194;
  border-radius: 50%;
}
.cid-syCPIzQohj .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-syCPIzQohj .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-syCPIzQohj .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-syCPIzQohj .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-syCPIzQohj .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-syCPIzQohj .mbr-text,
  .cid-syCPIzQohj .nav-link,
  .cid-syCPIzQohj .mbr-card-title,
  .cid-syCPIzQohj .mbr-section-title {
    text-align: left;
  }
  .cid-syCPIzQohj .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-syCPIzQohj .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-syCPIC7ERa {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f5f7fa;
}
.cid-syCPIC7ERa .mbr-section-subtitle {
  color: #389194;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-syCPIC7ERa .mbr-section-title {
  color: #130947;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: left;
}
.cid-syCPIC7ERa .mbr-section-title .accent-word {
  color: #389194;
}
.cid-syCPIC7ERa .mbr-text {
  color: #6d7a8c;
}
.cid-syCPIC7ERa .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-syCPIC7ERa .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #389194;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-syCPIC7ERa .mbr-section-btn {
  display: flex;
}
.cid-syCPIC7ERa .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-syCPIC7ERa .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-syCPIC7ERa .mbr-section-btn.display-4,
.cid-syCPIC7ERa .btn.display-4 {
  font-size: 12px !important;
}
.cid-syCPIC7ERa .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-syCPIC7ERa .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-syCPIC7ERa .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #389194;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-syCPIC7ERa .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-syCPIC7ERa .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-syCPIC7ERa .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-syCPIC7ERa .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-syCPIC7ERa .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-syCPIC7ERa .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-syCPIC7ERa .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-syCPIC7ERa a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-syCPIC7ERa a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-syCPIC7ERa .separator,
  .cid-syCPIC7ERa .sep-holder,
  .cid-syCPIC7ERa .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-syCPIC7ERa .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-syCPIC7ERa .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-syCPIC7ERa .mbr-section-subtitle,
.cid-syCPIC7ERa .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-syCPIC7ERa .mbr-section-title .accent-word {
  color: #ff4a52;
  text-align: center;
}
.cid-syCPICARrs {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-syCPICARrs .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-syCPICARrs .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-syCPICARrs .mbr-iconfont {
  font-size: 2rem;
  color: #1d2c35;
  padding-right: 1.5rem;
}
.cid-syCPICUnGO {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-syCPICUnGO .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-syCPICUnGO .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-syCPICUnGO .mbr-iconfont {
  font-size: 2rem;
  color: #1d2c35;
  padding-right: 1.5rem;
}
.cid-syCPIDflSh {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-syCPIDflSh .mbr-text,
.cid-syCPIDflSh .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-syCPIDflSh .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-syCPIDflSh .mbr-text,
.cid-syCPIDflSh .mbr-section-btn,
.cid-syCPIDflSh .mbr-section-title {
  color: #ffffff;
}
.cid-syCPIDflSh .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-syCPIDflSh .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-syCPIDflSh .mbr-section-title {
  font-weight: 700;
}
.cid-syCPIDflSh .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-syCPIDflSh .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-syCPIDflSh .mbr-section-title,
  .cid-syCPIDflSh .mbr-text,
  .cid-syCPIDflSh .mbr-section-btn {
    text-align: left;
  }
}
.cid-syCPIDuEhr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #389194;
}
.cid-syCPIDuEhr .links {
  text-align: center;
  color: #ffffff;
}
.cid-syCPIDuEhr p {
  margin: 0;
}
.cid-syCPIDuEhr a {
  color: #ffffff;
}
.cid-syCPIDuEhr a:hover {
  color: #389194!important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-szcU5Vg6Rp .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-szcU5Vg6Rp .navbar-fixed-top {
  padding-top: 0;
}
.cid-szcU5Vg6Rp .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-szcU5Vg6Rp .dropdown-item {
  padding: 0;
  color: black !important;
}
.cid-szcU5Vg6Rp .dropdown-item,
.cid-szcU5Vg6Rp .nav-link,
.cid-szcU5Vg6Rp .brand-link {
  font-style: normal;
}
.cid-szcU5Vg6Rp .dropdown-item:hover,
.cid-szcU5Vg6Rp .nav-link:hover,
.cid-szcU5Vg6Rp .brand-link:hover {
  color: #389194!important;
}
.cid-szcU5Vg6Rp .dropdown-menu {
  border: 0px solid lightgray;
  border-radius: 5px;
  background-color: #f5f7fa !important;
  
}
.cid-szcU5Vg6Rp .dropdown-item:active {
  background-color: #f5f7fa !important;
}
.cid-szcU5Vg6Rp .menu-content-top {
  max-width: 1200px;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-szcU5Vg6Rp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-szcU5Vg6Rp .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-szcU5Vg6Rp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .content-text {
  margin-bottom: 0;
}
.cid-szcU5Vg6Rp .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #389194;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-szcU5Vg6Rp .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .nav-dropdown .link {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-szcU5Vg6Rp .content-right-side {
  text-align: center;
}
.cid-szcU5Vg6Rp .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-szcU5Vg6Rp .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-szcU5Vg6Rp .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-szcU5Vg6Rp .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-szcU5Vg6Rp .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-szcU5Vg6Rp .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-szcU5Vg6Rp .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-szcU5Vg6Rp .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-szcU5Vg6Rp .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-szcU5Vg6Rp .navbar {
    display: block;
    padding: 0;
  }
  .cid-szcU5Vg6Rp .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-szcU5Vg6Rp .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-szcU5Vg6Rp .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-szcU5Vg6Rp .navbar-toggler {
    display: none;
  }
  .cid-szcU5Vg6Rp .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-szcU5Vg6Rp .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-szcU5Vg6Rp .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-szcU5Vg6Rp .menu-logo {
  margin-right: auto;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-szcU5Vg6Rp .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-szcU5Vg6Rp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp button.navbar-toggler:focus {
  outline: none;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .btn {
  display: -webkit-flex;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .collapsed button.navbar-toggler {
  display: block;
}
.cid-szcU5Vg6Rp .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-szcU5Vg6Rp .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-szcU5Vg6Rp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-szcU5Vg6Rp .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing,
  .cid-szcU5Vg6Rp .navbar-collapse.show {
    display: block !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-szcU5Vg6Rp .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-szcU5Vg6Rp img {
    height: 3.8rem;
  }
  .cid-szcU5Vg6Rp .btn {
    display: -webkit-flex;
  }
  .cid-szcU5Vg6Rp button.navbar-toggler {
    display: block;
  }
  .cid-szcU5Vg6Rp .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-szcU5Vg6Rp .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-szcU5Vg6Rp .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-szcU5Vg6Rp .nav-link:focus {
  outline: none;
}
.cid-szcU5Vg6Rp .navbar-toggler {
  position: relative;
}
.cid-szcU5Vg6Rp .dropdown-item.active,
.cid-szcU5Vg6Rp .dropdown-item:active {
  color: initial;
}
.cid-szcU5Vg6Rp .widget-title,
.cid-szcU5Vg6Rp .widget-icon {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-text {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-title {
  color: #6d7a8c;
}
.cid-syyn9OkUbz {
  padding-top: 165px;
  padding-bottom: 0px;
  background-color: #e6ecf2;
}
.cid-syyn9OkUbz .mbr-section-subtitle {
  color: #389194;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-syyn9OkUbz .mbr-section-title {
  color: #130947;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: left;
}
.cid-syyn9OkUbz .mbr-section-title .accent-word {
  color: #389194;
}
.cid-syyn9OkUbz .mbr-text {
  color: #6d7a8c;
}
.cid-syyn9OkUbz .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-syyn9OkUbz .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #389194;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-syyn9OkUbz .mbr-section-btn {
  display: flex;
}
.cid-syyn9OkUbz .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-syyn9OkUbz .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-syyn9OkUbz .mbr-section-btn.display-4,
.cid-syyn9OkUbz .btn.display-4 {
  font-size: 12px !important;
}
.cid-syyn9OkUbz .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-syyn9OkUbz .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-syyn9OkUbz .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #389194;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-syyn9OkUbz .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-syyn9OkUbz .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-syyn9OkUbz .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-syyn9OkUbz .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-syyn9OkUbz .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-syyn9OkUbz .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-syyn9OkUbz .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-syyn9OkUbz a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-syyn9OkUbz a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-syyn9OkUbz .separator,
  .cid-syyn9OkUbz .sep-holder,
  .cid-syyn9OkUbz .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-syyn9OkUbz .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-syyn9OkUbz .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-syyn9OkUbz .mbr-section-subtitle,
.cid-syyn9OkUbz .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-syyn9OkUbz .mbr-section-title .accent-word {
  color: #ff4a52;
  text-align: center;
}
.cid-syyn9OGinz {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-syyn9OGinz h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-syyn9OGinz .nav-tabs .nav-item.open .nav-link:focus,
.cid-syyn9OGinz .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-syyn9OGinz .nav-link.active {
  background: #389194;
}
.cid-syyn9OGinz .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-syyn9OGinz .nav-link:hover {
  background: #389194;
}
.cid-syyn9OGinz .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-syyn9OGinz .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-syyn9OGinz .nav-link.display-4 {
  font-size: 15px;
}
.cid-syyn9OGinz .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-syyn9OGinz .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-syyn9OGinz .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-syyn9OGinz .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-syyn9OGinz .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-syyn9OGinz .widget {
  margin-top: 30px;
  background-color: #389194;
  border-radius: 4px;
}
.cid-syyn9OGinz .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-syyn9OGinz .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-syyn9OGinz .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-syyn9OGinz .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-syyn9OGinz .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-syyn9OGinz .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #389194;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #389194;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-syyn9OGinz .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-syyn9OGinz .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-syyn9OGinz .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-syyn9OGinz .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-syyn9OGinz .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-syyn9OGinz .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-syyn9OGinz .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-syyn9OGinz .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-syyn9OGinz .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-syyn9OGinz .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-syyn9OGinz .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-syyn9OGinz .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-syyn9OGinz .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-syyn9OGinz .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-syyn9OGinz .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-syyn9OGinz .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-syyn9OGinz .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #389194;
  border-radius: 50%;
}
.cid-syyn9OGinz .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-syyn9OGinz .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-syyn9OGinz .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-syyn9OGinz .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-syyn9OGinz .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-syyn9OGinz .mbr-text,
  .cid-syyn9OGinz .nav-link,
  .cid-syyn9OGinz .mbr-card-title,
  .cid-syyn9OGinz .mbr-section-title {
    text-align: left;
  }
  .cid-syyn9OGinz .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-syyn9OGinz .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-syyn9OGinz .tab-content .tab-pane .mbr-text {
  color: #232323;
}
.cid-szcHJOiwv5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e6ecf2;
}
.cid-szcHJOiwv5 .mbr-section-subtitle {
  color: #389194;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-szcHJOiwv5 .mbr-section-title {
  color: #130947;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: right;
}
.cid-szcHJOiwv5 .mbr-section-title .accent-word {
  color: #389194;
}
.cid-szcHJOiwv5 .mbr-text {
  color: #6d7a8c;
}
.cid-szcHJOiwv5 .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-szcHJOiwv5 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #389194;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-szcHJOiwv5 .mbr-section-btn {
  display: flex;
}
.cid-szcHJOiwv5 .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-szcHJOiwv5 .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-szcHJOiwv5 .mbr-section-btn.display-4,
.cid-szcHJOiwv5 .btn.display-4 {
  font-size: 12px !important;
}
.cid-szcHJOiwv5 .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-szcHJOiwv5 .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-szcHJOiwv5 .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #389194;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-szcHJOiwv5 .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-szcHJOiwv5 .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-szcHJOiwv5 .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-szcHJOiwv5 .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-szcHJOiwv5 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-szcHJOiwv5 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-szcHJOiwv5 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-szcHJOiwv5 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-szcHJOiwv5 a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-szcHJOiwv5 .separator,
  .cid-szcHJOiwv5 .sep-holder,
  .cid-szcHJOiwv5 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-szcHJOiwv5 .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-szcHJOiwv5 .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-szcHJOiwv5 .mbr-section-subtitle,
.cid-szcHJOiwv5 .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-szcHJOiwv5 .mbr-section-title .accent-word {
  color: #ff4a52;
  text-align: left;
}
.cid-szcHINIfgG {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #e6ecf2;
}
.cid-szcHINIfgG .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-szcHINIfgG .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-szcHINIfgG .mbr-iconfont {
  font-size: 2rem;
  color: #1d2c35;
  padding-right: 1.5rem;
}
.cid-syyn9RXK1B {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-syyn9RXK1B .mbr-text,
.cid-syyn9RXK1B .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-syyn9RXK1B .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-syyn9RXK1B .mbr-text,
.cid-syyn9RXK1B .mbr-section-btn,
.cid-syyn9RXK1B .mbr-section-title {
  color: #ffffff;
}
.cid-syyn9RXK1B .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-syyn9RXK1B .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-syyn9RXK1B .mbr-section-title {
  font-weight: 700;
}
.cid-syyn9RXK1B .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-syyn9RXK1B .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-syyn9RXK1B .mbr-section-title,
  .cid-syyn9RXK1B .mbr-text,
  .cid-syyn9RXK1B .mbr-section-btn {
    text-align: left;
  }
}
.cid-syyn9SnuBe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #389194;
}
.cid-syyn9SnuBe .links {
  text-align: center;
  color: #ffffff;
}
.cid-syyn9SnuBe p {
  margin: 0;
}
.cid-syyn9SnuBe a {
  color: #ffffff;
}
.cid-syyn9SnuBe a:hover {
  color: #389194!important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-szcU5Vg6Rp .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-szcU5Vg6Rp .navbar-fixed-top {
  padding-top: 0;
}
.cid-szcU5Vg6Rp .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-szcU5Vg6Rp .dropdown-item {
  padding: 0;
  color: black !important;
}
.cid-szcU5Vg6Rp .dropdown-item,
.cid-szcU5Vg6Rp .nav-link,
.cid-szcU5Vg6Rp .brand-link {
  font-style: normal;
}
.cid-szcU5Vg6Rp .dropdown-item:hover,
.cid-szcU5Vg6Rp .nav-link:hover,
.cid-szcU5Vg6Rp .brand-link:hover {
  color: #389194!important;
}
.cid-szcU5Vg6Rp .dropdown-menu {
  border: 0px solid lightgray;
  border-radius: 5px;
  background-color: #f5f7fa !important;
  
}
.cid-szcU5Vg6Rp .dropdown-item:active {
  background-color: #f5f7fa !important;
}
.cid-szcU5Vg6Rp .menu-content-top {
  max-width: 1200px;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-szcU5Vg6Rp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-szcU5Vg6Rp .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-szcU5Vg6Rp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .content-text {
  margin-bottom: 0;
}
.cid-szcU5Vg6Rp .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #389194;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-szcU5Vg6Rp .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .nav-dropdown .link {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-szcU5Vg6Rp .content-right-side {
  text-align: center;
}
.cid-szcU5Vg6Rp .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-szcU5Vg6Rp .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-szcU5Vg6Rp .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-szcU5Vg6Rp .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-szcU5Vg6Rp .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-szcU5Vg6Rp .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-szcU5Vg6Rp .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-szcU5Vg6Rp .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-szcU5Vg6Rp .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-szcU5Vg6Rp .navbar {
    display: block;
    padding: 0;
  }
  .cid-szcU5Vg6Rp .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-szcU5Vg6Rp .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-szcU5Vg6Rp .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-szcU5Vg6Rp .navbar-toggler {
    display: none;
  }
  .cid-szcU5Vg6Rp .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-szcU5Vg6Rp .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-szcU5Vg6Rp .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-szcU5Vg6Rp .menu-logo {
  margin-right: auto;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-szcU5Vg6Rp .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-szcU5Vg6Rp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp button.navbar-toggler:focus {
  outline: none;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .btn {
  display: -webkit-flex;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .collapsed button.navbar-toggler {
  display: block;
}
.cid-szcU5Vg6Rp .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-szcU5Vg6Rp .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-szcU5Vg6Rp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-szcU5Vg6Rp .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing,
  .cid-szcU5Vg6Rp .navbar-collapse.show {
    display: block !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-szcU5Vg6Rp .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-szcU5Vg6Rp img {
    height: 3.8rem;
  }
  .cid-szcU5Vg6Rp .btn {
    display: -webkit-flex;
  }
  .cid-szcU5Vg6Rp button.navbar-toggler {
    display: block;
  }
  .cid-szcU5Vg6Rp .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-szcU5Vg6Rp .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-szcU5Vg6Rp .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-szcU5Vg6Rp .nav-link:focus {
  outline: none;
}
.cid-szcU5Vg6Rp .navbar-toggler {
  position: relative;
}
.cid-szcU5Vg6Rp .dropdown-item.active,
.cid-szcU5Vg6Rp .dropdown-item:active {
  color: initial;
}
.cid-szcU5Vg6Rp .widget-title,
.cid-szcU5Vg6Rp .widget-icon {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-text {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-title {
  color: #6d7a8c;
}
.cid-sxCM7r8YK1 {
  padding-top: 165px;
  padding-bottom: 0px;
  background-color: #e6ecf2;
}
.cid-sxCM7r8YK1 .mbr-section-subtitle {
  color: #389194;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-sxCM7r8YK1 .mbr-section-title {
  color: #130947;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: left;
}
.cid-sxCM7r8YK1 .mbr-section-title .accent-word {
  color: #389194;
}
.cid-sxCM7r8YK1 .mbr-text {
  color: #6d7a8c;
}
.cid-sxCM7r8YK1 .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-sxCM7r8YK1 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #389194;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sxCM7r8YK1 .mbr-section-btn {
  display: flex;
}
.cid-sxCM7r8YK1 .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-sxCM7r8YK1 .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-sxCM7r8YK1 .mbr-section-btn.display-4,
.cid-sxCM7r8YK1 .btn.display-4 {
  font-size: 12px !important;
}
.cid-sxCM7r8YK1 .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-sxCM7r8YK1 .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-sxCM7r8YK1 .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #389194;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sxCM7r8YK1 .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sxCM7r8YK1 .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sxCM7r8YK1 .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-sxCM7r8YK1 .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-sxCM7r8YK1 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sxCM7r8YK1 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sxCM7r8YK1 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sxCM7r8YK1 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sxCM7r8YK1 a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sxCM7r8YK1 .separator,
  .cid-sxCM7r8YK1 .sep-holder,
  .cid-sxCM7r8YK1 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sxCM7r8YK1 .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sxCM7r8YK1 .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-sxCM7r8YK1 .mbr-section-subtitle,
.cid-sxCM7r8YK1 .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-sxCM7r8YK1 .mbr-section-title .accent-word {
  color: #ff4a52;
  text-align: center;
}
.cid-sxCMmY4B3B {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e6ecf2;
}
.cid-sxCMmY4B3B .container {
  margin-bottom: 70px;
}
.cid-sxCMmY4B3B .container .mbr-section-subtitle {
  color: #389194;
  font-weight: 800;
  margin-bottom: 10px;
}
.cid-sxCMmY4B3B .container .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sxCMmY4B3B .container .mbr-section-title,
.cid-sxCMmY4B3B .container .signature {
  color: #130947;
}
.cid-sxCMmY4B3B .container .mbr-section-title {
  margin-bottom: 20px;
}
.cid-sxCMmY4B3B .container .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sxCMmY4B3B .container .mbr-text {
  line-height: 1.5;
  letter-spacing: 0;
  color: #6d7a8c;
}
.cid-sxCMmY4B3B .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 0rem;
  border-radius: 10px;
}
.cid-sxCMmY4B3B .carousel-item > div {
  width: 100%;
}
.cid-sxCMmY4B3B .carousel-item.active,
.cid-sxCMmY4B3B .carousel-item-next,
.cid-sxCMmY4B3B .carousel-item-prev {
  display: flex;
}
.cid-sxCMmY4B3B .carousel-indicators {
  left: 0%;
  margin: 20px auto 0;
  align-items: center;
  bottom: -40px !important;
}
.cid-sxCMmY4B3B .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #389194!important;
}
.cid-sxCMmY4B3B .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #ffffff;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
  border: 1px solid #e5e8ef;
}
.cid-sxCMmY4B3B .carousel-indicators li:hover {
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-sxCMmY4B3B .carousel-controls {
    display: none;
  }
}
.cid-sxCMmY4B3B .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-sxCMmY4B3B .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  color: #ffffff;
  background: #389194;
  opacity: 0.9;
}
.cid-sxCMmY4B3B .carousel-controls a:hover span {
  opacity: 1;
}
.cid-sxCMmY4B3B .card {
  display: block;
  background-color: #ffffff;
  border-bottom: 1px solid #389194;
  border-radius: 14px;
  padding: 15px;
  padding-bottom: 20px;
}
.cid-sxCMmY4B3B .card .service-icon {
  text-align: center;
  position: relative;
}
.cid-sxCMmY4B3B .card .service-icon-wrapper {
  color: #ffffff;
  height: 64px;
  width: 64px;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 30px;
  position: relative;
  margin-top: -35px;
}
.cid-sxCMmY4B3B .card .service-icon .front {
  padding: 18px;
  border-radius: 100%;
  background-color: #389194;
  color: #ffffff;
  font-size: 1.8rem;
  transition: 0.6s all;
  z-index: 9;
  position: relative;
}
.cid-sxCMmY4B3B .card .service-icon:after {
  opacity: 0.5;
  background-color: #389194;
  width: 76px;
  height: 76px;
  content: '';
  position: absolute;
  top: -34px;
  left: 50%;
  margin-left: -13%;
  border-radius: 50%;
  z-index: 0;
}
.cid-sxCMmY4B3B .card .signature {
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #130947;
  font-weight: 700;
}
.cid-sxCMmY4B3B .card .signature.display-7 {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sxCMmY4B3B .card .card-text {
  margin-bottom: 25px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-sxCMmY4B3B .card .card-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sxCMmY4B3B .card .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 21.7px;
}
.cid-sxCMmY4B3B .card .mbr-section-btn .link {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  color: #389194;
}
.cid-sxCMmY4B3B .card .mbr-section-btn .link:not(:first-child) {
  margin-left: 25px;
}
.cid-sxCMmY4B3B .card .mbr-section-btn a.text-white:hover,
.cid-sxCMmY4B3B .card .mbr-section-btn a.text-white:focus {
  color: #000000 !important;
}
@media (min-width: 992px) {
  .cid-sxCMmY4B3B .carousel-item {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sxCMmY4B3B .carousel-controls a {
    width: 5%;
  }
}
.cid-sxCMmY4B3B .card-img {
  border-radius: 10px !important;
}
.cid-sxCPKaDV5p {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sxCPKaDV5p .mbr-section-subtitle {
  color: #389194;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-sxCPKaDV5p .mbr-section-title {
  color: #130947;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: left;
}
.cid-sxCPKaDV5p .mbr-section-title .accent-word {
  color: #389194;
}
.cid-sxCPKaDV5p .mbr-text {
  color: #6d7a8c;
}
.cid-sxCPKaDV5p .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-sxCPKaDV5p .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #389194;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sxCPKaDV5p .mbr-section-btn {
  display: flex;
}
.cid-sxCPKaDV5p .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-sxCPKaDV5p .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-sxCPKaDV5p .mbr-section-btn.display-4,
.cid-sxCPKaDV5p .btn.display-4 {
  font-size: 12px !important;
}
.cid-sxCPKaDV5p .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-sxCPKaDV5p .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-sxCPKaDV5p .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #389194;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sxCPKaDV5p .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sxCPKaDV5p .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sxCPKaDV5p .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-sxCPKaDV5p .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-sxCPKaDV5p .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sxCPKaDV5p .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sxCPKaDV5p .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sxCPKaDV5p a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sxCPKaDV5p a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sxCPKaDV5p .separator,
  .cid-sxCPKaDV5p .sep-holder,
  .cid-sxCPKaDV5p .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sxCPKaDV5p .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sxCPKaDV5p .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-sxCPKaDV5p .mbr-section-subtitle,
.cid-sxCPKaDV5p .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-sxCPKaDV5p .mbr-section-title .accent-word {
  color: #ff4a52;
  text-align: center;
}
.cid-sxCT794CIa {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sxCT794CIa .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sxCT794CIa .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sxCT794CIa .mbr-iconfont {
  font-size: 2rem;
  color: #1d2c35;
  padding-right: 1.5rem;
}
.cid-sxCTvJ7plp {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sxCTvJ7plp .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sxCTvJ7plp .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sxCTvJ7plp .mbr-iconfont {
  font-size: 2rem;
  color: #1d2c35;
  padding-right: 1.5rem;
}
.cid-sxD1yBrPFF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e6ecf2;
}
.cid-sxD1yBrPFF .mbr-section-subtitle {
  color: #389194;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-sxD1yBrPFF .mbr-section-title {
  color: #130947;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: right;
}
.cid-sxD1yBrPFF .mbr-section-title .accent-word {
  color: #389194;
}
.cid-sxD1yBrPFF .mbr-text {
  color: #6d7a8c;
}
.cid-sxD1yBrPFF .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-sxD1yBrPFF .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #389194;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sxD1yBrPFF .mbr-section-btn {
  display: flex;
}
.cid-sxD1yBrPFF .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-sxD1yBrPFF .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-sxD1yBrPFF .mbr-section-btn.display-4,
.cid-sxD1yBrPFF .btn.display-4 {
  font-size: 12px !important;
}
.cid-sxD1yBrPFF .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-sxD1yBrPFF .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-sxD1yBrPFF .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #389194;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sxD1yBrPFF .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sxD1yBrPFF .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sxD1yBrPFF .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-sxD1yBrPFF .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-sxD1yBrPFF .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sxD1yBrPFF .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sxD1yBrPFF .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sxD1yBrPFF a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sxD1yBrPFF a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sxD1yBrPFF .separator,
  .cid-sxD1yBrPFF .sep-holder,
  .cid-sxD1yBrPFF .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sxD1yBrPFF .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sxD1yBrPFF .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-sxD1yBrPFF .mbr-section-subtitle,
.cid-sxD1yBrPFF .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-sxD1yBrPFF .mbr-section-title .accent-word {
  color: #ff4a52;
  text-align: left;
}
.cid-sxD1N6vpaV {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #e6ecf2;
}
.cid-sxD1N6vpaV .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sxD1N6vpaV .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sxD1N6vpaV .mbr-iconfont {
  font-size: 2rem;
  color: #1d2c35;
  padding-right: 1.5rem;
}
.cid-sxD1vsfWNe {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sxD1vsfWNe .mbr-text,
.cid-sxD1vsfWNe .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-sxD1vsfWNe .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sxD1vsfWNe .mbr-text,
.cid-sxD1vsfWNe .mbr-section-btn,
.cid-sxD1vsfWNe .mbr-section-title {
  color: #ffffff;
}
.cid-sxD1vsfWNe .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sxD1vsfWNe .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-sxD1vsfWNe .mbr-section-title {
  font-weight: 700;
}
.cid-sxD1vsfWNe .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-sxD1vsfWNe .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-sxD1vsfWNe .mbr-section-title,
  .cid-sxD1vsfWNe .mbr-text,
  .cid-sxD1vsfWNe .mbr-section-btn {
    text-align: left;
  }
}
.cid-sxCKin4VdS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #389194;
}
.cid-sxCKin4VdS .links {
  text-align: center;
  color: #ffffff;
}
.cid-sxCKin4VdS p {
  margin: 0;
}
.cid-sxCKin4VdS a {
  color: #ffffff;
}
.cid-sxCKin4VdS a:hover {
  color: #389194!important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-szcU5Vg6Rp .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-szcU5Vg6Rp .navbar-fixed-top {
  padding-top: 0;
}
.cid-szcU5Vg6Rp .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-szcU5Vg6Rp .dropdown-item {
  padding: 0;
  color: black !important;
}
.cid-szcU5Vg6Rp .dropdown-item,
.cid-szcU5Vg6Rp .nav-link,
.cid-szcU5Vg6Rp .brand-link {
  font-style: normal;
}
.cid-szcU5Vg6Rp .dropdown-item:hover,
.cid-szcU5Vg6Rp .nav-link:hover,
.cid-szcU5Vg6Rp .brand-link:hover {
  color: #389194!important;
}
.cid-szcU5Vg6Rp .dropdown-menu {
  border: 0px solid lightgray;
  border-radius: 5px;
  background-color: #f5f7fa !important;
  
}
.cid-szcU5Vg6Rp .dropdown-item:active {
  background-color: #f5f7fa !important;
}
.cid-szcU5Vg6Rp .menu-content-top {
  max-width: 1200px;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-szcU5Vg6Rp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-szcU5Vg6Rp .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-szcU5Vg6Rp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .content-text {
  margin-bottom: 0;
}
.cid-szcU5Vg6Rp .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #389194;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-szcU5Vg6Rp .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .nav-dropdown .link {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-szcU5Vg6Rp .content-right-side {
  text-align: center;
}
.cid-szcU5Vg6Rp .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-szcU5Vg6Rp .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-szcU5Vg6Rp .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-szcU5Vg6Rp .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-szcU5Vg6Rp .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-szcU5Vg6Rp .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-szcU5Vg6Rp .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-szcU5Vg6Rp .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-szcU5Vg6Rp .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-szcU5Vg6Rp .navbar {
    display: block;
    padding: 0;
  }
  .cid-szcU5Vg6Rp .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-szcU5Vg6Rp .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-szcU5Vg6Rp .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-szcU5Vg6Rp .navbar-toggler {
    display: none;
  }
  .cid-szcU5Vg6Rp .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-szcU5Vg6Rp .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-szcU5Vg6Rp .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-szcU5Vg6Rp .menu-logo {
  margin-right: auto;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-szcU5Vg6Rp .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-szcU5Vg6Rp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp button.navbar-toggler:focus {
  outline: none;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .btn {
  display: -webkit-flex;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .collapsed button.navbar-toggler {
  display: block;
}
.cid-szcU5Vg6Rp .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-szcU5Vg6Rp .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-szcU5Vg6Rp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-szcU5Vg6Rp .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing,
  .cid-szcU5Vg6Rp .navbar-collapse.show {
    display: block !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-szcU5Vg6Rp .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-szcU5Vg6Rp img {
    height: 3.8rem;
  }
  .cid-szcU5Vg6Rp .btn {
    display: -webkit-flex;
  }
  .cid-szcU5Vg6Rp button.navbar-toggler {
    display: block;
  }
  .cid-szcU5Vg6Rp .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-szcU5Vg6Rp .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-szcU5Vg6Rp .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-szcU5Vg6Rp .nav-link:focus {
  outline: none;
}
.cid-szcU5Vg6Rp .navbar-toggler {
  position: relative;
}
.cid-szcU5Vg6Rp .dropdown-item.active,
.cid-szcU5Vg6Rp .dropdown-item:active {
  color: initial;
}
.cid-szcU5Vg6Rp .widget-title,
.cid-szcU5Vg6Rp .widget-icon {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-text {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-title {
  color: #6d7a8c;
}
.cid-syDfP3dnKI {
  padding-top: 165px;
  padding-bottom: 0px;
  background-color: #f5f7fa;
}
.cid-syDfP3dnKI .mbr-section-subtitle {
  color: #389194;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-syDfP3dnKI .mbr-section-title {
  color: #130947;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: right;
}
.cid-syDfP3dnKI .mbr-section-title .accent-word {
  color: #389194;
}
.cid-syDfP3dnKI .mbr-text {
  color: #6d7a8c;
}
.cid-syDfP3dnKI .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-syDfP3dnKI .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #389194;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-syDfP3dnKI .mbr-section-btn {
  display: flex;
}
.cid-syDfP3dnKI .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-syDfP3dnKI .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-syDfP3dnKI .mbr-section-btn.display-4,
.cid-syDfP3dnKI .btn.display-4 {
  font-size: 12px !important;
}
.cid-syDfP3dnKI .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-syDfP3dnKI .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-syDfP3dnKI .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #389194;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-syDfP3dnKI .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-syDfP3dnKI .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-syDfP3dnKI .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-syDfP3dnKI .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-syDfP3dnKI .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-syDfP3dnKI .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-syDfP3dnKI .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-syDfP3dnKI a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-syDfP3dnKI a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-syDfP3dnKI .separator,
  .cid-syDfP3dnKI .sep-holder,
  .cid-syDfP3dnKI .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-syDfP3dnKI .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-syDfP3dnKI .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-syDfP3dnKI .mbr-section-subtitle,
.cid-syDfP3dnKI .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-syDfP3dnKI .mbr-section-title .accent-word {
  color: #389194;
  text-align: left;
}
.cid-syDgc3ZylP {
  padding-top: 45px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-syDgc3ZylP img {
  width: 125px;
  margin: auto;
}
.cid-syDgc3ZylP .card {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  margin-bottom: 1rem;
}
.cid-syDgc3ZylP .mbr-section-title {
  color: #130947;
  margin-bottom: 10px;
}
.cid-syDgc3ZylP .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-syDgc3ZylP .row {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-syDgc3ZylP .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-syDgc3ZylP .row {
  -webkit-box-pack: center !important;
  justify-content: center !important;
}
@media (max-width: 768px) {
  .cid-syDgc3ZylP .mbr-section-title {
    text-align: center;
  }
}
.cid-syDgcym2eS {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-syDgcym2eS img {
  width: 125px;
  margin: auto;
}
.cid-syDgcym2eS .card {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  margin-bottom: 1rem;
}
.cid-syDgcym2eS .mbr-section-title {
  color: #130947;
  margin-bottom: 10px;
}
.cid-syDgcym2eS .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-syDgcym2eS .row {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-syDgcym2eS .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-syDgcym2eS .row {
  -webkit-box-pack: center !important;
  justify-content: center !important;
}
@media (max-width: 768px) {
  .cid-syDgcym2eS .mbr-section-title {
    text-align: center;
  }
}
.cid-syDgeXpPef {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-syDgeXpPef img {
  width: 125px;
  margin: auto;
}
.cid-syDgeXpPef .card {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  margin-bottom: 1rem;
}
.cid-syDgeXpPef .mbr-section-title {
  color: #130947;
  margin-bottom: 10px;
}
.cid-syDgeXpPef .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-syDgeXpPef .row {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-syDgeXpPef .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-syDgeXpPef .row {
  -webkit-box-pack: center !important;
  justify-content: center !important;
}
@media (max-width: 768px) {
  .cid-syDgeXpPef .mbr-section-title {
    text-align: center;
  }
}
.cid-syDfP3FcSB {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-syDfP3FcSB .mbr-text,
.cid-syDfP3FcSB .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-syDfP3FcSB .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-syDfP3FcSB .mbr-text,
.cid-syDfP3FcSB .mbr-section-btn,
.cid-syDfP3FcSB .mbr-section-title {
  color: #ffffff;
}
.cid-syDfP3FcSB .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-syDfP3FcSB .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-syDfP3FcSB .mbr-section-title {
  font-weight: 700;
}
.cid-syDfP3FcSB .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-syDfP3FcSB .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-syDfP3FcSB .mbr-section-title,
  .cid-syDfP3FcSB .mbr-text,
  .cid-syDfP3FcSB .mbr-section-btn {
    text-align: left;
  }
}
.cid-syDfP3VpAo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #389194;
}
.cid-syDfP3VpAo .links {
  text-align: center;
  color: #ffffff;
}
.cid-syDfP3VpAo p {
  margin: 0;
}
.cid-syDfP3VpAo a {
  color: #ffffff;
}
.cid-syDfP3VpAo a:hover {
  color: #389194!important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-szcU5Vg6Rp .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-szcU5Vg6Rp .navbar-fixed-top {
  padding-top: 0;
}
.cid-szcU5Vg6Rp .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-szcU5Vg6Rp .dropdown-item {
  padding: 0;
  color: black !important;
}
.cid-szcU5Vg6Rp .dropdown-item,
.cid-szcU5Vg6Rp .nav-link,
.cid-szcU5Vg6Rp .brand-link {
  font-style: normal;
}
.cid-szcU5Vg6Rp .dropdown-item:hover,
.cid-szcU5Vg6Rp .nav-link:hover,
.cid-szcU5Vg6Rp .brand-link:hover {
  color: #389194!important;
}
.cid-szcU5Vg6Rp .dropdown-menu {
  border: 0px solid lightgray;
  border-radius: 5px;
  background-color: #f5f7fa !important;
  
}
.cid-szcU5Vg6Rp .dropdown-item:active {
  background-color: #f5f7fa !important;
}
.cid-szcU5Vg6Rp .menu-content-top {
  max-width: 1200px;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-szcU5Vg6Rp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-szcU5Vg6Rp .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-szcU5Vg6Rp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .content-text {
  margin-bottom: 0;
}
.cid-szcU5Vg6Rp .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #389194;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-szcU5Vg6Rp .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .nav-dropdown .link {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-szcU5Vg6Rp .content-right-side {
  text-align: center;
}
.cid-szcU5Vg6Rp .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-szcU5Vg6Rp .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-szcU5Vg6Rp .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-szcU5Vg6Rp .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-szcU5Vg6Rp .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-szcU5Vg6Rp .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-szcU5Vg6Rp .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-szcU5Vg6Rp .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-szcU5Vg6Rp .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-szcU5Vg6Rp .navbar {
    display: block;
    padding: 0;
  }
  .cid-szcU5Vg6Rp .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-szcU5Vg6Rp .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-szcU5Vg6Rp .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-szcU5Vg6Rp .navbar-toggler {
    display: none;
  }
  .cid-szcU5Vg6Rp .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-szcU5Vg6Rp .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-szcU5Vg6Rp .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-szcU5Vg6Rp .menu-logo {
  margin-right: auto;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-szcU5Vg6Rp .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-szcU5Vg6Rp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp button.navbar-toggler:focus {
  outline: none;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .btn {
  display: -webkit-flex;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .collapsed button.navbar-toggler {
  display: block;
}
.cid-szcU5Vg6Rp .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-szcU5Vg6Rp .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-szcU5Vg6Rp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-szcU5Vg6Rp .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing,
  .cid-szcU5Vg6Rp .navbar-collapse.show {
    display: block !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-szcU5Vg6Rp .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-szcU5Vg6Rp img {
    height: 3.8rem;
  }
  .cid-szcU5Vg6Rp .btn {
    display: -webkit-flex;
  }
  .cid-szcU5Vg6Rp button.navbar-toggler {
    display: block;
  }
  .cid-szcU5Vg6Rp .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-szcU5Vg6Rp .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-szcU5Vg6Rp .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-szcU5Vg6Rp .nav-link:focus {
  outline: none;
}
.cid-szcU5Vg6Rp .navbar-toggler {
  position: relative;
}
.cid-szcU5Vg6Rp .dropdown-item.active,
.cid-szcU5Vg6Rp .dropdown-item:active {
  color: initial;
}
.cid-szcU5Vg6Rp .widget-title,
.cid-szcU5Vg6Rp .widget-icon {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-text {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-title {
  color: #6d7a8c;
}
.cid-syDfbiatFZ {
  padding-top: 165px;
  padding-bottom: 0px;
  background-color: #f5f7fa;
}
.cid-syDfbiatFZ .mbr-section-subtitle {
  color: #389194;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-syDfbiatFZ .mbr-section-title {
  color: #130947;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: right;
}
.cid-syDfbiatFZ .mbr-section-title .accent-word {
  color: #389194;
}
.cid-syDfbiatFZ .mbr-text {
  color: #6d7a8c;
}
.cid-syDfbiatFZ .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-syDfbiatFZ .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #389194;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-syDfbiatFZ .mbr-section-btn {
  display: flex;
}
.cid-syDfbiatFZ .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-syDfbiatFZ .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-syDfbiatFZ .mbr-section-btn.display-4,
.cid-syDfbiatFZ .btn.display-4 {
  font-size: 12px !important;
}
.cid-syDfbiatFZ .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-syDfbiatFZ .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-syDfbiatFZ .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #389194;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-syDfbiatFZ .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-syDfbiatFZ .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-syDfbiatFZ .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-syDfbiatFZ .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-syDfbiatFZ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-syDfbiatFZ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-syDfbiatFZ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-syDfbiatFZ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-syDfbiatFZ a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-syDfbiatFZ .separator,
  .cid-syDfbiatFZ .sep-holder,
  .cid-syDfbiatFZ .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-syDfbiatFZ .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-syDfbiatFZ .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-syDfbiatFZ .mbr-section-subtitle,
.cid-syDfbiatFZ .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-syDfbiatFZ .mbr-section-title .accent-word {
  color: #389194;
  text-align: left;
}
.cid-syDfbiRKNe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-syDfbiRKNe .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-syDfbiRKNe .row {
  flex-direction: row-reverse;
}
.cid-syDfbiRKNe .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-syDfbiRKNe .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-syDfbiRKNe .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-syDfbiRKNe .text-content .list-block .card-img span {
  color: #389194;
  font-size: 2.5rem;
}
.cid-syDfbiRKNe .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-syDfbiRKNe .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-syDfbiRKNe .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-syDfbiRKNe .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-syDfbiRKNe .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-syDfbiRKNe .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-syDfbiRKNe .text-content .social span:hover {
  color: #389194;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-syDfbiRKNe .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-syDfbiRKNe .list-block {
  position: relative;
}
.cid-syDfbiRKNe .list-block h4,
.cid-syDfbiRKNe .list-block p {
  padding-left: 4.5rem;
}
.cid-syDfbiRKNe .card-img {
  display: block;
}
.cid-syDfbiRKNe input,
.cid-syDfbiRKNe 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-syDfbiRKNe input:focus,
.cid-syDfbiRKNe textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-syDfbiRKNe .form-control,
.cid-syDfbiRKNe .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-syDfbiRKNe .form-control:hover,
.cid-syDfbiRKNe .field-input:hover,
.cid-syDfbiRKNe .form-control:focus,
.cid-syDfbiRKNe .field-input:focus {
  background-color: #ecf1f8;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-syDfbiRKNe input::-webkit-input-placeholder,
.cid-syDfbiRKNe textarea::-webkit-input-placeholder {
  color: #28303f;
}
.cid-syDfbiRKNe input:-moz-placeholder,
.cid-syDfbiRKNe textarea:-moz-placeholder {
  color: #28303f;
}
.cid-syDfbiRKNe .jq-selectbox li,
.cid-syDfbiRKNe .jq-selectbox li {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-syDfbiRKNe .jq-selectbox li:hover,
.cid-syDfbiRKNe .jq-selectbox li.selected {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-syDfbiRKNe .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-syDfbiRKNe .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-syDfbiRKNe .mbr-form {
  max-width: 550px;
}
.cid-syDfbiRKNe .mbr-form .mbr-subtitle {
  color: #389194;
  font-weight: 800;
}
.cid-syDfbiRKNe .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-syDfbiRKNe .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-syDfbiRKNe .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-syDfbiRKNe .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-syDfbiRKNe .mbr-form textarea {
  min-height: 100px;
}
.cid-syDfbiRKNe .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #389194;
  color: #389194;
  padding: 18px 29px;
}
.cid-syDfbiRKNe .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-syDfbiRKNe .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-syDfbiRKNe .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-syDfbiRKNe .mbr-section-title,
  .cid-syDfbiRKNe .content-title,
  .cid-syDfbiRKNe .mbr-section-btn {
    text-align: left;
  }
}
.cid-syDfbjBBEj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #389194;
}
.cid-syDfbjBBEj .links {
  text-align: center;
  color: #ffffff;
}
.cid-syDfbjBBEj p {
  margin: 0;
}
.cid-syDfbjBBEj a {
  color: #ffffff;
}
.cid-syDfbjBBEj a:hover {
  color: #389194!important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-szcU5Vg6Rp .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-szcU5Vg6Rp .navbar-fixed-top {
  padding-top: 0;
}
.cid-szcU5Vg6Rp .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-szcU5Vg6Rp .dropdown-item {
  padding: 0;
  color: black !important;
}
.cid-szcU5Vg6Rp .dropdown-item,
.cid-szcU5Vg6Rp .nav-link,
.cid-szcU5Vg6Rp .brand-link {
  font-style: normal;
}
.cid-szcU5Vg6Rp .dropdown-item:hover,
.cid-szcU5Vg6Rp .nav-link:hover,
.cid-szcU5Vg6Rp .brand-link:hover {
  color: #389194!important;
}
.cid-szcU5Vg6Rp .dropdown-menu {
  border: 0px solid lightgray;
  border-radius: 5px;
  background-color: #f5f7fa !important;
  
}
.cid-szcU5Vg6Rp .dropdown-item:active {
  background-color: #f5f7fa !important;
}
.cid-szcU5Vg6Rp .menu-content-top {
  max-width: 1200px;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-szcU5Vg6Rp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-szcU5Vg6Rp .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-szcU5Vg6Rp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .content-text {
  margin-bottom: 0;
}
.cid-szcU5Vg6Rp .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #389194;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-szcU5Vg6Rp .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .nav-dropdown .link {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-szcU5Vg6Rp .content-right-side {
  text-align: center;
}
.cid-szcU5Vg6Rp .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-szcU5Vg6Rp .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-szcU5Vg6Rp .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-szcU5Vg6Rp .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-szcU5Vg6Rp .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-szcU5Vg6Rp .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-szcU5Vg6Rp .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-szcU5Vg6Rp .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-szcU5Vg6Rp .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-szcU5Vg6Rp .navbar {
    display: block;
    padding: 0;
  }
  .cid-szcU5Vg6Rp .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-szcU5Vg6Rp .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-szcU5Vg6Rp .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-szcU5Vg6Rp .navbar-toggler {
    display: none;
  }
  .cid-szcU5Vg6Rp .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-szcU5Vg6Rp .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-szcU5Vg6Rp .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-szcU5Vg6Rp .menu-logo {
  margin-right: auto;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-szcU5Vg6Rp .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-szcU5Vg6Rp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp button.navbar-toggler:focus {
  outline: none;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .btn {
  display: -webkit-flex;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .collapsed button.navbar-toggler {
  display: block;
}
.cid-szcU5Vg6Rp .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-szcU5Vg6Rp .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-szcU5Vg6Rp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-szcU5Vg6Rp .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing,
  .cid-szcU5Vg6Rp .navbar-collapse.show {
    display: block !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-szcU5Vg6Rp .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-szcU5Vg6Rp img {
    height: 3.8rem;
  }
  .cid-szcU5Vg6Rp .btn {
    display: -webkit-flex;
  }
  .cid-szcU5Vg6Rp button.navbar-toggler {
    display: block;
  }
  .cid-szcU5Vg6Rp .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-szcU5Vg6Rp .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-szcU5Vg6Rp .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-szcU5Vg6Rp .nav-link:focus {
  outline: none;
}
.cid-szcU5Vg6Rp .navbar-toggler {
  position: relative;
}
.cid-szcU5Vg6Rp .dropdown-item.active,
.cid-szcU5Vg6Rp .dropdown-item:active {
  color: initial;
}
.cid-szcU5Vg6Rp .widget-title,
.cid-szcU5Vg6Rp .widget-icon {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-text {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-title {
  color: #6d7a8c;
}
.cid-syD1Vw3aJd {
  padding-top: 165px;
  padding-bottom: 0px;
  background-color: #f5f7fa;
}
.cid-syD1Vw3aJd .mbr-section-subtitle {
  color: #389194;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-syD1Vw3aJd .mbr-section-title {
  color: #130947;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: right;
}
.cid-syD1Vw3aJd .mbr-section-title .accent-word {
  color: #389194;
}
.cid-syD1Vw3aJd .mbr-text {
  color: #6d7a8c;
}
.cid-syD1Vw3aJd .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-syD1Vw3aJd .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #389194;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-syD1Vw3aJd .mbr-section-btn {
  display: flex;
}
.cid-syD1Vw3aJd .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-syD1Vw3aJd .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-syD1Vw3aJd .mbr-section-btn.display-4,
.cid-syD1Vw3aJd .btn.display-4 {
  font-size: 12px !important;
}
.cid-syD1Vw3aJd .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-syD1Vw3aJd .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-syD1Vw3aJd .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #389194;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-syD1Vw3aJd .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-syD1Vw3aJd .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-syD1Vw3aJd .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-syD1Vw3aJd .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-syD1Vw3aJd .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-syD1Vw3aJd .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-syD1Vw3aJd .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-syD1Vw3aJd a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-syD1Vw3aJd a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-syD1Vw3aJd .separator,
  .cid-syD1Vw3aJd .sep-holder,
  .cid-syD1Vw3aJd .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-syD1Vw3aJd .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-syD1Vw3aJd .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-syD1Vw3aJd .mbr-section-subtitle,
.cid-syD1Vw3aJd .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-syD1Vw3aJd .mbr-section-title .accent-word {
  color: #ff4a52;
  text-align: left;
}
.cid-syD24FrJOD {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-syD24FrJOD .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-syD24FrJOD .row {
  flex-direction: row-reverse;
}
.cid-syD24FrJOD .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-syD24FrJOD .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-syD24FrJOD .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-syD24FrJOD .text-content .list-block .card-img span {
  color: #389194;
  font-size: 2.5rem;
}
.cid-syD24FrJOD .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-syD24FrJOD .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-syD24FrJOD .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-syD24FrJOD .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-syD24FrJOD .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-syD24FrJOD .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-syD24FrJOD .text-content .social span:hover {
  color: #389194;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-syD24FrJOD .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-syD24FrJOD .list-block {
  position: relative;
}
.cid-syD24FrJOD .list-block h4,
.cid-syD24FrJOD .list-block p {
  padding-left: 4.5rem;
}
.cid-syD24FrJOD .card-img {
  display: block;
}
.cid-syD24FrJOD input,
.cid-syD24FrJOD 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-syD24FrJOD input:focus,
.cid-syD24FrJOD textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-syD24FrJOD .form-control,
.cid-syD24FrJOD .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-syD24FrJOD .form-control:hover,
.cid-syD24FrJOD .field-input:hover,
.cid-syD24FrJOD .form-control:focus,
.cid-syD24FrJOD .field-input:focus {
  background-color: #ecf1f8;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-syD24FrJOD input::-webkit-input-placeholder,
.cid-syD24FrJOD textarea::-webkit-input-placeholder {
  color: #28303f;
}
.cid-syD24FrJOD input:-moz-placeholder,
.cid-syD24FrJOD textarea:-moz-placeholder {
  color: #28303f;
}
.cid-syD24FrJOD .jq-selectbox li,
.cid-syD24FrJOD .jq-selectbox li {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-syD24FrJOD .jq-selectbox li:hover,
.cid-syD24FrJOD .jq-selectbox li.selected {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-syD24FrJOD .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-syD24FrJOD .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-syD24FrJOD .mbr-form {
  max-width: 550px;
}
.cid-syD24FrJOD .mbr-form .mbr-subtitle {
  color: #389194;
  font-weight: 800;
}
.cid-syD24FrJOD .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-syD24FrJOD .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-syD24FrJOD .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-syD24FrJOD .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-syD24FrJOD .mbr-form textarea {
  min-height: 100px;
}
.cid-syD24FrJOD .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #389194;
  color: #389194;
  padding: 18px 29px;
}
.cid-syD24FrJOD .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-syD24FrJOD .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-syD24FrJOD .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-syD24FrJOD .mbr-section-title,
  .cid-syD24FrJOD .content-title,
  .cid-syD24FrJOD .mbr-section-btn {
    text-align: left;
  }
}
.cid-syD4yEl0fW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-syD4yEl0fW .mbr-section-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-syD4yEl0fW .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-syD4yEl0fW .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-syD4yEl0fW .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-syD4yEl0fW .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-syD4yEl0fW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-syD4yEl0fW .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-syD4yEl0fW .map-placeholder {
  display: none;
}
.cid-syD4yEl0fW h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-syD1VxBJvo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #389194;
}
.cid-syD1VxBJvo .links {
  text-align: center;
  color: #ffffff;
}
.cid-syD1VxBJvo p {
  margin: 0;
}
.cid-syD1VxBJvo a {
  color: #ffffff;
}
.cid-syD1VxBJvo a:hover {
  color: #389194!important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-szcU5Vg6Rp .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-szcU5Vg6Rp .navbar-fixed-top {
  padding-top: 0;
}
.cid-szcU5Vg6Rp .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-szcU5Vg6Rp .dropdown-item {
  padding: 0;
  color: black !important;
}
.cid-szcU5Vg6Rp .dropdown-item,
.cid-szcU5Vg6Rp .nav-link,
.cid-szcU5Vg6Rp .brand-link {
  font-style: normal;
}
.cid-szcU5Vg6Rp .dropdown-item:hover,
.cid-szcU5Vg6Rp .nav-link:hover,
.cid-szcU5Vg6Rp .brand-link:hover {
  color: #389194!important;
}
.cid-szcU5Vg6Rp .dropdown-menu {
  border: 0px solid lightgray;
  border-radius: 5px;
  background-color: #f5f7fa !important;
  
}
.cid-szcU5Vg6Rp .dropdown-item:active {
  background-color: #f5f7fa !important;
}
.cid-szcU5Vg6Rp .menu-content-top {
  max-width: 1200px;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-szcU5Vg6Rp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-szcU5Vg6Rp .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-szcU5Vg6Rp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .content-text {
  margin-bottom: 0;
}
.cid-szcU5Vg6Rp .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #389194;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-szcU5Vg6Rp .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-szcU5Vg6Rp .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szcU5Vg6Rp .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szcU5Vg6Rp .nav-dropdown .link {
  font-weight: 400;
}
.cid-szcU5Vg6Rp .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-szcU5Vg6Rp .content-right-side {
  text-align: center;
}
.cid-szcU5Vg6Rp .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-szcU5Vg6Rp .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-szcU5Vg6Rp .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-szcU5Vg6Rp .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-szcU5Vg6Rp .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-szcU5Vg6Rp .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-szcU5Vg6Rp .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-szcU5Vg6Rp .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-szcU5Vg6Rp .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-szcU5Vg6Rp .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-szcU5Vg6Rp .navbar {
    display: block;
    padding: 0;
  }
  .cid-szcU5Vg6Rp .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szcU5Vg6Rp .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-szcU5Vg6Rp .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-szcU5Vg6Rp .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-szcU5Vg6Rp .navbar-toggler {
    display: none;
  }
  .cid-szcU5Vg6Rp .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-szcU5Vg6Rp .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-szcU5Vg6Rp .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-szcU5Vg6Rp .menu-logo {
  margin-right: auto;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-szcU5Vg6Rp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szcU5Vg6Rp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-szcU5Vg6Rp .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-szcU5Vg6Rp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-szcU5Vg6Rp button.navbar-toggler {
      width: 31px;
    height: 18px;
    cursor: pointer;
    transition: all .2s;
    margin: 1rem .8rem;
    -webkit-align-self: center;
    align-self: center;
    position: absolute;
    right: 10px;
    top: 0;
}
.cid-szcU5Vg6Rp button.navbar-toggler:focus {
  outline: none;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #389194;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szcU5Vg6Rp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szcU5Vg6Rp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szcU5Vg6Rp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .btn {
  display: -webkit-flex;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-szcU5Vg6Rp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szcU5Vg6Rp .collapsed button.navbar-toggler {
  display: block;
}
.cid-szcU5Vg6Rp .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-szcU5Vg6Rp .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-szcU5Vg6Rp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-szcU5Vg6Rp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-szcU5Vg6Rp .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-szcU5Vg6Rp .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing,
  .cid-szcU5Vg6Rp .navbar-collapse.show {
    display: block !important;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-szcU5Vg6Rp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-szcU5Vg6Rp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-szcU5Vg6Rp .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-szcU5Vg6Rp img {
    height: 3.8rem;
  }
  .cid-szcU5Vg6Rp .btn {
    display: -webkit-flex;
  }
  .cid-szcU5Vg6Rp button.navbar-toggler {
    display: block;
  }
  .cid-szcU5Vg6Rp .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-szcU5Vg6Rp .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-szcU5Vg6Rp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-szcU5Vg6Rp .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-szcU5Vg6Rp .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-szcU5Vg6Rp .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-szcU5Vg6Rp .nav-link:focus {
  outline: none;
}
.cid-szcU5Vg6Rp .navbar-toggler {
  position: relative;
}
.cid-szcU5Vg6Rp .dropdown-item.active,
.cid-szcU5Vg6Rp .dropdown-item:active {
  color: initial;
}
.cid-szcU5Vg6Rp .widget-title,
.cid-szcU5Vg6Rp .widget-icon {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-text {
  color: #130947;
}
.cid-szcU5Vg6Rp .widget-title {
  color: #6d7a8c;
}
