.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #ffffff;
}
body {
  font-family: Liter;
}
.display-1 {
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1f6463 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #ffa600 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1f6463 !important;
  border-color: #1f6463 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #2b8b8a !important;
  border-color: #2b8b8a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2b8b8a !important;
  border-color: #2b8b8a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a0e1e1 !important;
  border-color: #a0e1e1 !important;
  color: #1f6363 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #c7eded !important;
  border-color: #c7eded !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #1f6363 !important;
  background-color: #c7eded !important;
  border-color: #c7eded !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #1f6463;
  color: #1f6463;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0a2221 !important;
  background-color: transparent !important;
  border-color: #0a2221 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1f6463 !important;
  border-color: #1f6463 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #a0e1e1;
  color: #a0e1e1;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #5ecccc !important;
  background-color: transparent !important;
  border-color: #5ecccc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #1f6363 !important;
  background-color: #a0e1e1 !important;
  border-color: #a0e1e1 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffa600;
  color: #ffa600;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a86e00 !important;
  background-color: transparent !important;
  border-color: #a86e00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1f6463 !important;
}
.text-secondary {
  color: #a0e1e1 !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #ffa600 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #071616 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #52c9c9 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #996400 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #1f6463;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #ffa600;
}
.alert-danger {
  background-color: #ae1e2c;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1f6463;
  border-color: #1f6463;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1f6463;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3fc3c2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffedcc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #1f6463 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #1f6463;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1f6463;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1f6463;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1f6463;
  border-bottom-color: #1f6463;
}
.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: #1f6463 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #a0e1e1 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%231f6463' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZXxBNu5m6 {
  z-index: 1000;
  width: 100%;
}
.cid-uZXxBNu5m6 nav.navbar {
  position: fixed;
}
.cid-uZXxBNu5m6 .btn {
  line-height: 1.2;
}
.cid-uZXxBNu5m6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZXxBNu5m6 .nav-link {
  position: relative;
}
.cid-uZXxBNu5m6 .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #20ac6b;
}
.cid-uZXxBNu5m6 .nav-link:hover {
  color: #20ac6b !important;
}
.cid-uZXxBNu5m6 .nav-link:hover:before {
  width: 100%;
}
.cid-uZXxBNu5m6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZXxBNu5m6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZXxBNu5m6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZXxBNu5m6 .dropdown-item:hover,
.cid-uZXxBNu5m6 .dropdown-item:focus {
  background: #1f6463 !important;
  color: white !important;
}
.cid-uZXxBNu5m6 .dropdown-item:hover span {
  color: white;
}
.cid-uZXxBNu5m6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZXxBNu5m6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZXxBNu5m6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZXxBNu5m6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uZXxBNu5m6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZXxBNu5m6 .container {
    flex-wrap: nowrap;
  }
}
.cid-uZXxBNu5m6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZXxBNu5m6 .navbar-nav {
  margin: auto;
}
.cid-uZXxBNu5m6 .dropdown-menu,
.cid-uZXxBNu5m6 .navbar.opened {
  background: #ffffff !important;
}
.cid-uZXxBNu5m6 .nav-item:focus,
.cid-uZXxBNu5m6 .nav-link:focus {
  outline: none;
}
.cid-uZXxBNu5m6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZXxBNu5m6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZXxBNu5m6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZXxBNu5m6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZXxBNu5m6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZXxBNu5m6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZXxBNu5m6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-uZXxBNu5m6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZXxBNu5m6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZXxBNu5m6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZXxBNu5m6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZXxBNu5m6 .navbar.collapsed {
  justify-content: center;
}
.cid-uZXxBNu5m6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZXxBNu5m6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZXxBNu5m6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uZXxBNu5m6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZXxBNu5m6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZXxBNu5m6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZXxBNu5m6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZXxBNu5m6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZXxBNu5m6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZXxBNu5m6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZXxBNu5m6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZXxBNu5m6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZXxBNu5m6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZXxBNu5m6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZXxBNu5m6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZXxBNu5m6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZXxBNu5m6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZXxBNu5m6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZXxBNu5m6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZXxBNu5m6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZXxBNu5m6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZXxBNu5m6 .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZXxBNu5m6 .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uZXxBNu5m6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZXxBNu5m6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZXxBNu5m6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZXxBNu5m6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZXxBNu5m6 .dropdown-item.active,
.cid-uZXxBNu5m6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZXxBNu5m6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZXxBNu5m6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZXxBNu5m6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZXxBNu5m6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZXxBNu5m6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZXxBNu5m6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZXxBNu5m6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZXxBNu5m6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZXxBNu5m6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZXxBNu5m6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZXxBNu5m6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZXxBNu5m6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZXxBNu5m6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZXxBNu5m6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZXxBNu5m6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZXxBNu5m6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZXxBNu5m6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZXxBNu5m6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZXxBNu5m6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZXxBNu5m6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZXxBNu5m6 .navbar {
    height: 70px;
  }
  .cid-uZXxBNu5m6 .navbar.opened {
    height: auto;
  }
  .cid-uZXxBNu5m6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZFSdmoCyH {
  display: flex;
  padding-top: 11rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/mbr-1256x837.jpg");
}
.cid-uZFSdmoCyH .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uZFSdmoCyH {
    align-items: flex-end;
  }
  .cid-uZFSdmoCyH .row {
    justify-content: center;
  }
  .cid-uZFSdmoCyH .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZFSdmoCyH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uZFSdmoCyH {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uZFSdmoCyH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uZFSdmoCyH .content-wrap {
    width: 100%;
  }
}
.cid-uZFSdmoCyH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZFSdmoCyH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZFSdmoCyH .mbr-section-title,
.cid-uZFSdmoCyH .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uZFSdmoCyH .mbr-text,
.cid-uZFSdmoCyH .mbr-section-btn {
  text-align: center;
}
.cid-uZFSdmoCyH .mbr-section-title {
  color: #9fe870;
}
.cid-uZFSdmoCyH .mbr-section-subtitle {
  color: #d4fe00;
}
.cid-v47cU1uny8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1f6463;
}
.cid-v47cU1uny8 .content__block {
  padding: 50px 15px;
}
.cid-v47cU1uny8 .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #1f6463;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-v47cU1uny8 .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v47cU1uny8 .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-v47cU1uny8 .image {
  perspective: 3500px;
  position: relative;
}
.cid-v47cU1uny8 .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(31, 100, 99, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(31, 100, 99, 0.99));
}
.cid-v47cU1uny8 .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v47cU1uny8 .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-v47cU1uny8 .mbr-section-btn .btn-white-outline:hover {
  color: #1f6463 !important;
}
@media (max-width: 991px) {
  .cid-v47cU1uny8 .content__block {
    padding: 30px 15px;
  }
  .cid-v47cU1uny8 .mbr-figure {
    padding: 0;
  }
  .cid-v47cU1uny8 .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(31, 100, 99, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-v47cU1uny8 .lg-push {
    right: 9%;
  }
  .cid-v47cU1uny8 .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-v47cU1uny8 .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-v47cU1uny8 .lg-push {
    left: 9%;
  }
  .cid-v47cU1uny8 .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-v47cU1uny8 .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-v4jCRVjQJR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #144031;
}
.cid-v4jCRVjQJR .content__block {
  padding: 50px 15px;
}
.cid-v4jCRVjQJR .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #1f6463;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-v4jCRVjQJR .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v4jCRVjQJR .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-v4jCRVjQJR .image {
  perspective: 3500px;
  position: relative;
}
.cid-v4jCRVjQJR .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(20, 64, 49, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(20, 64, 49, 0.99));
}
.cid-v4jCRVjQJR .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v4jCRVjQJR .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-v4jCRVjQJR .mbr-section-btn .btn-white-outline:hover {
  color: #1f6463 !important;
}
@media (max-width: 991px) {
  .cid-v4jCRVjQJR .content__block {
    padding: 30px 15px;
  }
  .cid-v4jCRVjQJR .mbr-figure {
    padding: 0;
  }
  .cid-v4jCRVjQJR .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(20, 64, 49, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-v4jCRVjQJR .lg-push {
    right: 9%;
  }
  .cid-v4jCRVjQJR .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-v4jCRVjQJR .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-v4jCRVjQJR .lg-push {
    left: 9%;
  }
  .cid-v4jCRVjQJR .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-v4jCRVjQJR .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-v4jHwD3uUs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f5f5f5;
}
.cid-v4jHwD3uUs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4jHwD3uUs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4jHwD3uUs .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4jHwD3uUs .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v4jHwD3uUs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
}
@media (max-width: 767px) {
  .cid-v4jHwD3uUs .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v4jHwD3uUs .embla__slide:last-child .slide-content .item-wrapper {
  border-right: none;
}
.cid-v4jHwD3uUs .embla__slide .slide-content {
  width: 100%;
}
.cid-v4jHwD3uUs .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 64px;
  border-right: 4px solid #f5f5f5;
}
@media (max-width: 992px) {
  .cid-v4jHwD3uUs .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v4jHwD3uUs .embla__slide .slide-content .item-wrapper {
    border-right: 2px solid #f5f5f5;
  }
}
.cid-v4jHwD3uUs .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-v4jHwD3uUs .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v4jHwD3uUs .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-v4jHwD3uUs .embla__slide .slide-content .item-wrapper .card-box .card-date {
  margin-bottom: 14px;
}
.cid-v4jHwD3uUs .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 14px;
}
.cid-v4jHwD3uUs .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v4jHwD3uUs .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-v4jHwD3uUs .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4jHwD3uUs .embla__button--next,
.cid-v4jHwD3uUs .embla__button--prev {
  display: flex;
}
.cid-v4jHwD3uUs .embla__button {
  width: 44px;
  height: 44px;
  font-size: 22px;
  background-color: #1f6463 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  top: 0;
  display: none;
}
.cid-v4jHwD3uUs .embla__button:hover {
  background-color: #ffffff !important;
  color: #1f6463 !important;
}
.cid-v4jHwD3uUs .embla__button:disabled {
  opacity: .6 !important;
  background-color: #1f6463 !important;
  color: #ffffff !important;
}
.cid-v4jHwD3uUs .embla__button.embla__button--prev {
  left: 0;
}
.cid-v4jHwD3uUs .embla__button.embla__button--next {
  left: 64px;
}
.cid-v4jHwD3uUs .embla {
  position: relative;
  width: 100%;
  height: 100%;
}
.cid-v4jHwD3uUs .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-v4jHwD3uUs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v4jHwD3uUs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v4jHwD3uUs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-v4jHwD3uUs .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v4jHwD3uUs .mbr-section-title {
  color: #0f0f0f;
}
.cid-v4jHwD3uUs .card-date {
  color: #666666;
  text-align: right;
}
.cid-v4jHwD3uUs .card-title {
  color: #0f0f0f;
}
.cid-v4jHwD3uUs .card-text {
  color: #666666;
}
.cid-v47sAGGmN1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
  background-image: radial-gradient(at 100% -70%, #edefeb, #1f6463, #ffffff);
}
.cid-v47sAGGmN1 .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-v47sAGGmN1 img {
  width: 100%;
  transform: scale(2);
  height: 230px;
  z-index: 0;
  border-radius: 30px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v47sAGGmN1 img {
    transform: scale(1) translateX(0);
  }
}
.cid-v47sAGGmN1 .card-wrapper {
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-v47sAGGmN1 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v47sAGGmN1 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #fef8f5;
  border-radius: 30px;
}
.cid-v47sAGGmN1 .card-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #fef8f5;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v47sAGGmN1 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v47sAGGmN1 .mbr-section-title,
.cid-v47sAGGmN1 .mbr-section-subtitle,
.cid-v47sAGGmN1 .mbr-text,
.cid-v47sAGGmN1 .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v47sAGGmN1 .col-12 {
  position: relative;
}
.cid-v47sAGGmN1 .mbr-section-title {
  color: #ffffff;
}
.cid-v47sAGGmN1 .mbr-text,
.cid-v47sAGGmN1 .mbr-section-btn {
  color: #232323;
}
.cid-v47sAGGmN1 .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uZMoSGifsv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1f6463;
}
.cid-uZMoSGifsv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMoSGifsv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMoSGifsv .row {
  align-items: center;
}
.cid-uZMoSGifsv img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uZMoSGifsv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZMoSGifsv .mbr-section-title {
  color: #ffffff;
}
.cid-uZMoSGifsv .mbr-text,
.cid-uZMoSGifsv .mbr-section-btn {
  color: #ffffff;
}
.cid-uZMmGDEt05 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1f6463;
}
.cid-uZMmGDEt05 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMmGDEt05 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMmGDEt05 .row {
  flex-direction: row-reverse;
}
.cid-uZMmGDEt05 .row {
  align-items: center;
}
.cid-uZMmGDEt05 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uZMmGDEt05 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZMmGDEt05 .mbr-section-title {
  color: #ffffff;
}
.cid-uZMmGDEt05 .mbr-text,
.cid-uZMmGDEt05 .mbr-section-btn {
  color: #f7f7f7;
}
.cid-v4R2o0gpsW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-v4R2o0gpsW .container-fluid .row {
    justify-content: flex-end;
    padding-right: 2rem;
  }
  .cid-v4R2o0gpsW .col-lg-3 {
    max-width: 330px;
  }
}
.cid-v4R2o0gpsW img {
  object-fit: cover;
  transition: all 0.3s;
  max-height: 100%;
}
.cid-v4R2o0gpsW .item-img {
  background: #ffffff;
  padding: 0.7rem;
}
.cid-v4R2o0gpsW .item-img:hover {
  padding: 0;
}
.cid-v4R2o0gpsW .container {
  max-width: 1400px;
}
.cid-v4R2o0gpsW img,
.cid-v4R2o0gpsW .item-img {
  transition: all 0.3s;
  width: 100%;
  position: relative;
}
.cid-v4R2o0gpsW .item:focus,
.cid-v4R2o0gpsW span:focus {
  outline: none;
}
.cid-v4R2o0gpsW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v4R2o0gpsW .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v4R2o0gpsW .item-content {
  padding-top: 1.5rem;
}
.cid-v4R2o0gpsW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v4R2o0gpsW .mbr-section-title {
  color: #1f6463;
  text-align: justify;
}
.cid-v4R2o0gpsW .mbr-text,
.cid-v4R2o0gpsW .mbr-section-btn {
  color: #818181;
}
.cid-v4R2o0gpsW .item-title {
  color: #1f6463;
}
.cid-v4R2o0gpsW .mbr-section-subtitle {
  text-align: justify;
}
.cid-v0k9mJDVi4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #1f6463;
}
.cid-v0k9mJDVi4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0k9mJDVi4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0k9mJDVi4 .container {
    padding: 0 16px;
  }
}
.cid-v0k9mJDVi4 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v0k9mJDVi4 .card {
    margin-bottom: 40px;
  }
}
.cid-v0k9mJDVi4 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v0k9mJDVi4 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v0k9mJDVi4 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-v0k9mJDVi4 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0k9mJDVi4 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v0k9mJDVi4 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-v0k9mJDVi4 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v0k9mJDVi4 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-v0k9mJDVi4 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v0k9mJDVi4 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v0k9mJDVi4 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v0k9mJDVi4 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v0k9mJDVi4 .mbr-section-title {
  color: #ffffff;
}
.cid-v0k9mJDVi4 .copyright {
  color: #ffffff;
}
.cid-v0k9mJDVi4 .mbr-card-title {
  color: #D4FE00;
}
.cid-v0k9mJDVi4 .list {
  color: #ffffff;
}
.cid-v0koWaza9i {
  z-index: 1000;
  width: 100%;
}
.cid-v0koWaza9i nav.navbar {
  position: fixed;
}
.cid-v0koWaza9i .btn {
  line-height: 1.2;
}
.cid-v0koWaza9i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0koWaza9i .nav-link {
  position: relative;
}
.cid-v0koWaza9i .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #20ac6b;
}
.cid-v0koWaza9i .nav-link:hover {
  color: #20ac6b !important;
}
.cid-v0koWaza9i .nav-link:hover:before {
  width: 100%;
}
.cid-v0koWaza9i .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0koWaza9i .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0koWaza9i .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0koWaza9i .dropdown-item:hover,
.cid-v0koWaza9i .dropdown-item:focus {
  background: #1f6463 !important;
  color: white !important;
}
.cid-v0koWaza9i .dropdown-item:hover span {
  color: white;
}
.cid-v0koWaza9i .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0koWaza9i .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0koWaza9i .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0koWaza9i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-v0koWaza9i .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v0koWaza9i .container {
    flex-wrap: nowrap;
  }
}
.cid-v0koWaza9i .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0koWaza9i .navbar-nav {
  margin: auto;
}
.cid-v0koWaza9i .dropdown-menu,
.cid-v0koWaza9i .navbar.opened {
  background: #ffffff !important;
}
.cid-v0koWaza9i .nav-item:focus,
.cid-v0koWaza9i .nav-link:focus {
  outline: none;
}
.cid-v0koWaza9i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0koWaza9i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0koWaza9i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0koWaza9i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0koWaza9i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0koWaza9i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0koWaza9i .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v0koWaza9i .navbar.opened {
  transition: all 0.3s;
}
.cid-v0koWaza9i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0koWaza9i .navbar .navbar-logo img {
  width: auto;
}
.cid-v0koWaza9i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0koWaza9i .navbar.collapsed {
  justify-content: center;
}
.cid-v0koWaza9i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0koWaza9i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0koWaza9i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-v0koWaza9i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0koWaza9i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0koWaza9i .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0koWaza9i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0koWaza9i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0koWaza9i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0koWaza9i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0koWaza9i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0koWaza9i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0koWaza9i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0koWaza9i .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0koWaza9i .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0koWaza9i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0koWaza9i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0koWaza9i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0koWaza9i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0koWaza9i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v0koWaza9i .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v0koWaza9i .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0koWaza9i .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-v0koWaza9i .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0koWaza9i .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0koWaza9i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0koWaza9i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0koWaza9i .dropdown-item.active,
.cid-v0koWaza9i .dropdown-item:active {
  background-color: transparent;
}
.cid-v0koWaza9i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0koWaza9i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0koWaza9i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0koWaza9i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0koWaza9i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0koWaza9i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0koWaza9i ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0koWaza9i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0koWaza9i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0koWaza9i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0koWaza9i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0koWaza9i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0koWaza9i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0koWaza9i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0koWaza9i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0koWaza9i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0koWaza9i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0koWaza9i .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0koWaza9i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0koWaza9i .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0koWaza9i .navbar {
    height: 70px;
  }
  .cid-v0koWaza9i .navbar.opened {
    height: auto;
  }
  .cid-v0koWaza9i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0koWbnfbr {
  display: flex;
  padding-top: 150px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background2-1.jpg");
}
.cid-v0koWbnfbr .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-v0koWbnfbr .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-v0koWbnfbr {
    align-items: center;
  }
  .cid-v0koWbnfbr .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v0koWbnfbr .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0koWbnfbr {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v0koWbnfbr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v0koWbnfbr .content-wrap {
    width: 100%;
  }
}
.cid-v0koWbnfbr .mbr-section-title {
  text-align: left;
}
.cid-v0koWbnfbr .mbr-text,
.cid-v0koWbnfbr .mbr-section-btn {
  text-align: left;
  color: #edefeb;
}
.cid-v0kp7ERvof {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v0kp7ERvof input,
.cid-v0kp7ERvof 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-v0kp7ERvof input:focus,
.cid-v0kp7ERvof textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-v0kp7ERvof .form-control,
.cid-v0kp7ERvof .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-v0kp7ERvof input::-webkit-input-placeholder,
.cid-v0kp7ERvof textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-v0kp7ERvof input:-moz-placeholder,
.cid-v0kp7ERvof textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-v0kp7ERvof .jq-selectbox li,
.cid-v0kp7ERvof .jq-selectbox li {
  background-color: #ffffff;
}
.cid-v0kp7ERvof .jq-selectbox li:hover,
.cid-v0kp7ERvof .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-v0kp7ERvof .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-v0kp7ERvof .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-v0kp7ERvof .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-v0kp7ERvof .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-v0kp7ERvof .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-v0kp7ERvof .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-v0kp7ERvof .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-v0kp7ERvof .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-v0kp7ERvof .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-v0kp7ERvof .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-v0kp7ERvof .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-v0kp7ERvof .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-v0kp7ERvof .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-v0kp7ERvof .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: #4f87fb;
  margin-right: 10px;
}
.cid-v0kp7ERvof .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-v0kp7ERvof .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-v0kp7ERvof .entry-content .text-box {
  padding: 0rem;
}
.cid-v0kp7ERvof .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-v0kp7ERvof .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-v0kp7ERvof .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-v0kp7ERvof .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-v0kp7ERvof .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-v0kp7ERvof .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-v0kp7ERvof .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-v0kp7ERvof .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-v0kp7ERvof .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 #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-v0kp7ERvof .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-v0kp7ERvof .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v0kp7ERvof .entry-content .contact {
  margin-top: 30px;
}
.cid-v0kp7ERvof .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-v0kp7ERvof .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-v0kp7ERvof .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-v0kp7ERvof .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-v0kp7ERvof .entry-content .contact .btn-black:hover {
  background-color: #1f6463 !important;
  border-color: #1f6463 !important;
}
.cid-v0kp7ERvof .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-v0kp7ERvof .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-v0kp7ERvof .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-v0kp7ERvof .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-v0kp7ERvof .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-v0kp7ERvof .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-v0kp7ERvof .progress_elements .progress1 progress::after {
  left: 80%;
  border: 3px solid #4f87fb;
}
.cid-v0kp7ERvof .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-v0kp7ERvof .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-v0kp7ERvof .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-v0kp7ERvof progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-v0kp7ERvof .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v0kp7ERvof .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v0kp7ERvof .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v0kp7ERvof .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v0kp7ERvof .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-v0kp7ERvof .progressbar-title p {
  color: #6d7a8c;
}
.cid-v0kp7ERvof .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0kp7ERvof .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0kp7ERvof .entry-content .text-box .doc-descr {
  color: #232323;
}
.cid-v0kp7ERvof .entry-content .text-box .card-title {
  color: #1f6463;
}
.cid-v0kp7ERvof .team-left-inner .team-info-block .team-title {
  color: #1f6463;
}
.cid-v0kp7ERvof .team-left-inner .team-info-block .team-designation {
  color: #000000;
}
.cid-v0kxZJjTLJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-v0kxZJjTLJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0kxZJjTLJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0kxZJjTLJ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v0kxZJjTLJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v0kxZJjTLJ .container {
    padding: 0;
  }
}
.cid-v0kxZJjTLJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-v0kxZJjTLJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v0kxZJjTLJ .embla__slide .card-wrap .item-wrapper .image-wrap {
  margin-bottom: 30px;
}
.cid-v0kxZJjTLJ .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-v0kxZJjTLJ .embla__slide .card-wrap .content-wrap {
    padding: 0 16px;
  }
}
.cid-v0kxZJjTLJ .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 20px;
}
.cid-v0kxZJjTLJ .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v0kxZJjTLJ .embla__button--next,
.cid-v0kxZJjTLJ .embla__button--prev {
  display: flex;
}
.cid-v0kxZJjTLJ .embla__button {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: #3b6e8f;
  color: #263652;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v0kxZJjTLJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v0kxZJjTLJ .embla__button:hover {
  background-color: #3b6e8f;
  color: #263652;
}
.cid-v0kxZJjTLJ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-v0kxZJjTLJ .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-v0kxZJjTLJ .embla__button {
    top: 50%;
    width: 48px;
    height: 48px;
  }
}
.cid-v0kxZJjTLJ .embla {
  position: relative;
  width: 100%;
}
.cid-v0kxZJjTLJ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v0kxZJjTLJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v0kxZJjTLJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v0kxZJjTLJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v0kxZJjTLJ .mbr-name {
  color: #163300;
  text-align: center;
}
.cid-v0kxZJjTLJ .mbr-text {
  color: #263652;
  text-align: center;
}
.cid-v0koWeY0YT {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #1f6463;
}
.cid-v0koWeY0YT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0koWeY0YT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0koWeY0YT .container {
    padding: 0 16px;
  }
}
.cid-v0koWeY0YT .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v0koWeY0YT .card {
    margin-bottom: 40px;
  }
}
.cid-v0koWeY0YT .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v0koWeY0YT .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v0koWeY0YT .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-v0koWeY0YT .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0koWeY0YT .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v0koWeY0YT .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-v0koWeY0YT .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v0koWeY0YT .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-v0koWeY0YT .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v0koWeY0YT .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v0koWeY0YT .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v0koWeY0YT .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v0koWeY0YT .mbr-section-title {
  color: #ffffff;
}
.cid-v0koWeY0YT .copyright {
  color: #ffffff;
}
.cid-v0koWeY0YT .mbr-card-title {
  color: #D4FE00;
}
.cid-v0koWeY0YT .list {
  color: #ffffff;
}
.cid-v0kvgD7Q6o {
  z-index: 1000;
  width: 100%;
}
.cid-v0kvgD7Q6o nav.navbar {
  position: fixed;
}
.cid-v0kvgD7Q6o .btn {
  line-height: 1.2;
}
.cid-v0kvgD7Q6o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0kvgD7Q6o .nav-link {
  position: relative;
}
.cid-v0kvgD7Q6o .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #20ac6b;
}
.cid-v0kvgD7Q6o .nav-link:hover {
  color: #20ac6b !important;
}
.cid-v0kvgD7Q6o .nav-link:hover:before {
  width: 100%;
}
.cid-v0kvgD7Q6o .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0kvgD7Q6o .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0kvgD7Q6o .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0kvgD7Q6o .dropdown-item:hover,
.cid-v0kvgD7Q6o .dropdown-item:focus {
  background: #1f6463 !important;
  color: white !important;
}
.cid-v0kvgD7Q6o .dropdown-item:hover span {
  color: white;
}
.cid-v0kvgD7Q6o .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0kvgD7Q6o .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0kvgD7Q6o .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0kvgD7Q6o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-v0kvgD7Q6o .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v0kvgD7Q6o .container {
    flex-wrap: nowrap;
  }
}
.cid-v0kvgD7Q6o .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0kvgD7Q6o .navbar-nav {
  margin: auto;
}
.cid-v0kvgD7Q6o .dropdown-menu,
.cid-v0kvgD7Q6o .navbar.opened {
  background: #ffffff !important;
}
.cid-v0kvgD7Q6o .nav-item:focus,
.cid-v0kvgD7Q6o .nav-link:focus {
  outline: none;
}
.cid-v0kvgD7Q6o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0kvgD7Q6o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0kvgD7Q6o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0kvgD7Q6o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0kvgD7Q6o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0kvgD7Q6o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0kvgD7Q6o .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v0kvgD7Q6o .navbar.opened {
  transition: all 0.3s;
}
.cid-v0kvgD7Q6o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0kvgD7Q6o .navbar .navbar-logo img {
  width: auto;
}
.cid-v0kvgD7Q6o .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0kvgD7Q6o .navbar.collapsed {
  justify-content: center;
}
.cid-v0kvgD7Q6o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0kvgD7Q6o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0kvgD7Q6o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-v0kvgD7Q6o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0kvgD7Q6o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0kvgD7Q6o .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0kvgD7Q6o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0kvgD7Q6o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0kvgD7Q6o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0kvgD7Q6o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0kvgD7Q6o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0kvgD7Q6o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0kvgD7Q6o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0kvgD7Q6o .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0kvgD7Q6o .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0kvgD7Q6o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0kvgD7Q6o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0kvgD7Q6o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0kvgD7Q6o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0kvgD7Q6o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v0kvgD7Q6o .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v0kvgD7Q6o .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0kvgD7Q6o .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-v0kvgD7Q6o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0kvgD7Q6o .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0kvgD7Q6o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0kvgD7Q6o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0kvgD7Q6o .dropdown-item.active,
.cid-v0kvgD7Q6o .dropdown-item:active {
  background-color: transparent;
}
.cid-v0kvgD7Q6o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0kvgD7Q6o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0kvgD7Q6o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0kvgD7Q6o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0kvgD7Q6o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0kvgD7Q6o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0kvgD7Q6o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0kvgD7Q6o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0kvgD7Q6o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0kvgD7Q6o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0kvgD7Q6o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0kvgD7Q6o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0kvgD7Q6o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0kvgD7Q6o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0kvgD7Q6o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0kvgD7Q6o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0kvgD7Q6o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0kvgD7Q6o .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0kvgD7Q6o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0kvgD7Q6o .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0kvgD7Q6o .navbar {
    height: 70px;
  }
  .cid-v0kvgD7Q6o .navbar.opened {
    height: auto;
  }
  .cid-v0kvgD7Q6o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4tKrwVl8p {
  display: flex;
  padding-top: 150px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background2-1.jpg");
}
.cid-v4tKrwVl8p .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-v4tKrwVl8p .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-v4tKrwVl8p {
    align-items: center;
  }
  .cid-v4tKrwVl8p .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4tKrwVl8p .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4tKrwVl8p {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4tKrwVl8p .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4tKrwVl8p .content-wrap {
    width: 100%;
  }
}
.cid-v4tKrwVl8p .mbr-section-title {
  text-align: left;
}
.cid-v4tKrwVl8p .mbr-text,
.cid-v4tKrwVl8p .mbr-section-btn {
  text-align: left;
  color: #edefeb;
}
.cid-v0kvgHEmvS {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v0kvgHEmvS input,
.cid-v0kvgHEmvS 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-v0kvgHEmvS input:focus,
.cid-v0kvgHEmvS textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-v0kvgHEmvS .form-control,
.cid-v0kvgHEmvS .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-v0kvgHEmvS input::-webkit-input-placeholder,
.cid-v0kvgHEmvS textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-v0kvgHEmvS input:-moz-placeholder,
.cid-v0kvgHEmvS textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-v0kvgHEmvS .jq-selectbox li,
.cid-v0kvgHEmvS .jq-selectbox li {
  background-color: #ffffff;
}
.cid-v0kvgHEmvS .jq-selectbox li:hover,
.cid-v0kvgHEmvS .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-v0kvgHEmvS .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-v0kvgHEmvS .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-v0kvgHEmvS .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-v0kvgHEmvS .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-v0kvgHEmvS .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-v0kvgHEmvS .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-v0kvgHEmvS .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-v0kvgHEmvS .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-v0kvgHEmvS .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-v0kvgHEmvS .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-v0kvgHEmvS .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-v0kvgHEmvS .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-v0kvgHEmvS .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-v0kvgHEmvS .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: #4f87fb;
  margin-right: 10px;
}
.cid-v0kvgHEmvS .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-v0kvgHEmvS .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-v0kvgHEmvS .entry-content .text-box {
  padding: 0rem;
}
.cid-v0kvgHEmvS .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-v0kvgHEmvS .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-v0kvgHEmvS .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-v0kvgHEmvS .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-v0kvgHEmvS .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-v0kvgHEmvS .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-v0kvgHEmvS .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-v0kvgHEmvS .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-v0kvgHEmvS .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 #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-v0kvgHEmvS .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-v0kvgHEmvS .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v0kvgHEmvS .entry-content .contact {
  margin-top: 30px;
}
.cid-v0kvgHEmvS .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-v0kvgHEmvS .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-v0kvgHEmvS .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-v0kvgHEmvS .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-v0kvgHEmvS .entry-content .contact .btn-black:hover {
  background-color: #1f6463 !important;
  border-color: #1f6463 !important;
}
.cid-v0kvgHEmvS .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-v0kvgHEmvS .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-v0kvgHEmvS .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-v0kvgHEmvS .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-v0kvgHEmvS .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-v0kvgHEmvS .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-v0kvgHEmvS .progress_elements .progress1 progress::after {
  left: 80%;
  border: 3px solid #4f87fb;
}
.cid-v0kvgHEmvS .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-v0kvgHEmvS .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-v0kvgHEmvS .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-v0kvgHEmvS progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-v0kvgHEmvS .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v0kvgHEmvS .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v0kvgHEmvS .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v0kvgHEmvS .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v0kvgHEmvS .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-v0kvgHEmvS .progressbar-title p {
  color: #6d7a8c;
}
.cid-v0kvgHEmvS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0kvgHEmvS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0kvgHEmvS .entry-content .text-box .doc-descr {
  color: #232323;
}
.cid-v0kvgHEmvS .entry-content .text-box .card-title {
  color: #1f6463;
}
.cid-v0kvgHEmvS .team-left-inner .team-info-block .team-title {
  color: #1f6463;
}
.cid-v0kvgHEmvS .team-left-inner .team-info-block .team-designation {
  color: #000000;
}
.cid-v8kQ5CgPY0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-v8kQ5CgPY0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8kQ5CgPY0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8kQ5CgPY0 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v8kQ5CgPY0 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v8kQ5CgPY0 .container {
    padding: 0;
  }
}
.cid-v8kQ5CgPY0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-v8kQ5CgPY0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v8kQ5CgPY0 .embla__slide .card-wrap .item-wrapper .image-wrap {
  margin-bottom: 30px;
}
.cid-v8kQ5CgPY0 .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-v8kQ5CgPY0 .embla__slide .card-wrap .content-wrap {
    padding: 0 16px;
  }
}
.cid-v8kQ5CgPY0 .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 20px;
}
.cid-v8kQ5CgPY0 .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v8kQ5CgPY0 .embla__button--next,
.cid-v8kQ5CgPY0 .embla__button--prev {
  display: flex;
}
.cid-v8kQ5CgPY0 .embla__button {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: #3b6e8f;
  color: #263652;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8kQ5CgPY0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v8kQ5CgPY0 .embla__button:hover {
  background-color: #3b6e8f;
  color: #263652;
}
.cid-v8kQ5CgPY0 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-v8kQ5CgPY0 .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-v8kQ5CgPY0 .embla__button {
    top: 50%;
    width: 48px;
    height: 48px;
  }
}
.cid-v8kQ5CgPY0 .embla {
  position: relative;
  width: 100%;
}
.cid-v8kQ5CgPY0 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v8kQ5CgPY0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v8kQ5CgPY0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v8kQ5CgPY0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v8kQ5CgPY0 .mbr-name {
  color: #163300;
  text-align: center;
}
.cid-v8kQ5CgPY0 .mbr-text {
  color: #263652;
  text-align: center;
}
.cid-v0kvgK6C0I {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #1f6463;
}
.cid-v0kvgK6C0I .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0kvgK6C0I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0kvgK6C0I .container {
    padding: 0 16px;
  }
}
.cid-v0kvgK6C0I .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v0kvgK6C0I .card {
    margin-bottom: 40px;
  }
}
.cid-v0kvgK6C0I .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v0kvgK6C0I .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v0kvgK6C0I .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-v0kvgK6C0I .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0kvgK6C0I .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v0kvgK6C0I .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-v0kvgK6C0I .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v0kvgK6C0I .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-v0kvgK6C0I .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v0kvgK6C0I .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v0kvgK6C0I .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v0kvgK6C0I .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v0kvgK6C0I .mbr-section-title {
  color: #ffffff;
}
.cid-v0kvgK6C0I .copyright {
  color: #ffffff;
}
.cid-v0kvgK6C0I .mbr-card-title {
  color: #D4FE00;
}
.cid-v0kvgK6C0I .list {
  color: #ffffff;
}
.cid-v0kCEfDT3Q {
  z-index: 1000;
  width: 100%;
}
.cid-v0kCEfDT3Q nav.navbar {
  position: fixed;
}
.cid-v0kCEfDT3Q .btn {
  line-height: 1.2;
}
.cid-v0kCEfDT3Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0kCEfDT3Q .nav-link {
  position: relative;
}
.cid-v0kCEfDT3Q .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #20ac6b;
}
.cid-v0kCEfDT3Q .nav-link:hover {
  color: #20ac6b !important;
}
.cid-v0kCEfDT3Q .nav-link:hover:before {
  width: 100%;
}
.cid-v0kCEfDT3Q .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0kCEfDT3Q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0kCEfDT3Q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0kCEfDT3Q .dropdown-item:hover,
.cid-v0kCEfDT3Q .dropdown-item:focus {
  background: #1f6463 !important;
  color: white !important;
}
.cid-v0kCEfDT3Q .dropdown-item:hover span {
  color: white;
}
.cid-v0kCEfDT3Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0kCEfDT3Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0kCEfDT3Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0kCEfDT3Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-v0kCEfDT3Q .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v0kCEfDT3Q .container {
    flex-wrap: nowrap;
  }
}
.cid-v0kCEfDT3Q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0kCEfDT3Q .navbar-nav {
  margin: auto;
}
.cid-v0kCEfDT3Q .dropdown-menu,
.cid-v0kCEfDT3Q .navbar.opened {
  background: #ffffff !important;
}
.cid-v0kCEfDT3Q .nav-item:focus,
.cid-v0kCEfDT3Q .nav-link:focus {
  outline: none;
}
.cid-v0kCEfDT3Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0kCEfDT3Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0kCEfDT3Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0kCEfDT3Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0kCEfDT3Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0kCEfDT3Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0kCEfDT3Q .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v0kCEfDT3Q .navbar.opened {
  transition: all 0.3s;
}
.cid-v0kCEfDT3Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0kCEfDT3Q .navbar .navbar-logo img {
  width: auto;
}
.cid-v0kCEfDT3Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0kCEfDT3Q .navbar.collapsed {
  justify-content: center;
}
.cid-v0kCEfDT3Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0kCEfDT3Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0kCEfDT3Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-v0kCEfDT3Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0kCEfDT3Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0kCEfDT3Q .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0kCEfDT3Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0kCEfDT3Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0kCEfDT3Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0kCEfDT3Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0kCEfDT3Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0kCEfDT3Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0kCEfDT3Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0kCEfDT3Q .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0kCEfDT3Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0kCEfDT3Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0kCEfDT3Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0kCEfDT3Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0kCEfDT3Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0kCEfDT3Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v0kCEfDT3Q .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v0kCEfDT3Q .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0kCEfDT3Q .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-v0kCEfDT3Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0kCEfDT3Q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0kCEfDT3Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0kCEfDT3Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0kCEfDT3Q .dropdown-item.active,
.cid-v0kCEfDT3Q .dropdown-item:active {
  background-color: transparent;
}
.cid-v0kCEfDT3Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0kCEfDT3Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0kCEfDT3Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0kCEfDT3Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0kCEfDT3Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0kCEfDT3Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0kCEfDT3Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0kCEfDT3Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0kCEfDT3Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0kCEfDT3Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0kCEfDT3Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0kCEfDT3Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0kCEfDT3Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0kCEfDT3Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0kCEfDT3Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0kCEfDT3Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0kCEfDT3Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0kCEfDT3Q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0kCEfDT3Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0kCEfDT3Q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0kCEfDT3Q .navbar {
    height: 70px;
  }
  .cid-v0kCEfDT3Q .navbar.opened {
    height: auto;
  }
  .cid-v0kCEfDT3Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4tL1Cdnbt {
  display: flex;
  padding-top: 150px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background2-1.jpg");
}
.cid-v4tL1Cdnbt .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-v4tL1Cdnbt .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-v4tL1Cdnbt {
    align-items: center;
  }
  .cid-v4tL1Cdnbt .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4tL1Cdnbt .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4tL1Cdnbt {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4tL1Cdnbt .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4tL1Cdnbt .content-wrap {
    width: 100%;
  }
}
.cid-v4tL1Cdnbt .mbr-section-title {
  text-align: left;
}
.cid-v4tL1Cdnbt .mbr-text,
.cid-v4tL1Cdnbt .mbr-section-btn {
  text-align: left;
  color: #edefeb;
}
.cid-v0kCEh39fB {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v0kCEh39fB input,
.cid-v0kCEh39fB 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-v0kCEh39fB input:focus,
.cid-v0kCEh39fB textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-v0kCEh39fB .form-control,
.cid-v0kCEh39fB .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-v0kCEh39fB input::-webkit-input-placeholder,
.cid-v0kCEh39fB textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-v0kCEh39fB input:-moz-placeholder,
.cid-v0kCEh39fB textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-v0kCEh39fB .jq-selectbox li,
.cid-v0kCEh39fB .jq-selectbox li {
  background-color: #ffffff;
}
.cid-v0kCEh39fB .jq-selectbox li:hover,
.cid-v0kCEh39fB .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-v0kCEh39fB .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-v0kCEh39fB .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-v0kCEh39fB .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-v0kCEh39fB .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-v0kCEh39fB .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-v0kCEh39fB .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-v0kCEh39fB .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-v0kCEh39fB .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-v0kCEh39fB .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-v0kCEh39fB .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-v0kCEh39fB .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-v0kCEh39fB .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-v0kCEh39fB .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-v0kCEh39fB .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: #4f87fb;
  margin-right: 10px;
}
.cid-v0kCEh39fB .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-v0kCEh39fB .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-v0kCEh39fB .entry-content .text-box {
  padding: 0rem;
}
.cid-v0kCEh39fB .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-v0kCEh39fB .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-v0kCEh39fB .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-v0kCEh39fB .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-v0kCEh39fB .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-v0kCEh39fB .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-v0kCEh39fB .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-v0kCEh39fB .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-v0kCEh39fB .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 #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-v0kCEh39fB .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-v0kCEh39fB .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v0kCEh39fB .entry-content .contact {
  margin-top: 30px;
}
.cid-v0kCEh39fB .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-v0kCEh39fB .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-v0kCEh39fB .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-v0kCEh39fB .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-v0kCEh39fB .entry-content .contact .btn-black:hover {
  background-color: #1f6463 !important;
  border-color: #1f6463 !important;
}
.cid-v0kCEh39fB .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-v0kCEh39fB .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-v0kCEh39fB .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-v0kCEh39fB .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-v0kCEh39fB .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-v0kCEh39fB .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-v0kCEh39fB .progress_elements .progress1 progress::after {
  left: 80%;
  border: 3px solid #4f87fb;
}
.cid-v0kCEh39fB .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-v0kCEh39fB .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-v0kCEh39fB .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-v0kCEh39fB progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-v0kCEh39fB .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v0kCEh39fB .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v0kCEh39fB .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v0kCEh39fB .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v0kCEh39fB .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-v0kCEh39fB .progressbar-title p {
  color: #6d7a8c;
}
.cid-v0kCEh39fB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0kCEh39fB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0kCEh39fB .entry-content .text-box .doc-descr {
  color: #232323;
}
.cid-v0kCEh39fB .entry-content .text-box .card-title {
  color: #1f6463;
}
.cid-v0kCEh39fB .team-left-inner .team-info-block .team-title {
  color: #1f6463;
}
.cid-v0kCEh39fB .team-left-inner .team-info-block .team-designation {
  color: #000000;
}
.cid-v8kQhrby5p {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-v8kQhrby5p .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8kQhrby5p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8kQhrby5p .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v8kQhrby5p .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v8kQhrby5p .container {
    padding: 0;
  }
}
.cid-v8kQhrby5p .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-v8kQhrby5p .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v8kQhrby5p .embla__slide .card-wrap .item-wrapper .image-wrap {
  margin-bottom: 30px;
}
.cid-v8kQhrby5p .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-v8kQhrby5p .embla__slide .card-wrap .content-wrap {
    padding: 0 16px;
  }
}
.cid-v8kQhrby5p .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 20px;
}
.cid-v8kQhrby5p .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v8kQhrby5p .embla__button--next,
.cid-v8kQhrby5p .embla__button--prev {
  display: flex;
}
.cid-v8kQhrby5p .embla__button {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: #3b6e8f;
  color: #263652;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8kQhrby5p .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v8kQhrby5p .embla__button:hover {
  background-color: #3b6e8f;
  color: #263652;
}
.cid-v8kQhrby5p .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-v8kQhrby5p .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-v8kQhrby5p .embla__button {
    top: 50%;
    width: 48px;
    height: 48px;
  }
}
.cid-v8kQhrby5p .embla {
  position: relative;
  width: 100%;
}
.cid-v8kQhrby5p .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v8kQhrby5p .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v8kQhrby5p .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v8kQhrby5p .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v8kQhrby5p .mbr-name {
  color: #163300;
  text-align: center;
}
.cid-v8kQhrby5p .mbr-text {
  color: #263652;
  text-align: center;
}
.cid-v0kCEjAxAw {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #1f6463;
}
.cid-v0kCEjAxAw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0kCEjAxAw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0kCEjAxAw .container {
    padding: 0 16px;
  }
}
.cid-v0kCEjAxAw .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v0kCEjAxAw .card {
    margin-bottom: 40px;
  }
}
.cid-v0kCEjAxAw .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v0kCEjAxAw .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v0kCEjAxAw .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-v0kCEjAxAw .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0kCEjAxAw .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v0kCEjAxAw .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-v0kCEjAxAw .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v0kCEjAxAw .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-v0kCEjAxAw .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v0kCEjAxAw .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v0kCEjAxAw .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v0kCEjAxAw .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v0kCEjAxAw .mbr-section-title {
  color: #ffffff;
}
.cid-v0kCEjAxAw .copyright {
  color: #ffffff;
}
.cid-v0kCEjAxAw .mbr-card-title {
  color: #D4FE00;
}
.cid-v0kCEjAxAw .list {
  color: #ffffff;
}
.cid-v0koWaza9i {
  z-index: 1000;
  width: 100%;
}
.cid-v0koWaza9i nav.navbar {
  position: fixed;
}
.cid-v0koWaza9i .btn {
  line-height: 1.2;
}
.cid-v0koWaza9i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0koWaza9i .nav-link {
  position: relative;
}
.cid-v0koWaza9i .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #20ac6b;
}
.cid-v0koWaza9i .nav-link:hover {
  color: #20ac6b !important;
}
.cid-v0koWaza9i .nav-link:hover:before {
  width: 100%;
}
.cid-v0koWaza9i .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0koWaza9i .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0koWaza9i .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0koWaza9i .dropdown-item:hover,
.cid-v0koWaza9i .dropdown-item:focus {
  background: #1f6463 !important;
  color: white !important;
}
.cid-v0koWaza9i .dropdown-item:hover span {
  color: white;
}
.cid-v0koWaza9i .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0koWaza9i .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0koWaza9i .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0koWaza9i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-v0koWaza9i .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v0koWaza9i .container {
    flex-wrap: nowrap;
  }
}
.cid-v0koWaza9i .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0koWaza9i .navbar-nav {
  margin: auto;
}
.cid-v0koWaza9i .dropdown-menu,
.cid-v0koWaza9i .navbar.opened {
  background: #ffffff !important;
}
.cid-v0koWaza9i .nav-item:focus,
.cid-v0koWaza9i .nav-link:focus {
  outline: none;
}
.cid-v0koWaza9i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0koWaza9i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0koWaza9i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0koWaza9i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0koWaza9i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0koWaza9i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0koWaza9i .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v0koWaza9i .navbar.opened {
  transition: all 0.3s;
}
.cid-v0koWaza9i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0koWaza9i .navbar .navbar-logo img {
  width: auto;
}
.cid-v0koWaza9i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0koWaza9i .navbar.collapsed {
  justify-content: center;
}
.cid-v0koWaza9i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0koWaza9i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0koWaza9i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-v0koWaza9i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0koWaza9i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0koWaza9i .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0koWaza9i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0koWaza9i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0koWaza9i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0koWaza9i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0koWaza9i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0koWaza9i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0koWaza9i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0koWaza9i .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0koWaza9i .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0koWaza9i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0koWaza9i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0koWaza9i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0koWaza9i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0koWaza9i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v0koWaza9i .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v0koWaza9i .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0koWaza9i .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-v0koWaza9i .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0koWaza9i .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0koWaza9i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0koWaza9i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0koWaza9i .dropdown-item.active,
.cid-v0koWaza9i .dropdown-item:active {
  background-color: transparent;
}
.cid-v0koWaza9i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0koWaza9i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0koWaza9i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0koWaza9i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0koWaza9i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0koWaza9i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0koWaza9i ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0koWaza9i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0koWaza9i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0koWaza9i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0koWaza9i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0koWaza9i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0koWaza9i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0koWaza9i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0koWaza9i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0koWaza9i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0koWaza9i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0koWaza9i .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0koWaza9i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0koWaza9i .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0koWaza9i .navbar {
    height: 70px;
  }
  .cid-v0koWaza9i .navbar.opened {
    height: auto;
  }
  .cid-v0koWaza9i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3OsAm6InD {
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-v3OsAm6InD .mbr-overlay {
  background-color: #1f6463;
  opacity: 0.4;
}
.cid-v3OsAm6InD .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-v3OsAm6InD {
    align-items: center;
  }
  .cid-v3OsAm6InD .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v3OsAm6InD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v3OsAm6InD {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v3OsAm6InD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v3OsAm6InD .content-wrap {
    width: 100%;
  }
}
.cid-v3OsAm6InD .mbr-section-title {
  text-align: left;
}
.cid-v3OsAm6InD .mbr-text,
.cid-v3OsAm6InD .mbr-section-btn {
  text-align: left;
}
.cid-v3Otr5N0Mn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #27232c;
  overflow: hidden;
}
.cid-v3Otr5N0Mn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Otr5N0Mn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3Otr5N0Mn .container {
    padding: 0 30px;
  }
}
.cid-v3Otr5N0Mn .card {
  justify-content: center;
}
.cid-v3Otr5N0Mn .image-wrapper {
  position: relative;
  height: 840px;
}
@media (max-width: 992px) {
  .cid-v3Otr5N0Mn .image-wrapper {
    height: 350px;
    margin-bottom: 40px;
  }
}
.cid-v3Otr5N0Mn .image-wrapper img {
  position: absolute;
  width: 550px;
  top: 4rem;
  right: 2rem;
  object-fit: cover;
  right: auto;
  left: 2rem;
  top: 0;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v3Otr5N0Mn .image-wrapper img {
    top: 0;
    left: 0;
  }
}
@media (max-width: 992px) {
  .cid-v3Otr5N0Mn .image-wrapper img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.cid-v3Otr5N0Mn .image-wrapper::before {
  content: '';
  position: absolute;
  top: 4rem;
  right: 2rem;
  width: 118px;
  height: 118px;
  background-image: linear-gradient(45deg, #71eac6 50%, #27232c 50%);
  z-index: 1;
  right: auto;
  left: 2rem;
  background-image: linear-gradient(-45deg, #71eac6 50%, #27232c 50%);
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3Otr5N0Mn .image-wrapper::before {
    top: 0;
    left: 0;
  }
}
@media (max-width: 992px) {
  .cid-v3Otr5N0Mn .image-wrapper::before {
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
  }
}
.cid-v3Otr5N0Mn .image-wrapper a {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cid-v3Otr5N0Mn .content-wrapper {
  padding: 0 120px 0 88px;
  padding: 0 88px 0 120px;
}
@media (max-width: 1440px) {
  .cid-v3Otr5N0Mn .content-wrapper {
    padding: 0 28px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-v3Otr5N0Mn .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-v3Otr5N0Mn .content-wrapper {
    padding: 0 60px 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-v3Otr5N0Mn .content-wrapper {
    padding: 0;
  }
}
.cid-v3Otr5N0Mn .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-v3Otr5N0Mn .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-v3Otr5N0Mn .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-v3Otr5N0Mn .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-v3Otr5N0Mn .content-wrapper .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3Otr5N0Mn .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-v3Otr5N0Mn .content-wrapper .last-text {
  margin-top: 420px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v3Otr5N0Mn .content-wrapper .last-text {
    margin-top: 210px;
  }
}
@media (max-width: 992px) {
  .cid-v3Otr5N0Mn .content-wrapper .last-text {
    margin: 0;
  }
}
.cid-v3Otr5N0Mn .mbr-desc {
  color: #bee0d6;
}
.cid-v3Otr5N0Mn .mbr-text {
  color: #bee0d6;
}
.cid-v0koWeY0YT {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #1f6463;
}
.cid-v0koWeY0YT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0koWeY0YT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0koWeY0YT .container {
    padding: 0 16px;
  }
}
.cid-v0koWeY0YT .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v0koWeY0YT .card {
    margin-bottom: 40px;
  }
}
.cid-v0koWeY0YT .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v0koWeY0YT .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v0koWeY0YT .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-v0koWeY0YT .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0koWeY0YT .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v0koWeY0YT .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-v0koWeY0YT .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v0koWeY0YT .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-v0koWeY0YT .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v0koWeY0YT .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v0koWeY0YT .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v0koWeY0YT .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v0koWeY0YT .mbr-section-title {
  color: #ffffff;
}
.cid-v0koWeY0YT .copyright {
  color: #ffffff;
}
.cid-v0koWeY0YT .mbr-card-title {
  color: #D4FE00;
}
.cid-v0koWeY0YT .list {
  color: #ffffff;
}
.cid-v3V535nw4F {
  z-index: 1000;
  width: 100%;
}
.cid-v3V535nw4F nav.navbar {
  position: fixed;
}
.cid-v3V535nw4F .btn {
  line-height: 1.2;
}
.cid-v3V535nw4F .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3V535nw4F .nav-link {
  position: relative;
}
.cid-v3V535nw4F .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #20ac6b;
}
.cid-v3V535nw4F .nav-link:hover {
  color: #20ac6b !important;
}
.cid-v3V535nw4F .nav-link:hover:before {
  width: 100%;
}
.cid-v3V535nw4F .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3V535nw4F .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3V535nw4F .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3V535nw4F .dropdown-item:hover,
.cid-v3V535nw4F .dropdown-item:focus {
  background: #1f6463 !important;
  color: white !important;
}
.cid-v3V535nw4F .dropdown-item:hover span {
  color: white;
}
.cid-v3V535nw4F .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3V535nw4F .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3V535nw4F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3V535nw4F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-v3V535nw4F .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v3V535nw4F .container {
    flex-wrap: nowrap;
  }
}
.cid-v3V535nw4F .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3V535nw4F .navbar-nav {
  margin: auto;
}
.cid-v3V535nw4F .dropdown-menu,
.cid-v3V535nw4F .navbar.opened {
  background: #ffffff !important;
}
.cid-v3V535nw4F .nav-item:focus,
.cid-v3V535nw4F .nav-link:focus {
  outline: none;
}
.cid-v3V535nw4F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3V535nw4F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3V535nw4F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3V535nw4F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3V535nw4F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3V535nw4F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3V535nw4F .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v3V535nw4F .navbar.opened {
  transition: all 0.3s;
}
.cid-v3V535nw4F .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3V535nw4F .navbar .navbar-logo img {
  width: auto;
}
.cid-v3V535nw4F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3V535nw4F .navbar.collapsed {
  justify-content: center;
}
.cid-v3V535nw4F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3V535nw4F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3V535nw4F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-v3V535nw4F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3V535nw4F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3V535nw4F .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3V535nw4F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3V535nw4F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3V535nw4F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3V535nw4F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3V535nw4F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3V535nw4F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3V535nw4F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3V535nw4F .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3V535nw4F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3V535nw4F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3V535nw4F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3V535nw4F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3V535nw4F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3V535nw4F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v3V535nw4F .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v3V535nw4F .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3V535nw4F .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-v3V535nw4F .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3V535nw4F .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3V535nw4F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3V535nw4F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3V535nw4F .dropdown-item.active,
.cid-v3V535nw4F .dropdown-item:active {
  background-color: transparent;
}
.cid-v3V535nw4F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3V535nw4F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3V535nw4F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3V535nw4F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3V535nw4F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3V535nw4F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3V535nw4F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3V535nw4F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3V535nw4F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v3V535nw4F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3V535nw4F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3V535nw4F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3V535nw4F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3V535nw4F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3V535nw4F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3V535nw4F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3V535nw4F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3V535nw4F .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3V535nw4F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3V535nw4F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3V535nw4F .navbar {
    height: 70px;
  }
  .cid-v3V535nw4F .navbar.opened {
    height: auto;
  }
  .cid-v3V535nw4F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v47LpvXcEO {
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-v47LpvXcEO .mbr-overlay {
  background-color: #1f6463;
  opacity: 0.4;
}
.cid-v47LpvXcEO .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-v47LpvXcEO {
    align-items: center;
  }
  .cid-v47LpvXcEO .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v47LpvXcEO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v47LpvXcEO {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v47LpvXcEO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v47LpvXcEO .content-wrap {
    width: 100%;
  }
}
.cid-v47LpvXcEO .mbr-section-title {
  text-align: left;
}
.cid-v47LpvXcEO .mbr-text,
.cid-v47LpvXcEO .mbr-section-btn {
  text-align: left;
}
.cid-v46PqrZaOw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1f6463;
}
@media (min-width: 992px) {
  .cid-v46PqrZaOw .col-lg-2 {
    width: 20%;
  }
}
.cid-v46PqrZaOw .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v46PqrZaOw .item:hover img,
.cid-v46PqrZaOw .item:hover .item-img {
  border-radius: 0;
}
.cid-v46PqrZaOw img {
  border: 2px solid gray;
}
.cid-v46PqrZaOw img:hover {
  border-color: #1f6463;
}
.cid-v46PqrZaOw img,
.cid-v46PqrZaOw .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v46PqrZaOw .mbr-section-subtitle,
.cid-v46PqrZaOw .item-title {
  margin: 0;
}
.cid-v46PqrZaOw .item:focus,
.cid-v46PqrZaOw span:focus {
  outline: none;
}
.cid-v46PqrZaOw .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v46PqrZaOw .item-content {
  padding-top: 1rem;
}
.cid-v46PqrZaOw .mbr-section-title {
  color: #1f6463;
  text-align: center;
}
.cid-v46PqrZaOw .item-title {
  color: #ffffff;
}
.cid-v46PqrZaOw .item-subtitle {
  color: #ffffff;
}
.cid-v46PqrZaOw .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-v46bxhbtYM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-v46bxhbtYM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v46bxhbtYM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v46bxhbtYM .row {
  margin: 0 -15px;
}
.cid-v46bxhbtYM .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-v46bxhbtYM .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v46bxhbtYM .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v46bxhbtYM .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v46bxhbtYM .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v46bxhbtYM .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-v46bxhbtYM .text-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v46bxhbtYM .text-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v46bxhbtYM .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v46bxhbtYM .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v46bxhbtYM .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v46bxhbtYM .mbr-section-title {
  color: #fefff5;
}
.cid-v46bxhbtYM .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-v46bxhbtYM .mbr-desc {
  color: #fefff5;
}
.cid-v46bxhbtYM .mbr-label {
  color: #fefff5;
}
.cid-v46bxhbtYM .mbr-text {
  color: #fefff5;
}
.cid-v3V537steA {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #1f6463;
}
.cid-v3V537steA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3V537steA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3V537steA .container {
    padding: 0 16px;
  }
}
.cid-v3V537steA .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3V537steA .card {
    margin-bottom: 40px;
  }
}
.cid-v3V537steA .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v3V537steA .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v3V537steA .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-v3V537steA .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3V537steA .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v3V537steA .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-v3V537steA .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v3V537steA .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-v3V537steA .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v3V537steA .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3V537steA .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v3V537steA .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v3V537steA .mbr-section-title {
  color: #ffffff;
}
.cid-v3V537steA .copyright {
  color: #ffffff;
}
.cid-v3V537steA .mbr-card-title {
  color: #D4FE00;
}
.cid-v3V537steA .list {
  color: #ffffff;
}
.cid-v3V6IFqR5R {
  z-index: 1000;
  width: 100%;
}
.cid-v3V6IFqR5R nav.navbar {
  position: fixed;
}
.cid-v3V6IFqR5R .btn {
  line-height: 1.2;
}
.cid-v3V6IFqR5R .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3V6IFqR5R .nav-link {
  position: relative;
}
.cid-v3V6IFqR5R .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #20ac6b;
}
.cid-v3V6IFqR5R .nav-link:hover {
  color: #20ac6b !important;
}
.cid-v3V6IFqR5R .nav-link:hover:before {
  width: 100%;
}
.cid-v3V6IFqR5R .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3V6IFqR5R .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3V6IFqR5R .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3V6IFqR5R .dropdown-item:hover,
.cid-v3V6IFqR5R .dropdown-item:focus {
  background: #1f6463 !important;
  color: white !important;
}
.cid-v3V6IFqR5R .dropdown-item:hover span {
  color: white;
}
.cid-v3V6IFqR5R .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3V6IFqR5R .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3V6IFqR5R .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3V6IFqR5R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-v3V6IFqR5R .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v3V6IFqR5R .container {
    flex-wrap: nowrap;
  }
}
.cid-v3V6IFqR5R .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3V6IFqR5R .navbar-nav {
  margin: auto;
}
.cid-v3V6IFqR5R .dropdown-menu,
.cid-v3V6IFqR5R .navbar.opened {
  background: #ffffff !important;
}
.cid-v3V6IFqR5R .nav-item:focus,
.cid-v3V6IFqR5R .nav-link:focus {
  outline: none;
}
.cid-v3V6IFqR5R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3V6IFqR5R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3V6IFqR5R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3V6IFqR5R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3V6IFqR5R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3V6IFqR5R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3V6IFqR5R .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v3V6IFqR5R .navbar.opened {
  transition: all 0.3s;
}
.cid-v3V6IFqR5R .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3V6IFqR5R .navbar .navbar-logo img {
  width: auto;
}
.cid-v3V6IFqR5R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3V6IFqR5R .navbar.collapsed {
  justify-content: center;
}
.cid-v3V6IFqR5R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3V6IFqR5R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3V6IFqR5R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-v3V6IFqR5R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3V6IFqR5R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3V6IFqR5R .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3V6IFqR5R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3V6IFqR5R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3V6IFqR5R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3V6IFqR5R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3V6IFqR5R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3V6IFqR5R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3V6IFqR5R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3V6IFqR5R .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3V6IFqR5R .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3V6IFqR5R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3V6IFqR5R .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3V6IFqR5R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3V6IFqR5R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3V6IFqR5R .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v3V6IFqR5R .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v3V6IFqR5R .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3V6IFqR5R .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-v3V6IFqR5R .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3V6IFqR5R .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3V6IFqR5R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3V6IFqR5R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3V6IFqR5R .dropdown-item.active,
.cid-v3V6IFqR5R .dropdown-item:active {
  background-color: transparent;
}
.cid-v3V6IFqR5R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3V6IFqR5R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3V6IFqR5R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3V6IFqR5R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3V6IFqR5R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3V6IFqR5R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3V6IFqR5R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3V6IFqR5R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3V6IFqR5R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v3V6IFqR5R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3V6IFqR5R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3V6IFqR5R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3V6IFqR5R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3V6IFqR5R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3V6IFqR5R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3V6IFqR5R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3V6IFqR5R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3V6IFqR5R .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3V6IFqR5R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3V6IFqR5R .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3V6IFqR5R .navbar {
    height: 70px;
  }
  .cid-v3V6IFqR5R .navbar.opened {
    height: auto;
  }
  .cid-v3V6IFqR5R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3V6IGmRFS {
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/plp2031-2000x1125.jpg");
}
.cid-v3V6IGmRFS .mbr-overlay {
  background-color: #1f6463;
  opacity: 0.8;
}
.cid-v3V6IGmRFS .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-v3V6IGmRFS {
    align-items: center;
  }
  .cid-v3V6IGmRFS .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v3V6IGmRFS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v3V6IGmRFS {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v3V6IGmRFS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v3V6IGmRFS .content-wrap {
    width: 100%;
  }
}
.cid-v3V6IGmRFS .mbr-section-title {
  text-align: left;
}
.cid-v3V6IGmRFS .mbr-text,
.cid-v3V6IGmRFS .mbr-section-btn {
  text-align: left;
}
.cid-v3V6YG6EyH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2a7b7a;
}
.cid-v3V6YG6EyH .row {
  flex-direction: row-reverse;
}
.cid-v3V6YG6EyH .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v3V6YG6EyH .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3V6YG6EyH .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v3V6YG6EyH .mbr-card-title {
  color: #ffffff;
}
.cid-v3V6YG6EyH .mbr-card-subtitle {
  color: #ffeb69;
  text-align: left;
}
.cid-v3V6YG6EyH .mbr-text,
.cid-v3V6YG6EyH .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v3V6YG6EyH .row {
  align-items: center;
}
.cid-v3VikXnraP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v3VikXnraP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3VikXnraP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3VikXnraP .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3VikXnraP .timeline-element {
  position: relative;
}
.cid-v3VikXnraP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3VikXnraP .iconBackground {
  position: absolute;
  left: 33.33%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #1f6463;
  top: 30px;
  margin-left: -9px;
  padding: 0;
}
.cid-v3VikXnraP .separline:before {
  top: 50px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #1f6463;
  left: 33.33%;
  height: calc(100% + 30px);
}
@media (max-width: 767px) {
  .cid-v3VikXnraP .iconBackground {
    left: 15px !important;
  }
  .cid-v3VikXnraP .separline:before {
    left: 15px !important;
  }
}
.cid-v3VikXnraP .mbr-section-title,
.cid-v3VikXnraP .mbr-section-subtitle {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v3VikXnraP .time-line-date-content {
    margin-left: 1rem;
  }
  .cid-v3VikXnraP .time-line-date-content .mbr-timeline-date {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-v3VikXnraP .time-line-date-content {
    margin-right: 1rem;
  }
  .cid-v3VikXnraP .time-line-date-content .mbr-timeline-date {
    text-align: right;
  }
}
.cid-v3VikXnraP .timeline-text-content {
  margin-left: 2rem;
}
.cid-v3VikXnraP .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-v3VikXnraP .mbr-timeline-date {
  text-align: justify;
}
.cid-v3VikXnraP .mbr-text {
  color: #000000;
}
.cid-v3VikXnraP .mbr-section-title {
  color: #1f6463;
}
.cid-v3V6IGY7Ci {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #1f6463;
}
.cid-v3V6IGY7Ci .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3V6IGY7Ci .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3V6IGY7Ci .container {
    padding: 0 16px;
  }
}
.cid-v3V6IGY7Ci .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3V6IGY7Ci .card {
    margin-bottom: 40px;
  }
}
.cid-v3V6IGY7Ci .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v3V6IGY7Ci .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v3V6IGY7Ci .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-v3V6IGY7Ci .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3V6IGY7Ci .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v3V6IGY7Ci .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-v3V6IGY7Ci .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v3V6IGY7Ci .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-v3V6IGY7Ci .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v3V6IGY7Ci .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3V6IGY7Ci .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v3V6IGY7Ci .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v3V6IGY7Ci .mbr-section-title {
  color: #ffffff;
}
.cid-v3V6IGY7Ci .copyright {
  color: #ffffff;
}
.cid-v3V6IGY7Ci .mbr-card-title {
  color: #D4FE00;
}
.cid-v3V6IGY7Ci .list {
  color: #ffffff;
}
.cid-v46kfxS0L0 {
  z-index: 1000;
  width: 100%;
}
.cid-v46kfxS0L0 nav.navbar {
  position: fixed;
}
.cid-v46kfxS0L0 .btn {
  line-height: 1.2;
}
.cid-v46kfxS0L0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v46kfxS0L0 .nav-link {
  position: relative;
}
.cid-v46kfxS0L0 .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #20ac6b;
}
.cid-v46kfxS0L0 .nav-link:hover {
  color: #20ac6b !important;
}
.cid-v46kfxS0L0 .nav-link:hover:before {
  width: 100%;
}
.cid-v46kfxS0L0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v46kfxS0L0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v46kfxS0L0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v46kfxS0L0 .dropdown-item:hover,
.cid-v46kfxS0L0 .dropdown-item:focus {
  background: #1f6463 !important;
  color: white !important;
}
.cid-v46kfxS0L0 .dropdown-item:hover span {
  color: white;
}
.cid-v46kfxS0L0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v46kfxS0L0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v46kfxS0L0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v46kfxS0L0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-v46kfxS0L0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v46kfxS0L0 .container {
    flex-wrap: nowrap;
  }
}
.cid-v46kfxS0L0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v46kfxS0L0 .navbar-nav {
  margin: auto;
}
.cid-v46kfxS0L0 .dropdown-menu,
.cid-v46kfxS0L0 .navbar.opened {
  background: #ffffff !important;
}
.cid-v46kfxS0L0 .nav-item:focus,
.cid-v46kfxS0L0 .nav-link:focus {
  outline: none;
}
.cid-v46kfxS0L0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v46kfxS0L0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v46kfxS0L0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v46kfxS0L0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v46kfxS0L0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v46kfxS0L0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v46kfxS0L0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v46kfxS0L0 .navbar.opened {
  transition: all 0.3s;
}
.cid-v46kfxS0L0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v46kfxS0L0 .navbar .navbar-logo img {
  width: auto;
}
.cid-v46kfxS0L0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v46kfxS0L0 .navbar.collapsed {
  justify-content: center;
}
.cid-v46kfxS0L0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v46kfxS0L0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v46kfxS0L0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-v46kfxS0L0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v46kfxS0L0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v46kfxS0L0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v46kfxS0L0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v46kfxS0L0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v46kfxS0L0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v46kfxS0L0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v46kfxS0L0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v46kfxS0L0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v46kfxS0L0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v46kfxS0L0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v46kfxS0L0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v46kfxS0L0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v46kfxS0L0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v46kfxS0L0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v46kfxS0L0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v46kfxS0L0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v46kfxS0L0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v46kfxS0L0 .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v46kfxS0L0 .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-v46kfxS0L0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v46kfxS0L0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v46kfxS0L0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v46kfxS0L0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v46kfxS0L0 .dropdown-item.active,
.cid-v46kfxS0L0 .dropdown-item:active {
  background-color: transparent;
}
.cid-v46kfxS0L0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v46kfxS0L0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v46kfxS0L0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v46kfxS0L0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v46kfxS0L0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v46kfxS0L0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v46kfxS0L0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v46kfxS0L0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v46kfxS0L0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v46kfxS0L0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v46kfxS0L0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v46kfxS0L0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v46kfxS0L0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v46kfxS0L0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v46kfxS0L0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v46kfxS0L0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v46kfxS0L0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v46kfxS0L0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v46kfxS0L0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v46kfxS0L0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v46kfxS0L0 .navbar {
    height: 70px;
  }
  .cid-v46kfxS0L0 .navbar.opened {
    height: auto;
  }
  .cid-v46kfxS0L0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v46kfyKnYf {
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-v46kfyKnYf .mbr-overlay {
  background-color: #1f6463;
  opacity: 0.4;
}
.cid-v46kfyKnYf .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-v46kfyKnYf {
    align-items: center;
  }
  .cid-v46kfyKnYf .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v46kfyKnYf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v46kfyKnYf {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v46kfyKnYf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v46kfyKnYf .content-wrap {
    width: 100%;
  }
}
.cid-v46kfyKnYf .mbr-section-title {
  text-align: left;
}
.cid-v46kfyKnYf .mbr-text,
.cid-v46kfyKnYf .mbr-section-btn {
  text-align: left;
}
.cid-v46kx29Qml {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #22654e;
}
.cid-v46kx29Qml .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-v46kx29Qml .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-v46kx29Qml .mbr-fallback-image.disabled {
  display: none;
}
.cid-v46kx29Qml .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v46kx29Qml .container {
    padding: 0 30px;
  }
}
.cid-v46kx29Qml .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-v46kx29Qml .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v46kx29Qml .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v46kx29Qml .text-wrapper {
  border-left: 1px solid #c7fcb5;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-v46kx29Qml .text-wrapper {
    padding-left: 20px;
  }
}
.cid-v46kx29Qml .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v46kx29Qml .mbr-section-title {
  color: #ffffff;
}
.cid-v46kx29Qml .mbr-text {
  color: #ffffff;
}
.cid-v46Om9aYZD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v46Om9aYZD .col-title {
    margin-bottom: 20px;
  }
}
.cid-v46Om9aYZD .mbr-section-title {
  color: #1f6463;
  text-align: justify;
}
.cid-v46Om9aYZD .mbr-section-subtitle {
  color: #000000;
  margin-top: 24px;
}
.cid-v46Om9aYZD .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-v46Om9aYZD .mbr-text {
  line-height: 1.2;
}
.cid-v46Om9aYZD .mbr-text1 {
  color: #1f6463;
}
.cid-v46Om9aYZD .mbr-text2 {
  color: #0046c7;
}
.cid-v46Om9aYZD .mbr-text3 {
  color: #000000;
}
.cid-v7RPGm2l7Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-v7RPGm2l7Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7RPGm2l7Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7RPGm2l7Y .text-container {
  background-color: #1f6463;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-v7RPGm2l7Y .text-container {
    margin: 0 5%;
  }
}
.cid-v7RPGm2l7Y .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-v7RPGm2l7Y .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-v7RPGm2l7Y .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-v7RPGm2l7Y .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-v7RPGm2l7Y .mbr-text {
  color: #e8e8e8;
}
.cid-v7RPGm2l7Y .mbr-desc,
.cid-v7RPGm2l7Y .mbr-iconfont {
  color: #e8e8e8;
}
.cid-v7RPGm2l7Y .mbr-text,
.cid-v7RPGm2l7Y .text-container {
  text-align: center;
}
.cid-v46kfAgU8U {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #1f6463;
}
.cid-v46kfAgU8U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v46kfAgU8U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v46kfAgU8U .container {
    padding: 0 16px;
  }
}
.cid-v46kfAgU8U .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v46kfAgU8U .card {
    margin-bottom: 40px;
  }
}
.cid-v46kfAgU8U .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v46kfAgU8U .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v46kfAgU8U .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-v46kfAgU8U .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v46kfAgU8U .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v46kfAgU8U .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-v46kfAgU8U .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v46kfAgU8U .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-v46kfAgU8U .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v46kfAgU8U .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v46kfAgU8U .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v46kfAgU8U .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v46kfAgU8U .mbr-section-title {
  color: #ffffff;
}
.cid-v46kfAgU8U .copyright {
  color: #ffffff;
}
.cid-v46kfAgU8U .mbr-card-title {
  color: #D4FE00;
}
.cid-v46kfAgU8U .list {
  color: #ffffff;
}
.cid-v460hzID9o {
  z-index: 1000;
  width: 100%;
}
.cid-v460hzID9o nav.navbar {
  position: fixed;
}
.cid-v460hzID9o .btn {
  line-height: 1.2;
}
.cid-v460hzID9o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v460hzID9o .nav-link {
  position: relative;
}
.cid-v460hzID9o .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #20ac6b;
}
.cid-v460hzID9o .nav-link:hover {
  color: #20ac6b !important;
}
.cid-v460hzID9o .nav-link:hover:before {
  width: 100%;
}
.cid-v460hzID9o .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v460hzID9o .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v460hzID9o .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v460hzID9o .dropdown-item:hover,
.cid-v460hzID9o .dropdown-item:focus {
  background: #1f6463 !important;
  color: white !important;
}
.cid-v460hzID9o .dropdown-item:hover span {
  color: white;
}
.cid-v460hzID9o .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v460hzID9o .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v460hzID9o .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v460hzID9o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-v460hzID9o .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v460hzID9o .container {
    flex-wrap: nowrap;
  }
}
.cid-v460hzID9o .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v460hzID9o .navbar-nav {
  margin: auto;
}
.cid-v460hzID9o .dropdown-menu,
.cid-v460hzID9o .navbar.opened {
  background: #ffffff !important;
}
.cid-v460hzID9o .nav-item:focus,
.cid-v460hzID9o .nav-link:focus {
  outline: none;
}
.cid-v460hzID9o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v460hzID9o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v460hzID9o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v460hzID9o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v460hzID9o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v460hzID9o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v460hzID9o .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v460hzID9o .navbar.opened {
  transition: all 0.3s;
}
.cid-v460hzID9o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v460hzID9o .navbar .navbar-logo img {
  width: auto;
}
.cid-v460hzID9o .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v460hzID9o .navbar.collapsed {
  justify-content: center;
}
.cid-v460hzID9o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v460hzID9o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v460hzID9o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-v460hzID9o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v460hzID9o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v460hzID9o .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v460hzID9o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v460hzID9o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v460hzID9o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v460hzID9o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v460hzID9o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v460hzID9o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v460hzID9o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v460hzID9o .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v460hzID9o .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v460hzID9o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v460hzID9o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v460hzID9o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v460hzID9o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v460hzID9o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v460hzID9o .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v460hzID9o .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v460hzID9o .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-v460hzID9o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v460hzID9o .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v460hzID9o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v460hzID9o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v460hzID9o .dropdown-item.active,
.cid-v460hzID9o .dropdown-item:active {
  background-color: transparent;
}
.cid-v460hzID9o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v460hzID9o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v460hzID9o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v460hzID9o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v460hzID9o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v460hzID9o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v460hzID9o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v460hzID9o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v460hzID9o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v460hzID9o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v460hzID9o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v460hzID9o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v460hzID9o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v460hzID9o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v460hzID9o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v460hzID9o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v460hzID9o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v460hzID9o .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v460hzID9o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v460hzID9o .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v460hzID9o .navbar {
    height: 70px;
  }
  .cid-v460hzID9o .navbar.opened {
    height: auto;
  }
  .cid-v460hzID9o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v460hAqXDZ {
  display: flex;
  padding-top: 165px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1920x1203.jpg");
}
.cid-v460hAqXDZ .mbr-overlay {
  background-color: #1f6463;
  opacity: 0.4;
}
.cid-v460hAqXDZ .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-v460hAqXDZ {
    align-items: center;
  }
  .cid-v460hAqXDZ .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v460hAqXDZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v460hAqXDZ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v460hAqXDZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v460hAqXDZ .content-wrap {
    width: 100%;
  }
}
.cid-v460hAqXDZ .mbr-section-title {
  text-align: left;
}
.cid-v460hAqXDZ .mbr-text,
.cid-v460hAqXDZ .mbr-section-btn {
  text-align: left;
}
.cid-v46dGVOFXe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1f6463;
}
.cid-v46dGVOFXe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v46dGVOFXe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v46dGVOFXe .card-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-v46dGVOFXe .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v46dGVOFXe .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-v46dGVOFXe .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-v46dGVOFXe .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v46dGVOFXe .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-v46dGVOFXe .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-v46dGVOFXe .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-v46dGVOFXe .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v46dGVOFXe .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v46dGVOFXe .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-v46dGVOFXe .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v46dGVOFXe .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v46dGVOFXe .mbr-label,
.cid-v46dGVOFXe .label-wrapper {
  color: #2e481a;
  text-align: center;
}
.cid-v46dGVOFXe .mbr-section-title {
  color: #f5f8ff;
}
.cid-v46dGVOFXe .mbr-text,
.cid-v46dGVOFXe .text-wrapper {
  color: #232323;
  text-align: center;
}
.cid-v46dGVOFXe .mbr-section-title,
.cid-v46dGVOFXe .mbr-section-btn {
  text-align: center;
}
.cid-v46dGVOFXe .mbr-section-title,
.cid-v46dGVOFXe .mbr-section-btn,
.cid-v46dGVOFXe .title-wrapper {
  color: #1f6463;
}
.cid-v4oLpyu3a3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v4oLpyu3a3 .col-lg-2 {
    width: 20%;
  }
}
.cid-v4oLpyu3a3 .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v4oLpyu3a3 .item:hover img,
.cid-v4oLpyu3a3 .item:hover .item-img {
  border-radius: 0;
}
.cid-v4oLpyu3a3 img {
  border: 2px solid gray;
}
.cid-v4oLpyu3a3 img:hover {
  border-color: #1f6463;
}
.cid-v4oLpyu3a3 img,
.cid-v4oLpyu3a3 .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v4oLpyu3a3 .mbr-section-subtitle,
.cid-v4oLpyu3a3 .item-title {
  margin: 0;
}
.cid-v4oLpyu3a3 .item:focus,
.cid-v4oLpyu3a3 span:focus {
  outline: none;
}
.cid-v4oLpyu3a3 .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v4oLpyu3a3 .item-content {
  padding-top: 1rem;
}
.cid-v4oLpyu3a3 .mbr-section-title {
  color: #1f6463;
  text-align: center;
}
.cid-v4oLpyu3a3 .item-title {
  color: #1f6463;
}
.cid-v4oLpyu3a3 .item-subtitle {
  color: #666666;
}
.cid-v4oLpyu3a3 .mbr-section-subtitle {
  color: #666666;
  text-align: center;
}
.cid-v4oLjY4vOs {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f4f4f4;
}
.cid-v4oLjY4vOs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4oLjY4vOs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4oLjY4vOs .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v4oLjY4vOs .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v4oLjY4vOs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 462px;
  max-width: 462px;
}
@media (max-width: 767px) {
  .cid-v4oLjY4vOs .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v4oLjY4vOs .embla__slide .slide-content {
  width: 100%;
}
.cid-v4oLjY4vOs .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-v4oLjY4vOs .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-v4oLjY4vOs .embla__slide .slide-content .item-wrapper .item-img img {
  height: 460px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v4oLjY4vOs .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v4oLjY4vOs .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding-right: 25px;
}
@media (max-width: 992px) {
  .cid-v4oLjY4vOs .embla__slide .slide-content .item-wrapper .item-content {
    padding-right: 0;
  }
}
.cid-v4oLjY4vOs .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
  border-bottom: 1px solid #bac0cc;
  padding-bottom: 20px;
}
.cid-v4oLjY4vOs .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-v4oLjY4vOs .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v4oLjY4vOs .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4oLjY4vOs .embla__button--next,
.cid-v4oLjY4vOs .embla__button--prev {
  display: flex;
}
.cid-v4oLjY4vOs .embla__button {
  top: 0;
  width: 54px;
  height: 42px;
  font-size: 22px;
  background-color: #1f6463 !important;
  color: #f4f4f4 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: -5rem;
}
@media (max-width: 992px) {
  .cid-v4oLjY4vOs .embla__button {
    top: 0;
  }
}
.cid-v4oLjY4vOs .embla__button:hover {
  opacity: .6 !important;
}
.cid-v4oLjY4vOs .embla__button.embla__button--prev {
  right: 76px;
}
@media (max-width: 768px) {
  .cid-v4oLjY4vOs .embla__button.embla__button--prev {
    right: 64px;
  }
}
.cid-v4oLjY4vOs .embla__button.embla__button--next {
  right: 12px;
}
@media (max-width: 768px) {
  .cid-v4oLjY4vOs .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-v4oLjY4vOs .embla {
  position: relative;
  width: 100%;
  padding-top: 5rem;
  padding-top: 0;
}
@media (max-width: 992px) {
  .cid-v4oLjY4vOs .embla {
    padding-top: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-v4oLjY4vOs .embla {
    padding-top: 4rem;
  }
}
.cid-v4oLjY4vOs .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v4oLjY4vOs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v4oLjY4vOs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v4oLjY4vOs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v4oLjY4vOs .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v4oLjY4vOs .mbr-section-title {
  color: #093388;
}
.cid-v4oLjY4vOs .item-name {
  color: #093388;
}
.cid-v4oLjY4vOs .item-role {
  color: #58595b;
}
.cid-v4oLjY4vOs .item-number {
  color: #f4f4f4;
}
.cid-v4oLjY4vOs .mbr-section-title,
.cid-v4oLjY4vOs .title-wrapper {
  color: #1f6463;
  text-align: right;
}
.cid-v4R4DXj2TH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v4R4DXj2TH .col-lg-2 {
    width: 20%;
  }
}
.cid-v4R4DXj2TH .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v4R4DXj2TH .item:hover img,
.cid-v4R4DXj2TH .item:hover .item-img {
  border-radius: 0;
}
.cid-v4R4DXj2TH img {
  border: 2px solid gray;
}
.cid-v4R4DXj2TH img:hover {
  border-color: #1f6463;
}
.cid-v4R4DXj2TH img,
.cid-v4R4DXj2TH .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v4R4DXj2TH .mbr-section-subtitle,
.cid-v4R4DXj2TH .item-title {
  margin: 0;
}
.cid-v4R4DXj2TH .item:focus,
.cid-v4R4DXj2TH span:focus {
  outline: none;
}
.cid-v4R4DXj2TH .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v4R4DXj2TH .item-content {
  padding-top: 1rem;
}
.cid-v4R4DXj2TH .mbr-section-title {
  color: #1f6463;
  text-align: center;
}
.cid-v4R4DXj2TH .item-title {
  color: #000000;
}
.cid-v4R4DXj2TH .item-subtitle {
  color: #666666;
}
.cid-v4R4DXj2TH .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-v460hBzBqa {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #1f6463;
}
.cid-v460hBzBqa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v460hBzBqa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v460hBzBqa .container {
    padding: 0 16px;
  }
}
.cid-v460hBzBqa .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v460hBzBqa .card {
    margin-bottom: 40px;
  }
}
.cid-v460hBzBqa .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v460hBzBqa .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v460hBzBqa .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-v460hBzBqa .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v460hBzBqa .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v460hBzBqa .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-v460hBzBqa .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v460hBzBqa .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-v460hBzBqa .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v460hBzBqa .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v460hBzBqa .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v460hBzBqa .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v460hBzBqa .mbr-section-title {
  color: #ffffff;
}
.cid-v460hBzBqa .copyright {
  color: #ffffff;
}
.cid-v460hBzBqa .mbr-card-title {
  color: #D4FE00;
}
.cid-v460hBzBqa .list {
  color: #ffffff;
}
.cid-v47SQXs8Wd {
  z-index: 1000;
  width: 100%;
}
.cid-v47SQXs8Wd nav.navbar {
  position: fixed;
}
.cid-v47SQXs8Wd .btn {
  line-height: 1.2;
}
.cid-v47SQXs8Wd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v47SQXs8Wd .nav-link {
  position: relative;
}
.cid-v47SQXs8Wd .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #20ac6b;
}
.cid-v47SQXs8Wd .nav-link:hover {
  color: #20ac6b !important;
}
.cid-v47SQXs8Wd .nav-link:hover:before {
  width: 100%;
}
.cid-v47SQXs8Wd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v47SQXs8Wd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v47SQXs8Wd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v47SQXs8Wd .dropdown-item:hover,
.cid-v47SQXs8Wd .dropdown-item:focus {
  background: #1f6463 !important;
  color: white !important;
}
.cid-v47SQXs8Wd .dropdown-item:hover span {
  color: white;
}
.cid-v47SQXs8Wd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v47SQXs8Wd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v47SQXs8Wd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v47SQXs8Wd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-v47SQXs8Wd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v47SQXs8Wd .container {
    flex-wrap: nowrap;
  }
}
.cid-v47SQXs8Wd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v47SQXs8Wd .navbar-nav {
  margin: auto;
}
.cid-v47SQXs8Wd .dropdown-menu,
.cid-v47SQXs8Wd .navbar.opened {
  background: #ffffff !important;
}
.cid-v47SQXs8Wd .nav-item:focus,
.cid-v47SQXs8Wd .nav-link:focus {
  outline: none;
}
.cid-v47SQXs8Wd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v47SQXs8Wd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v47SQXs8Wd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v47SQXs8Wd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v47SQXs8Wd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v47SQXs8Wd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v47SQXs8Wd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v47SQXs8Wd .navbar.opened {
  transition: all 0.3s;
}
.cid-v47SQXs8Wd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v47SQXs8Wd .navbar .navbar-logo img {
  width: auto;
}
.cid-v47SQXs8Wd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v47SQXs8Wd .navbar.collapsed {
  justify-content: center;
}
.cid-v47SQXs8Wd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v47SQXs8Wd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v47SQXs8Wd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-v47SQXs8Wd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v47SQXs8Wd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v47SQXs8Wd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v47SQXs8Wd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v47SQXs8Wd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v47SQXs8Wd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v47SQXs8Wd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v47SQXs8Wd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v47SQXs8Wd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v47SQXs8Wd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v47SQXs8Wd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v47SQXs8Wd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v47SQXs8Wd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v47SQXs8Wd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v47SQXs8Wd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v47SQXs8Wd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v47SQXs8Wd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v47SQXs8Wd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v47SQXs8Wd .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v47SQXs8Wd .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-v47SQXs8Wd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v47SQXs8Wd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v47SQXs8Wd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v47SQXs8Wd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v47SQXs8Wd .dropdown-item.active,
.cid-v47SQXs8Wd .dropdown-item:active {
  background-color: transparent;
}
.cid-v47SQXs8Wd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v47SQXs8Wd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v47SQXs8Wd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v47SQXs8Wd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v47SQXs8Wd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v47SQXs8Wd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v47SQXs8Wd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v47SQXs8Wd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v47SQXs8Wd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v47SQXs8Wd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v47SQXs8Wd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v47SQXs8Wd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v47SQXs8Wd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v47SQXs8Wd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v47SQXs8Wd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v47SQXs8Wd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v47SQXs8Wd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v47SQXs8Wd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v47SQXs8Wd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v47SQXs8Wd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v47SQXs8Wd .navbar {
    height: 70px;
  }
  .cid-v47SQXs8Wd .navbar.opened {
    height: auto;
  }
  .cid-v47SQXs8Wd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4tHXJeizg {
  display: flex;
  padding-top: 150px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background2-1.jpg");
}
.cid-v4tHXJeizg .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-v4tHXJeizg .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-v4tHXJeizg {
    align-items: center;
  }
  .cid-v4tHXJeizg .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4tHXJeizg .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4tHXJeizg {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4tHXJeizg .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4tHXJeizg .content-wrap {
    width: 100%;
  }
}
.cid-v4tHXJeizg .mbr-section-title {
  text-align: left;
}
.cid-v4tHXJeizg .mbr-text,
.cid-v4tHXJeizg .mbr-section-btn {
  text-align: left;
  color: #edefeb;
}
.cid-v47WqWF2oy {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v47WqWF2oy .mbr-section-head {
  max-width: 800px;
}
@media (min-width: 1400px) {
  .cid-v47WqWF2oy .mbr-section-head {
    padding: 0 2rem;
  }
}
.cid-v47WqWF2oy .social {
  display: inline-flex;
  align-items: center;
}
.cid-v47WqWF2oy .social .socicon {
  padding-right: 0.6rem;
  color: #1f6463;
  font-size: 1.2rem;
}
.cid-v47WqWF2oy .soc-wrapper {
  width: 100%;
}
.cid-v47WqWF2oy .item-wrapper {
  border-top: 1px solid #efefef;
  padding-top: 2rem;
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v47WqWF2oy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-v47WqWF2oy .item {
    padding: 0 3rem;
  }
}
.cid-v47WqWF2oy img,
.cid-v47WqWF2oy .item-img {
  width: 100%;
  padding-bottom: 1rem;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v47WqWF2oy .item:focus,
.cid-v47WqWF2oy span:focus {
  outline: none;
}
.cid-v47WqWF2oy .mbr-section-title {
  color: #1f6463;
}
.cid-v47WqWF2oy .mbr-text,
.cid-v47WqWF2oy .mbr-section-btn {
  color: #353535;
}
.cid-v47WqWF2oy .mbr-section-subtitle {
  color: #353535;
}
.cid-v4oCRTyFEK {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #1d5356;
}
.cid-v4oCRTyFEK .mbr-text,
.cid-v4oCRTyFEK .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-v4oCRTyFEK .mbr-text,
  .cid-v4oCRTyFEK .mbr-section-title {
    text-align: center;
  }
}
.cid-v4oCRTyFEK img {
  border-radius: 50%;
  aspect-ratio: 1;
  object-fit: cover;
}
@media (min-width: 1400px) {
  .cid-v4oCRTyFEK .mbr-form {
    padding-right: 1.5rem;
  }
}
.cid-v4oCRTyFEK .btn {
  padding: 1rem 3rem;
  border-radius: 3rem;
}
.cid-v4oCRTyFEK input,
.cid-v4oCRTyFEK textarea {
  background: transparent;
  border: none !important;
  border-bottom: 2px solid white !important;
  box-shadow: none;
  padding: 1rem;
  border-radius: 0;
  color: white;
}
.cid-v4oCRTyFEK input:hover,
.cid-v4oCRTyFEK textarea:hover,
.cid-v4oCRTyFEK input:active,
.cid-v4oCRTyFEK textarea:active,
.cid-v4oCRTyFEK input:focus-within,
.cid-v4oCRTyFEK textarea:focus-within {
  border: none !important;
  box-shadow: none;
  color: white;
  background: transparent;
  border-bottom: 2px solid white !important;
}
.cid-v4oCRTyFEK input::placeholder,
.cid-v4oCRTyFEK textarea::placeholder {
  color: white;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .cid-v4oCRTyFEK .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v4oCRTyFEK .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v4oCRTyFEK .justify-content-center {
  align-items: center;
}
.cid-v4oCRTyFEK .mbr-section-title {
  color: #ffffff;
}
.cid-v47SR0u7dY {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #1f6463;
}
.cid-v47SR0u7dY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v47SR0u7dY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v47SR0u7dY .container {
    padding: 0 16px;
  }
}
.cid-v47SR0u7dY .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v47SR0u7dY .card {
    margin-bottom: 40px;
  }
}
.cid-v47SR0u7dY .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v47SR0u7dY .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v47SR0u7dY .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-v47SR0u7dY .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v47SR0u7dY .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v47SR0u7dY .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-v47SR0u7dY .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v47SR0u7dY .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-v47SR0u7dY .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v47SR0u7dY .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v47SR0u7dY .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v47SR0u7dY .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v47SR0u7dY .mbr-section-title {
  color: #ffffff;
}
.cid-v47SR0u7dY .copyright {
  color: #ffffff;
}
.cid-v47SR0u7dY .mbr-card-title {
  color: #D4FE00;
}
.cid-v47SR0u7dY .list {
  color: #ffffff;
}
.cid-v4oShFuoLC {
  z-index: 1000;
  width: 100%;
}
.cid-v4oShFuoLC nav.navbar {
  position: fixed;
}
.cid-v4oShFuoLC .btn {
  line-height: 1.2;
}
.cid-v4oShFuoLC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4oShFuoLC .nav-link {
  position: relative;
}
.cid-v4oShFuoLC .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #20ac6b;
}
.cid-v4oShFuoLC .nav-link:hover {
  color: #20ac6b !important;
}
.cid-v4oShFuoLC .nav-link:hover:before {
  width: 100%;
}
.cid-v4oShFuoLC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4oShFuoLC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4oShFuoLC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4oShFuoLC .dropdown-item:hover,
.cid-v4oShFuoLC .dropdown-item:focus {
  background: #1f6463 !important;
  color: white !important;
}
.cid-v4oShFuoLC .dropdown-item:hover span {
  color: white;
}
.cid-v4oShFuoLC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4oShFuoLC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4oShFuoLC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4oShFuoLC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-v4oShFuoLC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v4oShFuoLC .container {
    flex-wrap: nowrap;
  }
}
.cid-v4oShFuoLC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4oShFuoLC .navbar-nav {
  margin: auto;
}
.cid-v4oShFuoLC .dropdown-menu,
.cid-v4oShFuoLC .navbar.opened {
  background: #ffffff !important;
}
.cid-v4oShFuoLC .nav-item:focus,
.cid-v4oShFuoLC .nav-link:focus {
  outline: none;
}
.cid-v4oShFuoLC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4oShFuoLC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4oShFuoLC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4oShFuoLC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4oShFuoLC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4oShFuoLC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4oShFuoLC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v4oShFuoLC .navbar.opened {
  transition: all 0.3s;
}
.cid-v4oShFuoLC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4oShFuoLC .navbar .navbar-logo img {
  width: auto;
}
.cid-v4oShFuoLC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4oShFuoLC .navbar.collapsed {
  justify-content: center;
}
.cid-v4oShFuoLC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4oShFuoLC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4oShFuoLC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-v4oShFuoLC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4oShFuoLC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4oShFuoLC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4oShFuoLC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4oShFuoLC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4oShFuoLC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4oShFuoLC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4oShFuoLC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4oShFuoLC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4oShFuoLC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4oShFuoLC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4oShFuoLC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4oShFuoLC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4oShFuoLC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4oShFuoLC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4oShFuoLC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4oShFuoLC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v4oShFuoLC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v4oShFuoLC .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4oShFuoLC .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-v4oShFuoLC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4oShFuoLC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4oShFuoLC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4oShFuoLC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4oShFuoLC .dropdown-item.active,
.cid-v4oShFuoLC .dropdown-item:active {
  background-color: transparent;
}
.cid-v4oShFuoLC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4oShFuoLC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4oShFuoLC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4oShFuoLC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4oShFuoLC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4oShFuoLC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4oShFuoLC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4oShFuoLC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4oShFuoLC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v4oShFuoLC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4oShFuoLC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4oShFuoLC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4oShFuoLC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4oShFuoLC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4oShFuoLC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4oShFuoLC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4oShFuoLC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4oShFuoLC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4oShFuoLC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4oShFuoLC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4oShFuoLC .navbar {
    height: 70px;
  }
  .cid-v4oShFuoLC .navbar.opened {
    height: auto;
  }
  .cid-v4oShFuoLC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4oShGmM3b {
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/image4-701x325.jpg");
}
.cid-v4oShGmM3b .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-v4oShGmM3b .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-v4oShGmM3b {
    align-items: center;
  }
  .cid-v4oShGmM3b .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4oShGmM3b .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4oShGmM3b {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4oShGmM3b .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4oShGmM3b .content-wrap {
    width: 100%;
  }
}
.cid-v4oShGmM3b .mbr-section-title {
  text-align: left;
}
.cid-v4oShGmM3b .mbr-text,
.cid-v4oShGmM3b .mbr-section-btn {
  text-align: left;
  color: #edefeb;
}
.cid-v4tJQqsy80 {
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background2-1.jpg");
}
.cid-v4tJQqsy80 .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-v4tJQqsy80 .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-v4tJQqsy80 {
    align-items: center;
  }
  .cid-v4tJQqsy80 .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4tJQqsy80 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4tJQqsy80 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4tJQqsy80 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4tJQqsy80 .content-wrap {
    width: 100%;
  }
}
.cid-v4tJQqsy80 .mbr-section-title {
  text-align: left;
}
.cid-v4tJQqsy80 .mbr-text,
.cid-v4tJQqsy80 .mbr-section-btn {
  text-align: left;
  color: #edefeb;
}
.cid-v4oShH6YvD {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v4oShH6YvD input,
.cid-v4oShH6YvD 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-v4oShH6YvD input:focus,
.cid-v4oShH6YvD textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-v4oShH6YvD .form-control,
.cid-v4oShH6YvD .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-v4oShH6YvD input::-webkit-input-placeholder,
.cid-v4oShH6YvD textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-v4oShH6YvD input:-moz-placeholder,
.cid-v4oShH6YvD textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-v4oShH6YvD .jq-selectbox li,
.cid-v4oShH6YvD .jq-selectbox li {
  background-color: #ffffff;
}
.cid-v4oShH6YvD .jq-selectbox li:hover,
.cid-v4oShH6YvD .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-v4oShH6YvD .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-v4oShH6YvD .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-v4oShH6YvD .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-v4oShH6YvD .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-v4oShH6YvD .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-v4oShH6YvD .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-v4oShH6YvD .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-v4oShH6YvD .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-v4oShH6YvD .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-v4oShH6YvD .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-v4oShH6YvD .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-v4oShH6YvD .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-v4oShH6YvD .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-v4oShH6YvD .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: #4f87fb;
  margin-right: 10px;
}
.cid-v4oShH6YvD .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-v4oShH6YvD .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-v4oShH6YvD .entry-content .text-box {
  padding: 0rem;
}
.cid-v4oShH6YvD .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-v4oShH6YvD .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-v4oShH6YvD .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-v4oShH6YvD .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-v4oShH6YvD .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-v4oShH6YvD .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-v4oShH6YvD .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-v4oShH6YvD .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-v4oShH6YvD .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 #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-v4oShH6YvD .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-v4oShH6YvD .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v4oShH6YvD .entry-content .contact {
  margin-top: 30px;
}
.cid-v4oShH6YvD .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-v4oShH6YvD .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-v4oShH6YvD .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-v4oShH6YvD .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-v4oShH6YvD .entry-content .contact .btn-black:hover {
  background-color: #1f6463 !important;
  border-color: #1f6463 !important;
}
.cid-v4oShH6YvD .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-v4oShH6YvD .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-v4oShH6YvD .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-v4oShH6YvD .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-v4oShH6YvD .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-v4oShH6YvD .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-v4oShH6YvD .progress_elements .progress1 progress::after {
  left: 80%;
  border: 3px solid #4f87fb;
}
.cid-v4oShH6YvD .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-v4oShH6YvD .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-v4oShH6YvD .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-v4oShH6YvD progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-v4oShH6YvD .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4oShH6YvD .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4oShH6YvD .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4oShH6YvD .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4oShH6YvD .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-v4oShH6YvD .progressbar-title p {
  color: #6d7a8c;
}
.cid-v4oShH6YvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4oShH6YvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4oShH6YvD .entry-content .text-box .doc-descr {
  color: #232323;
}
.cid-v4oShH6YvD .entry-content .text-box .card-title {
  color: #1f6463;
}
.cid-v4oShH6YvD .team-left-inner .team-info-block .team-title {
  color: #1f6463;
}
.cid-v4oShH6YvD .team-left-inner .team-info-block .team-designation {
  color: #000000;
}
.cid-v4tJOwKndn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-v4tJOwKndn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4tJOwKndn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4tJOwKndn .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v4tJOwKndn .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v4tJOwKndn .container {
    padding: 0;
  }
}
.cid-v4tJOwKndn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-v4tJOwKndn .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v4tJOwKndn .embla__slide .card-wrap .item-wrapper .image-wrap {
  margin-bottom: 30px;
}
.cid-v4tJOwKndn .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-v4tJOwKndn .embla__slide .card-wrap .content-wrap {
    padding: 0 16px;
  }
}
.cid-v4tJOwKndn .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 20px;
}
.cid-v4tJOwKndn .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v4tJOwKndn .embla__button--next,
.cid-v4tJOwKndn .embla__button--prev {
  display: flex;
}
.cid-v4tJOwKndn .embla__button {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: #3b6e8f;
  color: #263652;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v4tJOwKndn .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v4tJOwKndn .embla__button:hover {
  background-color: #3b6e8f;
  color: #263652;
}
.cid-v4tJOwKndn .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-v4tJOwKndn .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-v4tJOwKndn .embla__button {
    top: 50%;
    width: 48px;
    height: 48px;
  }
}
.cid-v4tJOwKndn .embla {
  position: relative;
  width: 100%;
}
.cid-v4tJOwKndn .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v4tJOwKndn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v4tJOwKndn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v4tJOwKndn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v4tJOwKndn .mbr-name {
  color: #163300;
  text-align: center;
}
.cid-v4tJOwKndn .mbr-text {
  color: #263652;
  text-align: center;
}
.cid-v4oShJHPrJ {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #1f6463;
}
.cid-v4oShJHPrJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4oShJHPrJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4oShJHPrJ .container {
    padding: 0 16px;
  }
}
.cid-v4oShJHPrJ .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v4oShJHPrJ .card {
    margin-bottom: 40px;
  }
}
.cid-v4oShJHPrJ .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v4oShJHPrJ .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v4oShJHPrJ .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-v4oShJHPrJ .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4oShJHPrJ .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v4oShJHPrJ .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-v4oShJHPrJ .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v4oShJHPrJ .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-v4oShJHPrJ .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v4oShJHPrJ .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v4oShJHPrJ .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v4oShJHPrJ .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v4oShJHPrJ .mbr-section-title {
  color: #ffffff;
}
.cid-v4oShJHPrJ .copyright {
  color: #ffffff;
}
.cid-v4oShJHPrJ .mbr-card-title {
  color: #D4FE00;
}
.cid-v4oShJHPrJ .list {
  color: #ffffff;
}
.cid-v4oVqlCIdY {
  z-index: 1000;
  width: 100%;
}
.cid-v4oVqlCIdY nav.navbar {
  position: fixed;
}
.cid-v4oVqlCIdY .btn {
  line-height: 1.2;
}
.cid-v4oVqlCIdY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4oVqlCIdY .nav-link {
  position: relative;
}
.cid-v4oVqlCIdY .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #20ac6b;
}
.cid-v4oVqlCIdY .nav-link:hover {
  color: #20ac6b !important;
}
.cid-v4oVqlCIdY .nav-link:hover:before {
  width: 100%;
}
.cid-v4oVqlCIdY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4oVqlCIdY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4oVqlCIdY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4oVqlCIdY .dropdown-item:hover,
.cid-v4oVqlCIdY .dropdown-item:focus {
  background: #1f6463 !important;
  color: white !important;
}
.cid-v4oVqlCIdY .dropdown-item:hover span {
  color: white;
}
.cid-v4oVqlCIdY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4oVqlCIdY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4oVqlCIdY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4oVqlCIdY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-v4oVqlCIdY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v4oVqlCIdY .container {
    flex-wrap: nowrap;
  }
}
.cid-v4oVqlCIdY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4oVqlCIdY .navbar-nav {
  margin: auto;
}
.cid-v4oVqlCIdY .dropdown-menu,
.cid-v4oVqlCIdY .navbar.opened {
  background: #ffffff !important;
}
.cid-v4oVqlCIdY .nav-item:focus,
.cid-v4oVqlCIdY .nav-link:focus {
  outline: none;
}
.cid-v4oVqlCIdY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4oVqlCIdY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4oVqlCIdY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4oVqlCIdY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4oVqlCIdY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4oVqlCIdY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4oVqlCIdY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v4oVqlCIdY .navbar.opened {
  transition: all 0.3s;
}
.cid-v4oVqlCIdY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4oVqlCIdY .navbar .navbar-logo img {
  width: auto;
}
.cid-v4oVqlCIdY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4oVqlCIdY .navbar.collapsed {
  justify-content: center;
}
.cid-v4oVqlCIdY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4oVqlCIdY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4oVqlCIdY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-v4oVqlCIdY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4oVqlCIdY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4oVqlCIdY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4oVqlCIdY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4oVqlCIdY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4oVqlCIdY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4oVqlCIdY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4oVqlCIdY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4oVqlCIdY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4oVqlCIdY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4oVqlCIdY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4oVqlCIdY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4oVqlCIdY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4oVqlCIdY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4oVqlCIdY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4oVqlCIdY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4oVqlCIdY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v4oVqlCIdY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v4oVqlCIdY .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4oVqlCIdY .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-v4oVqlCIdY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4oVqlCIdY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4oVqlCIdY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4oVqlCIdY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4oVqlCIdY .dropdown-item.active,
.cid-v4oVqlCIdY .dropdown-item:active {
  background-color: transparent;
}
.cid-v4oVqlCIdY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4oVqlCIdY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4oVqlCIdY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4oVqlCIdY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4oVqlCIdY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4oVqlCIdY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4oVqlCIdY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4oVqlCIdY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4oVqlCIdY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v4oVqlCIdY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4oVqlCIdY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4oVqlCIdY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4oVqlCIdY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4oVqlCIdY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4oVqlCIdY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4oVqlCIdY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4oVqlCIdY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4oVqlCIdY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4oVqlCIdY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4oVqlCIdY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4oVqlCIdY .navbar {
    height: 70px;
  }
  .cid-v4oVqlCIdY .navbar.opened {
    height: auto;
  }
  .cid-v4oVqlCIdY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4tKFAP2Q1 {
  display: flex;
  padding-top: 150px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background2-1.jpg");
}
.cid-v4tKFAP2Q1 .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-v4tKFAP2Q1 .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-v4tKFAP2Q1 {
    align-items: center;
  }
  .cid-v4tKFAP2Q1 .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4tKFAP2Q1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4tKFAP2Q1 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4tKFAP2Q1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4tKFAP2Q1 .content-wrap {
    width: 100%;
  }
}
.cid-v4tKFAP2Q1 .mbr-section-title {
  text-align: left;
}
.cid-v4tKFAP2Q1 .mbr-text,
.cid-v4tKFAP2Q1 .mbr-section-btn {
  text-align: left;
  color: #edefeb;
}
.cid-v4oVqn8Fhl {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v4oVqn8Fhl input,
.cid-v4oVqn8Fhl 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-v4oVqn8Fhl input:focus,
.cid-v4oVqn8Fhl textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-v4oVqn8Fhl .form-control,
.cid-v4oVqn8Fhl .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-v4oVqn8Fhl input::-webkit-input-placeholder,
.cid-v4oVqn8Fhl textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-v4oVqn8Fhl input:-moz-placeholder,
.cid-v4oVqn8Fhl textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-v4oVqn8Fhl .jq-selectbox li,
.cid-v4oVqn8Fhl .jq-selectbox li {
  background-color: #ffffff;
}
.cid-v4oVqn8Fhl .jq-selectbox li:hover,
.cid-v4oVqn8Fhl .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-v4oVqn8Fhl .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-v4oVqn8Fhl .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-v4oVqn8Fhl .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-v4oVqn8Fhl .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-v4oVqn8Fhl .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-v4oVqn8Fhl .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-v4oVqn8Fhl .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-v4oVqn8Fhl .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-v4oVqn8Fhl .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-v4oVqn8Fhl .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-v4oVqn8Fhl .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-v4oVqn8Fhl .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-v4oVqn8Fhl .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-v4oVqn8Fhl .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: #4f87fb;
  margin-right: 10px;
}
.cid-v4oVqn8Fhl .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-v4oVqn8Fhl .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-v4oVqn8Fhl .entry-content .text-box {
  padding: 0rem;
}
.cid-v4oVqn8Fhl .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-v4oVqn8Fhl .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-v4oVqn8Fhl .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-v4oVqn8Fhl .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-v4oVqn8Fhl .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-v4oVqn8Fhl .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-v4oVqn8Fhl .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-v4oVqn8Fhl .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-v4oVqn8Fhl .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 #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-v4oVqn8Fhl .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-v4oVqn8Fhl .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v4oVqn8Fhl .entry-content .contact {
  margin-top: 30px;
}
.cid-v4oVqn8Fhl .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-v4oVqn8Fhl .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-v4oVqn8Fhl .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-v4oVqn8Fhl .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-v4oVqn8Fhl .entry-content .contact .btn-black:hover {
  background-color: #1f6463 !important;
  border-color: #1f6463 !important;
}
.cid-v4oVqn8Fhl .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-v4oVqn8Fhl .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-v4oVqn8Fhl .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-v4oVqn8Fhl .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-v4oVqn8Fhl .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-v4oVqn8Fhl .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-v4oVqn8Fhl .progress_elements .progress1 progress::after {
  left: 80%;
  border: 3px solid #4f87fb;
}
.cid-v4oVqn8Fhl .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-v4oVqn8Fhl .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-v4oVqn8Fhl .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-v4oVqn8Fhl progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-v4oVqn8Fhl .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4oVqn8Fhl .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4oVqn8Fhl .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4oVqn8Fhl .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4oVqn8Fhl .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-v4oVqn8Fhl .progressbar-title p {
  color: #6d7a8c;
}
.cid-v4oVqn8Fhl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4oVqn8Fhl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4oVqn8Fhl .entry-content .text-box .doc-descr {
  color: #232323;
}
.cid-v4oVqn8Fhl .entry-content .text-box .card-title {
  color: #1f6463;
}
.cid-v4oVqn8Fhl .team-left-inner .team-info-block .team-title {
  color: #1f6463;
}
.cid-v4oVqn8Fhl .team-left-inner .team-info-block .team-designation {
  color: #000000;
}
.cid-v8kQbcth2s {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-v8kQbcth2s .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8kQbcth2s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8kQbcth2s .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v8kQbcth2s .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v8kQbcth2s .container {
    padding: 0;
  }
}
.cid-v8kQbcth2s .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-v8kQbcth2s .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v8kQbcth2s .embla__slide .card-wrap .item-wrapper .image-wrap {
  margin-bottom: 30px;
}
.cid-v8kQbcth2s .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-v8kQbcth2s .embla__slide .card-wrap .content-wrap {
    padding: 0 16px;
  }
}
.cid-v8kQbcth2s .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 20px;
}
.cid-v8kQbcth2s .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v8kQbcth2s .embla__button--next,
.cid-v8kQbcth2s .embla__button--prev {
  display: flex;
}
.cid-v8kQbcth2s .embla__button {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: #3b6e8f;
  color: #263652;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8kQbcth2s .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v8kQbcth2s .embla__button:hover {
  background-color: #3b6e8f;
  color: #263652;
}
.cid-v8kQbcth2s .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-v8kQbcth2s .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-v8kQbcth2s .embla__button {
    top: 50%;
    width: 48px;
    height: 48px;
  }
}
.cid-v8kQbcth2s .embla {
  position: relative;
  width: 100%;
}
.cid-v8kQbcth2s .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v8kQbcth2s .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v8kQbcth2s .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v8kQbcth2s .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v8kQbcth2s .mbr-name {
  color: #163300;
  text-align: center;
}
.cid-v8kQbcth2s .mbr-text {
  color: #263652;
  text-align: center;
}
.cid-v4oVqoa5Vy {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #1f6463;
}
.cid-v4oVqoa5Vy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4oVqoa5Vy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4oVqoa5Vy .container {
    padding: 0 16px;
  }
}
.cid-v4oVqoa5Vy .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v4oVqoa5Vy .card {
    margin-bottom: 40px;
  }
}
.cid-v4oVqoa5Vy .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v4oVqoa5Vy .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v4oVqoa5Vy .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-v4oVqoa5Vy .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4oVqoa5Vy .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v4oVqoa5Vy .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-v4oVqoa5Vy .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v4oVqoa5Vy .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-v4oVqoa5Vy .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v4oVqoa5Vy .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v4oVqoa5Vy .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v4oVqoa5Vy .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v4oVqoa5Vy .mbr-section-title {
  color: #ffffff;
}
.cid-v4oVqoa5Vy .copyright {
  color: #ffffff;
}
.cid-v4oVqoa5Vy .mbr-card-title {
  color: #D4FE00;
}
.cid-v4oVqoa5Vy .list {
  color: #ffffff;
}
.cid-v4oZ7EBUSV {
  z-index: 1000;
  width: 100%;
}
.cid-v4oZ7EBUSV nav.navbar {
  position: fixed;
}
.cid-v4oZ7EBUSV .btn {
  line-height: 1.2;
}
.cid-v4oZ7EBUSV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4oZ7EBUSV .nav-link {
  position: relative;
}
.cid-v4oZ7EBUSV .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #20ac6b;
}
.cid-v4oZ7EBUSV .nav-link:hover {
  color: #20ac6b !important;
}
.cid-v4oZ7EBUSV .nav-link:hover:before {
  width: 100%;
}
.cid-v4oZ7EBUSV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4oZ7EBUSV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4oZ7EBUSV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4oZ7EBUSV .dropdown-item:hover,
.cid-v4oZ7EBUSV .dropdown-item:focus {
  background: #1f6463 !important;
  color: white !important;
}
.cid-v4oZ7EBUSV .dropdown-item:hover span {
  color: white;
}
.cid-v4oZ7EBUSV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4oZ7EBUSV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4oZ7EBUSV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4oZ7EBUSV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-v4oZ7EBUSV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v4oZ7EBUSV .container {
    flex-wrap: nowrap;
  }
}
.cid-v4oZ7EBUSV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4oZ7EBUSV .navbar-nav {
  margin: auto;
}
.cid-v4oZ7EBUSV .dropdown-menu,
.cid-v4oZ7EBUSV .navbar.opened {
  background: #ffffff !important;
}
.cid-v4oZ7EBUSV .nav-item:focus,
.cid-v4oZ7EBUSV .nav-link:focus {
  outline: none;
}
.cid-v4oZ7EBUSV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4oZ7EBUSV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4oZ7EBUSV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4oZ7EBUSV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4oZ7EBUSV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4oZ7EBUSV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4oZ7EBUSV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v4oZ7EBUSV .navbar.opened {
  transition: all 0.3s;
}
.cid-v4oZ7EBUSV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4oZ7EBUSV .navbar .navbar-logo img {
  width: auto;
}
.cid-v4oZ7EBUSV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4oZ7EBUSV .navbar.collapsed {
  justify-content: center;
}
.cid-v4oZ7EBUSV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4oZ7EBUSV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4oZ7EBUSV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-v4oZ7EBUSV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4oZ7EBUSV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4oZ7EBUSV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4oZ7EBUSV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4oZ7EBUSV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4oZ7EBUSV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4oZ7EBUSV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4oZ7EBUSV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4oZ7EBUSV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4oZ7EBUSV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4oZ7EBUSV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4oZ7EBUSV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4oZ7EBUSV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4oZ7EBUSV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4oZ7EBUSV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4oZ7EBUSV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4oZ7EBUSV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v4oZ7EBUSV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v4oZ7EBUSV .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4oZ7EBUSV .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-v4oZ7EBUSV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4oZ7EBUSV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4oZ7EBUSV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4oZ7EBUSV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4oZ7EBUSV .dropdown-item.active,
.cid-v4oZ7EBUSV .dropdown-item:active {
  background-color: transparent;
}
.cid-v4oZ7EBUSV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4oZ7EBUSV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4oZ7EBUSV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4oZ7EBUSV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4oZ7EBUSV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4oZ7EBUSV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4oZ7EBUSV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4oZ7EBUSV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4oZ7EBUSV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v4oZ7EBUSV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4oZ7EBUSV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4oZ7EBUSV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4oZ7EBUSV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4oZ7EBUSV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4oZ7EBUSV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4oZ7EBUSV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4oZ7EBUSV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4oZ7EBUSV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4oZ7EBUSV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4oZ7EBUSV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4oZ7EBUSV .navbar {
    height: 70px;
  }
  .cid-v4oZ7EBUSV .navbar.opened {
    height: auto;
  }
  .cid-v4oZ7EBUSV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4tKTATpvL {
  display: flex;
  padding-top: 150px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background2-1.jpg");
}
.cid-v4tKTATpvL .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-v4tKTATpvL .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-v4tKTATpvL {
    align-items: center;
  }
  .cid-v4tKTATpvL .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4tKTATpvL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4tKTATpvL {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4tKTATpvL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4tKTATpvL .content-wrap {
    width: 100%;
  }
}
.cid-v4tKTATpvL .mbr-section-title {
  text-align: left;
}
.cid-v4tKTATpvL .mbr-text,
.cid-v4tKTATpvL .mbr-section-btn {
  text-align: left;
  color: #edefeb;
}
.cid-v4oZ7G9W04 {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v4oZ7G9W04 input,
.cid-v4oZ7G9W04 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-v4oZ7G9W04 input:focus,
.cid-v4oZ7G9W04 textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-v4oZ7G9W04 .form-control,
.cid-v4oZ7G9W04 .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-v4oZ7G9W04 input::-webkit-input-placeholder,
.cid-v4oZ7G9W04 textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-v4oZ7G9W04 input:-moz-placeholder,
.cid-v4oZ7G9W04 textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-v4oZ7G9W04 .jq-selectbox li,
.cid-v4oZ7G9W04 .jq-selectbox li {
  background-color: #ffffff;
}
.cid-v4oZ7G9W04 .jq-selectbox li:hover,
.cid-v4oZ7G9W04 .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-v4oZ7G9W04 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-v4oZ7G9W04 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-v4oZ7G9W04 .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-v4oZ7G9W04 .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-v4oZ7G9W04 .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-v4oZ7G9W04 .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-v4oZ7G9W04 .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-v4oZ7G9W04 .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-v4oZ7G9W04 .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-v4oZ7G9W04 .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-v4oZ7G9W04 .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-v4oZ7G9W04 .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-v4oZ7G9W04 .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-v4oZ7G9W04 .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: #4f87fb;
  margin-right: 10px;
}
.cid-v4oZ7G9W04 .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-v4oZ7G9W04 .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-v4oZ7G9W04 .entry-content .text-box {
  padding: 0rem;
}
.cid-v4oZ7G9W04 .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-v4oZ7G9W04 .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-v4oZ7G9W04 .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-v4oZ7G9W04 .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-v4oZ7G9W04 .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-v4oZ7G9W04 .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-v4oZ7G9W04 .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-v4oZ7G9W04 .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-v4oZ7G9W04 .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 #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-v4oZ7G9W04 .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-v4oZ7G9W04 .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v4oZ7G9W04 .entry-content .contact {
  margin-top: 30px;
}
.cid-v4oZ7G9W04 .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-v4oZ7G9W04 .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-v4oZ7G9W04 .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-v4oZ7G9W04 .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-v4oZ7G9W04 .entry-content .contact .btn-black:hover {
  background-color: #1f6463 !important;
  border-color: #1f6463 !important;
}
.cid-v4oZ7G9W04 .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-v4oZ7G9W04 .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-v4oZ7G9W04 .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-v4oZ7G9W04 .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-v4oZ7G9W04 .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-v4oZ7G9W04 .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-v4oZ7G9W04 .progress_elements .progress1 progress::after {
  left: 80%;
  border: 3px solid #4f87fb;
}
.cid-v4oZ7G9W04 .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-v4oZ7G9W04 .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-v4oZ7G9W04 .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-v4oZ7G9W04 progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-v4oZ7G9W04 .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4oZ7G9W04 .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4oZ7G9W04 .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4oZ7G9W04 .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4oZ7G9W04 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-v4oZ7G9W04 .progressbar-title p {
  color: #6d7a8c;
}
.cid-v4oZ7G9W04 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4oZ7G9W04 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4oZ7G9W04 .entry-content .text-box .doc-descr {
  color: #232323;
}
.cid-v4oZ7G9W04 .entry-content .text-box .card-title {
  color: #1f6463;
}
.cid-v4oZ7G9W04 .team-left-inner .team-info-block .team-title {
  color: #1f6463;
}
.cid-v4oZ7G9W04 .team-left-inner .team-info-block .team-designation {
  color: #000000;
}
.cid-v8kQeyOnVP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-v8kQeyOnVP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8kQeyOnVP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8kQeyOnVP .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v8kQeyOnVP .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v8kQeyOnVP .container {
    padding: 0;
  }
}
.cid-v8kQeyOnVP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-v8kQeyOnVP .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v8kQeyOnVP .embla__slide .card-wrap .item-wrapper .image-wrap {
  margin-bottom: 30px;
}
.cid-v8kQeyOnVP .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-v8kQeyOnVP .embla__slide .card-wrap .content-wrap {
    padding: 0 16px;
  }
}
.cid-v8kQeyOnVP .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 20px;
}
.cid-v8kQeyOnVP .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v8kQeyOnVP .embla__button--next,
.cid-v8kQeyOnVP .embla__button--prev {
  display: flex;
}
.cid-v8kQeyOnVP .embla__button {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: #3b6e8f;
  color: #263652;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8kQeyOnVP .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v8kQeyOnVP .embla__button:hover {
  background-color: #3b6e8f;
  color: #263652;
}
.cid-v8kQeyOnVP .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-v8kQeyOnVP .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-v8kQeyOnVP .embla__button {
    top: 50%;
    width: 48px;
    height: 48px;
  }
}
.cid-v8kQeyOnVP .embla {
  position: relative;
  width: 100%;
}
.cid-v8kQeyOnVP .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v8kQeyOnVP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v8kQeyOnVP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v8kQeyOnVP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v8kQeyOnVP .mbr-name {
  color: #163300;
  text-align: center;
}
.cid-v8kQeyOnVP .mbr-text {
  color: #263652;
  text-align: center;
}
.cid-v4oZ7HlyO0 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #1f6463;
}
.cid-v4oZ7HlyO0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4oZ7HlyO0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4oZ7HlyO0 .container {
    padding: 0 16px;
  }
}
.cid-v4oZ7HlyO0 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v4oZ7HlyO0 .card {
    margin-bottom: 40px;
  }
}
.cid-v4oZ7HlyO0 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v4oZ7HlyO0 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v4oZ7HlyO0 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-v4oZ7HlyO0 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4oZ7HlyO0 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v4oZ7HlyO0 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-v4oZ7HlyO0 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v4oZ7HlyO0 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-v4oZ7HlyO0 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v4oZ7HlyO0 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v4oZ7HlyO0 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v4oZ7HlyO0 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v4oZ7HlyO0 .mbr-section-title {
  color: #ffffff;
}
.cid-v4oZ7HlyO0 .copyright {
  color: #ffffff;
}
.cid-v4oZ7HlyO0 .mbr-card-title {
  color: #D4FE00;
}
.cid-v4oZ7HlyO0 .list {
  color: #ffffff;
}
.cid-v4p3q5KJjV {
  z-index: 1000;
  width: 100%;
}
.cid-v4p3q5KJjV nav.navbar {
  position: fixed;
}
.cid-v4p3q5KJjV .btn {
  line-height: 1.2;
}
.cid-v4p3q5KJjV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4p3q5KJjV .nav-link {
  position: relative;
}
.cid-v4p3q5KJjV .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #20ac6b;
}
.cid-v4p3q5KJjV .nav-link:hover {
  color: #20ac6b !important;
}
.cid-v4p3q5KJjV .nav-link:hover:before {
  width: 100%;
}
.cid-v4p3q5KJjV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4p3q5KJjV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4p3q5KJjV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4p3q5KJjV .dropdown-item:hover,
.cid-v4p3q5KJjV .dropdown-item:focus {
  background: #1f6463 !important;
  color: white !important;
}
.cid-v4p3q5KJjV .dropdown-item:hover span {
  color: white;
}
.cid-v4p3q5KJjV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4p3q5KJjV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4p3q5KJjV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4p3q5KJjV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-v4p3q5KJjV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v4p3q5KJjV .container {
    flex-wrap: nowrap;
  }
}
.cid-v4p3q5KJjV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4p3q5KJjV .navbar-nav {
  margin: auto;
}
.cid-v4p3q5KJjV .dropdown-menu,
.cid-v4p3q5KJjV .navbar.opened {
  background: #ffffff !important;
}
.cid-v4p3q5KJjV .nav-item:focus,
.cid-v4p3q5KJjV .nav-link:focus {
  outline: none;
}
.cid-v4p3q5KJjV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4p3q5KJjV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4p3q5KJjV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4p3q5KJjV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4p3q5KJjV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4p3q5KJjV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4p3q5KJjV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v4p3q5KJjV .navbar.opened {
  transition: all 0.3s;
}
.cid-v4p3q5KJjV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4p3q5KJjV .navbar .navbar-logo img {
  width: auto;
}
.cid-v4p3q5KJjV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4p3q5KJjV .navbar.collapsed {
  justify-content: center;
}
.cid-v4p3q5KJjV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4p3q5KJjV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4p3q5KJjV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-v4p3q5KJjV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4p3q5KJjV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4p3q5KJjV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4p3q5KJjV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4p3q5KJjV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4p3q5KJjV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4p3q5KJjV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4p3q5KJjV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4p3q5KJjV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4p3q5KJjV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4p3q5KJjV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4p3q5KJjV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4p3q5KJjV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4p3q5KJjV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4p3q5KJjV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4p3q5KJjV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4p3q5KJjV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v4p3q5KJjV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v4p3q5KJjV .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4p3q5KJjV .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-v4p3q5KJjV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4p3q5KJjV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4p3q5KJjV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4p3q5KJjV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4p3q5KJjV .dropdown-item.active,
.cid-v4p3q5KJjV .dropdown-item:active {
  background-color: transparent;
}
.cid-v4p3q5KJjV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4p3q5KJjV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4p3q5KJjV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4p3q5KJjV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4p3q5KJjV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4p3q5KJjV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4p3q5KJjV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4p3q5KJjV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4p3q5KJjV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v4p3q5KJjV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4p3q5KJjV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4p3q5KJjV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4p3q5KJjV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4p3q5KJjV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4p3q5KJjV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4p3q5KJjV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4p3q5KJjV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4p3q5KJjV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4p3q5KJjV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4p3q5KJjV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4p3q5KJjV .navbar {
    height: 70px;
  }
  .cid-v4p3q5KJjV .navbar.opened {
    height: auto;
  }
  .cid-v4p3q5KJjV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4tL6Dcndg {
  display: flex;
  padding-top: 150px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background2-1.jpg");
}
.cid-v4tL6Dcndg .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-v4tL6Dcndg .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-v4tL6Dcndg {
    align-items: center;
  }
  .cid-v4tL6Dcndg .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4tL6Dcndg .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4tL6Dcndg {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4tL6Dcndg .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4tL6Dcndg .content-wrap {
    width: 100%;
  }
}
.cid-v4tL6Dcndg .mbr-section-title {
  text-align: left;
}
.cid-v4tL6Dcndg .mbr-text,
.cid-v4tL6Dcndg .mbr-section-btn {
  text-align: left;
  color: #edefeb;
}
.cid-v4p3q7lh0n {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v4p3q7lh0n input,
.cid-v4p3q7lh0n 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-v4p3q7lh0n input:focus,
.cid-v4p3q7lh0n textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-v4p3q7lh0n .form-control,
.cid-v4p3q7lh0n .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-v4p3q7lh0n input::-webkit-input-placeholder,
.cid-v4p3q7lh0n textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-v4p3q7lh0n input:-moz-placeholder,
.cid-v4p3q7lh0n textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-v4p3q7lh0n .jq-selectbox li,
.cid-v4p3q7lh0n .jq-selectbox li {
  background-color: #ffffff;
}
.cid-v4p3q7lh0n .jq-selectbox li:hover,
.cid-v4p3q7lh0n .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-v4p3q7lh0n .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-v4p3q7lh0n .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-v4p3q7lh0n .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-v4p3q7lh0n .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-v4p3q7lh0n .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-v4p3q7lh0n .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-v4p3q7lh0n .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-v4p3q7lh0n .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-v4p3q7lh0n .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-v4p3q7lh0n .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-v4p3q7lh0n .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-v4p3q7lh0n .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-v4p3q7lh0n .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-v4p3q7lh0n .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: #4f87fb;
  margin-right: 10px;
}
.cid-v4p3q7lh0n .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-v4p3q7lh0n .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-v4p3q7lh0n .entry-content .text-box {
  padding: 0rem;
}
.cid-v4p3q7lh0n .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-v4p3q7lh0n .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-v4p3q7lh0n .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-v4p3q7lh0n .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-v4p3q7lh0n .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-v4p3q7lh0n .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-v4p3q7lh0n .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-v4p3q7lh0n .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-v4p3q7lh0n .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 #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-v4p3q7lh0n .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-v4p3q7lh0n .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v4p3q7lh0n .entry-content .contact {
  margin-top: 30px;
}
.cid-v4p3q7lh0n .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-v4p3q7lh0n .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-v4p3q7lh0n .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-v4p3q7lh0n .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-v4p3q7lh0n .entry-content .contact .btn-black:hover {
  background-color: #1f6463 !important;
  border-color: #1f6463 !important;
}
.cid-v4p3q7lh0n .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-v4p3q7lh0n .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-v4p3q7lh0n .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-v4p3q7lh0n .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-v4p3q7lh0n .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-v4p3q7lh0n .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-v4p3q7lh0n .progress_elements .progress1 progress::after {
  left: 80%;
  border: 3px solid #4f87fb;
}
.cid-v4p3q7lh0n .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-v4p3q7lh0n .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-v4p3q7lh0n .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-v4p3q7lh0n progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-v4p3q7lh0n .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4p3q7lh0n .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4p3q7lh0n .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4p3q7lh0n .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4p3q7lh0n .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-v4p3q7lh0n .progressbar-title p {
  color: #6d7a8c;
}
.cid-v4p3q7lh0n .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4p3q7lh0n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4p3q7lh0n .entry-content .text-box .doc-descr {
  color: #232323;
}
.cid-v4p3q7lh0n .entry-content .text-box .card-title {
  color: #1f6463;
}
.cid-v4p3q7lh0n .team-left-inner .team-info-block .team-title {
  color: #1f6463;
}
.cid-v4p3q7lh0n .team-left-inner .team-info-block .team-designation {
  color: #000000;
}
.cid-v8kQk2ouwp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-v8kQk2ouwp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8kQk2ouwp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8kQk2ouwp .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v8kQk2ouwp .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v8kQk2ouwp .container {
    padding: 0;
  }
}
.cid-v8kQk2ouwp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-v8kQk2ouwp .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v8kQk2ouwp .embla__slide .card-wrap .item-wrapper .image-wrap {
  margin-bottom: 30px;
}
.cid-v8kQk2ouwp .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-v8kQk2ouwp .embla__slide .card-wrap .content-wrap {
    padding: 0 16px;
  }
}
.cid-v8kQk2ouwp .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 20px;
}
.cid-v8kQk2ouwp .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v8kQk2ouwp .embla__button--next,
.cid-v8kQk2ouwp .embla__button--prev {
  display: flex;
}
.cid-v8kQk2ouwp .embla__button {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: #3b6e8f;
  color: #263652;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8kQk2ouwp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v8kQk2ouwp .embla__button:hover {
  background-color: #3b6e8f;
  color: #263652;
}
.cid-v8kQk2ouwp .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-v8kQk2ouwp .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-v8kQk2ouwp .embla__button {
    top: 50%;
    width: 48px;
    height: 48px;
  }
}
.cid-v8kQk2ouwp .embla {
  position: relative;
  width: 100%;
}
.cid-v8kQk2ouwp .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v8kQk2ouwp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v8kQk2ouwp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v8kQk2ouwp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v8kQk2ouwp .mbr-name {
  color: #163300;
  text-align: center;
}
.cid-v8kQk2ouwp .mbr-text {
  color: #263652;
  text-align: center;
}
.cid-v4p3q8wshm {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #1f6463;
}
.cid-v4p3q8wshm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4p3q8wshm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4p3q8wshm .container {
    padding: 0 16px;
  }
}
.cid-v4p3q8wshm .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v4p3q8wshm .card {
    margin-bottom: 40px;
  }
}
.cid-v4p3q8wshm .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v4p3q8wshm .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v4p3q8wshm .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-v4p3q8wshm .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4p3q8wshm .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v4p3q8wshm .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-v4p3q8wshm .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v4p3q8wshm .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-v4p3q8wshm .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v4p3q8wshm .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v4p3q8wshm .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v4p3q8wshm .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v4p3q8wshm .mbr-section-title {
  color: #ffffff;
}
.cid-v4p3q8wshm .copyright {
  color: #ffffff;
}
.cid-v4p3q8wshm .mbr-card-title {
  color: #D4FE00;
}
.cid-v4p3q8wshm .list {
  color: #ffffff;
}
.cid-v4tyvr2z1W {
  z-index: 1000;
  width: 100%;
}
.cid-v4tyvr2z1W nav.navbar {
  position: fixed;
}
.cid-v4tyvr2z1W .btn {
  line-height: 1.2;
}
.cid-v4tyvr2z1W .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4tyvr2z1W .nav-link {
  position: relative;
}
.cid-v4tyvr2z1W .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #20ac6b;
}
.cid-v4tyvr2z1W .nav-link:hover {
  color: #20ac6b !important;
}
.cid-v4tyvr2z1W .nav-link:hover:before {
  width: 100%;
}
.cid-v4tyvr2z1W .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4tyvr2z1W .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4tyvr2z1W .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4tyvr2z1W .dropdown-item:hover,
.cid-v4tyvr2z1W .dropdown-item:focus {
  background: #1f6463 !important;
  color: white !important;
}
.cid-v4tyvr2z1W .dropdown-item:hover span {
  color: white;
}
.cid-v4tyvr2z1W .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4tyvr2z1W .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4tyvr2z1W .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4tyvr2z1W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-v4tyvr2z1W .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v4tyvr2z1W .container {
    flex-wrap: nowrap;
  }
}
.cid-v4tyvr2z1W .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4tyvr2z1W .navbar-nav {
  margin: auto;
}
.cid-v4tyvr2z1W .dropdown-menu,
.cid-v4tyvr2z1W .navbar.opened {
  background: #ffffff !important;
}
.cid-v4tyvr2z1W .nav-item:focus,
.cid-v4tyvr2z1W .nav-link:focus {
  outline: none;
}
.cid-v4tyvr2z1W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4tyvr2z1W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4tyvr2z1W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4tyvr2z1W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4tyvr2z1W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4tyvr2z1W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4tyvr2z1W .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v4tyvr2z1W .navbar.opened {
  transition: all 0.3s;
}
.cid-v4tyvr2z1W .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4tyvr2z1W .navbar .navbar-logo img {
  width: auto;
}
.cid-v4tyvr2z1W .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4tyvr2z1W .navbar.collapsed {
  justify-content: center;
}
.cid-v4tyvr2z1W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4tyvr2z1W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4tyvr2z1W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-v4tyvr2z1W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4tyvr2z1W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4tyvr2z1W .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4tyvr2z1W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4tyvr2z1W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4tyvr2z1W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4tyvr2z1W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4tyvr2z1W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4tyvr2z1W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4tyvr2z1W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4tyvr2z1W .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4tyvr2z1W .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4tyvr2z1W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4tyvr2z1W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4tyvr2z1W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4tyvr2z1W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4tyvr2z1W .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v4tyvr2z1W .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v4tyvr2z1W .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4tyvr2z1W .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-v4tyvr2z1W .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4tyvr2z1W .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4tyvr2z1W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4tyvr2z1W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4tyvr2z1W .dropdown-item.active,
.cid-v4tyvr2z1W .dropdown-item:active {
  background-color: transparent;
}
.cid-v4tyvr2z1W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4tyvr2z1W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4tyvr2z1W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4tyvr2z1W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4tyvr2z1W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4tyvr2z1W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4tyvr2z1W ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4tyvr2z1W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4tyvr2z1W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v4tyvr2z1W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4tyvr2z1W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4tyvr2z1W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4tyvr2z1W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4tyvr2z1W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4tyvr2z1W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4tyvr2z1W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4tyvr2z1W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4tyvr2z1W .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4tyvr2z1W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4tyvr2z1W .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4tyvr2z1W .navbar {
    height: 70px;
  }
  .cid-v4tyvr2z1W .navbar.opened {
    height: auto;
  }
  .cid-v4tyvr2z1W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4tLdPv9dz {
  display: flex;
  padding-top: 150px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background2-1.jpg");
}
.cid-v4tLdPv9dz .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-v4tLdPv9dz .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-v4tLdPv9dz {
    align-items: center;
  }
  .cid-v4tLdPv9dz .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4tLdPv9dz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4tLdPv9dz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4tLdPv9dz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4tLdPv9dz .content-wrap {
    width: 100%;
  }
}
.cid-v4tLdPv9dz .mbr-section-title {
  text-align: left;
}
.cid-v4tLdPv9dz .mbr-text,
.cid-v4tLdPv9dz .mbr-section-btn {
  text-align: left;
  color: #edefeb;
}
.cid-v4tyvsblOl {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v4tyvsblOl input,
.cid-v4tyvsblOl 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-v4tyvsblOl input:focus,
.cid-v4tyvsblOl textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-v4tyvsblOl .form-control,
.cid-v4tyvsblOl .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-v4tyvsblOl input::-webkit-input-placeholder,
.cid-v4tyvsblOl textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-v4tyvsblOl input:-moz-placeholder,
.cid-v4tyvsblOl textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-v4tyvsblOl .jq-selectbox li,
.cid-v4tyvsblOl .jq-selectbox li {
  background-color: #ffffff;
}
.cid-v4tyvsblOl .jq-selectbox li:hover,
.cid-v4tyvsblOl .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-v4tyvsblOl .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-v4tyvsblOl .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-v4tyvsblOl .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-v4tyvsblOl .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-v4tyvsblOl .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-v4tyvsblOl .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-v4tyvsblOl .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-v4tyvsblOl .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-v4tyvsblOl .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-v4tyvsblOl .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-v4tyvsblOl .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-v4tyvsblOl .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-v4tyvsblOl .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-v4tyvsblOl .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: #4f87fb;
  margin-right: 10px;
}
.cid-v4tyvsblOl .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-v4tyvsblOl .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-v4tyvsblOl .entry-content .text-box {
  padding: 0rem;
}
.cid-v4tyvsblOl .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-v4tyvsblOl .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-v4tyvsblOl .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-v4tyvsblOl .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-v4tyvsblOl .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-v4tyvsblOl .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-v4tyvsblOl .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-v4tyvsblOl .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-v4tyvsblOl .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 #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-v4tyvsblOl .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-v4tyvsblOl .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v4tyvsblOl .entry-content .contact {
  margin-top: 30px;
}
.cid-v4tyvsblOl .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-v4tyvsblOl .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-v4tyvsblOl .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-v4tyvsblOl .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-v4tyvsblOl .entry-content .contact .btn-black:hover {
  background-color: #1f6463 !important;
  border-color: #1f6463 !important;
}
.cid-v4tyvsblOl .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-v4tyvsblOl .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-v4tyvsblOl .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-v4tyvsblOl .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-v4tyvsblOl .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-v4tyvsblOl .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-v4tyvsblOl .progress_elements .progress1 progress::after {
  left: 80%;
  border: 3px solid #4f87fb;
}
.cid-v4tyvsblOl .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-v4tyvsblOl .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-v4tyvsblOl .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-v4tyvsblOl progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-v4tyvsblOl .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4tyvsblOl .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4tyvsblOl .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4tyvsblOl .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4tyvsblOl .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-v4tyvsblOl .progressbar-title p {
  color: #6d7a8c;
}
.cid-v4tyvsblOl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4tyvsblOl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4tyvsblOl .entry-content .text-box .doc-descr {
  color: #232323;
}
.cid-v4tyvsblOl .entry-content .text-box .card-title {
  color: #1f6463;
}
.cid-v4tyvsblOl .team-left-inner .team-info-block .team-title {
  color: #1f6463;
}
.cid-v4tyvsblOl .team-left-inner .team-info-block .team-designation {
  color: #000000;
}
.cid-v8kQnAPe1J {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-v8kQnAPe1J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8kQnAPe1J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8kQnAPe1J .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v8kQnAPe1J .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v8kQnAPe1J .container {
    padding: 0;
  }
}
.cid-v8kQnAPe1J .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-v8kQnAPe1J .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v8kQnAPe1J .embla__slide .card-wrap .item-wrapper .image-wrap {
  margin-bottom: 30px;
}
.cid-v8kQnAPe1J .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-v8kQnAPe1J .embla__slide .card-wrap .content-wrap {
    padding: 0 16px;
  }
}
.cid-v8kQnAPe1J .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 20px;
}
.cid-v8kQnAPe1J .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v8kQnAPe1J .embla__button--next,
.cid-v8kQnAPe1J .embla__button--prev {
  display: flex;
}
.cid-v8kQnAPe1J .embla__button {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: #3b6e8f;
  color: #263652;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8kQnAPe1J .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v8kQnAPe1J .embla__button:hover {
  background-color: #3b6e8f;
  color: #263652;
}
.cid-v8kQnAPe1J .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-v8kQnAPe1J .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-v8kQnAPe1J .embla__button {
    top: 50%;
    width: 48px;
    height: 48px;
  }
}
.cid-v8kQnAPe1J .embla {
  position: relative;
  width: 100%;
}
.cid-v8kQnAPe1J .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v8kQnAPe1J .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v8kQnAPe1J .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v8kQnAPe1J .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v8kQnAPe1J .mbr-name {
  color: #163300;
  text-align: center;
}
.cid-v8kQnAPe1J .mbr-text {
  color: #263652;
  text-align: center;
}
.cid-v4tyvt3tjY {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #1f6463;
}
.cid-v4tyvt3tjY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4tyvt3tjY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4tyvt3tjY .container {
    padding: 0 16px;
  }
}
.cid-v4tyvt3tjY .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v4tyvt3tjY .card {
    margin-bottom: 40px;
  }
}
.cid-v4tyvt3tjY .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v4tyvt3tjY .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v4tyvt3tjY .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-v4tyvt3tjY .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4tyvt3tjY .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v4tyvt3tjY .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-v4tyvt3tjY .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v4tyvt3tjY .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-v4tyvt3tjY .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v4tyvt3tjY .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v4tyvt3tjY .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v4tyvt3tjY .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v4tyvt3tjY .mbr-section-title {
  color: #ffffff;
}
.cid-v4tyvt3tjY .copyright {
  color: #ffffff;
}
.cid-v4tyvt3tjY .mbr-card-title {
  color: #D4FE00;
}
.cid-v4tyvt3tjY .list {
  color: #ffffff;
}
.cid-v4tzFOxzga {
  z-index: 1000;
  width: 100%;
}
.cid-v4tzFOxzga nav.navbar {
  position: fixed;
}
.cid-v4tzFOxzga .btn {
  line-height: 1.2;
}
.cid-v4tzFOxzga .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4tzFOxzga .nav-link {
  position: relative;
}
.cid-v4tzFOxzga .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #20ac6b;
}
.cid-v4tzFOxzga .nav-link:hover {
  color: #20ac6b !important;
}
.cid-v4tzFOxzga .nav-link:hover:before {
  width: 100%;
}
.cid-v4tzFOxzga .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4tzFOxzga .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4tzFOxzga .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4tzFOxzga .dropdown-item:hover,
.cid-v4tzFOxzga .dropdown-item:focus {
  background: #1f6463 !important;
  color: white !important;
}
.cid-v4tzFOxzga .dropdown-item:hover span {
  color: white;
}
.cid-v4tzFOxzga .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4tzFOxzga .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4tzFOxzga .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4tzFOxzga .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-v4tzFOxzga .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v4tzFOxzga .container {
    flex-wrap: nowrap;
  }
}
.cid-v4tzFOxzga .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4tzFOxzga .navbar-nav {
  margin: auto;
}
.cid-v4tzFOxzga .dropdown-menu,
.cid-v4tzFOxzga .navbar.opened {
  background: #ffffff !important;
}
.cid-v4tzFOxzga .nav-item:focus,
.cid-v4tzFOxzga .nav-link:focus {
  outline: none;
}
.cid-v4tzFOxzga .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4tzFOxzga .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4tzFOxzga .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4tzFOxzga .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4tzFOxzga .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4tzFOxzga .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4tzFOxzga .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v4tzFOxzga .navbar.opened {
  transition: all 0.3s;
}
.cid-v4tzFOxzga .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4tzFOxzga .navbar .navbar-logo img {
  width: auto;
}
.cid-v4tzFOxzga .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4tzFOxzga .navbar.collapsed {
  justify-content: center;
}
.cid-v4tzFOxzga .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4tzFOxzga .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4tzFOxzga .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-v4tzFOxzga .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4tzFOxzga .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4tzFOxzga .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4tzFOxzga .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4tzFOxzga .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4tzFOxzga .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4tzFOxzga .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4tzFOxzga .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4tzFOxzga .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4tzFOxzga .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4tzFOxzga .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4tzFOxzga .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4tzFOxzga .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4tzFOxzga .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4tzFOxzga .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4tzFOxzga .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4tzFOxzga .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v4tzFOxzga .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v4tzFOxzga .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4tzFOxzga .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-v4tzFOxzga .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4tzFOxzga .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4tzFOxzga .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4tzFOxzga .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4tzFOxzga .dropdown-item.active,
.cid-v4tzFOxzga .dropdown-item:active {
  background-color: transparent;
}
.cid-v4tzFOxzga .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4tzFOxzga .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4tzFOxzga .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4tzFOxzga .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4tzFOxzga .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4tzFOxzga .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4tzFOxzga ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4tzFOxzga button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4tzFOxzga button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v4tzFOxzga button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4tzFOxzga button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4tzFOxzga button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4tzFOxzga button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4tzFOxzga nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4tzFOxzga nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4tzFOxzga nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4tzFOxzga nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4tzFOxzga .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4tzFOxzga a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4tzFOxzga .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4tzFOxzga .navbar {
    height: 70px;
  }
  .cid-v4tzFOxzga .navbar.opened {
    height: auto;
  }
  .cid-v4tzFOxzga .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4tLjb4j7r {
  display: flex;
  padding-top: 150px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background2-1.jpg");
}
.cid-v4tLjb4j7r .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-v4tLjb4j7r .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-v4tLjb4j7r {
    align-items: center;
  }
  .cid-v4tLjb4j7r .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4tLjb4j7r .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4tLjb4j7r {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4tLjb4j7r .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4tLjb4j7r .content-wrap {
    width: 100%;
  }
}
.cid-v4tLjb4j7r .mbr-section-title {
  text-align: left;
}
.cid-v4tLjb4j7r .mbr-text,
.cid-v4tLjb4j7r .mbr-section-btn {
  text-align: left;
  color: #edefeb;
}
.cid-v4tzFPAvDC {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v4tzFPAvDC input,
.cid-v4tzFPAvDC 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-v4tzFPAvDC input:focus,
.cid-v4tzFPAvDC textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-v4tzFPAvDC .form-control,
.cid-v4tzFPAvDC .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-v4tzFPAvDC input::-webkit-input-placeholder,
.cid-v4tzFPAvDC textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-v4tzFPAvDC input:-moz-placeholder,
.cid-v4tzFPAvDC textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-v4tzFPAvDC .jq-selectbox li,
.cid-v4tzFPAvDC .jq-selectbox li {
  background-color: #ffffff;
}
.cid-v4tzFPAvDC .jq-selectbox li:hover,
.cid-v4tzFPAvDC .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-v4tzFPAvDC .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-v4tzFPAvDC .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-v4tzFPAvDC .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-v4tzFPAvDC .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-v4tzFPAvDC .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-v4tzFPAvDC .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-v4tzFPAvDC .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-v4tzFPAvDC .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-v4tzFPAvDC .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-v4tzFPAvDC .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-v4tzFPAvDC .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-v4tzFPAvDC .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-v4tzFPAvDC .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-v4tzFPAvDC .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: #4f87fb;
  margin-right: 10px;
}
.cid-v4tzFPAvDC .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-v4tzFPAvDC .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-v4tzFPAvDC .entry-content .text-box {
  padding: 0rem;
}
.cid-v4tzFPAvDC .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-v4tzFPAvDC .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-v4tzFPAvDC .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-v4tzFPAvDC .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-v4tzFPAvDC .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-v4tzFPAvDC .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-v4tzFPAvDC .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-v4tzFPAvDC .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-v4tzFPAvDC .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 #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-v4tzFPAvDC .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-v4tzFPAvDC .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v4tzFPAvDC .entry-content .contact {
  margin-top: 30px;
}
.cid-v4tzFPAvDC .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-v4tzFPAvDC .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-v4tzFPAvDC .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-v4tzFPAvDC .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-v4tzFPAvDC .entry-content .contact .btn-black:hover {
  background-color: #1f6463 !important;
  border-color: #1f6463 !important;
}
.cid-v4tzFPAvDC .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-v4tzFPAvDC .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-v4tzFPAvDC .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-v4tzFPAvDC .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-v4tzFPAvDC .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-v4tzFPAvDC .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-v4tzFPAvDC .progress_elements .progress1 progress::after {
  left: 80%;
  border: 3px solid #4f87fb;
}
.cid-v4tzFPAvDC .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-v4tzFPAvDC .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-v4tzFPAvDC .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-v4tzFPAvDC progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-v4tzFPAvDC .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4tzFPAvDC .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4tzFPAvDC .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4tzFPAvDC .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4tzFPAvDC .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-v4tzFPAvDC .progressbar-title p {
  color: #6d7a8c;
}
.cid-v4tzFPAvDC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4tzFPAvDC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4tzFPAvDC .entry-content .text-box .doc-descr {
  color: #232323;
}
.cid-v4tzFPAvDC .entry-content .text-box .card-title {
  color: #1f6463;
}
.cid-v4tzFPAvDC .team-left-inner .team-info-block .team-title {
  color: #1f6463;
}
.cid-v4tzFPAvDC .team-left-inner .team-info-block .team-designation {
  color: #000000;
}
.cid-v8kQs0RUN5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-v8kQs0RUN5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8kQs0RUN5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8kQs0RUN5 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v8kQs0RUN5 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v8kQs0RUN5 .container {
    padding: 0;
  }
}
.cid-v8kQs0RUN5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-v8kQs0RUN5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v8kQs0RUN5 .embla__slide .card-wrap .item-wrapper .image-wrap {
  margin-bottom: 30px;
}
.cid-v8kQs0RUN5 .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-v8kQs0RUN5 .embla__slide .card-wrap .content-wrap {
    padding: 0 16px;
  }
}
.cid-v8kQs0RUN5 .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 20px;
}
.cid-v8kQs0RUN5 .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v8kQs0RUN5 .embla__button--next,
.cid-v8kQs0RUN5 .embla__button--prev {
  display: flex;
}
.cid-v8kQs0RUN5 .embla__button {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: #3b6e8f;
  color: #263652;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8kQs0RUN5 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v8kQs0RUN5 .embla__button:hover {
  background-color: #3b6e8f;
  color: #263652;
}
.cid-v8kQs0RUN5 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-v8kQs0RUN5 .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-v8kQs0RUN5 .embla__button {
    top: 50%;
    width: 48px;
    height: 48px;
  }
}
.cid-v8kQs0RUN5 .embla {
  position: relative;
  width: 100%;
}
.cid-v8kQs0RUN5 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v8kQs0RUN5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v8kQs0RUN5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v8kQs0RUN5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v8kQs0RUN5 .mbr-name {
  color: #163300;
  text-align: center;
}
.cid-v8kQs0RUN5 .mbr-text {
  color: #263652;
  text-align: center;
}
.cid-v4tzFQpD8U {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #1f6463;
}
.cid-v4tzFQpD8U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4tzFQpD8U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4tzFQpD8U .container {
    padding: 0 16px;
  }
}
.cid-v4tzFQpD8U .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v4tzFQpD8U .card {
    margin-bottom: 40px;
  }
}
.cid-v4tzFQpD8U .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v4tzFQpD8U .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v4tzFQpD8U .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-v4tzFQpD8U .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4tzFQpD8U .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v4tzFQpD8U .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-v4tzFQpD8U .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v4tzFQpD8U .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-v4tzFQpD8U .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v4tzFQpD8U .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v4tzFQpD8U .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v4tzFQpD8U .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v4tzFQpD8U .mbr-section-title {
  color: #ffffff;
}
.cid-v4tzFQpD8U .copyright {
  color: #ffffff;
}
.cid-v4tzFQpD8U .mbr-card-title {
  color: #D4FE00;
}
.cid-v4tzFQpD8U .list {
  color: #ffffff;
}
.cid-v4tAPMwNiB {
  z-index: 1000;
  width: 100%;
}
.cid-v4tAPMwNiB nav.navbar {
  position: fixed;
}
.cid-v4tAPMwNiB .btn {
  line-height: 1.2;
}
.cid-v4tAPMwNiB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4tAPMwNiB .nav-link {
  position: relative;
}
.cid-v4tAPMwNiB .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #20ac6b;
}
.cid-v4tAPMwNiB .nav-link:hover {
  color: #20ac6b !important;
}
.cid-v4tAPMwNiB .nav-link:hover:before {
  width: 100%;
}
.cid-v4tAPMwNiB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4tAPMwNiB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4tAPMwNiB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4tAPMwNiB .dropdown-item:hover,
.cid-v4tAPMwNiB .dropdown-item:focus {
  background: #1f6463 !important;
  color: white !important;
}
.cid-v4tAPMwNiB .dropdown-item:hover span {
  color: white;
}
.cid-v4tAPMwNiB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4tAPMwNiB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4tAPMwNiB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4tAPMwNiB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-v4tAPMwNiB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v4tAPMwNiB .container {
    flex-wrap: nowrap;
  }
}
.cid-v4tAPMwNiB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4tAPMwNiB .navbar-nav {
  margin: auto;
}
.cid-v4tAPMwNiB .dropdown-menu,
.cid-v4tAPMwNiB .navbar.opened {
  background: #ffffff !important;
}
.cid-v4tAPMwNiB .nav-item:focus,
.cid-v4tAPMwNiB .nav-link:focus {
  outline: none;
}
.cid-v4tAPMwNiB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4tAPMwNiB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4tAPMwNiB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4tAPMwNiB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4tAPMwNiB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4tAPMwNiB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4tAPMwNiB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v4tAPMwNiB .navbar.opened {
  transition: all 0.3s;
}
.cid-v4tAPMwNiB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4tAPMwNiB .navbar .navbar-logo img {
  width: auto;
}
.cid-v4tAPMwNiB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4tAPMwNiB .navbar.collapsed {
  justify-content: center;
}
.cid-v4tAPMwNiB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4tAPMwNiB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4tAPMwNiB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-v4tAPMwNiB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4tAPMwNiB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4tAPMwNiB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4tAPMwNiB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4tAPMwNiB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4tAPMwNiB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4tAPMwNiB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4tAPMwNiB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4tAPMwNiB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4tAPMwNiB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4tAPMwNiB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4tAPMwNiB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4tAPMwNiB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4tAPMwNiB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4tAPMwNiB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4tAPMwNiB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4tAPMwNiB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v4tAPMwNiB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v4tAPMwNiB .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4tAPMwNiB .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-v4tAPMwNiB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4tAPMwNiB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4tAPMwNiB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4tAPMwNiB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4tAPMwNiB .dropdown-item.active,
.cid-v4tAPMwNiB .dropdown-item:active {
  background-color: transparent;
}
.cid-v4tAPMwNiB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4tAPMwNiB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4tAPMwNiB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4tAPMwNiB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4tAPMwNiB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4tAPMwNiB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4tAPMwNiB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4tAPMwNiB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4tAPMwNiB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v4tAPMwNiB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4tAPMwNiB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4tAPMwNiB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4tAPMwNiB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4tAPMwNiB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4tAPMwNiB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4tAPMwNiB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4tAPMwNiB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4tAPMwNiB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4tAPMwNiB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4tAPMwNiB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4tAPMwNiB .navbar {
    height: 70px;
  }
  .cid-v4tAPMwNiB .navbar.opened {
    height: auto;
  }
  .cid-v4tAPMwNiB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4tLo33Qgh {
  display: flex;
  padding-top: 150px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background2-1.jpg");
}
.cid-v4tLo33Qgh .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-v4tLo33Qgh .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-v4tLo33Qgh {
    align-items: center;
  }
  .cid-v4tLo33Qgh .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4tLo33Qgh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4tLo33Qgh {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4tLo33Qgh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4tLo33Qgh .content-wrap {
    width: 100%;
  }
}
.cid-v4tLo33Qgh .mbr-section-title {
  text-align: left;
}
.cid-v4tLo33Qgh .mbr-text,
.cid-v4tLo33Qgh .mbr-section-btn {
  text-align: left;
  color: #edefeb;
}
.cid-v4tAPNDd1V {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v4tAPNDd1V input,
.cid-v4tAPNDd1V 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-v4tAPNDd1V input:focus,
.cid-v4tAPNDd1V textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-v4tAPNDd1V .form-control,
.cid-v4tAPNDd1V .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-v4tAPNDd1V input::-webkit-input-placeholder,
.cid-v4tAPNDd1V textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-v4tAPNDd1V input:-moz-placeholder,
.cid-v4tAPNDd1V textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-v4tAPNDd1V .jq-selectbox li,
.cid-v4tAPNDd1V .jq-selectbox li {
  background-color: #ffffff;
}
.cid-v4tAPNDd1V .jq-selectbox li:hover,
.cid-v4tAPNDd1V .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-v4tAPNDd1V .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-v4tAPNDd1V .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-v4tAPNDd1V .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-v4tAPNDd1V .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-v4tAPNDd1V .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-v4tAPNDd1V .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-v4tAPNDd1V .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-v4tAPNDd1V .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-v4tAPNDd1V .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-v4tAPNDd1V .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-v4tAPNDd1V .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-v4tAPNDd1V .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-v4tAPNDd1V .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-v4tAPNDd1V .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: #4f87fb;
  margin-right: 10px;
}
.cid-v4tAPNDd1V .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-v4tAPNDd1V .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-v4tAPNDd1V .entry-content .text-box {
  padding: 0rem;
}
.cid-v4tAPNDd1V .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-v4tAPNDd1V .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-v4tAPNDd1V .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-v4tAPNDd1V .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-v4tAPNDd1V .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-v4tAPNDd1V .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-v4tAPNDd1V .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-v4tAPNDd1V .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-v4tAPNDd1V .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 #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-v4tAPNDd1V .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-v4tAPNDd1V .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v4tAPNDd1V .entry-content .contact {
  margin-top: 30px;
}
.cid-v4tAPNDd1V .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-v4tAPNDd1V .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-v4tAPNDd1V .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-v4tAPNDd1V .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-v4tAPNDd1V .entry-content .contact .btn-black:hover {
  background-color: #1f6463 !important;
  border-color: #1f6463 !important;
}
.cid-v4tAPNDd1V .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-v4tAPNDd1V .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-v4tAPNDd1V .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-v4tAPNDd1V .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-v4tAPNDd1V .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-v4tAPNDd1V .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-v4tAPNDd1V .progress_elements .progress1 progress::after {
  left: 80%;
  border: 3px solid #4f87fb;
}
.cid-v4tAPNDd1V .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-v4tAPNDd1V .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-v4tAPNDd1V .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-v4tAPNDd1V progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-v4tAPNDd1V .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4tAPNDd1V .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4tAPNDd1V .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4tAPNDd1V .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4tAPNDd1V .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-v4tAPNDd1V .progressbar-title p {
  color: #6d7a8c;
}
.cid-v4tAPNDd1V .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4tAPNDd1V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4tAPNDd1V .entry-content .text-box .doc-descr {
  color: #232323;
}
.cid-v4tAPNDd1V .entry-content .text-box .card-title {
  color: #1f6463;
}
.cid-v4tAPNDd1V .team-left-inner .team-info-block .team-title {
  color: #1f6463;
}
.cid-v4tAPNDd1V .team-left-inner .team-info-block .team-designation {
  color: #000000;
}
.cid-v8kQHUar62 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-v8kQHUar62 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8kQHUar62 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8kQHUar62 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v8kQHUar62 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v8kQHUar62 .container {
    padding: 0;
  }
}
.cid-v8kQHUar62 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-v8kQHUar62 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v8kQHUar62 .embla__slide .card-wrap .item-wrapper .image-wrap {
  margin-bottom: 30px;
}
.cid-v8kQHUar62 .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-v8kQHUar62 .embla__slide .card-wrap .content-wrap {
    padding: 0 16px;
  }
}
.cid-v8kQHUar62 .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 20px;
}
.cid-v8kQHUar62 .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v8kQHUar62 .embla__button--next,
.cid-v8kQHUar62 .embla__button--prev {
  display: flex;
}
.cid-v8kQHUar62 .embla__button {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: #3b6e8f;
  color: #263652;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8kQHUar62 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v8kQHUar62 .embla__button:hover {
  background-color: #3b6e8f;
  color: #263652;
}
.cid-v8kQHUar62 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-v8kQHUar62 .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-v8kQHUar62 .embla__button {
    top: 50%;
    width: 48px;
    height: 48px;
  }
}
.cid-v8kQHUar62 .embla {
  position: relative;
  width: 100%;
}
.cid-v8kQHUar62 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v8kQHUar62 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v8kQHUar62 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v8kQHUar62 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v8kQHUar62 .mbr-name {
  color: #163300;
  text-align: center;
}
.cid-v8kQHUar62 .mbr-text {
  color: #263652;
  text-align: center;
}
.cid-v4tAPOuc7y {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #1f6463;
}
.cid-v4tAPOuc7y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4tAPOuc7y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4tAPOuc7y .container {
    padding: 0 16px;
  }
}
.cid-v4tAPOuc7y .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v4tAPOuc7y .card {
    margin-bottom: 40px;
  }
}
.cid-v4tAPOuc7y .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v4tAPOuc7y .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v4tAPOuc7y .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-v4tAPOuc7y .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4tAPOuc7y .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v4tAPOuc7y .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-v4tAPOuc7y .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v4tAPOuc7y .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-v4tAPOuc7y .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v4tAPOuc7y .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v4tAPOuc7y .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v4tAPOuc7y .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v4tAPOuc7y .mbr-section-title {
  color: #ffffff;
}
.cid-v4tAPOuc7y .copyright {
  color: #ffffff;
}
.cid-v4tAPOuc7y .mbr-card-title {
  color: #D4FE00;
}
.cid-v4tAPOuc7y .list {
  color: #ffffff;
}
.cid-v4tBXbwauh {
  z-index: 1000;
  width: 100%;
}
.cid-v4tBXbwauh nav.navbar {
  position: fixed;
}
.cid-v4tBXbwauh .btn {
  line-height: 1.2;
}
.cid-v4tBXbwauh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4tBXbwauh .nav-link {
  position: relative;
}
.cid-v4tBXbwauh .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #20ac6b;
}
.cid-v4tBXbwauh .nav-link:hover {
  color: #20ac6b !important;
}
.cid-v4tBXbwauh .nav-link:hover:before {
  width: 100%;
}
.cid-v4tBXbwauh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4tBXbwauh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4tBXbwauh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4tBXbwauh .dropdown-item:hover,
.cid-v4tBXbwauh .dropdown-item:focus {
  background: #1f6463 !important;
  color: white !important;
}
.cid-v4tBXbwauh .dropdown-item:hover span {
  color: white;
}
.cid-v4tBXbwauh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4tBXbwauh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4tBXbwauh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4tBXbwauh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-v4tBXbwauh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v4tBXbwauh .container {
    flex-wrap: nowrap;
  }
}
.cid-v4tBXbwauh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4tBXbwauh .navbar-nav {
  margin: auto;
}
.cid-v4tBXbwauh .dropdown-menu,
.cid-v4tBXbwauh .navbar.opened {
  background: #ffffff !important;
}
.cid-v4tBXbwauh .nav-item:focus,
.cid-v4tBXbwauh .nav-link:focus {
  outline: none;
}
.cid-v4tBXbwauh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4tBXbwauh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4tBXbwauh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4tBXbwauh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4tBXbwauh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4tBXbwauh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4tBXbwauh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v4tBXbwauh .navbar.opened {
  transition: all 0.3s;
}
.cid-v4tBXbwauh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4tBXbwauh .navbar .navbar-logo img {
  width: auto;
}
.cid-v4tBXbwauh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4tBXbwauh .navbar.collapsed {
  justify-content: center;
}
.cid-v4tBXbwauh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4tBXbwauh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4tBXbwauh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-v4tBXbwauh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4tBXbwauh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4tBXbwauh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4tBXbwauh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4tBXbwauh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4tBXbwauh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4tBXbwauh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4tBXbwauh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4tBXbwauh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4tBXbwauh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4tBXbwauh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4tBXbwauh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4tBXbwauh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4tBXbwauh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4tBXbwauh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4tBXbwauh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4tBXbwauh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v4tBXbwauh .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v4tBXbwauh .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4tBXbwauh .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-v4tBXbwauh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4tBXbwauh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4tBXbwauh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4tBXbwauh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4tBXbwauh .dropdown-item.active,
.cid-v4tBXbwauh .dropdown-item:active {
  background-color: transparent;
}
.cid-v4tBXbwauh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4tBXbwauh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4tBXbwauh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4tBXbwauh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4tBXbwauh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4tBXbwauh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4tBXbwauh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4tBXbwauh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4tBXbwauh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v4tBXbwauh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4tBXbwauh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4tBXbwauh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4tBXbwauh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4tBXbwauh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4tBXbwauh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4tBXbwauh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4tBXbwauh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4tBXbwauh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4tBXbwauh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4tBXbwauh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4tBXbwauh .navbar {
    height: 70px;
  }
  .cid-v4tBXbwauh .navbar.opened {
    height: auto;
  }
  .cid-v4tBXbwauh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4tLrSkWF1 {
  display: flex;
  padding-top: 150px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background2-1.jpg");
}
.cid-v4tLrSkWF1 .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-v4tLrSkWF1 .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-v4tLrSkWF1 {
    align-items: center;
  }
  .cid-v4tLrSkWF1 .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4tLrSkWF1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4tLrSkWF1 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4tLrSkWF1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4tLrSkWF1 .content-wrap {
    width: 100%;
  }
}
.cid-v4tLrSkWF1 .mbr-section-title {
  text-align: left;
}
.cid-v4tLrSkWF1 .mbr-text,
.cid-v4tLrSkWF1 .mbr-section-btn {
  text-align: left;
  color: #edefeb;
}
.cid-v4tBXcDBys {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v4tBXcDBys input,
.cid-v4tBXcDBys 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-v4tBXcDBys input:focus,
.cid-v4tBXcDBys textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-v4tBXcDBys .form-control,
.cid-v4tBXcDBys .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-v4tBXcDBys input::-webkit-input-placeholder,
.cid-v4tBXcDBys textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-v4tBXcDBys input:-moz-placeholder,
.cid-v4tBXcDBys textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-v4tBXcDBys .jq-selectbox li,
.cid-v4tBXcDBys .jq-selectbox li {
  background-color: #ffffff;
}
.cid-v4tBXcDBys .jq-selectbox li:hover,
.cid-v4tBXcDBys .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-v4tBXcDBys .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-v4tBXcDBys .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-v4tBXcDBys .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-v4tBXcDBys .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-v4tBXcDBys .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-v4tBXcDBys .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-v4tBXcDBys .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-v4tBXcDBys .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-v4tBXcDBys .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-v4tBXcDBys .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-v4tBXcDBys .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-v4tBXcDBys .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-v4tBXcDBys .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-v4tBXcDBys .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: #4f87fb;
  margin-right: 10px;
}
.cid-v4tBXcDBys .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-v4tBXcDBys .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-v4tBXcDBys .entry-content .text-box {
  padding: 0rem;
}
.cid-v4tBXcDBys .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-v4tBXcDBys .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-v4tBXcDBys .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-v4tBXcDBys .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-v4tBXcDBys .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-v4tBXcDBys .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-v4tBXcDBys .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-v4tBXcDBys .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-v4tBXcDBys .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 #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-v4tBXcDBys .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-v4tBXcDBys .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v4tBXcDBys .entry-content .contact {
  margin-top: 30px;
}
.cid-v4tBXcDBys .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-v4tBXcDBys .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-v4tBXcDBys .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-v4tBXcDBys .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-v4tBXcDBys .entry-content .contact .btn-black:hover {
  background-color: #1f6463 !important;
  border-color: #1f6463 !important;
}
.cid-v4tBXcDBys .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-v4tBXcDBys .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-v4tBXcDBys .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-v4tBXcDBys .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-v4tBXcDBys .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-v4tBXcDBys .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-v4tBXcDBys .progress_elements .progress1 progress::after {
  left: 80%;
  border: 3px solid #4f87fb;
}
.cid-v4tBXcDBys .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-v4tBXcDBys .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-v4tBXcDBys .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-v4tBXcDBys progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-v4tBXcDBys .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4tBXcDBys .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4tBXcDBys .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4tBXcDBys .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4tBXcDBys .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-v4tBXcDBys .progressbar-title p {
  color: #6d7a8c;
}
.cid-v4tBXcDBys .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4tBXcDBys .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4tBXcDBys .entry-content .text-box .doc-descr {
  color: #232323;
}
.cid-v4tBXcDBys .entry-content .text-box .card-title {
  color: #1f6463;
}
.cid-v4tBXcDBys .team-left-inner .team-info-block .team-title {
  color: #1f6463;
}
.cid-v4tBXcDBys .team-left-inner .team-info-block .team-designation {
  color: #000000;
}
.cid-v8kQLHY04J {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-v8kQLHY04J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8kQLHY04J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8kQLHY04J .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v8kQLHY04J .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v8kQLHY04J .container {
    padding: 0;
  }
}
.cid-v8kQLHY04J .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-v8kQLHY04J .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v8kQLHY04J .embla__slide .card-wrap .item-wrapper .image-wrap {
  margin-bottom: 30px;
}
.cid-v8kQLHY04J .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-v8kQLHY04J .embla__slide .card-wrap .content-wrap {
    padding: 0 16px;
  }
}
.cid-v8kQLHY04J .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 20px;
}
.cid-v8kQLHY04J .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v8kQLHY04J .embla__button--next,
.cid-v8kQLHY04J .embla__button--prev {
  display: flex;
}
.cid-v8kQLHY04J .embla__button {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: #3b6e8f;
  color: #263652;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8kQLHY04J .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v8kQLHY04J .embla__button:hover {
  background-color: #3b6e8f;
  color: #263652;
}
.cid-v8kQLHY04J .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-v8kQLHY04J .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-v8kQLHY04J .embla__button {
    top: 50%;
    width: 48px;
    height: 48px;
  }
}
.cid-v8kQLHY04J .embla {
  position: relative;
  width: 100%;
}
.cid-v8kQLHY04J .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v8kQLHY04J .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v8kQLHY04J .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v8kQLHY04J .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v8kQLHY04J .mbr-name {
  color: #163300;
  text-align: center;
}
.cid-v8kQLHY04J .mbr-text {
  color: #263652;
  text-align: center;
}
.cid-v4tBXds8UI {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #1f6463;
}
.cid-v4tBXds8UI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4tBXds8UI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4tBXds8UI .container {
    padding: 0 16px;
  }
}
.cid-v4tBXds8UI .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v4tBXds8UI .card {
    margin-bottom: 40px;
  }
}
.cid-v4tBXds8UI .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v4tBXds8UI .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v4tBXds8UI .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-v4tBXds8UI .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4tBXds8UI .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v4tBXds8UI .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-v4tBXds8UI .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v4tBXds8UI .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-v4tBXds8UI .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v4tBXds8UI .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v4tBXds8UI .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v4tBXds8UI .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v4tBXds8UI .mbr-section-title {
  color: #ffffff;
}
.cid-v4tBXds8UI .copyright {
  color: #ffffff;
}
.cid-v4tBXds8UI .mbr-card-title {
  color: #D4FE00;
}
.cid-v4tBXds8UI .list {
  color: #ffffff;
}
.cid-v4tCINKLd6 {
  z-index: 1000;
  width: 100%;
}
.cid-v4tCINKLd6 nav.navbar {
  position: fixed;
}
.cid-v4tCINKLd6 .btn {
  line-height: 1.2;
}
.cid-v4tCINKLd6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4tCINKLd6 .nav-link {
  position: relative;
}
.cid-v4tCINKLd6 .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #20ac6b;
}
.cid-v4tCINKLd6 .nav-link:hover {
  color: #20ac6b !important;
}
.cid-v4tCINKLd6 .nav-link:hover:before {
  width: 100%;
}
.cid-v4tCINKLd6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4tCINKLd6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4tCINKLd6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4tCINKLd6 .dropdown-item:hover,
.cid-v4tCINKLd6 .dropdown-item:focus {
  background: #1f6463 !important;
  color: white !important;
}
.cid-v4tCINKLd6 .dropdown-item:hover span {
  color: white;
}
.cid-v4tCINKLd6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4tCINKLd6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4tCINKLd6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4tCINKLd6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-v4tCINKLd6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v4tCINKLd6 .container {
    flex-wrap: nowrap;
  }
}
.cid-v4tCINKLd6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4tCINKLd6 .navbar-nav {
  margin: auto;
}
.cid-v4tCINKLd6 .dropdown-menu,
.cid-v4tCINKLd6 .navbar.opened {
  background: #ffffff !important;
}
.cid-v4tCINKLd6 .nav-item:focus,
.cid-v4tCINKLd6 .nav-link:focus {
  outline: none;
}
.cid-v4tCINKLd6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4tCINKLd6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4tCINKLd6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4tCINKLd6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4tCINKLd6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4tCINKLd6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4tCINKLd6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v4tCINKLd6 .navbar.opened {
  transition: all 0.3s;
}
.cid-v4tCINKLd6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4tCINKLd6 .navbar .navbar-logo img {
  width: auto;
}
.cid-v4tCINKLd6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4tCINKLd6 .navbar.collapsed {
  justify-content: center;
}
.cid-v4tCINKLd6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4tCINKLd6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4tCINKLd6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-v4tCINKLd6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4tCINKLd6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4tCINKLd6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4tCINKLd6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4tCINKLd6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4tCINKLd6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4tCINKLd6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4tCINKLd6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4tCINKLd6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4tCINKLd6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4tCINKLd6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4tCINKLd6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4tCINKLd6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4tCINKLd6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4tCINKLd6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4tCINKLd6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4tCINKLd6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v4tCINKLd6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v4tCINKLd6 .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4tCINKLd6 .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-v4tCINKLd6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4tCINKLd6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4tCINKLd6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4tCINKLd6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4tCINKLd6 .dropdown-item.active,
.cid-v4tCINKLd6 .dropdown-item:active {
  background-color: transparent;
}
.cid-v4tCINKLd6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4tCINKLd6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4tCINKLd6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4tCINKLd6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4tCINKLd6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4tCINKLd6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4tCINKLd6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4tCINKLd6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4tCINKLd6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v4tCINKLd6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4tCINKLd6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4tCINKLd6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4tCINKLd6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4tCINKLd6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4tCINKLd6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4tCINKLd6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4tCINKLd6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4tCINKLd6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4tCINKLd6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4tCINKLd6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4tCINKLd6 .navbar {
    height: 70px;
  }
  .cid-v4tCINKLd6 .navbar.opened {
    height: auto;
  }
  .cid-v4tCINKLd6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4tLyemaRk {
  display: flex;
  padding-top: 150px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background2-1.jpg");
}
.cid-v4tLyemaRk .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-v4tLyemaRk .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-v4tLyemaRk {
    align-items: center;
  }
  .cid-v4tLyemaRk .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4tLyemaRk .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4tLyemaRk {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4tLyemaRk .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4tLyemaRk .content-wrap {
    width: 100%;
  }
}
.cid-v4tLyemaRk .mbr-section-title {
  text-align: left;
}
.cid-v4tLyemaRk .mbr-text,
.cid-v4tLyemaRk .mbr-section-btn {
  text-align: left;
  color: #edefeb;
}
.cid-v4tCIOTF1N {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v4tCIOTF1N input,
.cid-v4tCIOTF1N 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-v4tCIOTF1N input:focus,
.cid-v4tCIOTF1N textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-v4tCIOTF1N .form-control,
.cid-v4tCIOTF1N .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-v4tCIOTF1N input::-webkit-input-placeholder,
.cid-v4tCIOTF1N textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-v4tCIOTF1N input:-moz-placeholder,
.cid-v4tCIOTF1N textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-v4tCIOTF1N .jq-selectbox li,
.cid-v4tCIOTF1N .jq-selectbox li {
  background-color: #ffffff;
}
.cid-v4tCIOTF1N .jq-selectbox li:hover,
.cid-v4tCIOTF1N .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-v4tCIOTF1N .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-v4tCIOTF1N .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-v4tCIOTF1N .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-v4tCIOTF1N .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-v4tCIOTF1N .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-v4tCIOTF1N .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-v4tCIOTF1N .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-v4tCIOTF1N .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-v4tCIOTF1N .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-v4tCIOTF1N .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-v4tCIOTF1N .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-v4tCIOTF1N .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-v4tCIOTF1N .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-v4tCIOTF1N .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: #4f87fb;
  margin-right: 10px;
}
.cid-v4tCIOTF1N .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-v4tCIOTF1N .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-v4tCIOTF1N .entry-content .text-box {
  padding: 0rem;
}
.cid-v4tCIOTF1N .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-v4tCIOTF1N .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-v4tCIOTF1N .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-v4tCIOTF1N .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-v4tCIOTF1N .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-v4tCIOTF1N .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-v4tCIOTF1N .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-v4tCIOTF1N .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-v4tCIOTF1N .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 #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-v4tCIOTF1N .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-v4tCIOTF1N .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v4tCIOTF1N .entry-content .contact {
  margin-top: 30px;
}
.cid-v4tCIOTF1N .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-v4tCIOTF1N .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-v4tCIOTF1N .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-v4tCIOTF1N .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-v4tCIOTF1N .entry-content .contact .btn-black:hover {
  background-color: #1f6463 !important;
  border-color: #1f6463 !important;
}
.cid-v4tCIOTF1N .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-v4tCIOTF1N .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-v4tCIOTF1N .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-v4tCIOTF1N .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-v4tCIOTF1N .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-v4tCIOTF1N .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-v4tCIOTF1N .progress_elements .progress1 progress::after {
  left: 80%;
  border: 3px solid #4f87fb;
}
.cid-v4tCIOTF1N .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-v4tCIOTF1N .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-v4tCIOTF1N .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-v4tCIOTF1N progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-v4tCIOTF1N .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4tCIOTF1N .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4tCIOTF1N .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4tCIOTF1N .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4tCIOTF1N .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-v4tCIOTF1N .progressbar-title p {
  color: #6d7a8c;
}
.cid-v4tCIOTF1N .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4tCIOTF1N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4tCIOTF1N .entry-content .text-box .doc-descr {
  color: #232323;
}
.cid-v4tCIOTF1N .entry-content .text-box .card-title {
  color: #1f6463;
}
.cid-v4tCIOTF1N .team-left-inner .team-info-block .team-title {
  color: #1f6463;
}
.cid-v4tCIOTF1N .team-left-inner .team-info-block .team-designation {
  color: #000000;
}
.cid-v8kQOIA1VH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-v8kQOIA1VH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8kQOIA1VH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8kQOIA1VH .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v8kQOIA1VH .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v8kQOIA1VH .container {
    padding: 0;
  }
}
.cid-v8kQOIA1VH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-v8kQOIA1VH .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v8kQOIA1VH .embla__slide .card-wrap .item-wrapper .image-wrap {
  margin-bottom: 30px;
}
.cid-v8kQOIA1VH .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-v8kQOIA1VH .embla__slide .card-wrap .content-wrap {
    padding: 0 16px;
  }
}
.cid-v8kQOIA1VH .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 20px;
}
.cid-v8kQOIA1VH .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v8kQOIA1VH .embla__button--next,
.cid-v8kQOIA1VH .embla__button--prev {
  display: flex;
}
.cid-v8kQOIA1VH .embla__button {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: #3b6e8f;
  color: #263652;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8kQOIA1VH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v8kQOIA1VH .embla__button:hover {
  background-color: #3b6e8f;
  color: #263652;
}
.cid-v8kQOIA1VH .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-v8kQOIA1VH .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-v8kQOIA1VH .embla__button {
    top: 50%;
    width: 48px;
    height: 48px;
  }
}
.cid-v8kQOIA1VH .embla {
  position: relative;
  width: 100%;
}
.cid-v8kQOIA1VH .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v8kQOIA1VH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v8kQOIA1VH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v8kQOIA1VH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v8kQOIA1VH .mbr-name {
  color: #163300;
  text-align: center;
}
.cid-v8kQOIA1VH .mbr-text {
  color: #263652;
  text-align: center;
}
.cid-v4tCIPOGC1 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #1f6463;
}
.cid-v4tCIPOGC1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4tCIPOGC1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4tCIPOGC1 .container {
    padding: 0 16px;
  }
}
.cid-v4tCIPOGC1 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v4tCIPOGC1 .card {
    margin-bottom: 40px;
  }
}
.cid-v4tCIPOGC1 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v4tCIPOGC1 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v4tCIPOGC1 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-v4tCIPOGC1 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4tCIPOGC1 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v4tCIPOGC1 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-v4tCIPOGC1 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v4tCIPOGC1 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-v4tCIPOGC1 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v4tCIPOGC1 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v4tCIPOGC1 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v4tCIPOGC1 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v4tCIPOGC1 .mbr-section-title {
  color: #ffffff;
}
.cid-v4tCIPOGC1 .copyright {
  color: #ffffff;
}
.cid-v4tCIPOGC1 .mbr-card-title {
  color: #D4FE00;
}
.cid-v4tCIPOGC1 .list {
  color: #ffffff;
}
.cid-v4tDOR8Dgu {
  z-index: 1000;
  width: 100%;
}
.cid-v4tDOR8Dgu nav.navbar {
  position: fixed;
}
.cid-v4tDOR8Dgu .btn {
  line-height: 1.2;
}
.cid-v4tDOR8Dgu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4tDOR8Dgu .nav-link {
  position: relative;
}
.cid-v4tDOR8Dgu .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #20ac6b;
}
.cid-v4tDOR8Dgu .nav-link:hover {
  color: #20ac6b !important;
}
.cid-v4tDOR8Dgu .nav-link:hover:before {
  width: 100%;
}
.cid-v4tDOR8Dgu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4tDOR8Dgu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4tDOR8Dgu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4tDOR8Dgu .dropdown-item:hover,
.cid-v4tDOR8Dgu .dropdown-item:focus {
  background: #1f6463 !important;
  color: white !important;
}
.cid-v4tDOR8Dgu .dropdown-item:hover span {
  color: white;
}
.cid-v4tDOR8Dgu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4tDOR8Dgu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4tDOR8Dgu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4tDOR8Dgu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-v4tDOR8Dgu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v4tDOR8Dgu .container {
    flex-wrap: nowrap;
  }
}
.cid-v4tDOR8Dgu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4tDOR8Dgu .navbar-nav {
  margin: auto;
}
.cid-v4tDOR8Dgu .dropdown-menu,
.cid-v4tDOR8Dgu .navbar.opened {
  background: #ffffff !important;
}
.cid-v4tDOR8Dgu .nav-item:focus,
.cid-v4tDOR8Dgu .nav-link:focus {
  outline: none;
}
.cid-v4tDOR8Dgu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4tDOR8Dgu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4tDOR8Dgu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4tDOR8Dgu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4tDOR8Dgu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4tDOR8Dgu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4tDOR8Dgu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v4tDOR8Dgu .navbar.opened {
  transition: all 0.3s;
}
.cid-v4tDOR8Dgu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4tDOR8Dgu .navbar .navbar-logo img {
  width: auto;
}
.cid-v4tDOR8Dgu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4tDOR8Dgu .navbar.collapsed {
  justify-content: center;
}
.cid-v4tDOR8Dgu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4tDOR8Dgu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4tDOR8Dgu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-v4tDOR8Dgu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4tDOR8Dgu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4tDOR8Dgu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4tDOR8Dgu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4tDOR8Dgu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4tDOR8Dgu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4tDOR8Dgu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4tDOR8Dgu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4tDOR8Dgu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4tDOR8Dgu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4tDOR8Dgu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4tDOR8Dgu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4tDOR8Dgu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4tDOR8Dgu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4tDOR8Dgu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4tDOR8Dgu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4tDOR8Dgu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v4tDOR8Dgu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v4tDOR8Dgu .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4tDOR8Dgu .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-v4tDOR8Dgu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4tDOR8Dgu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4tDOR8Dgu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4tDOR8Dgu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4tDOR8Dgu .dropdown-item.active,
.cid-v4tDOR8Dgu .dropdown-item:active {
  background-color: transparent;
}
.cid-v4tDOR8Dgu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4tDOR8Dgu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4tDOR8Dgu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4tDOR8Dgu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4tDOR8Dgu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4tDOR8Dgu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4tDOR8Dgu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4tDOR8Dgu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4tDOR8Dgu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v4tDOR8Dgu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4tDOR8Dgu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4tDOR8Dgu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4tDOR8Dgu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4tDOR8Dgu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4tDOR8Dgu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4tDOR8Dgu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4tDOR8Dgu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4tDOR8Dgu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4tDOR8Dgu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4tDOR8Dgu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4tDOR8Dgu .navbar {
    height: 70px;
  }
  .cid-v4tDOR8Dgu .navbar.opened {
    height: auto;
  }
  .cid-v4tDOR8Dgu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4tLD0e7qR {
  display: flex;
  padding-top: 150px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background2-1.jpg");
}
.cid-v4tLD0e7qR .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-v4tLD0e7qR .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-v4tLD0e7qR {
    align-items: center;
  }
  .cid-v4tLD0e7qR .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4tLD0e7qR .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4tLD0e7qR {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4tLD0e7qR .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4tLD0e7qR .content-wrap {
    width: 100%;
  }
}
.cid-v4tLD0e7qR .mbr-section-title {
  text-align: left;
}
.cid-v4tLD0e7qR .mbr-text,
.cid-v4tLD0e7qR .mbr-section-btn {
  text-align: left;
  color: #edefeb;
}
.cid-v4tDOSBdyC {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v4tDOSBdyC input,
.cid-v4tDOSBdyC 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-v4tDOSBdyC input:focus,
.cid-v4tDOSBdyC textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-v4tDOSBdyC .form-control,
.cid-v4tDOSBdyC .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-v4tDOSBdyC input::-webkit-input-placeholder,
.cid-v4tDOSBdyC textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-v4tDOSBdyC input:-moz-placeholder,
.cid-v4tDOSBdyC textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-v4tDOSBdyC .jq-selectbox li,
.cid-v4tDOSBdyC .jq-selectbox li {
  background-color: #ffffff;
}
.cid-v4tDOSBdyC .jq-selectbox li:hover,
.cid-v4tDOSBdyC .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-v4tDOSBdyC .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-v4tDOSBdyC .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-v4tDOSBdyC .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-v4tDOSBdyC .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-v4tDOSBdyC .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-v4tDOSBdyC .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-v4tDOSBdyC .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-v4tDOSBdyC .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-v4tDOSBdyC .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-v4tDOSBdyC .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-v4tDOSBdyC .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-v4tDOSBdyC .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-v4tDOSBdyC .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-v4tDOSBdyC .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: #4f87fb;
  margin-right: 10px;
}
.cid-v4tDOSBdyC .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-v4tDOSBdyC .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-v4tDOSBdyC .entry-content .text-box {
  padding: 0rem;
}
.cid-v4tDOSBdyC .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-v4tDOSBdyC .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-v4tDOSBdyC .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-v4tDOSBdyC .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-v4tDOSBdyC .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-v4tDOSBdyC .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-v4tDOSBdyC .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-v4tDOSBdyC .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-v4tDOSBdyC .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 #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-v4tDOSBdyC .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-v4tDOSBdyC .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v4tDOSBdyC .entry-content .contact {
  margin-top: 30px;
}
.cid-v4tDOSBdyC .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-v4tDOSBdyC .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-v4tDOSBdyC .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-v4tDOSBdyC .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-v4tDOSBdyC .entry-content .contact .btn-black:hover {
  background-color: #1f6463 !important;
  border-color: #1f6463 !important;
}
.cid-v4tDOSBdyC .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-v4tDOSBdyC .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-v4tDOSBdyC .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-v4tDOSBdyC .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-v4tDOSBdyC .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-v4tDOSBdyC .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-v4tDOSBdyC .progress_elements .progress1 progress::after {
  left: 80%;
  border: 3px solid #4f87fb;
}
.cid-v4tDOSBdyC .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-v4tDOSBdyC .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-v4tDOSBdyC .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-v4tDOSBdyC progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-v4tDOSBdyC .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4tDOSBdyC .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4tDOSBdyC .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4tDOSBdyC .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v4tDOSBdyC .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-v4tDOSBdyC .progressbar-title p {
  color: #6d7a8c;
}
.cid-v4tDOSBdyC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4tDOSBdyC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4tDOSBdyC .entry-content .text-box .doc-descr {
  color: #232323;
}
.cid-v4tDOSBdyC .entry-content .text-box .card-title {
  color: #1f6463;
}
.cid-v4tDOSBdyC .team-left-inner .team-info-block .team-title {
  color: #1f6463;
}
.cid-v4tDOSBdyC .team-left-inner .team-info-block .team-designation {
  color: #000000;
}
.cid-v8kQSz1Zm1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-v8kQSz1Zm1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8kQSz1Zm1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8kQSz1Zm1 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v8kQSz1Zm1 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v8kQSz1Zm1 .container {
    padding: 0;
  }
}
.cid-v8kQSz1Zm1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-v8kQSz1Zm1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v8kQSz1Zm1 .embla__slide .card-wrap .item-wrapper .image-wrap {
  margin-bottom: 30px;
}
.cid-v8kQSz1Zm1 .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-v8kQSz1Zm1 .embla__slide .card-wrap .content-wrap {
    padding: 0 16px;
  }
}
.cid-v8kQSz1Zm1 .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 20px;
}
.cid-v8kQSz1Zm1 .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v8kQSz1Zm1 .embla__button--next,
.cid-v8kQSz1Zm1 .embla__button--prev {
  display: flex;
}
.cid-v8kQSz1Zm1 .embla__button {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: #3b6e8f;
  color: #263652;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8kQSz1Zm1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v8kQSz1Zm1 .embla__button:hover {
  background-color: #3b6e8f;
  color: #263652;
}
.cid-v8kQSz1Zm1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-v8kQSz1Zm1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-v8kQSz1Zm1 .embla__button {
    top: 50%;
    width: 48px;
    height: 48px;
  }
}
.cid-v8kQSz1Zm1 .embla {
  position: relative;
  width: 100%;
}
.cid-v8kQSz1Zm1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v8kQSz1Zm1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v8kQSz1Zm1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v8kQSz1Zm1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v8kQSz1Zm1 .mbr-name {
  color: #163300;
  text-align: center;
}
.cid-v8kQSz1Zm1 .mbr-text {
  color: #263652;
  text-align: center;
}
.cid-v4tDOTPAFO {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #1f6463;
}
.cid-v4tDOTPAFO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4tDOTPAFO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4tDOTPAFO .container {
    padding: 0 16px;
  }
}
.cid-v4tDOTPAFO .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v4tDOTPAFO .card {
    margin-bottom: 40px;
  }
}
.cid-v4tDOTPAFO .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v4tDOTPAFO .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v4tDOTPAFO .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-v4tDOTPAFO .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4tDOTPAFO .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v4tDOTPAFO .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-v4tDOTPAFO .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v4tDOTPAFO .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-v4tDOTPAFO .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v4tDOTPAFO .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v4tDOTPAFO .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v4tDOTPAFO .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v4tDOTPAFO .mbr-section-title {
  color: #ffffff;
}
.cid-v4tDOTPAFO .copyright {
  color: #ffffff;
}
.cid-v4tDOTPAFO .mbr-card-title {
  color: #D4FE00;
}
.cid-v4tDOTPAFO .list {
  color: #ffffff;
}
.cid-v4uqzBwPKG {
  z-index: 1000;
  width: 100%;
}
.cid-v4uqzBwPKG nav.navbar {
  position: fixed;
}
.cid-v4uqzBwPKG .btn {
  line-height: 1.2;
}
.cid-v4uqzBwPKG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4uqzBwPKG .nav-link {
  position: relative;
}
.cid-v4uqzBwPKG .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #20ac6b;
}
.cid-v4uqzBwPKG .nav-link:hover {
  color: #20ac6b !important;
}
.cid-v4uqzBwPKG .nav-link:hover:before {
  width: 100%;
}
.cid-v4uqzBwPKG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4uqzBwPKG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4uqzBwPKG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4uqzBwPKG .dropdown-item:hover,
.cid-v4uqzBwPKG .dropdown-item:focus {
  background: #1f6463 !important;
  color: white !important;
}
.cid-v4uqzBwPKG .dropdown-item:hover span {
  color: white;
}
.cid-v4uqzBwPKG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4uqzBwPKG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4uqzBwPKG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4uqzBwPKG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-v4uqzBwPKG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v4uqzBwPKG .container {
    flex-wrap: nowrap;
  }
}
.cid-v4uqzBwPKG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4uqzBwPKG .navbar-nav {
  margin: auto;
}
.cid-v4uqzBwPKG .dropdown-menu,
.cid-v4uqzBwPKG .navbar.opened {
  background: #ffffff !important;
}
.cid-v4uqzBwPKG .nav-item:focus,
.cid-v4uqzBwPKG .nav-link:focus {
  outline: none;
}
.cid-v4uqzBwPKG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4uqzBwPKG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4uqzBwPKG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4uqzBwPKG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4uqzBwPKG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4uqzBwPKG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4uqzBwPKG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v4uqzBwPKG .navbar.opened {
  transition: all 0.3s;
}
.cid-v4uqzBwPKG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4uqzBwPKG .navbar .navbar-logo img {
  width: auto;
}
.cid-v4uqzBwPKG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4uqzBwPKG .navbar.collapsed {
  justify-content: center;
}
.cid-v4uqzBwPKG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4uqzBwPKG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4uqzBwPKG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-v4uqzBwPKG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4uqzBwPKG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4uqzBwPKG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4uqzBwPKG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4uqzBwPKG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4uqzBwPKG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4uqzBwPKG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4uqzBwPKG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4uqzBwPKG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4uqzBwPKG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4uqzBwPKG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4uqzBwPKG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4uqzBwPKG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4uqzBwPKG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4uqzBwPKG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4uqzBwPKG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4uqzBwPKG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v4uqzBwPKG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v4uqzBwPKG .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4uqzBwPKG .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-v4uqzBwPKG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4uqzBwPKG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4uqzBwPKG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4uqzBwPKG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4uqzBwPKG .dropdown-item.active,
.cid-v4uqzBwPKG .dropdown-item:active {
  background-color: transparent;
}
.cid-v4uqzBwPKG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4uqzBwPKG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4uqzBwPKG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4uqzBwPKG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4uqzBwPKG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4uqzBwPKG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4uqzBwPKG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4uqzBwPKG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4uqzBwPKG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v4uqzBwPKG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4uqzBwPKG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4uqzBwPKG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4uqzBwPKG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4uqzBwPKG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4uqzBwPKG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4uqzBwPKG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4uqzBwPKG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4uqzBwPKG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4uqzBwPKG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4uqzBwPKG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4uqzBwPKG .navbar {
    height: 70px;
  }
  .cid-v4uqzBwPKG .navbar.opened {
    height: auto;
  }
  .cid-v4uqzBwPKG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4uqzCcnsu {
  display: flex;
  padding-top: 165px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1203.jpg");
}
.cid-v4uqzCcnsu .mbr-overlay {
  background-color: #1f6463;
  opacity: 0.4;
}
.cid-v4uqzCcnsu .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-v4uqzCcnsu {
    align-items: center;
  }
  .cid-v4uqzCcnsu .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4uqzCcnsu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4uqzCcnsu {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4uqzCcnsu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4uqzCcnsu .content-wrap {
    width: 100%;
  }
}
.cid-v4uqzCcnsu .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-v4uqzCcnsu .mbr-text,
.cid-v4uqzCcnsu .mbr-section-btn {
  text-align: left;
}
.cid-v4uKUsfhAt {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1f6463;
}
.cid-v4uKUsfhAt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4uKUsfhAt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4uKUsfhAt .card {
  justify-content: center;
}
.cid-v4uKUsfhAt .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v4uKUsfhAt .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v4uKUsfhAt .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v4uKUsfhAt .mbr-section-btn {
    margin-bottom: 35px;
    text-align: left;
  }
}
.cid-v4uKUsfhAt .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v4uKUsfhAt .item {
    margin-bottom: 35px;
  }
}
.cid-v4uKUsfhAt .item:hover .item-wrapper .item-img img,
.cid-v4uKUsfhAt .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-v4uKUsfhAt .item .item-wrapper {
  display: grid;
  grid-template-columns: 25px 370px 1fr;
  gap: 62px;
  padding-bottom: 40px;
  border-radius: 0 !important;
  border-bottom: 1px solid #a4a4a1;
}
@media (max-width: 1200px) {
  .cid-v4uKUsfhAt .item .item-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v4uKUsfhAt .item .item-wrapper {
    display: block;
    padding-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v4uKUsfhAt .item .item-wrapper .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v4uKUsfhAt .item .item-wrapper .desc-wrapper .item-desc {
  display: inline-flex;
  writing-mode: tb-rl;
  white-space: nowrap;
  transform: rotate(-180deg);
}
@media (max-width: 992px) {
  .cid-v4uKUsfhAt .item .item-wrapper .desc-wrapper .item-desc {
    display: block;
    writing-mode: inherit;
    white-space: inherit;
    transform: none;
    margin-bottom: 0;
  }
}
.cid-v4uKUsfhAt .item .item-wrapper .item-img {
  border-radius: 2rem !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v4uKUsfhAt .item .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-v4uKUsfhAt .item .item-wrapper .item-img img {
  height: 190px;
  border-radius: 2rem;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-v4uKUsfhAt .item .item-wrapper .item-content .item-text {
  margin-bottom: 15px;
}
.cid-v4uKUsfhAt .item .item-wrapper .item-content .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v4uKUsfhAt .item .item-wrapper .item-content .date-wrapper .date-wrap .icon-wrapper {
  margin-right: 10px;
}
.cid-v4uKUsfhAt .item .item-wrapper .item-content .date-wrapper .date-wrap .icon-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #000000;
}
.cid-v4uKUsfhAt .item .item-wrapper .item-content .date-wrapper .date-wrap .item-date {
  margin-bottom: 0;
}
.cid-v4uKUsfhAt .mbr-section-title {
  color: #000000;
}
.cid-v4uKUsfhAt .item-desc {
  color: #ffffff;
}
.cid-v4uKUsfhAt .item-text {
  color: #ffffff;
}
.cid-v4uKUsfhAt .item-date {
  color: #000000;
}
.cid-v4uKUsfhAt .mbr-section-title,
.cid-v4uKUsfhAt .mbr-section-btn {
  color: #ffffff;
}
.cid-v4uKUsfhAt .item-date,
.cid-v4uKUsfhAt .date-wrapper {
  color: #ffeb69;
}
.cid-v4uRe6JJg8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v4uRe6JJg8 .carousel {
    max-height: 600px;
  }
  .cid-v4uRe6JJg8 .carousel img {
    height: 600px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4uRe6JJg8 .carousel {
    min-height: 390px;
  }
  .cid-v4uRe6JJg8 .carousel img {
    height: 390px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-v4uRe6JJg8 .carousel {
    min-height: 330px;
  }
  .cid-v4uRe6JJg8 .carousel img {
    height: 330px;
    object-fit: cover;
  }
  .cid-v4uRe6JJg8 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v4uRe6JJg8 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v4uRe6JJg8 .carousel,
.cid-v4uRe6JJg8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v4uRe6JJg8 .item-wrapper {
  width: 100%;
}
.cid-v4uRe6JJg8 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-v4uRe6JJg8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v4uRe6JJg8 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v4uRe6JJg8 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v4uRe6JJg8 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v4uRe6JJg8 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v4uRe6JJg8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v4uRe6JJg8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v4uRe6JJg8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v4uRe6JJg8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v4uRe6JJg8 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v4uRe6JJg8 .carousel-indicators li.active,
.cid-v4uRe6JJg8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v4uRe6JJg8 .carousel-indicators li::after,
.cid-v4uRe6JJg8 .carousel-indicators li::before {
  content: none;
}
.cid-v4uRe6JJg8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v4uRe6JJg8 .carousel-indicators {
    display: none !important;
  }
}
.cid-v4uFA6ubbS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-v4uFA6ubbS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4uFA6ubbS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4uFA6ubbS .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v4uFA6ubbS .mbr-section-title {
  color: #1f6463;
}
.cid-v4uFA6ubbS .mbr-section-subtitle {
  color: #24262b;
}
.cid-v4uFA6ubbS .items-row {
  row-gap: 32px;
}
.cid-v4uFA6ubbS .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-v4uFA6ubbS .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 5));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-v4uFA6ubbS .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1f6463;
  transition: 0.3s;
}
.cid-v4uFA6ubbS .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-v4uFA6ubbS .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-v4uFA6ubbS .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v4uFA6ubbS .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-v4uFA6ubbS .mbr-item-subtitle {
  color: #24262b;
}
.cid-v4uFA6ubbS .carousel-control,
.cid-v4uFA6ubbS .close {
  background: #1b1b1b;
}
.cid-v4uFA6ubbS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v4uFA6ubbS .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v4uFA6ubbS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v4uFA6ubbS .carousel-control-next span {
  margin-left: 5px;
}
.cid-v4uFA6ubbS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v4uFA6ubbS .close::before {
  content: '\e91a';
}
.cid-v4uFA6ubbS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v4uFA6ubbS .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v4uFA6ubbS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v4uFA6ubbS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v4uFA6ubbS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v4uFA6ubbS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v4uFA6ubbS .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v4uFA6ubbS .carousel-indicators li.active,
.cid-v4uFA6ubbS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v4uFA6ubbS .carousel-indicators li::after,
.cid-v4uFA6ubbS .carousel-indicators li::before {
  content: none;
}
.cid-v4uFA6ubbS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v4uFA6ubbS .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v4uFA6ubbS .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v4uFA6ubbS .carousel-indicators {
    display: none;
  }
}
.cid-v4uFA6ubbS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v4uFA6ubbS .carousel-inner > .active {
  display: block;
}
.cid-v4uFA6ubbS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v4uFA6ubbS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v4uFA6ubbS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v4uFA6ubbS .carousel-control,
  .cid-v4uFA6ubbS .carousel-indicators,
  .cid-v4uFA6ubbS .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v4uFA6ubbS .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v4uFA6ubbS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v4uFA6ubbS .carousel-indicators .active,
.cid-v4uFA6ubbS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v4uFA6ubbS .carousel-indicators .active {
  background: #fff;
}
.cid-v4uFA6ubbS .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v4uFA6ubbS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v4uFA6ubbS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v4uFA6ubbS .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v4uFA6ubbS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v4uFA6ubbS .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v4uFA6ubbS .carousel {
  width: 100%;
}
.cid-v4uFA6ubbS .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v4uFA6ubbS .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v4uFA6ubbS .modal.fade .modal-dialog,
.cid-v4uFA6ubbS .modal.in .modal-dialog {
  transform: none;
}
.cid-v4uFA6ubbS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v4uFA6ubbS H6 {
  text-align: center;
}
.cid-v4MTWrALpe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-v4MTWrALpe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4MTWrALpe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4MTWrALpe .text-container {
  background-color: #1f6463;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-v4MTWrALpe .text-container {
    margin: 0 5%;
  }
}
.cid-v4MTWrALpe .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-v4MTWrALpe .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-v4MTWrALpe .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-v4MTWrALpe .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-v4MTWrALpe .mbr-text {
  color: #e8e8e8;
}
.cid-v4MTWrALpe .mbr-desc,
.cid-v4MTWrALpe .mbr-iconfont {
  color: #e8e8e8;
}
.cid-v4MTWrALpe .mbr-text,
.cid-v4MTWrALpe .text-container {
  text-align: center;
}
.cid-v4uqzFNHst {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #1f6463;
}
.cid-v4uqzFNHst .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4uqzFNHst .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4uqzFNHst .container {
    padding: 0 16px;
  }
}
.cid-v4uqzFNHst .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v4uqzFNHst .card {
    margin-bottom: 40px;
  }
}
.cid-v4uqzFNHst .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v4uqzFNHst .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v4uqzFNHst .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-v4uqzFNHst .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4uqzFNHst .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v4uqzFNHst .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-v4uqzFNHst .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v4uqzFNHst .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-v4uqzFNHst .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v4uqzFNHst .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v4uqzFNHst .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v4uqzFNHst .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v4uqzFNHst .mbr-section-title {
  color: #ffffff;
}
.cid-v4uqzFNHst .copyright {
  color: #ffffff;
}
.cid-v4uqzFNHst .mbr-card-title {
  color: #D4FE00;
}
.cid-v4uqzFNHst .list {
  color: #ffffff;
}
.cid-uZXxBNu5m6 {
  z-index: 1000;
  width: 100%;
}
.cid-uZXxBNu5m6 nav.navbar {
  position: fixed;
}
.cid-uZXxBNu5m6 .btn {
  line-height: 1.2;
}
.cid-uZXxBNu5m6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZXxBNu5m6 .nav-link {
  position: relative;
}
.cid-uZXxBNu5m6 .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #20ac6b;
}
.cid-uZXxBNu5m6 .nav-link:hover {
  color: #20ac6b !important;
}
.cid-uZXxBNu5m6 .nav-link:hover:before {
  width: 100%;
}
.cid-uZXxBNu5m6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZXxBNu5m6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZXxBNu5m6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZXxBNu5m6 .dropdown-item:hover,
.cid-uZXxBNu5m6 .dropdown-item:focus {
  background: #1f6463 !important;
  color: white !important;
}
.cid-uZXxBNu5m6 .dropdown-item:hover span {
  color: white;
}
.cid-uZXxBNu5m6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZXxBNu5m6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZXxBNu5m6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZXxBNu5m6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uZXxBNu5m6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZXxBNu5m6 .container {
    flex-wrap: nowrap;
  }
}
.cid-uZXxBNu5m6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZXxBNu5m6 .navbar-nav {
  margin: auto;
}
.cid-uZXxBNu5m6 .dropdown-menu,
.cid-uZXxBNu5m6 .navbar.opened {
  background: #ffffff !important;
}
.cid-uZXxBNu5m6 .nav-item:focus,
.cid-uZXxBNu5m6 .nav-link:focus {
  outline: none;
}
.cid-uZXxBNu5m6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZXxBNu5m6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZXxBNu5m6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZXxBNu5m6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZXxBNu5m6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZXxBNu5m6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZXxBNu5m6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-uZXxBNu5m6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZXxBNu5m6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZXxBNu5m6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZXxBNu5m6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZXxBNu5m6 .navbar.collapsed {
  justify-content: center;
}
.cid-uZXxBNu5m6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZXxBNu5m6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZXxBNu5m6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uZXxBNu5m6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZXxBNu5m6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZXxBNu5m6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZXxBNu5m6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZXxBNu5m6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZXxBNu5m6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZXxBNu5m6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZXxBNu5m6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZXxBNu5m6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZXxBNu5m6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZXxBNu5m6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZXxBNu5m6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZXxBNu5m6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZXxBNu5m6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZXxBNu5m6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZXxBNu5m6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZXxBNu5m6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZXxBNu5m6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZXxBNu5m6 .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZXxBNu5m6 .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uZXxBNu5m6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZXxBNu5m6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZXxBNu5m6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZXxBNu5m6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZXxBNu5m6 .dropdown-item.active,
.cid-uZXxBNu5m6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZXxBNu5m6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZXxBNu5m6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZXxBNu5m6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZXxBNu5m6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZXxBNu5m6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZXxBNu5m6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZXxBNu5m6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZXxBNu5m6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZXxBNu5m6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZXxBNu5m6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZXxBNu5m6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZXxBNu5m6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZXxBNu5m6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZXxBNu5m6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZXxBNu5m6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZXxBNu5m6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZXxBNu5m6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZXxBNu5m6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZXxBNu5m6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZXxBNu5m6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZXxBNu5m6 .navbar {
    height: 70px;
  }
  .cid-uZXxBNu5m6 .navbar.opened {
    height: auto;
  }
  .cid-uZXxBNu5m6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0kk87s7Xb {
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/community-members-816x469.png");
}
.cid-v0kk87s7Xb .mbr-overlay {
  background-color: #144031;
  opacity: 0.7;
}
.cid-v0kk87s7Xb .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-v0kk87s7Xb {
    align-items: center;
  }
  .cid-v0kk87s7Xb .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v0kk87s7Xb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0kk87s7Xb {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v0kk87s7Xb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v0kk87s7Xb .content-wrap {
    width: 100%;
  }
}
.cid-v0kk87s7Xb .mbr-section-title {
  text-align: left;
}
.cid-v0kk87s7Xb .mbr-text,
.cid-v0kk87s7Xb .mbr-section-btn {
  text-align: left;
}
.cid-v0kjriZEnG {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v0kjriZEnG .item-subtitle {
  line-height: 1.2;
  color: #1f6463;
}
.cid-v0kjriZEnG img,
.cid-v0kjriZEnG .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v0kjriZEnG .item:focus,
.cid-v0kjriZEnG span:focus {
  outline: none;
}
.cid-v0kjriZEnG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0kjriZEnG .item {
    margin-bottom: 1rem;
  }
}
.cid-v0kjriZEnG .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v0kjriZEnG .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v0kjriZEnG .item-content .item-footer {
  margin-top: auto;
}
.cid-v0kjriZEnG .mbr-section-title {
  color: #1f6463;
}
.cid-v0kjriZEnG .mbr-text,
.cid-v0kjriZEnG .mbr-section-btn {
  color: #000000;
}
.cid-v0kjriZEnG .item-title {
  color: #000000;
}
.cid-v0kjriZEnG .content-head {
  max-width: 800px;
}
.cid-v7NAghABLA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1f6463;
}
.cid-v7NAghABLA .row {
  flex-direction: row-reverse;
}
.cid-v7NAghABLA .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v7NAghABLA .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v7NAghABLA .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v7NAghABLA .mbr-card-title {
  color: #ffffff;
}
.cid-v7NAghABLA .mbr-card-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v7NAghABLA .mbr-text,
.cid-v7NAghABLA .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v7NAghABLA .row {
  align-items: center;
}
.cid-v7Nkgrk3aI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #144031;
}
.cid-v7Nkgrk3aI .content__block {
  padding: 50px 15px;
}
.cid-v7Nkgrk3aI .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #1f6463;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-v7Nkgrk3aI .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v7Nkgrk3aI .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-v7Nkgrk3aI .image {
  perspective: 3500px;
  position: relative;
}
.cid-v7Nkgrk3aI .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(20, 64, 49, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(20, 64, 49, 0.99));
}
.cid-v7Nkgrk3aI .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v7Nkgrk3aI .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-v7Nkgrk3aI .mbr-section-btn .btn-white-outline:hover {
  color: #1f6463 !important;
}
@media (max-width: 991px) {
  .cid-v7Nkgrk3aI .content__block {
    padding: 30px 15px;
  }
  .cid-v7Nkgrk3aI .mbr-figure {
    padding: 0;
  }
  .cid-v7Nkgrk3aI .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(20, 64, 49, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-v7Nkgrk3aI .lg-push {
    right: 9%;
  }
  .cid-v7Nkgrk3aI .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-v7Nkgrk3aI .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-v7Nkgrk3aI .lg-push {
    left: 9%;
  }
  .cid-v7Nkgrk3aI .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-v7Nkgrk3aI .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-v7HOAPFGtD {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v7HOAPFGtD .mbr-section-subtitle {
  color: #767676;
}
.cid-v7HOAPFGtD .container-table {
  margin: 0 auto;
}
.cid-v7HOAPFGtD .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v7HOAPFGtD .dataTables_wrapper {
  display: block;
}
.cid-v7HOAPFGtD .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-v7HOAPFGtD table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-v7HOAPFGtD table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-v7HOAPFGtD table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-v7HOAPFGtD table td {
  border-top: 1px solid #cccccc;
}
.cid-v7HOAPFGtD table td:hover {
  color: #1f6463;
}
.cid-v7HOAPFGtD table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-v7HOAPFGtD table.table {
  background: #ffffff;
}
.cid-v7HOAPFGtD .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-v7HOAPFGtD .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-v7HOAPFGtD .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-v7HOAPFGtD .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-v7HOAPFGtD .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-v7HOAPFGtD .dataTables_filter {
    text-align: center;
  }
  .cid-v7HOAPFGtD .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-v7HOAPFGtD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7HOAPFGtD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7HOAPFGtD .mbr-section-title {
  color: #1f6463;
}
.cid-v7HOAPFGtD .head-item {
  color: #232323;
}
.cid-v471z7uZbK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v471z7uZbK .col-lg-2 {
    width: 20%;
  }
}
.cid-v471z7uZbK .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v471z7uZbK .item:hover img,
.cid-v471z7uZbK .item:hover .item-img {
  border-radius: 0;
}
.cid-v471z7uZbK img {
  border: 2px solid gray;
}
.cid-v471z7uZbK img:hover {
  border-color: #1f6463;
}
.cid-v471z7uZbK img,
.cid-v471z7uZbK .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v471z7uZbK .mbr-section-subtitle,
.cid-v471z7uZbK .item-title {
  margin: 0;
}
.cid-v471z7uZbK .item:focus,
.cid-v471z7uZbK span:focus {
  outline: none;
}
.cid-v471z7uZbK .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v471z7uZbK .item-content {
  padding-top: 1rem;
}
.cid-v471z7uZbK .mbr-section-title {
  color: #1f6463;
  text-align: center;
}
.cid-v471z7uZbK .item-title {
  color: #1f6463;
}
.cid-v471z7uZbK .item-subtitle {
  color: #666666;
}
.cid-v471z7uZbK .mbr-section-subtitle {
  color: #666666;
  text-align: center;
}
.cid-v7N8pyY1qd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #005241;
}
.cid-v7N8pyY1qd .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v7N8pyY1qd .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v7N8pyY1qd .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-v7N8pyY1qd .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v7N8pyY1qd .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7N8pyY1qd .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7N8pyY1qd .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7N8pyY1qd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-v7N8pyY1qd .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-v7N8pyY1qd .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v7N8pyY1qd .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-v7N8pyY1qd .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #ffffff;
}
.cid-v7N8pyY1qd .embla__slide .slide-content {
  width: 100%;
}
.cid-v7N8pyY1qd .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-v7N8pyY1qd .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-v7N8pyY1qd .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v7N8pyY1qd .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-v7N8pyY1qd .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v7N8pyY1qd .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-v7N8pyY1qd .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7N8pyY1qd .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-v7N8pyY1qd .embla__button--next,
.cid-v7N8pyY1qd .embla__button--prev {
  display: flex;
}
.cid-v7N8pyY1qd .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #252525 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v7N8pyY1qd .embla__button:hover {
  transform: scale(1.05);
}
.cid-v7N8pyY1qd .embla__button.embla__button--prev {
  left: 0;
}
.cid-v7N8pyY1qd .embla__button.embla__button--next {
  right: 0;
}
.cid-v7N8pyY1qd .embla {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7N8pyY1qd .embla {
    margin-bottom: 38px;
  }
}
.cid-v7N8pyY1qd .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v7N8pyY1qd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v7N8pyY1qd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v7N8pyY1qd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v7N8pyY1qd .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v7N8pyY1qd .mbr-section-title {
  color: #ffffff;
}
.cid-v7N8pyY1qd .mbr-text,
.cid-v7N8pyY1qd .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-v7N8pyY1qd .mbr-desc,
.cid-v7N8pyY1qd .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-v7N8pyY1qd .item-title,
.cid-v7N8pyY1qd .title-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-v7N8pyY1qd .item-text,
.cid-v7N8pyY1qd .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-v7N8pyY1qd .mbr-section-title,
.cid-v7N8pyY1qd .mbr-section-btn {
  text-align: center;
}
.cid-v474BTFQKp {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-v474BTFQKp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v474BTFQKp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v474BTFQKp .mbr-text {
  color: #000000;
}
.cid-v474BTFQKp .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v474BTFQKp .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v474BTFQKp .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v474BTFQKp .mbr-section-subtitle,
.cid-v474BTFQKp .main-button {
  color: #000000;
}
.cid-v474BTFQKp .mbr-section-title {
  color: #1f6463;
  text-align: center;
}
.cid-v472faEWIj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1f6463;
}
.cid-v472faEWIj img,
.cid-v472faEWIj .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v472faEWIj .item:focus,
.cid-v472faEWIj span:focus {
  outline: none;
}
.cid-v472faEWIj .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v472faEWIj .item {
    margin-bottom: 1rem;
  }
}
.cid-v472faEWIj .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v472faEWIj .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v472faEWIj .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-v472faEWIj .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v472faEWIj .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v472faEWIj .mbr-section-title {
  color: #ffffff;
}
.cid-v472faEWIj .item-title {
  text-align: left;
}
.cid-v472faEWIj .item-subtitle {
  text-align: left;
}
.cid-v472faEWIj .mbr-text,
.cid-v472faEWIj .item .mbr-section-btn {
  text-align: left;
}
.cid-v472faEWIj .content-head {
  max-width: 800px;
}
.cid-v0k9mJDVi4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #1f6463;
}
.cid-v0k9mJDVi4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0k9mJDVi4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0k9mJDVi4 .container {
    padding: 0 16px;
  }
}
.cid-v0k9mJDVi4 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v0k9mJDVi4 .card {
    margin-bottom: 40px;
  }
}
.cid-v0k9mJDVi4 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v0k9mJDVi4 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v0k9mJDVi4 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-v0k9mJDVi4 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0k9mJDVi4 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v0k9mJDVi4 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-v0k9mJDVi4 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v0k9mJDVi4 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-v0k9mJDVi4 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v0k9mJDVi4 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v0k9mJDVi4 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v0k9mJDVi4 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v0k9mJDVi4 .mbr-section-title {
  color: #ffffff;
}
.cid-v0k9mJDVi4 .copyright {
  color: #ffffff;
}
.cid-v0k9mJDVi4 .mbr-card-title {
  color: #D4FE00;
}
.cid-v0k9mJDVi4 .list {
  color: #ffffff;
}
.cid-v7MVECRZFc {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-v7MVECRZFc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7MVECRZFc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7MVECRZFc .mbr-text {
  color: #000000;
}
.cid-v7MVECRZFc .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v7MVECRZFc .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7MVECRZFc .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v7MVECRZFc .mbr-section-subtitle,
.cid-v7MVECRZFc .main-button {
  color: #000000;
}
.cid-v7MVECRZFc .mbr-section-title {
  color: #1f6463;
  text-align: center;
}
.cid-v46hbMOfQT {
  z-index: 1000;
  width: 100%;
}
.cid-v46hbMOfQT nav.navbar {
  position: fixed;
}
.cid-v46hbMOfQT .btn {
  line-height: 1.2;
}
.cid-v46hbMOfQT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v46hbMOfQT .nav-link {
  position: relative;
}
.cid-v46hbMOfQT .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #20ac6b;
}
.cid-v46hbMOfQT .nav-link:hover {
  color: #20ac6b !important;
}
.cid-v46hbMOfQT .nav-link:hover:before {
  width: 100%;
}
.cid-v46hbMOfQT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v46hbMOfQT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v46hbMOfQT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v46hbMOfQT .dropdown-item:hover,
.cid-v46hbMOfQT .dropdown-item:focus {
  background: #1f6463 !important;
  color: white !important;
}
.cid-v46hbMOfQT .dropdown-item:hover span {
  color: white;
}
.cid-v46hbMOfQT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v46hbMOfQT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v46hbMOfQT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v46hbMOfQT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-v46hbMOfQT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v46hbMOfQT .container {
    flex-wrap: nowrap;
  }
}
.cid-v46hbMOfQT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v46hbMOfQT .navbar-nav {
  margin: auto;
}
.cid-v46hbMOfQT .dropdown-menu,
.cid-v46hbMOfQT .navbar.opened {
  background: #ffffff !important;
}
.cid-v46hbMOfQT .nav-item:focus,
.cid-v46hbMOfQT .nav-link:focus {
  outline: none;
}
.cid-v46hbMOfQT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v46hbMOfQT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v46hbMOfQT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v46hbMOfQT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v46hbMOfQT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v46hbMOfQT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v46hbMOfQT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-v46hbMOfQT .navbar.opened {
  transition: all 0.3s;
}
.cid-v46hbMOfQT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v46hbMOfQT .navbar .navbar-logo img {
  width: auto;
}
.cid-v46hbMOfQT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v46hbMOfQT .navbar.collapsed {
  justify-content: center;
}
.cid-v46hbMOfQT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v46hbMOfQT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v46hbMOfQT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-v46hbMOfQT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v46hbMOfQT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v46hbMOfQT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v46hbMOfQT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v46hbMOfQT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v46hbMOfQT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v46hbMOfQT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v46hbMOfQT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v46hbMOfQT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v46hbMOfQT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v46hbMOfQT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v46hbMOfQT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v46hbMOfQT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v46hbMOfQT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v46hbMOfQT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v46hbMOfQT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v46hbMOfQT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v46hbMOfQT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v46hbMOfQT .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v46hbMOfQT .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-v46hbMOfQT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v46hbMOfQT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v46hbMOfQT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v46hbMOfQT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v46hbMOfQT .dropdown-item.active,
.cid-v46hbMOfQT .dropdown-item:active {
  background-color: transparent;
}
.cid-v46hbMOfQT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v46hbMOfQT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v46hbMOfQT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v46hbMOfQT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v46hbMOfQT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v46hbMOfQT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v46hbMOfQT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v46hbMOfQT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v46hbMOfQT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v46hbMOfQT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v46hbMOfQT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v46hbMOfQT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v46hbMOfQT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v46hbMOfQT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v46hbMOfQT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v46hbMOfQT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v46hbMOfQT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v46hbMOfQT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v46hbMOfQT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v46hbMOfQT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v46hbMOfQT .navbar {
    height: 70px;
  }
  .cid-v46hbMOfQT .navbar.opened {
    height: auto;
  }
  .cid-v46hbMOfQT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v47EFOrdTi {
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-v47EFOrdTi .mbr-overlay {
  background-color: #1f6463;
  opacity: 0.4;
}
.cid-v47EFOrdTi .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-v47EFOrdTi {
    align-items: center;
  }
  .cid-v47EFOrdTi .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v47EFOrdTi .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v47EFOrdTi {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v47EFOrdTi .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v47EFOrdTi .content-wrap {
    width: 100%;
  }
}
.cid-v47EFOrdTi .mbr-section-title {
  text-align: left;
}
.cid-v47EFOrdTi .mbr-text,
.cid-v47EFOrdTi .mbr-section-btn {
  text-align: left;
}
.cid-v47xbp1iSm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f6463;
}
.cid-v47xbp1iSm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v47xbp1iSm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v47xbp1iSm .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v47xbp1iSm .row {
  flex-direction: row-reverse;
}
.cid-v47xbp1iSm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v47xbp1iSm .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v47xbp1iSm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v47xbp1iSm .mbr-section-title {
  color: #ffffff;
}
.cid-v47xbp1iSm .mbr-text,
.cid-v47xbp1iSm .mbr-section-btn {
  color: #ffffff;
}
.cid-v7MUW3SanE {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7MUW3SanE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7MUW3SanE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7MUW3SanE .row {
  flex-direction: row-reverse;
}
.cid-v7MUW3SanE .mbr-description {
  color: #1f6463;
}
.cid-v7HOQFMtd8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1f6463;
}
.cid-v7HOQFMtd8 img,
.cid-v7HOQFMtd8 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v7HOQFMtd8 .item:focus,
.cid-v7HOQFMtd8 span:focus {
  outline: none;
}
.cid-v7HOQFMtd8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7HOQFMtd8 .item {
    margin-bottom: 1rem;
  }
}
.cid-v7HOQFMtd8 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v7HOQFMtd8 .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v7HOQFMtd8 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-v7HOQFMtd8 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v7HOQFMtd8 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v7HOQFMtd8 .mbr-section-title {
  color: #ffffff;
}
.cid-v7HOQFMtd8 .item-title {
  text-align: left;
}
.cid-v7HOQFMtd8 .item-subtitle {
  text-align: left;
}
.cid-v7HOQFMtd8 .mbr-text,
.cid-v7HOQFMtd8 .item .mbr-section-btn {
  text-align: left;
}
.cid-v7HOQFMtd8 .content-head {
  max-width: 800px;
}
.cid-v7HOS3umUb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v7HOS3umUb .col-lg-2 {
    width: 20%;
  }
}
.cid-v7HOS3umUb .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v7HOS3umUb .item:hover img,
.cid-v7HOS3umUb .item:hover .item-img {
  border-radius: 0;
}
.cid-v7HOS3umUb img {
  border: 2px solid gray;
}
.cid-v7HOS3umUb img:hover {
  border-color: #1f6463;
}
.cid-v7HOS3umUb img,
.cid-v7HOS3umUb .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v7HOS3umUb .mbr-section-subtitle,
.cid-v7HOS3umUb .item-title {
  margin: 0;
}
.cid-v7HOS3umUb .item:focus,
.cid-v7HOS3umUb span:focus {
  outline: none;
}
.cid-v7HOS3umUb .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v7HOS3umUb .item-content {
  padding-top: 1rem;
}
.cid-v7HOS3umUb .mbr-section-title {
  color: #1f6463;
  text-align: center;
}
.cid-v7HOS3umUb .item-title {
  color: #1f6463;
}
.cid-v7HOS3umUb .item-subtitle {
  color: #666666;
}
.cid-v7HOS3umUb .mbr-section-subtitle {
  color: #666666;
  text-align: center;
}
.cid-v46hbSzqWQ {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #1f6463;
}
.cid-v46hbSzqWQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v46hbSzqWQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v46hbSzqWQ .container {
    padding: 0 16px;
  }
}
.cid-v46hbSzqWQ .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v46hbSzqWQ .card {
    margin-bottom: 40px;
  }
}
.cid-v46hbSzqWQ .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v46hbSzqWQ .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v46hbSzqWQ .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-v46hbSzqWQ .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v46hbSzqWQ .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v46hbSzqWQ .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-v46hbSzqWQ .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v46hbSzqWQ .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-v46hbSzqWQ .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v46hbSzqWQ .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v46hbSzqWQ .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v46hbSzqWQ .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v46hbSzqWQ .mbr-section-title {
  color: #ffffff;
}
.cid-v46hbSzqWQ .copyright {
  color: #ffffff;
}
.cid-v46hbSzqWQ .mbr-card-title {
  color: #D4FE00;
}
.cid-v46hbSzqWQ .list {
  color: #ffffff;
}
