.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #03592d !important;
}
.bg-success {
  background-color: #00a04a !important;
}
.bg-info {
  background-color: #ff6666 !important;
}
.bg-warning {
  background-color: #0196e3 !important;
}
.bg-danger {
  background-color: #005a28 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #03592d !important;
  border-color: #03592d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000503 !important;
  border-color: #000503 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000503 !important;
  border-color: #000503 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ec2227 !important;
  border-color: #ec2227 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #a90f12 !important;
  border-color: #a90f12 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a90f12 !important;
  border-color: #a90f12 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-success,
.btn-success:active {
  background-color: #00a04a !important;
  border-color: #00a04a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #004922 !important;
  border-color: #004922 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #004922 !important;
  border-color: #004922 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0196e3 !important;
  border-color: #0196e3 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #015d8d !important;
  border-color: #015d8d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #015d8d !important;
  border-color: #015d8d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #005a28 !important;
  border-color: #005a28 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000301 !important;
  border-color: #000301 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000301 !important;
  border-color: #000301 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #03592d;
  color: #03592d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000503 !important;
  background-color: transparent!important;
  border-color: #000503 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #03592d !important;
  border-color: #03592d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ec2227;
  color: #ec2227;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a90f12 !important;
  background-color: transparent!important;
  border-color: #a90f12 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ec2227 !important;
  border-color: #ec2227 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #00a04a;
  color: #00a04a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #004922 !important;
  background-color: transparent!important;
  border-color: #004922 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00a04a !important;
  border-color: #00a04a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #0196e3;
  color: #0196e3;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #015d8d !important;
  background-color: transparent!important;
  border-color: #015d8d !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0196e3 !important;
  border-color: #0196e3 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #005a28;
  color: #005a28;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000301 !important;
  background-color: transparent!important;
  border-color: #000301 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #005a28 !important;
  border-color: #005a28 !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: #03592d !important;
}
.text-secondary {
  color: #ec2227 !important;
}
.text-success {
  color: #00a04a !important;
}
.text-info {
  color: #ff6666 !important;
}
.text-warning {
  color: #0196e3 !important;
}
.text-danger {
  color: #005a28 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #9b0d11 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #003a1b !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ff0000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #01537d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #03592d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff6666;
}
.alert-warning {
  background-color: #0196e3;
}
.alert-danger {
  background-color: #005a28;
}
.mbr-gallery-filter li.active .btn {
  background-color: #03592d;
  border-color: #03592d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #03592d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #07d46b;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #21ff87;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b1e4ff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #00da61;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #03592d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #03592d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #03592d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #03592d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #03592d;
  border-bottom-color: #03592d;
}
.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: #03592d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ec2227 !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='%2303592d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tN4mM5DfqO .modal-body .close {
  background: #1b1b1b;
}
.cid-tN4mM5DfqO .modal-body .close span {
  font-style: normal;
}
.cid-tN4mM5DfqO .carousel-inner > .active,
.cid-tN4mM5DfqO .carousel-inner > .next,
.cid-tN4mM5DfqO .carousel-inner > .prev {
  display: flex;
}
.cid-tN4mM5DfqO .carousel-control .icon-next,
.cid-tN4mM5DfqO .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tN4mM5DfqO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tN4mM5DfqO .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tN4mM5DfqO .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tN4mM5DfqO .boxed-slider > div {
  position: relative;
}
.cid-tN4mM5DfqO .container img {
  width: 100%;
}
.cid-tN4mM5DfqO .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tN4mM5DfqO .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tN4mM5DfqO .mbr-table-cell {
  padding: 0;
}
.cid-tN4mM5DfqO .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tN4mM5DfqO .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tN4mM5DfqO .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tN4mM5DfqO .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tN4mM5DfqO .carousel-item.active.right,
.cid-tN4mM5DfqO .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tN4mM5DfqO .carousel-item.active.left,
.cid-tN4mM5DfqO .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tN4mM5DfqO .carousel-item.active,
.cid-tN4mM5DfqO .carousel-item.next.left,
.cid-tN4mM5DfqO .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tN4mM5DfqO .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: #232323;
  opacity: .8;
  border-radius: 0;
  transition: all .3s;
  z-index: 11;
}
.cid-tN4mM5DfqO .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 0;
}
.cid-tN4mM5DfqO .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 0;
}
.cid-tN4mM5DfqO .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
.cid-tN4mM5DfqO .mbr-slider .carousel-control:hover {
  background-color: #03592d;
}
@media (max-width: 767px) {
  .cid-tN4mM5DfqO .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tN4mM5DfqO .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tN4mM5DfqO .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tN4mM5DfqO .mbr-slider .carousel-indicators li.active,
.cid-tN4mM5DfqO .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
  background-color: #03592d;
}
.cid-tN4mM5DfqO .mbr-slider .carousel-indicators li::after,
.cid-tN4mM5DfqO .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tN4mM5DfqO .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tN4mM5DfqO .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tN4mM5DfqO .mbr-slider > .container img {
  width: 100%;
}
.cid-tN4mM5DfqO .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tN4mM5DfqO .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tN4mM5DfqO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tN4mM5DfqO .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tN4mM5DfqO .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tN4mM5DfqO .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tN4mM5DfqO .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tN4mM5DfqO .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tN4mM5DfqO .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tN4mM5DfqO .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tN4mM5DfqO .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tN4mM5DfqO .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tN4mM5DfqO .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sUngqt6fe7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/bg-2-1371x658.png");
}
.cid-sUngqt6fe7 .mbr-section-title {
  color: #005a28;
}
.cid-sUngqt6fe7 .mbr-text,
.cid-sUngqt6fe7 .mbr-section-btn {
  color: #232323;
}
.cid-sUJMHOxoS9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sUJMHOxoS9 img,
.cid-sUJMHOxoS9 .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-sUJMHOxoS9 .item:focus,
.cid-sUJMHOxoS9 span:focus {
  outline: none;
}
.cid-sUJMHOxoS9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sUJMHOxoS9 .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sUJMHOxoS9 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sUJMHOxoS9 .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sUJMHOxoS9 .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sUJMHOxoS9 .item-content {
    padding: 1rem 0;
  }
}
.cid-sUJMHOxoS9 .mbr-section-title {
  color: #005a28;
}
.cid-sUJMHOxoS9 .item-title {
  color: #353535;
  text-align: center;
}
.cid-sUJMHOxoS9 .item-subtitle {
  color: #bec2cf;
}
.cid-sUJMHOxoS9 .mbr-text,
.cid-sUJMHOxoS9 .mbr-section-btn {
  color: #6c758f;
}
.cid-sUJMHOxoS9 .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-tfcQ8MyrcG {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfcQ8MyrcG .card-text {
  background-color: #ffffff;
  padding: 1.5rem;
  border-width: 0 0 4px 0;
  border-style: solid;
  border-color: #ffffff;
}
.cid-tfcQ8MyrcG .media-container-column {
  margin-bottom: 2rem;
}
.cid-tfcQ8MyrcG .mbr-content-text {
  text-align: left;
}
.cid-tfcQ8MyrcG .numder {
  text-align: left;
  color: #000000;
}
.cid-tfcQ8MyrcG H4 {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tfcQ8MyrcG .panel-item {
    margin-bottom: 1.5rem;
  }
}
.cid-tfcQ8MyrcG .number {
  text-align: center;
  color: #005a28;
}
.cid-tfcQ8MyrcG DIV {
  text-align: center;
}
.cid-tfcQ8MyrcG .mbr-section-title {
  color: #005a28;
}
.cid-tEYK5vAPH1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tEYK5vAPH1 .card-text {
  background-color: #ffffff;
  padding: 1.5rem;
  border-width: 0 0 4px 0;
  border-style: solid;
  border-color: #ffffff;
}
.cid-tEYK5vAPH1 .media-container-column {
  margin-bottom: 2rem;
}
.cid-tEYK5vAPH1 .mbr-content-text {
  text-align: left;
}
.cid-tEYK5vAPH1 .numder {
  text-align: left;
  color: #000000;
}
.cid-tEYK5vAPH1 H4 {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tEYK5vAPH1 .panel-item {
    margin-bottom: 1.5rem;
  }
}
.cid-tEYK5vAPH1 .number {
  text-align: center;
  color: #005a28;
}
.cid-tEYK5vAPH1 DIV {
  text-align: center;
}
.cid-tEYK5vAPH1 .mbr-section-title {
  color: #005a28;
}
.cid-tHC2bruP4P {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHC2bruP4P .video-wrapper iframe {
  width: 100%;
}
.cid-tHC2bruP4P .mbr-section-title,
.cid-tHC2bruP4P .mbr-section-subtitle,
.cid-tHC2bruP4P .mbr-text {
  text-align: center;
}
.cid-tHC2bruP4P .mbr-section-title {
  color: #005a28;
}
.cid-tHCy48fwWu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHCy48fwWu .content__block {
  padding: 50px 15px;
}
.cid-tHCy48fwWu .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #03592d;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-tHCy48fwWu .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tHCy48fwWu .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-tHCy48fwWu .image {
  perspective: 3500px;
  position: relative;
}
.cid-tHCy48fwWu .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-tHCy48fwWu .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tHCy48fwWu .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tHCy48fwWu .mbr-section-btn .btn-white-outline:hover {
  color: #03592d !important;
}
@media (max-width: 991px) {
  .cid-tHCy48fwWu .content__block {
    padding: 30px 15px;
  }
  .cid-tHCy48fwWu .mbr-figure {
    padding: 0;
  }
  .cid-tHCy48fwWu .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-tHCy48fwWu .lg-push {
    right: 1%;
  }
  .cid-tHCy48fwWu .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-tHCy48fwWu .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-tHCy48fwWu .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-tHCy48fwWu .mbr-text,
.cid-tHCy48fwWu .mbr-section-btn {
  color: #1554a4;
}
.cid-tHCy48fwWu .mbr-section-title {
  color: #0096ef;
}
.cid-tHCy7mn0jf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHCy7mn0jf .content__block {
  padding: 50px 15px;
}
.cid-tHCy7mn0jf .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #03592d;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-tHCy7mn0jf .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tHCy7mn0jf .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-tHCy7mn0jf .image {
  perspective: 3500px;
  position: relative;
}
.cid-tHCy7mn0jf .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
}
.cid-tHCy7mn0jf .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tHCy7mn0jf .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tHCy7mn0jf .mbr-section-btn .btn-white-outline:hover {
  color: #03592d !important;
}
@media (max-width: 991px) {
  .cid-tHCy7mn0jf .content__block {
    padding: 30px 15px;
  }
  .cid-tHCy7mn0jf .mbr-figure {
    padding: 0;
  }
  .cid-tHCy7mn0jf .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-tHCy7mn0jf .lg-push {
    right: 1%;
  }
  .cid-tHCy7mn0jf .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-tHCy7mn0jf .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-tHCy7mn0jf .lg-push {
    left: 1%;
  }
  .cid-tHCy7mn0jf .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-tHCy7mn0jf .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-tHCy7mn0jf .mbr-text,
.cid-tHCy7mn0jf .mbr-section-btn {
  color: #03592d;
}
.cid-tHCy7mn0jf .mbr-section-title {
  color: #f16f21;
}
.cid-tHCEMqhx93 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHCEMqhx93 .content__block {
  padding: 50px 15px;
}
.cid-tHCEMqhx93 .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #03592d;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-tHCEMqhx93 .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tHCEMqhx93 .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-tHCEMqhx93 .image {
  perspective: 3500px;
  position: relative;
}
.cid-tHCEMqhx93 .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-tHCEMqhx93 .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tHCEMqhx93 .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tHCEMqhx93 .mbr-section-btn .btn-white-outline:hover {
  color: #03592d !important;
}
@media (max-width: 991px) {
  .cid-tHCEMqhx93 .content__block {
    padding: 30px 15px;
  }
  .cid-tHCEMqhx93 .mbr-figure {
    padding: 0;
  }
  .cid-tHCEMqhx93 .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-tHCEMqhx93 .lg-push {
    right: 1%;
  }
  .cid-tHCEMqhx93 .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-tHCEMqhx93 .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-tHCEMqhx93 .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-tHCEMqhx93 .mbr-text,
.cid-tHCEMqhx93 .mbr-section-btn {
  color: #8a1829;
}
.cid-tHCEMqhx93 .mbr-section-title {
  color: #8a1829;
}
.cid-sUngvWtKyA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sUngvWtKyA img,
.cid-sUngvWtKyA .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sUngvWtKyA .item:focus,
.cid-sUngvWtKyA span:focus {
  outline: none;
}
.cid-sUngvWtKyA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sUngvWtKyA .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sUngvWtKyA .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sUngvWtKyA .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sUngvWtKyA .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sUngvWtKyA .item-content {
    padding: 1rem 0;
  }
}
.cid-sUngvWtKyA .mbr-section-title {
  color: #03592d;
}
.cid-sUngvWtKyA .item-title {
  color: #353535;
}
.cid-sUngvWtKyA .item-subtitle {
  color: #232323;
}
.cid-sUngvWtKyA .mbr-text,
.cid-sUngvWtKyA .mbr-section-btn {
  color: #353535;
}
.cid-sUngvWtKyA .mbr-link {
  color: #e43f3f;
}
.cid-sUngy1J5vW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sUngy1J5vW .content__block {
  padding: 50px 15px;
}
.cid-sUngy1J5vW .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #03592d;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-sUngy1J5vW .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-sUngy1J5vW .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-sUngy1J5vW .image {
  perspective: 3500px;
  position: relative;
}
.cid-sUngy1J5vW .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-sUngy1J5vW .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sUngy1J5vW .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-sUngy1J5vW .mbr-section-btn .btn-white-outline:hover {
  color: #03592d !important;
}
@media (max-width: 991px) {
  .cid-sUngy1J5vW .content__block {
    padding: 30px 15px;
  }
  .cid-sUngy1J5vW .mbr-figure {
    padding: 0;
  }
  .cid-sUngy1J5vW .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-sUngy1J5vW .lg-push {
    right: 1%;
  }
  .cid-sUngy1J5vW .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-sUngy1J5vW .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-sUngy1J5vW .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-sUngy1J5vW .mbr-text,
.cid-sUngy1J5vW .mbr-section-btn {
  color: #005a28;
}
.cid-sUngy1J5vW .mbr-section-title {
  color: #d52d32;
}
.cid-t44TwUQpwW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t44TwUQpwW .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-t44TwUQpwW .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-t44TwUQpwW img {
  width: 140px;
  margin: auto;
}
.cid-t44TwUQpwW .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #ffffff;
  padding: 2rem 0;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-t44TwUQpwW .card-wrapper:hover {
  background: transparent;
}
.cid-t44TwUQpwW .card-title,
.cid-t44TwUQpwW .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-t44TwUQpwW .main-title,
.cid-t44TwUQpwW .title-col {
  text-align: center;
  color: #03592d;
}
.cid-t44TwUQpwW .card-text {
  color: #bbbbbb;
}
.cid-syCsQanNWH {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-syCsQanNWH .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-syCsQanNWH .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-syCsQanNWH .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-syCsQanNWH .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-syCsQanNWH .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-syCsQanNWH .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-syCsQanNWH .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-syCsQanNWH .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-syCsQanNWH .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-syCsQanNWH .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-syCsQanNWH .soc-item a {
  color: #ffffff;
}
.cid-syCsQanNWH .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-syCsQanNWH .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-syCsQanNWH .mbr-tag,
.cid-syCsQanNWH .social-row {
  color: #ffffff;
}
.cid-syCsQanNWH .copyright {
  color: #ffffff;
}
.cid-syCsQanNWH P {
  color: #000000;
}
.cid-syDz1tomGe .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-syDz1tomGe .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-syDz1tomGe .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-syDz1tomGe .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-syDz1tomGe .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-syDz1tomGe .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-syDz1tomGe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-syDz1tomGe .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-syDz1tomGe .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-syDz1tomGe .navbar.collapsed.opened .navbar-collapse.show,
.cid-syDz1tomGe .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-syDz1tomGe .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-syDz1tomGe .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-syDz1tomGe .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-syDz1tomGe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-syDz1tomGe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-syDz1tomGe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-syDz1tomGe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-syDz1tomGe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-syDz1tomGe .navbar {
    flex-wrap: nowrap;
  }
  .cid-syDz1tomGe .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-syDz1tomGe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syDz1tomGe .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-syDz1tomGe .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-syDz1tomGe .navbar.opened .navbar-collapse.show,
  .cid-syDz1tomGe .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-syDz1tomGe .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-syDz1tomGe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-syDz1tomGe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syDz1tomGe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-syDz1tomGe .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-syDz1tomGe .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-syDz1tomGe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-syDz1tomGe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-syDz1tomGe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-syDz1tomGe .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-syDz1tomGe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-syDz1tomGe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-syDz1tomGe .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-syDz1tomGe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-syDz1tomGe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-syDz1tomGe .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-syDz1tomGe .dropdown-item.active,
.cid-syDz1tomGe .dropdown-item:active {
  background-color: transparent;
}
.cid-syDz1tomGe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-syDz1tomGe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-syDz1tomGe .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-syDz1tomGe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-syDz1tomGe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-syDz1tomGe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-syDz1tomGe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-syDz1tomGe .navbar-buttons {
  text-align: center;
}
.cid-syDz1tomGe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-syDz1tomGe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-syDz1tomGe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-syDz1tomGe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syDz1tomGe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syDz1tomGe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-syDz1tomGe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syDz1tomGe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-syDz1tomGe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-syDz1tomGe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syDz1tomGe .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-syDz1tomGe a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-syDz1tomGe a.nav-link:focus {
  outline: none;
}
.cid-syDz1tomGe .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-syDz1tomGe .nav-link:hover,
.cid-syDz1tomGe .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-syDz1tomGe .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-syDz1tomGe .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t461CWJHw4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t461CWJHw4 .carousel {
  height: 800px;
}
.cid-t461CWJHw4 .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t461CWJHw4 .carousel-item,
.cid-t461CWJHw4 .carousel-inner {
  height: 100%;
}
.cid-t461CWJHw4 .carousel-caption {
  bottom: 40px;
}
.cid-t461CWJHw4 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t461CWJHw4 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t461CWJHw4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t461CWJHw4 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t461CWJHw4 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t461CWJHw4 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t461CWJHw4 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t461CWJHw4 .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-t461CWJHw4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t461CWJHw4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t461CWJHw4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t461CWJHw4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t461CWJHw4 .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-t461CWJHw4 .carousel-indicators li.active,
.cid-t461CWJHw4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t461CWJHw4 .carousel-indicators li::after,
.cid-t461CWJHw4 .carousel-indicators li::before {
  content: none;
}
.cid-t461CWJHw4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t461CWJHw4 .carousel-indicators {
    display: none !important;
  }
}
.cid-syRTsDEjys {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-syRTsDEjys img,
.cid-syRTsDEjys .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-syRTsDEjys .item:focus,
.cid-syRTsDEjys span:focus {
  outline: none;
}
.cid-syRTsDEjys .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-syRTsDEjys .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-syRTsDEjys .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-syRTsDEjys .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-syRTsDEjys .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-syRTsDEjys .item-content {
    padding: 1rem 0;
  }
}
.cid-syRTsDEjys .mbr-section-title {
  color: #50b748;
}
.cid-syRTsDEjys .item-title {
  color: #353535;
  text-align: center;
}
.cid-syRTsDEjys .item-subtitle {
  color: #bec2cf;
}
.cid-syRTsDEjys .mbr-text,
.cid-syRTsDEjys .mbr-section-btn {
  color: #353535;
}
.cid-syRTsDEjys .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-t0DglQuAhg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0DglQuAhg .mbr-section-title {
  color: #000000;
}
.cid-t0DglQuAhg .mbr-section-subtitle {
  color: #000000;
}
.cid-syS1igmuWQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f26f23;
}
.cid-syS1igmuWQ .content__block {
  padding: 50px 15px;
}
.cid-syS1igmuWQ .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #03592d;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-syS1igmuWQ .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-syS1igmuWQ .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-syS1igmuWQ .image {
  perspective: 3500px;
  position: relative;
}
.cid-syS1igmuWQ .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(242, 111, 35, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-syS1igmuWQ .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-syS1igmuWQ .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-syS1igmuWQ .mbr-section-btn .btn-white-outline:hover {
  color: #03592d !important;
}
@media (max-width: 991px) {
  .cid-syS1igmuWQ .content__block {
    padding: 30px 15px;
  }
  .cid-syS1igmuWQ .mbr-figure {
    padding: 0;
  }
  .cid-syS1igmuWQ .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(242, 111, 35, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-syS1igmuWQ .lg-push {
    right: 1%;
  }
  .cid-syS1igmuWQ .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-syS1igmuWQ .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-syS1igmuWQ .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-syS1igmuWQ .mbr-text,
.cid-syS1igmuWQ .mbr-section-btn {
  color: #ffffff;
}
.cid-syS04z2nTZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #50b748;
}
.cid-syS04z2nTZ .content__block {
  padding: 50px 15px;
}
.cid-syS04z2nTZ .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #03592d;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-syS04z2nTZ .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-syS04z2nTZ .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-syS04z2nTZ .image {
  perspective: 3500px;
  position: relative;
}
.cid-syS04z2nTZ .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(80, 183, 72, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(80, 183, 72, 0.99));
}
.cid-syS04z2nTZ .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-syS04z2nTZ .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-syS04z2nTZ .mbr-section-btn .btn-white-outline:hover {
  color: #03592d !important;
}
@media (max-width: 991px) {
  .cid-syS04z2nTZ .content__block {
    padding: 30px 15px;
  }
  .cid-syS04z2nTZ .mbr-figure {
    padding: 0;
  }
  .cid-syS04z2nTZ .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(80, 183, 72, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-syS04z2nTZ .lg-push {
    right: 1%;
  }
  .cid-syS04z2nTZ .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-syS04z2nTZ .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-syS04z2nTZ .lg-push {
    left: 1%;
  }
  .cid-syS04z2nTZ .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-syS04z2nTZ .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-syS04z2nTZ .mbr-text,
.cid-syS04z2nTZ .mbr-section-btn {
  color: #ffffff;
}
.cid-syRZGfen70 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #03592d;
}
.cid-syRZGfen70 .content__block {
  padding: 50px 15px;
}
.cid-syRZGfen70 .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #03592d;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-syRZGfen70 .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-syRZGfen70 .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-syRZGfen70 .image {
  perspective: 3500px;
  position: relative;
}
.cid-syRZGfen70 .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(3, 89, 45, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-syRZGfen70 .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-syRZGfen70 .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-syRZGfen70 .mbr-section-btn .btn-white-outline:hover {
  color: #03592d !important;
}
@media (max-width: 991px) {
  .cid-syRZGfen70 .content__block {
    padding: 30px 15px;
  }
  .cid-syRZGfen70 .mbr-figure {
    padding: 0;
  }
  .cid-syRZGfen70 .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(3, 89, 45, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-syRZGfen70 .lg-push {
    right: 1%;
  }
  .cid-syRZGfen70 .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-syRZGfen70 .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-syRZGfen70 .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-syRZGfen70 .mbr-text,
.cid-syRZGfen70 .mbr-section-btn {
  color: #ffffff;
}
.cid-syS1n88Ypy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #67308f;
}
.cid-syS1n88Ypy .content__block {
  padding: 50px 15px;
}
.cid-syS1n88Ypy .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #03592d;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-syS1n88Ypy .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-syS1n88Ypy .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-syS1n88Ypy .image {
  perspective: 3500px;
  position: relative;
}
.cid-syS1n88Ypy .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(103, 48, 143, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(103, 48, 143, 0.99));
}
.cid-syS1n88Ypy .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-syS1n88Ypy .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-syS1n88Ypy .mbr-section-btn .btn-white-outline:hover {
  color: #03592d !important;
}
@media (max-width: 991px) {
  .cid-syS1n88Ypy .content__block {
    padding: 30px 15px;
  }
  .cid-syS1n88Ypy .mbr-figure {
    padding: 0;
  }
  .cid-syS1n88Ypy .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(103, 48, 143, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-syS1n88Ypy .lg-push {
    right: 1%;
  }
  .cid-syS1n88Ypy .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-syS1n88Ypy .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-syS1n88Ypy .lg-push {
    left: 1%;
  }
  .cid-syS1n88Ypy .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-syS1n88Ypy .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-syS1n88Ypy .mbr-text,
.cid-syS1n88Ypy .mbr-section-btn {
  color: #ffffff;
}
.cid-syCsQanNWH {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-syCsQanNWH .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-syCsQanNWH .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-syCsQanNWH .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-syCsQanNWH .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-syCsQanNWH .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-syCsQanNWH .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-syCsQanNWH .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-syCsQanNWH .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-syCsQanNWH .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-syCsQanNWH .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-syCsQanNWH .soc-item a {
  color: #ffffff;
}
.cid-syCsQanNWH .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-syCsQanNWH .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-syCsQanNWH .mbr-tag,
.cid-syCsQanNWH .social-row {
  color: #ffffff;
}
.cid-syCsQanNWH .copyright {
  color: #ffffff;
}
.cid-syCsQanNWH P {
  color: #000000;
}
.cid-syDz1tomGe .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-syDz1tomGe .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-syDz1tomGe .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-syDz1tomGe .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-syDz1tomGe .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-syDz1tomGe .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-syDz1tomGe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-syDz1tomGe .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-syDz1tomGe .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-syDz1tomGe .navbar.collapsed.opened .navbar-collapse.show,
.cid-syDz1tomGe .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-syDz1tomGe .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-syDz1tomGe .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-syDz1tomGe .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-syDz1tomGe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-syDz1tomGe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-syDz1tomGe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-syDz1tomGe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-syDz1tomGe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-syDz1tomGe .navbar {
    flex-wrap: nowrap;
  }
  .cid-syDz1tomGe .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-syDz1tomGe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syDz1tomGe .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-syDz1tomGe .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-syDz1tomGe .navbar.opened .navbar-collapse.show,
  .cid-syDz1tomGe .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-syDz1tomGe .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-syDz1tomGe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-syDz1tomGe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syDz1tomGe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-syDz1tomGe .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-syDz1tomGe .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-syDz1tomGe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-syDz1tomGe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-syDz1tomGe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-syDz1tomGe .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-syDz1tomGe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-syDz1tomGe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-syDz1tomGe .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-syDz1tomGe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-syDz1tomGe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-syDz1tomGe .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-syDz1tomGe .dropdown-item.active,
.cid-syDz1tomGe .dropdown-item:active {
  background-color: transparent;
}
.cid-syDz1tomGe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-syDz1tomGe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-syDz1tomGe .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-syDz1tomGe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-syDz1tomGe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-syDz1tomGe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-syDz1tomGe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-syDz1tomGe .navbar-buttons {
  text-align: center;
}
.cid-syDz1tomGe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-syDz1tomGe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-syDz1tomGe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-syDz1tomGe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syDz1tomGe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syDz1tomGe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-syDz1tomGe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syDz1tomGe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-syDz1tomGe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-syDz1tomGe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syDz1tomGe .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-syDz1tomGe a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-syDz1tomGe a.nav-link:focus {
  outline: none;
}
.cid-syDz1tomGe .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-syDz1tomGe .nav-link:hover,
.cid-syDz1tomGe .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-syDz1tomGe .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-syDz1tomGe .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-syY56vWhwL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-syY56vWhwL img,
.cid-syY56vWhwL .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-syY56vWhwL .item:focus,
.cid-syY56vWhwL span:focus {
  outline: none;
}
.cid-syY56vWhwL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-syY56vWhwL .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-syY56vWhwL .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-syY56vWhwL .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-syY56vWhwL .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-syY56vWhwL .item-content {
    padding: 1rem 0;
  }
}
.cid-syY56vWhwL .mbr-section-title {
  color: #005a28;
}
.cid-syY56vWhwL .item-title {
  color: #00a04a;
  text-align: center;
}
.cid-syY56vWhwL .item-subtitle {
  color: #bec2cf;
}
.cid-syY56vWhwL .mbr-text,
.cid-syY56vWhwL .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-syY56vWhwL .mbr-link {
  color: #005a28;
  display: block;
}
.cid-teAGQLbBjl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 280px;
  background-image: url("../../../assets/images/career-page-cover-scaled-2000x1334.jpg");
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-teAGQLbBjl {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-teAGQLbBjl {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-teAGQLbBjl {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-teAGQLbBjl {
    min-height: 610px;
  }
}
.cid-teAGQLbBjl .mbr-fallback-image.disabled {
  display: none;
}
.cid-teAGQLbBjl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teAGQLbBjl .row {
  justify-content: flex-start;
}
.cid-teAGQLbBjl .mbr-section-title {
  color: #FEF9EE;
}
.cid-teAGQLbBjl .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-teAGQLbBjl .mbr-text {
  color: #FEF9EE;
}
.cid-sVIfG05wQD {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f2f3f7;
}
.cid-sVIfG05wQD .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-sVIfG05wQD .mbr-section-title {
  margin: 0;
  color: #005a28;
}
.cid-sVIfG05wQD .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sVIfG05wQD .card-img span {
  color: #005a28;
}
.cid-sVIfG05wQD .row-item {
  margin-bottom: 2rem;
}
.cid-sVIfG05wQD .row-item:hover .wrapper {
  background: linear-gradient(90deg, #c61b1f, #c61b1f);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-sVIfG05wQD .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-sVIfG05wQD .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-sVIfG05wQD .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sVIfG05wQD .mbr-card-title,
.cid-sVIfG05wQD .card-img {
  color: #005a28;
}
.cid-sUnjXHZthO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sUnjXHZthO .title {
  padding: 0 2rem;
  color: #03592d;
  text-align: center;
}
.cid-sUnjXHZthO .card-wrapper {
  overflow: visible;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-sUnjXHZthO .card-wrapper {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.cid-sUnjXHZthO img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-sUnjXHZthO .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sUnjXHZthO .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sUnjXHZthO .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-sUnjXHZthO .card-text {
  color: #353535;
  text-align: center;
}
.cid-sUnjXHZthO .card-title {
  color: #03592d;
  text-align: center;
}
.cid-sUnjYOiZcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sUnjYOiZcW .title {
  padding: 0 2rem;
  color: #03592d;
}
.cid-sUnjYOiZcW .card-wrapper {
  overflow: visible;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-sUnjYOiZcW .card-wrapper {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.cid-sUnjYOiZcW img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-sUnjYOiZcW .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sUnjYOiZcW .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sUnjYOiZcW .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-sUnjYOiZcW .card-text {
  color: #353535;
  text-align: center;
}
.cid-sUnjYOiZcW .card-title {
  color: #03592d;
  text-align: center;
}
.cid-sUno0RAL2S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sUno0RAL2S .title {
  padding: 0 2rem;
  color: #03592d;
}
.cid-sUno0RAL2S .card-wrapper {
  overflow: visible;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-sUno0RAL2S .card-wrapper {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.cid-sUno0RAL2S img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-sUno0RAL2S .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sUno0RAL2S .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sUno0RAL2S .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-sUno0RAL2S .card-text {
  color: #353535;
  text-align: center;
}
.cid-sUno0RAL2S .card-title {
  color: #03592d;
  text-align: center;
}
.cid-tS4EYvENA2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-tS4EYvENA2 .title {
  padding: 0 2rem;
  color: #03592d;
  text-align: center;
}
.cid-tS4EYvENA2 .card-wrapper {
  overflow: visible;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-tS4EYvENA2 .card-wrapper {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.cid-tS4EYvENA2 img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-tS4EYvENA2 .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tS4EYvENA2 .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tS4EYvENA2 .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-tS4EYvENA2 .card-text {
  color: #353535;
  text-align: center;
}
.cid-tS4EYvENA2 .card-title {
  color: #03592d;
  text-align: center;
}
.cid-syCsQanNWH {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-syCsQanNWH .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-syCsQanNWH .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-syCsQanNWH .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-syCsQanNWH .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-syCsQanNWH .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-syCsQanNWH .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-syCsQanNWH .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-syCsQanNWH .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-syCsQanNWH .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-syCsQanNWH .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-syCsQanNWH .soc-item a {
  color: #ffffff;
}
.cid-syCsQanNWH .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-syCsQanNWH .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-syCsQanNWH .mbr-tag,
.cid-syCsQanNWH .social-row {
  color: #ffffff;
}
.cid-syCsQanNWH .copyright {
  color: #ffffff;
}
.cid-syCsQanNWH P {
  color: #000000;
}
.cid-syDz1tomGe .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-syDz1tomGe .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-syDz1tomGe .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-syDz1tomGe .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-syDz1tomGe .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-syDz1tomGe .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-syDz1tomGe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-syDz1tomGe .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-syDz1tomGe .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-syDz1tomGe .navbar.collapsed.opened .navbar-collapse.show,
.cid-syDz1tomGe .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-syDz1tomGe .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-syDz1tomGe .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-syDz1tomGe .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-syDz1tomGe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-syDz1tomGe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-syDz1tomGe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-syDz1tomGe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-syDz1tomGe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-syDz1tomGe .navbar {
    flex-wrap: nowrap;
  }
  .cid-syDz1tomGe .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-syDz1tomGe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syDz1tomGe .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-syDz1tomGe .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-syDz1tomGe .navbar.opened .navbar-collapse.show,
  .cid-syDz1tomGe .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-syDz1tomGe .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-syDz1tomGe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-syDz1tomGe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syDz1tomGe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-syDz1tomGe .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-syDz1tomGe .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-syDz1tomGe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-syDz1tomGe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-syDz1tomGe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-syDz1tomGe .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-syDz1tomGe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-syDz1tomGe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-syDz1tomGe .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-syDz1tomGe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-syDz1tomGe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-syDz1tomGe .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-syDz1tomGe .dropdown-item.active,
.cid-syDz1tomGe .dropdown-item:active {
  background-color: transparent;
}
.cid-syDz1tomGe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-syDz1tomGe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-syDz1tomGe .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-syDz1tomGe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-syDz1tomGe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-syDz1tomGe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-syDz1tomGe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-syDz1tomGe .navbar-buttons {
  text-align: center;
}
.cid-syDz1tomGe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-syDz1tomGe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-syDz1tomGe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-syDz1tomGe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syDz1tomGe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syDz1tomGe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-syDz1tomGe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syDz1tomGe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-syDz1tomGe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-syDz1tomGe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syDz1tomGe .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-syDz1tomGe a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-syDz1tomGe a.nav-link:focus {
  outline: none;
}
.cid-syDz1tomGe .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-syDz1tomGe .nav-link:hover,
.cid-syDz1tomGe .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-syDz1tomGe .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-syDz1tomGe .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-teAI3GSAZ0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 280px;
  background-image: url("../../../assets/images/career-page-cover-scaled-2000x1334.jpg");
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-teAI3GSAZ0 {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-teAI3GSAZ0 {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-teAI3GSAZ0 {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-teAI3GSAZ0 {
    min-height: 610px;
  }
}
.cid-teAI3GSAZ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-teAI3GSAZ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teAI3GSAZ0 .row {
  justify-content: flex-start;
}
.cid-teAI3GSAZ0 .mbr-section-title {
  color: #FEF9EE;
}
.cid-teAI3GSAZ0 .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-teAI3GSAZ0 .mbr-text {
  color: #FEF9EE;
}
.cid-sV481gW6LG {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sV481gW6LG input,
.cid-sV481gW6LG 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-sV481gW6LG input:focus,
.cid-sV481gW6LG textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sV481gW6LG .form-control,
.cid-sV481gW6LG .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-sV481gW6LG input::-webkit-input-placeholder,
.cid-sV481gW6LG textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sV481gW6LG input:-moz-placeholder,
.cid-sV481gW6LG textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sV481gW6LG .jq-selectbox li,
.cid-sV481gW6LG .jq-selectbox li {
  background-color: #ffffff;
}
.cid-sV481gW6LG .jq-selectbox li:hover,
.cid-sV481gW6LG .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-sV481gW6LG .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV481gW6LG .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV481gW6LG .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-sV481gW6LG .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-sV481gW6LG .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-sV481gW6LG .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-sV481gW6LG .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-sV481gW6LG .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-sV481gW6LG .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-sV481gW6LG .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-sV481gW6LG .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-sV481gW6LG .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-sV481gW6LG .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-sV481gW6LG .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: #03592d;
  margin-right: 10px;
}
.cid-sV481gW6LG .team-left-inner .team-info-block .social span:hover {
  background-color: #03592d;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-sV481gW6LG .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-sV481gW6LG .entry-content .text-box {
  padding: 0rem;
}
.cid-sV481gW6LG .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-sV481gW6LG .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-sV481gW6LG .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-sV481gW6LG .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-sV481gW6LG .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-sV481gW6LG .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-sV481gW6LG .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-sV481gW6LG .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-sV481gW6LG .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 #005a28;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-sV481gW6LG .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-sV481gW6LG .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sV481gW6LG .entry-content .contact {
  margin-top: 30px;
}
.cid-sV481gW6LG .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-sV481gW6LG .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-sV481gW6LG .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-sV481gW6LG .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-sV481gW6LG .entry-content .contact .btn-black:hover {
  background-color: #03592d !important;
  border-color: #03592d !important;
}
.cid-sV481gW6LG .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-sV481gW6LG .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-sV481gW6LG .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-sV481gW6LG .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-sV481gW6LG .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-sV481gW6LG .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sV481gW6LG .progress_elements .progress1 progress::after {
  left: 90%;
  border: 3px solid #005a28;
}
.cid-sV481gW6LG .progress_elements .progress2 progress::after {
  left: 95%;
  border: 3px solid #005a28;
}
.cid-sV481gW6LG .progress_elements .progress3 progress::after {
  left: 71%;
  border: 3px solid #005a28;
}
.cid-sV481gW6LG .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-sV481gW6LG progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-sV481gW6LG .progress1 progress::-webkit-progress-value {
  background: #005a28;
}
.cid-sV481gW6LG .progress2 progress::-webkit-progress-value {
  background: #005a28;
}
.cid-sV481gW6LG .progress3 progress::-webkit-progress-value {
  background: #005a28;
}
.cid-sV481gW6LG .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-sV481gW6LG .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sV481gW6LG .progressbar-title p {
  color: #6d7a8c;
}
.cid-sV481gW6LG .team-left-inner .team-info-block .personal-title {
  color: #03592d;
}
.cid-sV481gW6LG .team-left-inner .team-info-block .team-title {
  color: #03592d;
  text-align: center;
}
.cid-sV481gW6LG .team-left-inner .team-info-block .team-designation {
  color: #232323;
  text-align: center;
}
.cid-sV481gW6LG .entry-content .capabilities .capabilities-title,
.cid-sV481gW6LG .entry-content .capabilities .mbr-list .list {
  color: #03592d;
}
.cid-sV481gW6LG .contact .contact-title {
  color: #03592d;
}
.cid-sV481gW6LG .entry-content .text-box .card-title {
  color: #03592d;
}
.cid-sV481gW6LG .entry-content .text-box .doc-descr {
  color: #353535;
}
.cid-syCsQanNWH {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-syCsQanNWH .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-syCsQanNWH .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-syCsQanNWH .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-syCsQanNWH .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-syCsQanNWH .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-syCsQanNWH .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-syCsQanNWH .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-syCsQanNWH .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-syCsQanNWH .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-syCsQanNWH .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-syCsQanNWH .soc-item a {
  color: #ffffff;
}
.cid-syCsQanNWH .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-syCsQanNWH .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-syCsQanNWH .mbr-tag,
.cid-syCsQanNWH .social-row {
  color: #ffffff;
}
.cid-syCsQanNWH .copyright {
  color: #ffffff;
}
.cid-syCsQanNWH P {
  color: #000000;
}
.cid-syDz1tomGe .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-syDz1tomGe .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-syDz1tomGe .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-syDz1tomGe .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-syDz1tomGe .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-syDz1tomGe .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-syDz1tomGe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-syDz1tomGe .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-syDz1tomGe .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-syDz1tomGe .navbar.collapsed.opened .navbar-collapse.show,
.cid-syDz1tomGe .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-syDz1tomGe .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-syDz1tomGe .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-syDz1tomGe .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-syDz1tomGe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-syDz1tomGe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-syDz1tomGe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-syDz1tomGe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-syDz1tomGe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-syDz1tomGe .navbar {
    flex-wrap: nowrap;
  }
  .cid-syDz1tomGe .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-syDz1tomGe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syDz1tomGe .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-syDz1tomGe .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-syDz1tomGe .navbar.opened .navbar-collapse.show,
  .cid-syDz1tomGe .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-syDz1tomGe .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-syDz1tomGe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-syDz1tomGe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syDz1tomGe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-syDz1tomGe .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-syDz1tomGe .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-syDz1tomGe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-syDz1tomGe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-syDz1tomGe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-syDz1tomGe .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-syDz1tomGe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-syDz1tomGe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-syDz1tomGe .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-syDz1tomGe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-syDz1tomGe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-syDz1tomGe .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-syDz1tomGe .dropdown-item.active,
.cid-syDz1tomGe .dropdown-item:active {
  background-color: transparent;
}
.cid-syDz1tomGe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-syDz1tomGe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-syDz1tomGe .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-syDz1tomGe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-syDz1tomGe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-syDz1tomGe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-syDz1tomGe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-syDz1tomGe .navbar-buttons {
  text-align: center;
}
.cid-syDz1tomGe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-syDz1tomGe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-syDz1tomGe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-syDz1tomGe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syDz1tomGe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syDz1tomGe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-syDz1tomGe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syDz1tomGe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-syDz1tomGe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-syDz1tomGe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syDz1tomGe .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-syDz1tomGe a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-syDz1tomGe a.nav-link:focus {
  outline: none;
}
.cid-syDz1tomGe .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-syDz1tomGe .nav-link:hover,
.cid-syDz1tomGe .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-syDz1tomGe .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-syDz1tomGe .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-teAIbx4TQZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 280px;
  background-image: url("../../../assets/images/career-page-cover-scaled-2000x1334.jpg");
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-teAIbx4TQZ {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-teAIbx4TQZ {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-teAIbx4TQZ {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-teAIbx4TQZ {
    min-height: 610px;
  }
}
.cid-teAIbx4TQZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-teAIbx4TQZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teAIbx4TQZ .row {
  justify-content: flex-start;
}
.cid-teAIbx4TQZ .mbr-section-title {
  color: #FEF9EE;
}
.cid-teAIbx4TQZ .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-teAIbx4TQZ .mbr-text {
  color: #FEF9EE;
}
.cid-sV4exU9Fmp {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sV4exU9Fmp input,
.cid-sV4exU9Fmp 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-sV4exU9Fmp input:focus,
.cid-sV4exU9Fmp textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sV4exU9Fmp .form-control,
.cid-sV4exU9Fmp .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-sV4exU9Fmp input::-webkit-input-placeholder,
.cid-sV4exU9Fmp textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sV4exU9Fmp input:-moz-placeholder,
.cid-sV4exU9Fmp textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sV4exU9Fmp .jq-selectbox li,
.cid-sV4exU9Fmp .jq-selectbox li {
  background-color: #ffffff;
}
.cid-sV4exU9Fmp .jq-selectbox li:hover,
.cid-sV4exU9Fmp .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-sV4exU9Fmp .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV4exU9Fmp .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV4exU9Fmp .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-sV4exU9Fmp .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-sV4exU9Fmp .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-sV4exU9Fmp .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-sV4exU9Fmp .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-sV4exU9Fmp .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-sV4exU9Fmp .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-sV4exU9Fmp .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-sV4exU9Fmp .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-sV4exU9Fmp .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-sV4exU9Fmp .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-sV4exU9Fmp .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: #03592d;
  margin-right: 10px;
}
.cid-sV4exU9Fmp .team-left-inner .team-info-block .social span:hover {
  background-color: #03592d;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-sV4exU9Fmp .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-sV4exU9Fmp .entry-content .text-box {
  padding: 0rem;
}
.cid-sV4exU9Fmp .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-sV4exU9Fmp .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-sV4exU9Fmp .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-sV4exU9Fmp .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-sV4exU9Fmp .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-sV4exU9Fmp .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-sV4exU9Fmp .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-sV4exU9Fmp .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-sV4exU9Fmp .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 #005a28;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-sV4exU9Fmp .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-sV4exU9Fmp .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sV4exU9Fmp .entry-content .contact {
  margin-top: 30px;
}
.cid-sV4exU9Fmp .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-sV4exU9Fmp .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-sV4exU9Fmp .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-sV4exU9Fmp .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-sV4exU9Fmp .entry-content .contact .btn-black:hover {
  background-color: #03592d !important;
  border-color: #03592d !important;
}
.cid-sV4exU9Fmp .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-sV4exU9Fmp .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-sV4exU9Fmp .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-sV4exU9Fmp .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-sV4exU9Fmp .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-sV4exU9Fmp .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sV4exU9Fmp .progress_elements .progress1 progress::after {
  left: 90%;
  border: 3px solid #005a28;
}
.cid-sV4exU9Fmp .progress_elements .progress2 progress::after {
  left: 95%;
  border: 3px solid #005a28;
}
.cid-sV4exU9Fmp .progress_elements .progress3 progress::after {
  left: 71%;
  border: 3px solid #005a28;
}
.cid-sV4exU9Fmp .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-sV4exU9Fmp progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-sV4exU9Fmp .progress1 progress::-webkit-progress-value {
  background: #005a28;
}
.cid-sV4exU9Fmp .progress2 progress::-webkit-progress-value {
  background: #005a28;
}
.cid-sV4exU9Fmp .progress3 progress::-webkit-progress-value {
  background: #005a28;
}
.cid-sV4exU9Fmp .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-sV4exU9Fmp .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sV4exU9Fmp .progressbar-title p {
  color: #6d7a8c;
}
.cid-sV4exU9Fmp .team-left-inner .team-info-block .personal-title {
  color: #03592d;
}
.cid-sV4exU9Fmp .team-left-inner .team-info-block .team-title {
  color: #03592d;
  text-align: center;
}
.cid-sV4exU9Fmp .team-left-inner .team-info-block .team-designation {
  color: #232323;
  text-align: center;
}
.cid-sV4exU9Fmp .entry-content .capabilities .capabilities-title,
.cid-sV4exU9Fmp .entry-content .capabilities .mbr-list .list {
  color: #03592d;
}
.cid-sV4exU9Fmp .contact .contact-title {
  color: #03592d;
}
.cid-sV4exU9Fmp .entry-content .text-box .card-title {
  color: #03592d;
}
.cid-sV4exU9Fmp .entry-content .text-box .doc-descr {
  color: #353535;
}
.cid-sV4exUJmaV {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sV4exUJmaV .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-sV4exUJmaV .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sV4exUJmaV .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-sV4exUJmaV .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-sV4exUJmaV .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-sV4exUJmaV .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-sV4exUJmaV .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-sV4exUJmaV .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-sV4exUJmaV .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-sV4exUJmaV .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-sV4exUJmaV .soc-item a {
  color: #ffffff;
}
.cid-sV4exUJmaV .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-sV4exUJmaV .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-sV4exUJmaV .mbr-tag,
.cid-sV4exUJmaV .social-row {
  color: #ffffff;
}
.cid-sV4exUJmaV .copyright {
  color: #ffffff;
}
.cid-sV4exUJmaV P {
  color: #000000;
}
.cid-sV4exVkSjB .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-sV4exVkSjB .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-sV4exVkSjB .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sV4exVkSjB .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sV4exVkSjB .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sV4exVkSjB .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sV4exVkSjB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sV4exVkSjB .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sV4exVkSjB .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sV4exVkSjB .navbar.collapsed.opened .navbar-collapse.show,
.cid-sV4exVkSjB .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sV4exVkSjB .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sV4exVkSjB .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sV4exVkSjB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sV4exVkSjB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sV4exVkSjB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sV4exVkSjB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sV4exVkSjB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sV4exVkSjB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sV4exVkSjB .navbar {
    flex-wrap: nowrap;
  }
  .cid-sV4exVkSjB .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sV4exVkSjB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sV4exVkSjB .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sV4exVkSjB .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sV4exVkSjB .navbar.opened .navbar-collapse.show,
  .cid-sV4exVkSjB .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sV4exVkSjB .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sV4exVkSjB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sV4exVkSjB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sV4exVkSjB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sV4exVkSjB .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sV4exVkSjB .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sV4exVkSjB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sV4exVkSjB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sV4exVkSjB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sV4exVkSjB .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sV4exVkSjB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sV4exVkSjB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sV4exVkSjB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sV4exVkSjB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sV4exVkSjB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sV4exVkSjB .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sV4exVkSjB .dropdown-item.active,
.cid-sV4exVkSjB .dropdown-item:active {
  background-color: transparent;
}
.cid-sV4exVkSjB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sV4exVkSjB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sV4exVkSjB .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sV4exVkSjB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sV4exVkSjB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sV4exVkSjB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sV4exVkSjB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sV4exVkSjB .navbar-buttons {
  text-align: center;
}
.cid-sV4exVkSjB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sV4exVkSjB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sV4exVkSjB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sV4exVkSjB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sV4exVkSjB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sV4exVkSjB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sV4exVkSjB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sV4exVkSjB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sV4exVkSjB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sV4exVkSjB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sV4exVkSjB .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sV4exVkSjB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sV4exVkSjB a.nav-link:focus {
  outline: none;
}
.cid-sV4exVkSjB .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sV4exVkSjB .nav-link:hover,
.cid-sV4exVkSjB .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sV4exVkSjB .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sV4exVkSjB .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-teAIiWYdVR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 280px;
  background-image: url("../../../assets/images/career-page-cover-scaled-2000x1334.jpg");
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-teAIiWYdVR {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-teAIiWYdVR {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-teAIiWYdVR {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-teAIiWYdVR {
    min-height: 610px;
  }
}
.cid-teAIiWYdVR .mbr-fallback-image.disabled {
  display: none;
}
.cid-teAIiWYdVR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teAIiWYdVR .row {
  justify-content: flex-start;
}
.cid-teAIiWYdVR .mbr-section-title {
  color: #FEF9EE;
}
.cid-teAIiWYdVR .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-teAIiWYdVR .mbr-text {
  color: #FEF9EE;
}
.cid-sV4gq2L66c {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sV4gq2L66c input,
.cid-sV4gq2L66c 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-sV4gq2L66c input:focus,
.cid-sV4gq2L66c textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sV4gq2L66c .form-control,
.cid-sV4gq2L66c .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-sV4gq2L66c input::-webkit-input-placeholder,
.cid-sV4gq2L66c textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sV4gq2L66c input:-moz-placeholder,
.cid-sV4gq2L66c textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sV4gq2L66c .jq-selectbox li,
.cid-sV4gq2L66c .jq-selectbox li {
  background-color: #ffffff;
}
.cid-sV4gq2L66c .jq-selectbox li:hover,
.cid-sV4gq2L66c .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-sV4gq2L66c .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV4gq2L66c .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV4gq2L66c .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-sV4gq2L66c .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-sV4gq2L66c .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-sV4gq2L66c .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-sV4gq2L66c .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-sV4gq2L66c .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-sV4gq2L66c .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-sV4gq2L66c .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-sV4gq2L66c .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-sV4gq2L66c .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-sV4gq2L66c .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-sV4gq2L66c .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: #03592d;
  margin-right: 10px;
}
.cid-sV4gq2L66c .team-left-inner .team-info-block .social span:hover {
  background-color: #03592d;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-sV4gq2L66c .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-sV4gq2L66c .entry-content .text-box {
  padding: 0rem;
}
.cid-sV4gq2L66c .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-sV4gq2L66c .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-sV4gq2L66c .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-sV4gq2L66c .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-sV4gq2L66c .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-sV4gq2L66c .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-sV4gq2L66c .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-sV4gq2L66c .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-sV4gq2L66c .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 #005a28;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-sV4gq2L66c .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-sV4gq2L66c .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sV4gq2L66c .entry-content .contact {
  margin-top: 30px;
}
.cid-sV4gq2L66c .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-sV4gq2L66c .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-sV4gq2L66c .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-sV4gq2L66c .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-sV4gq2L66c .entry-content .contact .btn-black:hover {
  background-color: #03592d !important;
  border-color: #03592d !important;
}
.cid-sV4gq2L66c .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-sV4gq2L66c .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-sV4gq2L66c .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-sV4gq2L66c .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-sV4gq2L66c .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-sV4gq2L66c .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sV4gq2L66c .progress_elements .progress1 progress::after {
  left: 90%;
  border: 3px solid #005a28;
}
.cid-sV4gq2L66c .progress_elements .progress2 progress::after {
  left: 95%;
  border: 3px solid #005a28;
}
.cid-sV4gq2L66c .progress_elements .progress3 progress::after {
  left: 71%;
  border: 3px solid #005a28;
}
.cid-sV4gq2L66c .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-sV4gq2L66c progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-sV4gq2L66c .progress1 progress::-webkit-progress-value {
  background: #005a28;
}
.cid-sV4gq2L66c .progress2 progress::-webkit-progress-value {
  background: #005a28;
}
.cid-sV4gq2L66c .progress3 progress::-webkit-progress-value {
  background: #005a28;
}
.cid-sV4gq2L66c .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-sV4gq2L66c .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sV4gq2L66c .progressbar-title p {
  color: #6d7a8c;
}
.cid-sV4gq2L66c .team-left-inner .team-info-block .personal-title {
  color: #03592d;
}
.cid-sV4gq2L66c .team-left-inner .team-info-block .team-title {
  color: #03592d;
  text-align: center;
}
.cid-sV4gq2L66c .team-left-inner .team-info-block .team-designation {
  color: #232323;
  text-align: center;
}
.cid-sV4gq2L66c .entry-content .capabilities .capabilities-title,
.cid-sV4gq2L66c .entry-content .capabilities .mbr-list .list {
  color: #03592d;
}
.cid-sV4gq2L66c .contact .contact-title {
  color: #03592d;
}
.cid-sV4gq2L66c .entry-content .text-box .card-title {
  color: #03592d;
}
.cid-sV4gq2L66c .entry-content .text-box .doc-descr {
  color: #353535;
}
.cid-sV4gq3Bzcx {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sV4gq3Bzcx .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-sV4gq3Bzcx .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sV4gq3Bzcx .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-sV4gq3Bzcx .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-sV4gq3Bzcx .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-sV4gq3Bzcx .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-sV4gq3Bzcx .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-sV4gq3Bzcx .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-sV4gq3Bzcx .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-sV4gq3Bzcx .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-sV4gq3Bzcx .soc-item a {
  color: #ffffff;
}
.cid-sV4gq3Bzcx .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-sV4gq3Bzcx .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-sV4gq3Bzcx .mbr-tag,
.cid-sV4gq3Bzcx .social-row {
  color: #ffffff;
}
.cid-sV4gq3Bzcx .copyright {
  color: #ffffff;
}
.cid-sV4gq3Bzcx P {
  color: #000000;
}
.cid-sV4gq4bmms .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-sV4gq4bmms .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-sV4gq4bmms .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sV4gq4bmms .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sV4gq4bmms .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sV4gq4bmms .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sV4gq4bmms .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sV4gq4bmms .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sV4gq4bmms .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sV4gq4bmms .navbar.collapsed.opened .navbar-collapse.show,
.cid-sV4gq4bmms .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sV4gq4bmms .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sV4gq4bmms .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sV4gq4bmms .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sV4gq4bmms .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sV4gq4bmms .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sV4gq4bmms .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sV4gq4bmms .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sV4gq4bmms .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sV4gq4bmms .navbar {
    flex-wrap: nowrap;
  }
  .cid-sV4gq4bmms .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sV4gq4bmms .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sV4gq4bmms .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sV4gq4bmms .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sV4gq4bmms .navbar.opened .navbar-collapse.show,
  .cid-sV4gq4bmms .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sV4gq4bmms .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sV4gq4bmms .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sV4gq4bmms .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sV4gq4bmms .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sV4gq4bmms .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sV4gq4bmms .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sV4gq4bmms .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sV4gq4bmms .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sV4gq4bmms .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sV4gq4bmms .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sV4gq4bmms .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sV4gq4bmms .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sV4gq4bmms .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sV4gq4bmms .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sV4gq4bmms .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sV4gq4bmms .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sV4gq4bmms .dropdown-item.active,
.cid-sV4gq4bmms .dropdown-item:active {
  background-color: transparent;
}
.cid-sV4gq4bmms .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sV4gq4bmms .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sV4gq4bmms .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sV4gq4bmms .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sV4gq4bmms .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sV4gq4bmms .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sV4gq4bmms ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sV4gq4bmms .navbar-buttons {
  text-align: center;
}
.cid-sV4gq4bmms button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sV4gq4bmms button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sV4gq4bmms button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sV4gq4bmms button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sV4gq4bmms button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sV4gq4bmms button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sV4gq4bmms nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sV4gq4bmms nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sV4gq4bmms nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sV4gq4bmms nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sV4gq4bmms .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sV4gq4bmms a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sV4gq4bmms a.nav-link:focus {
  outline: none;
}
.cid-sV4gq4bmms .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sV4gq4bmms .nav-link:hover,
.cid-sV4gq4bmms .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sV4gq4bmms .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sV4gq4bmms .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-teAIlFXrUf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 280px;
  background-image: url("../../../assets/images/career-page-cover-scaled-2000x1334.jpg");
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-teAIlFXrUf {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-teAIlFXrUf {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-teAIlFXrUf {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-teAIlFXrUf {
    min-height: 610px;
  }
}
.cid-teAIlFXrUf .mbr-fallback-image.disabled {
  display: none;
}
.cid-teAIlFXrUf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teAIlFXrUf .row {
  justify-content: flex-start;
}
.cid-teAIlFXrUf .mbr-section-title {
  color: #FEF9EE;
}
.cid-teAIlFXrUf .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-teAIlFXrUf .mbr-text {
  color: #FEF9EE;
}
.cid-sV4hhhQRzO {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sV4hhhQRzO input,
.cid-sV4hhhQRzO 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-sV4hhhQRzO input:focus,
.cid-sV4hhhQRzO textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sV4hhhQRzO .form-control,
.cid-sV4hhhQRzO .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-sV4hhhQRzO input::-webkit-input-placeholder,
.cid-sV4hhhQRzO textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sV4hhhQRzO input:-moz-placeholder,
.cid-sV4hhhQRzO textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sV4hhhQRzO .jq-selectbox li,
.cid-sV4hhhQRzO .jq-selectbox li {
  background-color: #ffffff;
}
.cid-sV4hhhQRzO .jq-selectbox li:hover,
.cid-sV4hhhQRzO .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-sV4hhhQRzO .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV4hhhQRzO .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV4hhhQRzO .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-sV4hhhQRzO .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-sV4hhhQRzO .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-sV4hhhQRzO .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-sV4hhhQRzO .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-sV4hhhQRzO .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-sV4hhhQRzO .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-sV4hhhQRzO .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-sV4hhhQRzO .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-sV4hhhQRzO .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-sV4hhhQRzO .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-sV4hhhQRzO .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: #03592d;
  margin-right: 10px;
}
.cid-sV4hhhQRzO .team-left-inner .team-info-block .social span:hover {
  background-color: #03592d;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-sV4hhhQRzO .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-sV4hhhQRzO .entry-content .text-box {
  padding: 0rem;
}
.cid-sV4hhhQRzO .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-sV4hhhQRzO .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-sV4hhhQRzO .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-sV4hhhQRzO .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-sV4hhhQRzO .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-sV4hhhQRzO .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-sV4hhhQRzO .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-sV4hhhQRzO .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-sV4hhhQRzO .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 #005a28;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-sV4hhhQRzO .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-sV4hhhQRzO .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sV4hhhQRzO .entry-content .contact {
  margin-top: 30px;
}
.cid-sV4hhhQRzO .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-sV4hhhQRzO .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-sV4hhhQRzO .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-sV4hhhQRzO .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-sV4hhhQRzO .entry-content .contact .btn-black:hover {
  background-color: #03592d !important;
  border-color: #03592d !important;
}
.cid-sV4hhhQRzO .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-sV4hhhQRzO .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-sV4hhhQRzO .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-sV4hhhQRzO .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-sV4hhhQRzO .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-sV4hhhQRzO .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sV4hhhQRzO .progress_elements .progress1 progress::after {
  left: 90%;
  border: 3px solid #005a28;
}
.cid-sV4hhhQRzO .progress_elements .progress2 progress::after {
  left: 95%;
  border: 3px solid #005a28;
}
.cid-sV4hhhQRzO .progress_elements .progress3 progress::after {
  left: 71%;
  border: 3px solid #005a28;
}
.cid-sV4hhhQRzO .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-sV4hhhQRzO progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-sV4hhhQRzO .progress1 progress::-webkit-progress-value {
  background: #005a28;
}
.cid-sV4hhhQRzO .progress2 progress::-webkit-progress-value {
  background: #005a28;
}
.cid-sV4hhhQRzO .progress3 progress::-webkit-progress-value {
  background: #005a28;
}
.cid-sV4hhhQRzO .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-sV4hhhQRzO .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sV4hhhQRzO .progressbar-title p {
  color: #6d7a8c;
}
.cid-sV4hhhQRzO .team-left-inner .team-info-block .personal-title {
  color: #03592d;
}
.cid-sV4hhhQRzO .team-left-inner .team-info-block .team-title {
  color: #03592d;
  text-align: center;
}
.cid-sV4hhhQRzO .team-left-inner .team-info-block .team-designation {
  color: #232323;
  text-align: center;
}
.cid-sV4hhhQRzO .entry-content .capabilities .capabilities-title,
.cid-sV4hhhQRzO .entry-content .capabilities .mbr-list .list {
  color: #03592d;
}
.cid-sV4hhhQRzO .contact .contact-title {
  color: #03592d;
}
.cid-sV4hhhQRzO .entry-content .text-box .card-title {
  color: #03592d;
}
.cid-sV4hhhQRzO .entry-content .text-box .doc-descr {
  color: #353535;
}
.cid-sV4hhiF8nD {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sV4hhiF8nD .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-sV4hhiF8nD .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sV4hhiF8nD .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-sV4hhiF8nD .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-sV4hhiF8nD .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-sV4hhiF8nD .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-sV4hhiF8nD .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-sV4hhiF8nD .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-sV4hhiF8nD .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-sV4hhiF8nD .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-sV4hhiF8nD .soc-item a {
  color: #ffffff;
}
.cid-sV4hhiF8nD .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-sV4hhiF8nD .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-sV4hhiF8nD .mbr-tag,
.cid-sV4hhiF8nD .social-row {
  color: #ffffff;
}
.cid-sV4hhiF8nD .copyright {
  color: #ffffff;
}
.cid-sV4hhiF8nD P {
  color: #000000;
}
.cid-sV4hhjxBwW .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-sV4hhjxBwW .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-sV4hhjxBwW .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sV4hhjxBwW .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sV4hhjxBwW .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sV4hhjxBwW .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sV4hhjxBwW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sV4hhjxBwW .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sV4hhjxBwW .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sV4hhjxBwW .navbar.collapsed.opened .navbar-collapse.show,
.cid-sV4hhjxBwW .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sV4hhjxBwW .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sV4hhjxBwW .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sV4hhjxBwW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sV4hhjxBwW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sV4hhjxBwW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sV4hhjxBwW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sV4hhjxBwW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sV4hhjxBwW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sV4hhjxBwW .navbar {
    flex-wrap: nowrap;
  }
  .cid-sV4hhjxBwW .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sV4hhjxBwW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sV4hhjxBwW .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sV4hhjxBwW .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sV4hhjxBwW .navbar.opened .navbar-collapse.show,
  .cid-sV4hhjxBwW .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sV4hhjxBwW .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sV4hhjxBwW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sV4hhjxBwW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sV4hhjxBwW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sV4hhjxBwW .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sV4hhjxBwW .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sV4hhjxBwW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sV4hhjxBwW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sV4hhjxBwW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sV4hhjxBwW .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sV4hhjxBwW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sV4hhjxBwW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sV4hhjxBwW .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sV4hhjxBwW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sV4hhjxBwW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sV4hhjxBwW .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sV4hhjxBwW .dropdown-item.active,
.cid-sV4hhjxBwW .dropdown-item:active {
  background-color: transparent;
}
.cid-sV4hhjxBwW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sV4hhjxBwW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sV4hhjxBwW .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sV4hhjxBwW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sV4hhjxBwW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sV4hhjxBwW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sV4hhjxBwW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sV4hhjxBwW .navbar-buttons {
  text-align: center;
}
.cid-sV4hhjxBwW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sV4hhjxBwW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sV4hhjxBwW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sV4hhjxBwW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sV4hhjxBwW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sV4hhjxBwW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sV4hhjxBwW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sV4hhjxBwW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sV4hhjxBwW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sV4hhjxBwW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sV4hhjxBwW .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sV4hhjxBwW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sV4hhjxBwW a.nav-link:focus {
  outline: none;
}
.cid-sV4hhjxBwW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sV4hhjxBwW .nav-link:hover,
.cid-sV4hhjxBwW .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sV4hhjxBwW .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sV4hhjxBwW .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-teAInKuvN6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 280px;
  background-image: url("../../../assets/images/career-page-cover-scaled-2000x1334.jpg");
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-teAInKuvN6 {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-teAInKuvN6 {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-teAInKuvN6 {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-teAInKuvN6 {
    min-height: 610px;
  }
}
.cid-teAInKuvN6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-teAInKuvN6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teAInKuvN6 .row {
  justify-content: flex-start;
}
.cid-teAInKuvN6 .mbr-section-title {
  color: #FEF9EE;
}
.cid-teAInKuvN6 .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-teAInKuvN6 .mbr-text {
  color: #FEF9EE;
}
.cid-sV4imSecGh {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sV4imSecGh input,
.cid-sV4imSecGh 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-sV4imSecGh input:focus,
.cid-sV4imSecGh textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sV4imSecGh .form-control,
.cid-sV4imSecGh .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-sV4imSecGh input::-webkit-input-placeholder,
.cid-sV4imSecGh textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sV4imSecGh input:-moz-placeholder,
.cid-sV4imSecGh textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sV4imSecGh .jq-selectbox li,
.cid-sV4imSecGh .jq-selectbox li {
  background-color: #ffffff;
}
.cid-sV4imSecGh .jq-selectbox li:hover,
.cid-sV4imSecGh .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-sV4imSecGh .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV4imSecGh .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV4imSecGh .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-sV4imSecGh .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-sV4imSecGh .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-sV4imSecGh .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-sV4imSecGh .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-sV4imSecGh .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-sV4imSecGh .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-sV4imSecGh .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-sV4imSecGh .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-sV4imSecGh .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-sV4imSecGh .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-sV4imSecGh .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: #03592d;
  margin-right: 10px;
}
.cid-sV4imSecGh .team-left-inner .team-info-block .social span:hover {
  background-color: #03592d;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-sV4imSecGh .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-sV4imSecGh .entry-content .text-box {
  padding: 0rem;
}
.cid-sV4imSecGh .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-sV4imSecGh .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-sV4imSecGh .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-sV4imSecGh .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-sV4imSecGh .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-sV4imSecGh .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-sV4imSecGh .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-sV4imSecGh .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-sV4imSecGh .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 #005a28;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-sV4imSecGh .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-sV4imSecGh .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sV4imSecGh .entry-content .contact {
  margin-top: 30px;
}
.cid-sV4imSecGh .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-sV4imSecGh .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-sV4imSecGh .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-sV4imSecGh .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-sV4imSecGh .entry-content .contact .btn-black:hover {
  background-color: #03592d !important;
  border-color: #03592d !important;
}
.cid-sV4imSecGh .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-sV4imSecGh .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-sV4imSecGh .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-sV4imSecGh .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-sV4imSecGh .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-sV4imSecGh .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sV4imSecGh .progress_elements .progress1 progress::after {
  left: 90%;
  border: 3px solid #005a28;
}
.cid-sV4imSecGh .progress_elements .progress2 progress::after {
  left: 95%;
  border: 3px solid #005a28;
}
.cid-sV4imSecGh .progress_elements .progress3 progress::after {
  left: 71%;
  border: 3px solid #005a28;
}
.cid-sV4imSecGh .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-sV4imSecGh progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-sV4imSecGh .progress1 progress::-webkit-progress-value {
  background: #005a28;
}
.cid-sV4imSecGh .progress2 progress::-webkit-progress-value {
  background: #005a28;
}
.cid-sV4imSecGh .progress3 progress::-webkit-progress-value {
  background: #005a28;
}
.cid-sV4imSecGh .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-sV4imSecGh .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sV4imSecGh .progressbar-title p {
  color: #6d7a8c;
}
.cid-sV4imSecGh .team-left-inner .team-info-block .personal-title {
  color: #03592d;
}
.cid-sV4imSecGh .team-left-inner .team-info-block .team-title {
  color: #03592d;
  text-align: center;
}
.cid-sV4imSecGh .team-left-inner .team-info-block .team-designation {
  color: #232323;
  text-align: center;
}
.cid-sV4imSecGh .entry-content .capabilities .capabilities-title,
.cid-sV4imSecGh .entry-content .capabilities .mbr-list .list {
  color: #03592d;
}
.cid-sV4imSecGh .contact .contact-title {
  color: #03592d;
}
.cid-sV4imSecGh .entry-content .text-box .card-title {
  color: #03592d;
}
.cid-sV4imSecGh .entry-content .text-box .doc-descr {
  color: #353535;
}
.cid-sV4imT1u0B {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sV4imT1u0B .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-sV4imT1u0B .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sV4imT1u0B .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-sV4imT1u0B .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-sV4imT1u0B .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-sV4imT1u0B .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-sV4imT1u0B .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-sV4imT1u0B .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-sV4imT1u0B .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-sV4imT1u0B .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-sV4imT1u0B .soc-item a {
  color: #ffffff;
}
.cid-sV4imT1u0B .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-sV4imT1u0B .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-sV4imT1u0B .mbr-tag,
.cid-sV4imT1u0B .social-row {
  color: #ffffff;
}
.cid-sV4imT1u0B .copyright {
  color: #ffffff;
}
.cid-sV4imT1u0B P {
  color: #000000;
}
.cid-sV4imTYFVf .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-sV4imTYFVf .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-sV4imTYFVf .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sV4imTYFVf .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sV4imTYFVf .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sV4imTYFVf .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sV4imTYFVf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sV4imTYFVf .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sV4imTYFVf .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sV4imTYFVf .navbar.collapsed.opened .navbar-collapse.show,
.cid-sV4imTYFVf .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sV4imTYFVf .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sV4imTYFVf .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sV4imTYFVf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sV4imTYFVf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sV4imTYFVf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sV4imTYFVf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sV4imTYFVf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sV4imTYFVf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sV4imTYFVf .navbar {
    flex-wrap: nowrap;
  }
  .cid-sV4imTYFVf .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sV4imTYFVf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sV4imTYFVf .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sV4imTYFVf .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sV4imTYFVf .navbar.opened .navbar-collapse.show,
  .cid-sV4imTYFVf .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sV4imTYFVf .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sV4imTYFVf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sV4imTYFVf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sV4imTYFVf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sV4imTYFVf .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sV4imTYFVf .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sV4imTYFVf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sV4imTYFVf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sV4imTYFVf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sV4imTYFVf .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sV4imTYFVf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sV4imTYFVf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sV4imTYFVf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sV4imTYFVf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sV4imTYFVf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sV4imTYFVf .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sV4imTYFVf .dropdown-item.active,
.cid-sV4imTYFVf .dropdown-item:active {
  background-color: transparent;
}
.cid-sV4imTYFVf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sV4imTYFVf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sV4imTYFVf .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sV4imTYFVf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sV4imTYFVf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sV4imTYFVf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sV4imTYFVf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sV4imTYFVf .navbar-buttons {
  text-align: center;
}
.cid-sV4imTYFVf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sV4imTYFVf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sV4imTYFVf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sV4imTYFVf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sV4imTYFVf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sV4imTYFVf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sV4imTYFVf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sV4imTYFVf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sV4imTYFVf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sV4imTYFVf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sV4imTYFVf .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sV4imTYFVf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sV4imTYFVf a.nav-link:focus {
  outline: none;
}
.cid-sV4imTYFVf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sV4imTYFVf .nav-link:hover,
.cid-sV4imTYFVf .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sV4imTYFVf .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sV4imTYFVf .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-teAIxgPIVv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 280px;
  background-image: url("../../../assets/images/career-page-cover-scaled-2000x1334.jpg");
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-teAIxgPIVv {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-teAIxgPIVv {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-teAIxgPIVv {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-teAIxgPIVv {
    min-height: 610px;
  }
}
.cid-teAIxgPIVv .mbr-fallback-image.disabled {
  display: none;
}
.cid-teAIxgPIVv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teAIxgPIVv .row {
  justify-content: flex-start;
}
.cid-teAIxgPIVv .mbr-section-title {
  color: #FEF9EE;
}
.cid-teAIxgPIVv .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-teAIxgPIVv .mbr-text {
  color: #FEF9EE;
}
.cid-sV4mNyyiXo {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sV4mNyyiXo input,
.cid-sV4mNyyiXo 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-sV4mNyyiXo input:focus,
.cid-sV4mNyyiXo textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sV4mNyyiXo .form-control,
.cid-sV4mNyyiXo .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-sV4mNyyiXo input::-webkit-input-placeholder,
.cid-sV4mNyyiXo textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sV4mNyyiXo input:-moz-placeholder,
.cid-sV4mNyyiXo textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sV4mNyyiXo .jq-selectbox li,
.cid-sV4mNyyiXo .jq-selectbox li {
  background-color: #ffffff;
}
.cid-sV4mNyyiXo .jq-selectbox li:hover,
.cid-sV4mNyyiXo .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-sV4mNyyiXo .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV4mNyyiXo .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV4mNyyiXo .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-sV4mNyyiXo .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-sV4mNyyiXo .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-sV4mNyyiXo .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-sV4mNyyiXo .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-sV4mNyyiXo .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-sV4mNyyiXo .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-sV4mNyyiXo .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-sV4mNyyiXo .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-sV4mNyyiXo .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-sV4mNyyiXo .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-sV4mNyyiXo .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: #03592d;
  margin-right: 10px;
}
.cid-sV4mNyyiXo .team-left-inner .team-info-block .social span:hover {
  background-color: #03592d;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-sV4mNyyiXo .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-sV4mNyyiXo .entry-content .text-box {
  padding: 0rem;
}
.cid-sV4mNyyiXo .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-sV4mNyyiXo .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-sV4mNyyiXo .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-sV4mNyyiXo .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-sV4mNyyiXo .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-sV4mNyyiXo .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-sV4mNyyiXo .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-sV4mNyyiXo .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-sV4mNyyiXo .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 #005a28;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-sV4mNyyiXo .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-sV4mNyyiXo .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sV4mNyyiXo .entry-content .contact {
  margin-top: 30px;
}
.cid-sV4mNyyiXo .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-sV4mNyyiXo .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-sV4mNyyiXo .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-sV4mNyyiXo .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-sV4mNyyiXo .entry-content .contact .btn-black:hover {
  background-color: #03592d !important;
  border-color: #03592d !important;
}
.cid-sV4mNyyiXo .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-sV4mNyyiXo .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-sV4mNyyiXo .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-sV4mNyyiXo .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-sV4mNyyiXo .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-sV4mNyyiXo .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sV4mNyyiXo .progress_elements .progress1 progress::after {
  left: 90%;
  border: 3px solid #005a28;
}
.cid-sV4mNyyiXo .progress_elements .progress2 progress::after {
  left: 95%;
  border: 3px solid #005a28;
}
.cid-sV4mNyyiXo .progress_elements .progress3 progress::after {
  left: 71%;
  border: 3px solid #005a28;
}
.cid-sV4mNyyiXo .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-sV4mNyyiXo progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-sV4mNyyiXo .progress1 progress::-webkit-progress-value {
  background: #005a28;
}
.cid-sV4mNyyiXo .progress2 progress::-webkit-progress-value {
  background: #005a28;
}
.cid-sV4mNyyiXo .progress3 progress::-webkit-progress-value {
  background: #005a28;
}
.cid-sV4mNyyiXo .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-sV4mNyyiXo .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sV4mNyyiXo .progressbar-title p {
  color: #6d7a8c;
}
.cid-sV4mNyyiXo .team-left-inner .team-info-block .personal-title {
  color: #03592d;
}
.cid-sV4mNyyiXo .team-left-inner .team-info-block .team-title {
  color: #03592d;
  text-align: center;
}
.cid-sV4mNyyiXo .team-left-inner .team-info-block .team-designation {
  color: #232323;
  text-align: center;
}
.cid-sV4mNyyiXo .entry-content .capabilities .capabilities-title,
.cid-sV4mNyyiXo .entry-content .capabilities .mbr-list .list {
  color: #03592d;
}
.cid-sV4mNyyiXo .contact .contact-title {
  color: #03592d;
}
.cid-sV4mNyyiXo .entry-content .text-box .card-title {
  color: #03592d;
}
.cid-sV4mNyyiXo .entry-content .text-box .doc-descr {
  color: #353535;
}
.cid-sV4mNzaY6F {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sV4mNzaY6F .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-sV4mNzaY6F .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sV4mNzaY6F .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-sV4mNzaY6F .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-sV4mNzaY6F .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-sV4mNzaY6F .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-sV4mNzaY6F .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-sV4mNzaY6F .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-sV4mNzaY6F .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-sV4mNzaY6F .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-sV4mNzaY6F .soc-item a {
  color: #ffffff;
}
.cid-sV4mNzaY6F .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-sV4mNzaY6F .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-sV4mNzaY6F .mbr-tag,
.cid-sV4mNzaY6F .social-row {
  color: #ffffff;
}
.cid-sV4mNzaY6F .copyright {
  color: #ffffff;
}
.cid-sV4mNzaY6F P {
  color: #000000;
}
.cid-sV4mNzMTbU .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-sV4mNzMTbU .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-sV4mNzMTbU .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sV4mNzMTbU .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sV4mNzMTbU .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sV4mNzMTbU .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sV4mNzMTbU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sV4mNzMTbU .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sV4mNzMTbU .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sV4mNzMTbU .navbar.collapsed.opened .navbar-collapse.show,
.cid-sV4mNzMTbU .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sV4mNzMTbU .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sV4mNzMTbU .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sV4mNzMTbU .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sV4mNzMTbU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sV4mNzMTbU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sV4mNzMTbU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sV4mNzMTbU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sV4mNzMTbU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sV4mNzMTbU .navbar {
    flex-wrap: nowrap;
  }
  .cid-sV4mNzMTbU .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sV4mNzMTbU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sV4mNzMTbU .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sV4mNzMTbU .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sV4mNzMTbU .navbar.opened .navbar-collapse.show,
  .cid-sV4mNzMTbU .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sV4mNzMTbU .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sV4mNzMTbU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sV4mNzMTbU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sV4mNzMTbU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sV4mNzMTbU .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sV4mNzMTbU .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sV4mNzMTbU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sV4mNzMTbU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sV4mNzMTbU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sV4mNzMTbU .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sV4mNzMTbU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sV4mNzMTbU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sV4mNzMTbU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sV4mNzMTbU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sV4mNzMTbU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sV4mNzMTbU .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sV4mNzMTbU .dropdown-item.active,
.cid-sV4mNzMTbU .dropdown-item:active {
  background-color: transparent;
}
.cid-sV4mNzMTbU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sV4mNzMTbU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sV4mNzMTbU .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sV4mNzMTbU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sV4mNzMTbU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sV4mNzMTbU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sV4mNzMTbU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sV4mNzMTbU .navbar-buttons {
  text-align: center;
}
.cid-sV4mNzMTbU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sV4mNzMTbU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sV4mNzMTbU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sV4mNzMTbU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sV4mNzMTbU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sV4mNzMTbU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sV4mNzMTbU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sV4mNzMTbU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sV4mNzMTbU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sV4mNzMTbU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sV4mNzMTbU .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sV4mNzMTbU a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sV4mNzMTbU a.nav-link:focus {
  outline: none;
}
.cid-sV4mNzMTbU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sV4mNzMTbU .nav-link:hover,
.cid-sV4mNzMTbU .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sV4mNzMTbU .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sV4mNzMTbU .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sV4nsLPQvF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #005a28;
}
.cid-sV4nsLPQvF .content__block {
  padding: 50px 15px;
}
.cid-sV4nsLPQvF .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #03592d;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-sV4nsLPQvF .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-sV4nsLPQvF .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-sV4nsLPQvF .image {
  perspective: 3500px;
  position: relative;
}
.cid-sV4nsLPQvF .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 90, 40, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-sV4nsLPQvF .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sV4nsLPQvF .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-sV4nsLPQvF .mbr-section-btn .btn-white-outline:hover {
  color: #03592d !important;
}
@media (max-width: 991px) {
  .cid-sV4nsLPQvF .content__block {
    padding: 30px 15px;
  }
  .cid-sV4nsLPQvF .mbr-figure {
    padding: 0;
  }
  .cid-sV4nsLPQvF .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 90, 40, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-sV4nsLPQvF .lg-push {
    right: 1%;
  }
  .cid-sV4nsLPQvF .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-sV4nsLPQvF .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-sV4nsLPQvF .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-sV4nsLPQvF .mbr-text,
.cid-sV4nsLPQvF .mbr-section-btn {
  color: #ffffff;
}
.cid-sV4nsMisWG {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sV4nsMisWG input,
.cid-sV4nsMisWG 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-sV4nsMisWG input:focus,
.cid-sV4nsMisWG textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sV4nsMisWG .form-control,
.cid-sV4nsMisWG .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-sV4nsMisWG input::-webkit-input-placeholder,
.cid-sV4nsMisWG textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sV4nsMisWG input:-moz-placeholder,
.cid-sV4nsMisWG textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sV4nsMisWG .jq-selectbox li,
.cid-sV4nsMisWG .jq-selectbox li {
  background-color: #ffffff;
}
.cid-sV4nsMisWG .jq-selectbox li:hover,
.cid-sV4nsMisWG .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-sV4nsMisWG .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV4nsMisWG .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV4nsMisWG .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-sV4nsMisWG .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-sV4nsMisWG .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-sV4nsMisWG .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-sV4nsMisWG .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-sV4nsMisWG .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-sV4nsMisWG .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-sV4nsMisWG .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-sV4nsMisWG .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-sV4nsMisWG .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-sV4nsMisWG .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-sV4nsMisWG .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: #03592d;
  margin-right: 10px;
}
.cid-sV4nsMisWG .team-left-inner .team-info-block .social span:hover {
  background-color: #03592d;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-sV4nsMisWG .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-sV4nsMisWG .entry-content .text-box {
  padding: 0rem;
}
.cid-sV4nsMisWG .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-sV4nsMisWG .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-sV4nsMisWG .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-sV4nsMisWG .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-sV4nsMisWG .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-sV4nsMisWG .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-sV4nsMisWG .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-sV4nsMisWG .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-sV4nsMisWG .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 #005a28;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-sV4nsMisWG .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-sV4nsMisWG .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sV4nsMisWG .entry-content .contact {
  margin-top: 30px;
}
.cid-sV4nsMisWG .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-sV4nsMisWG .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-sV4nsMisWG .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-sV4nsMisWG .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-sV4nsMisWG .entry-content .contact .btn-black:hover {
  background-color: #03592d !important;
  border-color: #03592d !important;
}
.cid-sV4nsMisWG .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-sV4nsMisWG .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-sV4nsMisWG .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-sV4nsMisWG .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-sV4nsMisWG .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-sV4nsMisWG .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sV4nsMisWG .progress_elements .progress1 progress::after {
  left: 90%;
  border: 3px solid #005a28;
}
.cid-sV4nsMisWG .progress_elements .progress2 progress::after {
  left: 95%;
  border: 3px solid #005a28;
}
.cid-sV4nsMisWG .progress_elements .progress3 progress::after {
  left: 71%;
  border: 3px solid #005a28;
}
.cid-sV4nsMisWG .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-sV4nsMisWG progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-sV4nsMisWG .progress1 progress::-webkit-progress-value {
  background: #005a28;
}
.cid-sV4nsMisWG .progress2 progress::-webkit-progress-value {
  background: #005a28;
}
.cid-sV4nsMisWG .progress3 progress::-webkit-progress-value {
  background: #005a28;
}
.cid-sV4nsMisWG .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-sV4nsMisWG .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sV4nsMisWG .progressbar-title p {
  color: #6d7a8c;
}
.cid-sV4nsMisWG .team-left-inner .team-info-block .personal-title {
  color: #03592d;
}
.cid-sV4nsMisWG .team-left-inner .team-info-block .team-title {
  color: #03592d;
  text-align: center;
}
.cid-sV4nsMisWG .team-left-inner .team-info-block .team-designation {
  color: #232323;
  text-align: center;
}
.cid-sV4nsMisWG .entry-content .capabilities .capabilities-title,
.cid-sV4nsMisWG .entry-content .capabilities .mbr-list .list {
  color: #03592d;
}
.cid-sV4nsMisWG .contact .contact-title {
  color: #03592d;
}
.cid-sV4nsMisWG .entry-content .text-box .card-title {
  color: #03592d;
}
.cid-sV4nsMisWG .entry-content .text-box .doc-descr {
  color: #353535;
}
.cid-sV4nsNb0mv {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sV4nsNb0mv .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-sV4nsNb0mv .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sV4nsNb0mv .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-sV4nsNb0mv .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-sV4nsNb0mv .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-sV4nsNb0mv .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-sV4nsNb0mv .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-sV4nsNb0mv .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-sV4nsNb0mv .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-sV4nsNb0mv .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-sV4nsNb0mv .soc-item a {
  color: #ffffff;
}
.cid-sV4nsNb0mv .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-sV4nsNb0mv .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-sV4nsNb0mv .mbr-tag,
.cid-sV4nsNb0mv .social-row {
  color: #ffffff;
}
.cid-sV4nsNb0mv .copyright {
  color: #ffffff;
}
.cid-sV4nsNb0mv P {
  color: #000000;
}
.cid-sV4nsNMUee .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-sV4nsNMUee .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-sV4nsNMUee .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sV4nsNMUee .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sV4nsNMUee .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sV4nsNMUee .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sV4nsNMUee .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sV4nsNMUee .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sV4nsNMUee .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sV4nsNMUee .navbar.collapsed.opened .navbar-collapse.show,
.cid-sV4nsNMUee .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sV4nsNMUee .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sV4nsNMUee .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sV4nsNMUee .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sV4nsNMUee .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sV4nsNMUee .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sV4nsNMUee .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sV4nsNMUee .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sV4nsNMUee .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sV4nsNMUee .navbar {
    flex-wrap: nowrap;
  }
  .cid-sV4nsNMUee .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sV4nsNMUee .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sV4nsNMUee .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sV4nsNMUee .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sV4nsNMUee .navbar.opened .navbar-collapse.show,
  .cid-sV4nsNMUee .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sV4nsNMUee .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sV4nsNMUee .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sV4nsNMUee .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sV4nsNMUee .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sV4nsNMUee .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sV4nsNMUee .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sV4nsNMUee .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sV4nsNMUee .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sV4nsNMUee .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sV4nsNMUee .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sV4nsNMUee .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sV4nsNMUee .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sV4nsNMUee .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sV4nsNMUee .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sV4nsNMUee .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sV4nsNMUee .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sV4nsNMUee .dropdown-item.active,
.cid-sV4nsNMUee .dropdown-item:active {
  background-color: transparent;
}
.cid-sV4nsNMUee .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sV4nsNMUee .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sV4nsNMUee .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sV4nsNMUee .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sV4nsNMUee .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sV4nsNMUee .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sV4nsNMUee ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sV4nsNMUee .navbar-buttons {
  text-align: center;
}
.cid-sV4nsNMUee button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sV4nsNMUee button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sV4nsNMUee button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sV4nsNMUee button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sV4nsNMUee button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sV4nsNMUee button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sV4nsNMUee nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sV4nsNMUee nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sV4nsNMUee nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sV4nsNMUee nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sV4nsNMUee .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sV4nsNMUee a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sV4nsNMUee a.nav-link:focus {
  outline: none;
}
.cid-sV4nsNMUee .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sV4nsNMUee .nav-link:hover,
.cid-sV4nsNMUee .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sV4nsNMUee .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sV4nsNMUee .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tHBHDg8nXN {
  background-image: url("../../../assets/images/career-page-cover-scaled-1-2000x1334.jpg");
}
.cid-tHBHDg8nXN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHBHDg8nXN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHBHDg8nXN .mbr-text,
.cid-tHBHDg8nXN .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tHC0XQfcFC {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHC0XQfcFC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHC0XQfcFC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHC0XQfcFC [class^="socicon-"]:before,
.cid-tHC0XQfcFC [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tHC0XQfcFC .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #6592e6;
  border-width: 2px;
  transition: all .3s;
  border-color: #6592e6;
}
.cid-tHC0XQfcFC .btn-social:hover {
  background: #6592e6;
}
.cid-tHC0XQfcFC .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-tHC0XQfcFC .mbr-section-title,
.cid-tHC0XQfcFC .mbr-social-likes {
  color: #005a28;
}
.cid-tEekZuqgeR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tEekZuqgeR .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tEekZuqgeR .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-tEekZuqgeR .panel-group {
  border: none;
}
.cid-tEekZuqgeR .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tEekZuqgeR .panel-body,
.cid-tEekZuqgeR .card-header {
  padding: 1rem 0;
}
.cid-tEekZuqgeR .panel-title-edit {
  color: #005a28;
}
.cid-tEekZuqgeR .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tEekZuqgeR H3 {
  color: #005a28;
}
.cid-tMffVtNfRg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMffVtNfRg .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tMffVtNfRg .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-tMffVtNfRg .panel-group {
  border: none;
}
.cid-tMffVtNfRg .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tMffVtNfRg .panel-body,
.cid-tMffVtNfRg .card-header {
  padding: 1rem 0;
}
.cid-tMffVtNfRg .panel-title-edit {
  color: #005a28;
}
.cid-tMffVtNfRg .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tMffVtNfRg .panel-text P {
  text-align: left;
}
.cid-tTMIeV1pS9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTMIeV1pS9 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tTMIeV1pS9 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-tTMIeV1pS9 .panel-group {
  border: none;
}
.cid-tTMIeV1pS9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tTMIeV1pS9 .panel-body,
.cid-tTMIeV1pS9 .card-header {
  padding: 1rem 0;
}
.cid-tTMIeV1pS9 .panel-title-edit {
  color: #005a28;
}
.cid-tTMIeV1pS9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tTMIeV1pS9 .panel-text P {
  text-align: left;
}
.cid-tTMIeV1pS9 .panel-text {
  text-align: left;
}
.cid-sV4AsBZvvg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sV4AsBZvvg .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-sV4AsBZvvg .mbr-section-title {
  color: #005a28;
}
.cid-sV4AsBZvvg .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sV4tQ5Jj5s {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sV4tQ5Jj5s .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-sV4tQ5Jj5s .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sV4tQ5Jj5s .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-sV4tQ5Jj5s .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-sV4tQ5Jj5s .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-sV4tQ5Jj5s .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-sV4tQ5Jj5s .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-sV4tQ5Jj5s .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-sV4tQ5Jj5s .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-sV4tQ5Jj5s .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-sV4tQ5Jj5s .soc-item a {
  color: #ffffff;
}
.cid-sV4tQ5Jj5s .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-sV4tQ5Jj5s .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-sV4tQ5Jj5s .mbr-tag,
.cid-sV4tQ5Jj5s .social-row {
  color: #ffffff;
}
.cid-sV4tQ5Jj5s .copyright {
  color: #ffffff;
}
.cid-sV4tQ5Jj5s P {
  color: #000000;
}
.cid-sV4tQ6kzu7 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-sV4tQ6kzu7 .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-sV4tQ6kzu7 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sV4tQ6kzu7 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sV4tQ6kzu7 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sV4tQ6kzu7 .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sV4tQ6kzu7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sV4tQ6kzu7 .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sV4tQ6kzu7 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sV4tQ6kzu7 .navbar.collapsed.opened .navbar-collapse.show,
.cid-sV4tQ6kzu7 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sV4tQ6kzu7 .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sV4tQ6kzu7 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sV4tQ6kzu7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sV4tQ6kzu7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sV4tQ6kzu7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sV4tQ6kzu7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sV4tQ6kzu7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sV4tQ6kzu7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sV4tQ6kzu7 .navbar {
    flex-wrap: nowrap;
  }
  .cid-sV4tQ6kzu7 .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sV4tQ6kzu7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sV4tQ6kzu7 .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sV4tQ6kzu7 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sV4tQ6kzu7 .navbar.opened .navbar-collapse.show,
  .cid-sV4tQ6kzu7 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sV4tQ6kzu7 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sV4tQ6kzu7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sV4tQ6kzu7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sV4tQ6kzu7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sV4tQ6kzu7 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sV4tQ6kzu7 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sV4tQ6kzu7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sV4tQ6kzu7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sV4tQ6kzu7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sV4tQ6kzu7 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sV4tQ6kzu7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sV4tQ6kzu7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sV4tQ6kzu7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sV4tQ6kzu7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sV4tQ6kzu7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sV4tQ6kzu7 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sV4tQ6kzu7 .dropdown-item.active,
.cid-sV4tQ6kzu7 .dropdown-item:active {
  background-color: transparent;
}
.cid-sV4tQ6kzu7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sV4tQ6kzu7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sV4tQ6kzu7 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sV4tQ6kzu7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sV4tQ6kzu7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sV4tQ6kzu7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sV4tQ6kzu7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sV4tQ6kzu7 .navbar-buttons {
  text-align: center;
}
.cid-sV4tQ6kzu7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sV4tQ6kzu7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sV4tQ6kzu7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sV4tQ6kzu7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sV4tQ6kzu7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sV4tQ6kzu7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sV4tQ6kzu7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sV4tQ6kzu7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sV4tQ6kzu7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sV4tQ6kzu7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sV4tQ6kzu7 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sV4tQ6kzu7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sV4tQ6kzu7 a.nav-link:focus {
  outline: none;
}
.cid-sV4tQ6kzu7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sV4tQ6kzu7 .nav-link:hover,
.cid-sV4tQ6kzu7 .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sV4tQ6kzu7 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sV4tQ6kzu7 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sV4IXAxMCK {
  background-image: url("../../../assets/images/our-story-cover-1366x655.png");
}
.cid-sV4IXAxMCK .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-sV4IXAxMCK .mbr-section-title {
  color: #ffffff;
}
.cid-sV4IXAxMCK .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-sV4UI92Pua {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #00a04a;
}
.cid-sV4UI92Pua .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-sV4UI92Pua .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-sV4UI92Pua .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-sV4UI92Pua .wrapper {
  padding: 30px 0;
}
.cid-sV4UI92Pua .mbr-section-title {
  color: #fafafa;
}
.cid-sV4UI92Pua .mbr-text,
.cid-sV4UI92Pua .mbr-section-btn {
  color: #fafafa;
}
.cid-sV4UI92Pua H3 {
  color: #ffffff;
}
.cid-sV4VU1kiNB {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #00a04a;
}
.cid-sV4VU1kiNB .mbr-title {
  color: #ffffff;
  text-align: center;
}
.cid-sV4VU1kiNB .card-wrapper {
  border-top: 2px solid currentColor;
}
.cid-sV4VU1kiNB .card-wrapper {
  padding-top: 4rem;
}
.cid-sV4VU1kiNB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sV4VU1kiNB .mbr-text,
.cid-sV4VU1kiNB .mbr-section-btn {
  color: #fafafa;
}
.cid-sV4VU1kiNB .mbr-section-title,
.cid-sV4VU1kiNB .item {
  color: #000000;
}
.cid-sV4VU1kiNB .mbr-section-title,
.cid-sV4VU1kiNB .card-wrapper {
  color: #000000;
}
.cid-sV4WoLJ22x {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #00a04a;
}
.cid-sV4WoLJ22x .mbr-title {
  color: #ffffff;
  text-align: center;
}
.cid-sV4WoLJ22x .card-wrapper {
  border-top: 2px solid currentColor;
}
.cid-sV4WoLJ22x .card-wrapper {
  padding-top: 4rem;
}
.cid-sV4WoLJ22x .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sV4WoLJ22x .mbr-text,
.cid-sV4WoLJ22x .mbr-section-btn {
  color: #fafafa;
}
.cid-sV4WoLJ22x .mbr-section-title,
.cid-sV4WoLJ22x .item {
  color: #000000;
}
.cid-sV4WoLJ22x .mbr-section-title,
.cid-sV4WoLJ22x .card-wrapper {
  color: #000000;
}
.cid-t45NX2BCfS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-t45NX2BCfS .mbr-section-title {
  color: #ffffff;
}
.cid-t45NX2BCfS .mbr-text,
.cid-t45NX2BCfS .mbr-section-btn {
  color: #000000;
}
.cid-t45MmcP4Te {
  padding-top: 7rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-t45MmcP4Te .oldcost {
  text-decoration: line-through;
  color: #6592e6;
}
.cid-t45MmcP4Te .bg {
  background: #ffffff;
}
.cid-t45MmcP4Te .img-col {
  padding: 0;
}
.cid-t45MmcP4Te .icon-col {
  padding: 2rem 0;
}
.cid-t45MmcP4Te .icon-col:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  height: 9999px;
  width: 2px;
  content: '';
}
.cid-t45MmcP4Te .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #50b748;
  position: relative;
  z-index: 1;
  margin: auto;
  transition: all 0.4s;
  width: fit-content;
  justify-content: center;
  margin-bottom: 3rem;
  background: #ffffff;
  padding: 1rem;
  border-radius: 50%;
}
.cid-t45MmcP4Te .row,
.cid-t45MmcP4Te .icon-col {
  overflow: visible;
}
.cid-t45MmcP4Te .currentcost {
  color: #232323;
}
.cid-t45MmcP4Te .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-t45MmcP4Te img {
  transition: all 0.3s;
  position: relative;
  z-index: 10;
}
.cid-t45MmcP4Te .image-wrapper {
  overflow: hidden;
  z-index: 10;
}
.cid-t45MmcP4Te .card-wrapper {
  border-radius: 4px;
  overflow: visible;
  padding: 0 1rem;
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-t45MmcP4Te .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t45MmcP4Te .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t45MmcP4Te .text-box {
    padding: 2rem 1rem;
  }
}
.cid-t45MmcP4Te .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t45MmcP4Te H5 {
  color: #3098f3;
}
.cid-t45MmcP4Te .link,
.cid-t45MmcP4Te .link-wrap {
  text-align: left;
}
.cid-t45MmcP4Te .mbr-sub-title {
  color: #50b748;
}
.cid-t45Q6Rav20 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-t45Q6Rav20 .oldcost {
  text-decoration: line-through;
  color: #6592e6;
}
.cid-t45Q6Rav20 .bg {
  background: #ffffff;
}
.cid-t45Q6Rav20 .img-col {
  padding: 0;
}
.cid-t45Q6Rav20 .icon-col {
  padding: 2rem 0;
}
.cid-t45Q6Rav20 .icon-col:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  height: 9999px;
  width: 2px;
  content: '';
}
.cid-t45Q6Rav20 .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #50b748;
  position: relative;
  z-index: 1;
  margin: auto;
  transition: all 0.4s;
  width: fit-content;
  justify-content: center;
  margin-bottom: 3rem;
  background: #ffffff;
  padding: 1rem;
  border-radius: 50%;
}
.cid-t45Q6Rav20 .row,
.cid-t45Q6Rav20 .icon-col {
  overflow: visible;
}
.cid-t45Q6Rav20 .currentcost {
  color: #232323;
}
.cid-t45Q6Rav20 .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-t45Q6Rav20 img {
  transition: all 0.3s;
  position: relative;
  z-index: 10;
}
.cid-t45Q6Rav20 .image-wrapper {
  overflow: hidden;
  z-index: 10;
}
.cid-t45Q6Rav20 .card-wrapper {
  border-radius: 4px;
  overflow: visible;
  padding: 0 1rem;
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-t45Q6Rav20 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t45Q6Rav20 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t45Q6Rav20 .text-box {
    padding: 2rem 1rem;
  }
}
.cid-t45Q6Rav20 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t45Q6Rav20 H5 {
  color: #3098f3;
}
.cid-t45Q6Rav20 .link,
.cid-t45Q6Rav20 .link-wrap {
  text-align: left;
}
.cid-t45Q6Rav20 .mbr-sub-title {
  color: #50b748;
}
.cid-t45R189A8f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-t45R189A8f .oldcost {
  text-decoration: line-through;
  color: #6592e6;
}
.cid-t45R189A8f .bg {
  background: #ffffff;
}
.cid-t45R189A8f .img-col {
  padding: 0;
}
.cid-t45R189A8f .icon-col {
  padding: 2rem 0;
}
.cid-t45R189A8f .icon-col:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  height: 9999px;
  width: 2px;
  content: '';
}
.cid-t45R189A8f .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #50b748;
  position: relative;
  z-index: 1;
  margin: auto;
  transition: all 0.4s;
  width: fit-content;
  justify-content: center;
  margin-bottom: 3rem;
  background: #ffffff;
  padding: 1rem;
  border-radius: 50%;
}
.cid-t45R189A8f .row,
.cid-t45R189A8f .icon-col {
  overflow: visible;
}
.cid-t45R189A8f .currentcost {
  color: #232323;
}
.cid-t45R189A8f .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-t45R189A8f img {
  transition: all 0.3s;
  position: relative;
  z-index: 10;
}
.cid-t45R189A8f .image-wrapper {
  overflow: hidden;
  z-index: 10;
}
.cid-t45R189A8f .card-wrapper {
  border-radius: 4px;
  overflow: visible;
  padding: 0 1rem;
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-t45R189A8f .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t45R189A8f .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t45R189A8f .text-box {
    padding: 2rem 1rem;
  }
}
.cid-t45R189A8f .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t45R189A8f H5 {
  color: #3098f3;
}
.cid-t45R189A8f .link,
.cid-t45R189A8f .link-wrap {
  text-align: left;
}
.cid-t45R189A8f .mbr-sub-title {
  color: #50b748;
}
.cid-t45S4jxxDP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-t45S4jxxDP .oldcost {
  text-decoration: line-through;
  color: #6592e6;
}
.cid-t45S4jxxDP .bg {
  background: #ffffff;
}
.cid-t45S4jxxDP .img-col {
  padding: 0;
}
.cid-t45S4jxxDP .icon-col {
  padding: 2rem 0;
}
.cid-t45S4jxxDP .icon-col:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  height: 9999px;
  width: 2px;
  content: '';
}
.cid-t45S4jxxDP .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #50b748;
  position: relative;
  z-index: 1;
  margin: auto;
  transition: all 0.4s;
  width: fit-content;
  justify-content: center;
  margin-bottom: 3rem;
  background: #ffffff;
  padding: 1rem;
  border-radius: 50%;
}
.cid-t45S4jxxDP .row,
.cid-t45S4jxxDP .icon-col {
  overflow: visible;
}
.cid-t45S4jxxDP .currentcost {
  color: #232323;
}
.cid-t45S4jxxDP .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-t45S4jxxDP img {
  transition: all 0.3s;
  position: relative;
  z-index: 10;
}
.cid-t45S4jxxDP .image-wrapper {
  overflow: hidden;
  z-index: 10;
}
.cid-t45S4jxxDP .card-wrapper {
  border-radius: 4px;
  overflow: visible;
  padding: 0 1rem;
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-t45S4jxxDP .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t45S4jxxDP .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t45S4jxxDP .text-box {
    padding: 2rem 1rem;
  }
}
.cid-t45S4jxxDP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t45S4jxxDP H5 {
  color: #3098f3;
}
.cid-t45S4jxxDP .link,
.cid-t45S4jxxDP .link-wrap {
  text-align: left;
}
.cid-t45S4jxxDP .mbr-sub-title {
  color: #50b748;
}
.cid-t45TfTEfiV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-t45TfTEfiV .oldcost {
  text-decoration: line-through;
  color: #6592e6;
}
.cid-t45TfTEfiV .bg {
  background: #ffffff;
}
.cid-t45TfTEfiV .img-col {
  padding: 0;
}
.cid-t45TfTEfiV .icon-col {
  padding: 2rem 0;
}
.cid-t45TfTEfiV .icon-col:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  height: 9999px;
  width: 2px;
  content: '';
}
.cid-t45TfTEfiV .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #50b748;
  position: relative;
  z-index: 1;
  margin: auto;
  transition: all 0.4s;
  width: fit-content;
  justify-content: center;
  margin-bottom: 3rem;
  background: #ffffff;
  padding: 1rem;
  border-radius: 50%;
}
.cid-t45TfTEfiV .row,
.cid-t45TfTEfiV .icon-col {
  overflow: visible;
}
.cid-t45TfTEfiV .currentcost {
  color: #232323;
}
.cid-t45TfTEfiV .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-t45TfTEfiV img {
  transition: all 0.3s;
  position: relative;
  z-index: 10;
}
.cid-t45TfTEfiV .image-wrapper {
  overflow: hidden;
  z-index: 10;
}
.cid-t45TfTEfiV .card-wrapper {
  border-radius: 4px;
  overflow: visible;
  padding: 0 1rem;
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-t45TfTEfiV .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t45TfTEfiV .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t45TfTEfiV .text-box {
    padding: 2rem 1rem;
  }
}
.cid-t45TfTEfiV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t45TfTEfiV H5 {
  color: #3098f3;
}
.cid-t45TfTEfiV .link,
.cid-t45TfTEfiV .link-wrap {
  text-align: left;
}
.cid-t45TfTEfiV .mbr-sub-title {
  color: #50b748;
}
.cid-syCsQanNWH {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-syCsQanNWH .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-syCsQanNWH .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-syCsQanNWH .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-syCsQanNWH .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-syCsQanNWH .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-syCsQanNWH .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-syCsQanNWH .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-syCsQanNWH .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-syCsQanNWH .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-syCsQanNWH .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-syCsQanNWH .soc-item a {
  color: #ffffff;
}
.cid-syCsQanNWH .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-syCsQanNWH .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-syCsQanNWH .mbr-tag,
.cid-syCsQanNWH .social-row {
  color: #ffffff;
}
.cid-syCsQanNWH .copyright {
  color: #ffffff;
}
.cid-syCsQanNWH P {
  color: #000000;
}
.cid-syDz1tomGe .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-syDz1tomGe .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-syDz1tomGe .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-syDz1tomGe .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-syDz1tomGe .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-syDz1tomGe .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-syDz1tomGe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-syDz1tomGe .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-syDz1tomGe .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-syDz1tomGe .navbar.collapsed.opened .navbar-collapse.show,
.cid-syDz1tomGe .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-syDz1tomGe .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-syDz1tomGe .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-syDz1tomGe .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-syDz1tomGe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-syDz1tomGe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-syDz1tomGe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-syDz1tomGe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-syDz1tomGe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-syDz1tomGe .navbar {
    flex-wrap: nowrap;
  }
  .cid-syDz1tomGe .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-syDz1tomGe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syDz1tomGe .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-syDz1tomGe .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-syDz1tomGe .navbar.opened .navbar-collapse.show,
  .cid-syDz1tomGe .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-syDz1tomGe .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-syDz1tomGe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-syDz1tomGe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syDz1tomGe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-syDz1tomGe .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-syDz1tomGe .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-syDz1tomGe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-syDz1tomGe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-syDz1tomGe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-syDz1tomGe .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-syDz1tomGe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-syDz1tomGe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-syDz1tomGe .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-syDz1tomGe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-syDz1tomGe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-syDz1tomGe .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-syDz1tomGe .dropdown-item.active,
.cid-syDz1tomGe .dropdown-item:active {
  background-color: transparent;
}
.cid-syDz1tomGe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-syDz1tomGe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-syDz1tomGe .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-syDz1tomGe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-syDz1tomGe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-syDz1tomGe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-syDz1tomGe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-syDz1tomGe .navbar-buttons {
  text-align: center;
}
.cid-syDz1tomGe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-syDz1tomGe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-syDz1tomGe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-syDz1tomGe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syDz1tomGe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syDz1tomGe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-syDz1tomGe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syDz1tomGe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-syDz1tomGe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-syDz1tomGe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syDz1tomGe .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-syDz1tomGe a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-syDz1tomGe a.nav-link:focus {
  outline: none;
}
.cid-syDz1tomGe .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-syDz1tomGe .nav-link:hover,
.cid-syDz1tomGe .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-syDz1tomGe .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-syDz1tomGe .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sVIfQ4Jhfm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #005a28;
}
.cid-sVIfQ4Jhfm .content__block {
  padding: 50px 15px;
}
.cid-sVIfQ4Jhfm .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #03592d;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-sVIfQ4Jhfm .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-sVIfQ4Jhfm .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-sVIfQ4Jhfm .image {
  perspective: 3500px;
  position: relative;
}
.cid-sVIfQ4Jhfm .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 90, 40, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-sVIfQ4Jhfm .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sVIfQ4Jhfm .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-sVIfQ4Jhfm .mbr-section-btn .btn-white-outline:hover {
  color: #03592d !important;
}
@media (max-width: 991px) {
  .cid-sVIfQ4Jhfm .content__block {
    padding: 30px 15px;
  }
  .cid-sVIfQ4Jhfm .mbr-figure {
    padding: 0;
  }
  .cid-sVIfQ4Jhfm .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 90, 40, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-sVIfQ4Jhfm .lg-push {
    right: 1%;
  }
  .cid-sVIfQ4Jhfm .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-sVIfQ4Jhfm .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-sVIfQ4Jhfm .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-sVIfQ4Jhfm .mbr-text,
.cid-sVIfQ4Jhfm .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sVIfQ4Jhfm .mbr-section-title {
  text-align: center;
}
.cid-sVJCZZch8C {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sVJCZZch8C .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-sVJCZZch8C .row {
    padding: 1rem 0rem;
  }
}
.cid-sVJCZZch8C img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sVJCZZch8C img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sVJCZZch8C .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-sVJCZZch8C .mbr-text,
.cid-sVJCZZch8C .mbr-section-btn {
  color: #777777;
}
.cid-sVJCZZch8C .mbr-section-subtitle {
  color: #000000;
}
.cid-sVJCZZch8C .mbr-section-title {
  color: #005a28;
}
.cid-sVJBRCehlF {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sVJBRCehlF .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-sVJBRCehlF .row {
    padding: 1rem 0rem;
  }
}
.cid-sVJBRCehlF img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sVJBRCehlF img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sVJBRCehlF .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-sVJBRCehlF .mbr-text,
.cid-sVJBRCehlF .mbr-section-btn {
  color: #777777;
}
.cid-sVJBRCehlF .mbr-section-subtitle {
  color: #000000;
}
.cid-sVJBRCehlF .mbr-section-title {
  color: #005a28;
}
.cid-sVJEOIhokG {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sVJEOIhokG .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-sVJEOIhokG .row {
    padding: 1rem 0rem;
  }
}
.cid-sVJEOIhokG img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sVJEOIhokG img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sVJEOIhokG .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-sVJEOIhokG .mbr-text,
.cid-sVJEOIhokG .mbr-section-btn {
  color: #777777;
}
.cid-sVJEOIhokG .mbr-section-subtitle {
  color: #000000;
}
.cid-sVJEOIhokG .mbr-section-title {
  color: #005a28;
}
.cid-sVJFFi9SNB {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sVJFFi9SNB .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-sVJFFi9SNB .row {
    padding: 1rem 0rem;
  }
}
.cid-sVJFFi9SNB img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sVJFFi9SNB img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sVJFFi9SNB .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-sVJFFi9SNB .mbr-text,
.cid-sVJFFi9SNB .mbr-section-btn {
  color: #777777;
}
.cid-sVJFFi9SNB .mbr-section-subtitle {
  color: #000000;
}
.cid-sVJFFi9SNB .mbr-section-title {
  color: #005a28;
}
.cid-sVJG57LNqn {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sVJG57LNqn .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-sVJG57LNqn .row {
    padding: 1rem 0rem;
  }
}
.cid-sVJG57LNqn img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sVJG57LNqn img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sVJG57LNqn .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-sVJG57LNqn .mbr-text,
.cid-sVJG57LNqn .mbr-section-btn {
  color: #777777;
}
.cid-sVJG57LNqn .mbr-section-subtitle {
  color: #000000;
}
.cid-sVJG57LNqn .mbr-section-title {
  color: #005a28;
}
.cid-sVJGxDhAaZ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sVJGxDhAaZ .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-sVJGxDhAaZ .row {
    padding: 1rem 0rem;
  }
}
.cid-sVJGxDhAaZ img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sVJGxDhAaZ img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sVJGxDhAaZ .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-sVJGxDhAaZ .mbr-text,
.cid-sVJGxDhAaZ .mbr-section-btn {
  color: #777777;
}
.cid-sVJGxDhAaZ .mbr-section-subtitle {
  color: #000000;
}
.cid-sVJGxDhAaZ .mbr-section-title {
  color: #005a28;
}
.cid-sVJHXqO6i4 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sVJHXqO6i4 .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-sVJHXqO6i4 .row {
    padding: 1rem 0rem;
  }
}
.cid-sVJHXqO6i4 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sVJHXqO6i4 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sVJHXqO6i4 .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-sVJHXqO6i4 .mbr-text,
.cid-sVJHXqO6i4 .mbr-section-btn {
  color: #777777;
}
.cid-sVJHXqO6i4 .mbr-section-subtitle {
  color: #000000;
}
.cid-sVJHXqO6i4 .mbr-section-title {
  color: #005a28;
}
.cid-sVJIlMimu6 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sVJIlMimu6 .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-sVJIlMimu6 .row {
    padding: 1rem 0rem;
  }
}
.cid-sVJIlMimu6 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sVJIlMimu6 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sVJIlMimu6 .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-sVJIlMimu6 .mbr-text,
.cid-sVJIlMimu6 .mbr-section-btn {
  color: #777777;
}
.cid-sVJIlMimu6 .mbr-section-subtitle {
  color: #000000;
}
.cid-sVJIlMimu6 .mbr-section-title {
  color: #005a28;
}
.cid-sVJGSaHb7a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-sVIfQ7mLSR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c61b1f;
}
.cid-sVIfQ7mLSR .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sVIfQ7mLSR .row-element,
.cid-sVIfQ7mLSR .image-element {
  padding: 0;
}
.cid-sVIfQ7mLSR .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVIfQ7mLSR .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sVIfQ7mLSR .text-content {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-sVIfQ7mLSR .text-content {
    padding: 2rem 1rem;
  }
  .cid-sVIfQ7mLSR .mbr-title,
  .cid-sVIfQ7mLSR .underline,
  .cid-sVIfQ7mLSR .mbr-text,
  .cid-sVIfQ7mLSR .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sVIfQ7HJOb {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sVIfQ7HJOb .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-sVIfQ7HJOb .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sVIfQ7HJOb .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-sVIfQ7HJOb .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-sVIfQ7HJOb .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-sVIfQ7HJOb .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-sVIfQ7HJOb .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-sVIfQ7HJOb .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-sVIfQ7HJOb .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-sVIfQ7HJOb .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-sVIfQ7HJOb .soc-item a {
  color: #ffffff;
}
.cid-sVIfQ7HJOb .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-sVIfQ7HJOb .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-sVIfQ7HJOb .mbr-tag,
.cid-sVIfQ7HJOb .social-row {
  color: #ffffff;
}
.cid-sVIfQ7HJOb .copyright {
  color: #ffffff;
}
.cid-sVIfQ7HJOb P {
  color: #000000;
}
.cid-sVIfQ8qbI9 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-sVIfQ8qbI9 .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-sVIfQ8qbI9 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sVIfQ8qbI9 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sVIfQ8qbI9 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sVIfQ8qbI9 .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sVIfQ8qbI9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sVIfQ8qbI9 .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sVIfQ8qbI9 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sVIfQ8qbI9 .navbar.collapsed.opened .navbar-collapse.show,
.cid-sVIfQ8qbI9 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sVIfQ8qbI9 .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sVIfQ8qbI9 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sVIfQ8qbI9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVIfQ8qbI9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVIfQ8qbI9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sVIfQ8qbI9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sVIfQ8qbI9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sVIfQ8qbI9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sVIfQ8qbI9 .navbar {
    flex-wrap: nowrap;
  }
  .cid-sVIfQ8qbI9 .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sVIfQ8qbI9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVIfQ8qbI9 .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sVIfQ8qbI9 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sVIfQ8qbI9 .navbar.opened .navbar-collapse.show,
  .cid-sVIfQ8qbI9 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sVIfQ8qbI9 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sVIfQ8qbI9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sVIfQ8qbI9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sVIfQ8qbI9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sVIfQ8qbI9 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sVIfQ8qbI9 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sVIfQ8qbI9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sVIfQ8qbI9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sVIfQ8qbI9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sVIfQ8qbI9 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sVIfQ8qbI9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sVIfQ8qbI9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVIfQ8qbI9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sVIfQ8qbI9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sVIfQ8qbI9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVIfQ8qbI9 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sVIfQ8qbI9 .dropdown-item.active,
.cid-sVIfQ8qbI9 .dropdown-item:active {
  background-color: transparent;
}
.cid-sVIfQ8qbI9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sVIfQ8qbI9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sVIfQ8qbI9 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sVIfQ8qbI9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sVIfQ8qbI9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sVIfQ8qbI9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVIfQ8qbI9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sVIfQ8qbI9 .navbar-buttons {
  text-align: center;
}
.cid-sVIfQ8qbI9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVIfQ8qbI9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sVIfQ8qbI9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sVIfQ8qbI9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVIfQ8qbI9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVIfQ8qbI9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sVIfQ8qbI9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVIfQ8qbI9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sVIfQ8qbI9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sVIfQ8qbI9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVIfQ8qbI9 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sVIfQ8qbI9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sVIfQ8qbI9 a.nav-link:focus {
  outline: none;
}
.cid-sVIfQ8qbI9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sVIfQ8qbI9 .nav-link:hover,
.cid-sVIfQ8qbI9 .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVIfQ8qbI9 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sVIfQ8qbI9 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sVJHDxLpoi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #005a28;
}
.cid-sVJHDxLpoi .content__block {
  padding: 50px 15px;
}
.cid-sVJHDxLpoi .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #03592d;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-sVJHDxLpoi .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-sVJHDxLpoi .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-sVJHDxLpoi .image {
  perspective: 3500px;
  position: relative;
}
.cid-sVJHDxLpoi .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 90, 40, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-sVJHDxLpoi .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sVJHDxLpoi .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-sVJHDxLpoi .mbr-section-btn .btn-white-outline:hover {
  color: #03592d !important;
}
@media (max-width: 991px) {
  .cid-sVJHDxLpoi .content__block {
    padding: 30px 15px;
  }
  .cid-sVJHDxLpoi .mbr-figure {
    padding: 0;
  }
  .cid-sVJHDxLpoi .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 90, 40, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-sVJHDxLpoi .lg-push {
    right: 1%;
  }
  .cid-sVJHDxLpoi .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-sVJHDxLpoi .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-sVJHDxLpoi .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-sVJHDxLpoi .mbr-text,
.cid-sVJHDxLpoi .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sVJHDxLpoi .mbr-section-title {
  text-align: center;
}
.cid-sVJHDy83fI {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sVJHDy83fI .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-sVJHDy83fI .row {
    padding: 1rem 0rem;
  }
}
.cid-sVJHDy83fI img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sVJHDy83fI img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sVJHDy83fI .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-sVJHDy83fI .mbr-text,
.cid-sVJHDy83fI .mbr-section-btn {
  color: #777777;
}
.cid-sVJHDy83fI .mbr-section-subtitle {
  color: #000000;
}
.cid-sVJHDy83fI .mbr-section-title {
  color: #005a28;
}
.cid-sVJHDynLjF {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sVJHDynLjF .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-sVJHDynLjF .row {
    padding: 1rem 0rem;
  }
}
.cid-sVJHDynLjF img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sVJHDynLjF img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sVJHDynLjF .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-sVJHDynLjF .mbr-text,
.cid-sVJHDynLjF .mbr-section-btn {
  color: #777777;
}
.cid-sVJHDynLjF .mbr-section-subtitle {
  color: #000000;
}
.cid-sVJHDynLjF .mbr-section-title {
  color: #005a28;
}
.cid-sVJHDyCnXh {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sVJHDyCnXh .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-sVJHDyCnXh .row {
    padding: 1rem 0rem;
  }
}
.cid-sVJHDyCnXh img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sVJHDyCnXh img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sVJHDyCnXh .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-sVJHDyCnXh .mbr-text,
.cid-sVJHDyCnXh .mbr-section-btn {
  color: #777777;
}
.cid-sVJHDyCnXh .mbr-section-subtitle {
  color: #000000;
}
.cid-sVJHDyCnXh .mbr-section-title {
  color: #005a28;
}
.cid-sVJHDyR1YK {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sVJHDyR1YK .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-sVJHDyR1YK .row {
    padding: 1rem 0rem;
  }
}
.cid-sVJHDyR1YK img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sVJHDyR1YK img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sVJHDyR1YK .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-sVJHDyR1YK .mbr-text,
.cid-sVJHDyR1YK .mbr-section-btn {
  color: #777777;
}
.cid-sVJHDyR1YK .mbr-section-subtitle {
  color: #000000;
}
.cid-sVJHDyR1YK .mbr-section-title {
  color: #005a28;
}
.cid-sVJHDz7LFB {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sVJHDz7LFB .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-sVJHDz7LFB .row {
    padding: 1rem 0rem;
  }
}
.cid-sVJHDz7LFB img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sVJHDz7LFB img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sVJHDz7LFB .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-sVJHDz7LFB .mbr-text,
.cid-sVJHDz7LFB .mbr-section-btn {
  color: #777777;
}
.cid-sVJHDz7LFB .mbr-section-subtitle {
  color: #000000;
}
.cid-sVJHDz7LFB .mbr-section-title {
  color: #005a28;
}
.cid-sVJHDzHuCb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-sVJHDzXg29 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c61b1f;
}
.cid-sVJHDzXg29 .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sVJHDzXg29 .row-element,
.cid-sVJHDzXg29 .image-element {
  padding: 0;
}
.cid-sVJHDzXg29 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVJHDzXg29 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sVJHDzXg29 .text-content {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-sVJHDzXg29 .text-content {
    padding: 2rem 1rem;
  }
  .cid-sVJHDzXg29 .mbr-title,
  .cid-sVJHDzXg29 .underline,
  .cid-sVJHDzXg29 .mbr-text,
  .cid-sVJHDzXg29 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sVJHDAgEOu {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sVJHDAgEOu .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-sVJHDAgEOu .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sVJHDAgEOu .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-sVJHDAgEOu .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-sVJHDAgEOu .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-sVJHDAgEOu .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-sVJHDAgEOu .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-sVJHDAgEOu .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-sVJHDAgEOu .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-sVJHDAgEOu .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-sVJHDAgEOu .soc-item a {
  color: #ffffff;
}
.cid-sVJHDAgEOu .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-sVJHDAgEOu .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-sVJHDAgEOu .mbr-tag,
.cid-sVJHDAgEOu .social-row {
  color: #ffffff;
}
.cid-sVJHDAgEOu .copyright {
  color: #ffffff;
}
.cid-sVJHDAgEOu P {
  color: #000000;
}
.cid-sVJHDAWONy .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-sVJHDAWONy .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-sVJHDAWONy .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sVJHDAWONy .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sVJHDAWONy .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sVJHDAWONy .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sVJHDAWONy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sVJHDAWONy .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sVJHDAWONy .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sVJHDAWONy .navbar.collapsed.opened .navbar-collapse.show,
.cid-sVJHDAWONy .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sVJHDAWONy .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sVJHDAWONy .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sVJHDAWONy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVJHDAWONy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVJHDAWONy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sVJHDAWONy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sVJHDAWONy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sVJHDAWONy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sVJHDAWONy .navbar {
    flex-wrap: nowrap;
  }
  .cid-sVJHDAWONy .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sVJHDAWONy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVJHDAWONy .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sVJHDAWONy .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sVJHDAWONy .navbar.opened .navbar-collapse.show,
  .cid-sVJHDAWONy .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sVJHDAWONy .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sVJHDAWONy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sVJHDAWONy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sVJHDAWONy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sVJHDAWONy .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sVJHDAWONy .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sVJHDAWONy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sVJHDAWONy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sVJHDAWONy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sVJHDAWONy .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sVJHDAWONy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sVJHDAWONy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVJHDAWONy .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sVJHDAWONy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sVJHDAWONy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVJHDAWONy .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sVJHDAWONy .dropdown-item.active,
.cid-sVJHDAWONy .dropdown-item:active {
  background-color: transparent;
}
.cid-sVJHDAWONy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sVJHDAWONy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sVJHDAWONy .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sVJHDAWONy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sVJHDAWONy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sVJHDAWONy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVJHDAWONy ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sVJHDAWONy .navbar-buttons {
  text-align: center;
}
.cid-sVJHDAWONy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVJHDAWONy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sVJHDAWONy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sVJHDAWONy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVJHDAWONy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVJHDAWONy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sVJHDAWONy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVJHDAWONy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sVJHDAWONy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sVJHDAWONy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVJHDAWONy .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sVJHDAWONy a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sVJHDAWONy a.nav-link:focus {
  outline: none;
}
.cid-sVJHDAWONy .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sVJHDAWONy .nav-link:hover,
.cid-sVJHDAWONy .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVJHDAWONy .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sVJHDAWONy .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sWEjbBzLUE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/back-1-1920x1080.png");
}
.cid-sWEjbBzLUE .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sWEjbBzLUE .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-sWEjbBzLUE .mbr-text,
.cid-sWEjbBzLUE .mbr-section-btn {
  color: #fafafa;
}
.cid-sWEjbBzLUE .mbr-section-title {
  color: #ffffff;
}
.cid-sWEjbQmJEo {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sWEjbQmJEo .mbr-section-title {
  color: #15a6b2;
}
.cid-sWEjbQmJEo .mbr-text,
.cid-sWEjbQmJEo .mbr-section-btn {
  color: #353535;
  text-align: center;
}
.cid-ta71lxSVvI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #15a6b2;
}
.cid-ta71lxSVvI .content__block {
  padding: 50px 15px;
}
.cid-ta71lxSVvI .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #03592d;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-ta71lxSVvI .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ta71lxSVvI .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-ta71lxSVvI .image {
  perspective: 3500px;
  position: relative;
}
.cid-ta71lxSVvI .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(21, 166, 178, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-ta71lxSVvI .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ta71lxSVvI .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ta71lxSVvI .mbr-section-btn .btn-white-outline:hover {
  color: #03592d !important;
}
@media (max-width: 991px) {
  .cid-ta71lxSVvI .content__block {
    padding: 30px 15px;
  }
  .cid-ta71lxSVvI .mbr-figure {
    padding: 0;
  }
  .cid-ta71lxSVvI .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(21, 166, 178, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-ta71lxSVvI .lg-push {
    right: 1%;
  }
  .cid-ta71lxSVvI .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-ta71lxSVvI .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-ta71lxSVvI .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-ta71lxSVvI .mbr-text,
.cid-ta71lxSVvI .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ta71lxSVvI .mbr-section-title {
  text-align: center;
}
.cid-sWGUvrRGu4 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9;
}
.cid-sWGUvrRGu4 .card {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-sWGUvrRGu4 .card:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-sWGUvrRGu4 .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sWGUvrRGu4 .mbr-flex {
  justify-content: center;
}
.cid-sWGUvrRGu4 .mbr-text {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
}
.cid-sWGUvrRGu4 img,
.cid-sWGUvrRGu4 .item-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.cid-sWGUvrRGu4 .item:focus,
.cid-sWGUvrRGu4 span:focus {
  outline: none;
}
.cid-sWGUvrRGu4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sWGUvrRGu4 .card1 {
  background: #15a6b2;
}
.cid-sWGUvrRGu4 .card2 {
  background: #424143;
}
.cid-sWGUvrRGu4 .card3 {
  background: #167fc9;
}
.cid-sWGUvrRGu4 .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-sWGUvrRGu4 .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sWGUvrRGu4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sWGUvrRGu4 .mbr-section-title {
  color: #15a6b2;
  text-align: center;
}
.cid-sWGUvrRGu4 .item-title1 {
  color: #ffffff;
}
.cid-sWGUvrRGu4 .mbr-text,
.cid-sWGUvrRGu4 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-sWGUvrRGu4 .item-subtitle {
  color: #121212;
}
.cid-sWGUvrRGu4 .item-title2 {
  color: #ffffff;
  text-align: center;
}
.cid-sWGUvrRGu4 .price {
  color: #121212;
}
.cid-sWGUvrRGu4 .mbr-section-subtitle {
  text-align: left;
}
.cid-sWGUvrRGu4 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-t9PtX3Oe1Q {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-t9PtX3Oe1Q .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-t9PtX3Oe1Q .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-t9PtX3Oe1Q H2 {
  color: #15a6b2;
}
.cid-sWErwfj8jg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-sWErwfj8jg .main_title {
  margin-bottom: 2.5rem;
}
.cid-sWErwfj8jg .card_subtitle {
  margin-bottom: .75rem;
}
.cid-sWErwfj8jg .mbr-text {
  line-height: 1.23;
  color: #ffffff;
}
.cid-sWErwfj8jg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sWErwfj8jg .list_title {
  margin-bottom: 1.5rem;
  color: #15a6b2;
}
.cid-sWErwfj8jg .list_box {
  margin-top: 2rem;
}
.cid-sWErwfj8jg ol {
  padding: 0;
  margin: 0;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.cid-sWErwfj8jg ol li {
  display: block;
  line-height: 1.23;
  margin-bottom: .5rem;
  list-style: none;
}
.cid-sWErwfj8jg ol li:before {
  content: "⚬ ";
  margin-right: 5px;
  display: inline-block;
  min-width: 28px;
}
@media (min-width: 992px) {
  .cid-sWErwfj8jg .card-wrapper {
    padding-right: 4rem;
    padding-left: 5rem;
  }
}
@media (max-width: 991px) {
  .cid-sWErwfj8jg .row {
    flex-direction: column-reverse;
  }
  .cid-sWErwfj8jg .card-wrapper {
    padding: 0;
  }
  .cid-sWErwfj8jg .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-sWErwfj8jg .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-sWErwfj8jg .image-wrapper {
    margin-bottom: 3rem;
  }
  .cid-sWErwfj8jg .list_title {
    margin-bottom: .75rem;
  }
  .cid-sWErwfj8jg .list_box {
    margin-top: 1rem;
  }
  .cid-sWErwfj8jg ol {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }
  .cid-sWErwfj8jg ol li {
    margin-bottom: .25rem;
  }
}
.cid-sWErwfj8jg .card-title {
  color: #15a6b2;
}
.cid-sWErwfj8jg .list {
  color: #ffffff;
}
.cid-tcOrcLtJ7s {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcOrcLtJ7s .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-tcOrcLtJ7s .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-tcOrcLtJ7s img {
  width: 140px;
  margin: auto;
}
.cid-tcOrcLtJ7s .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #ffffff;
  padding: 2rem 0;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tcOrcLtJ7s .card-wrapper:hover {
  background: transparent;
}
.cid-tcOrcLtJ7s .card-title,
.cid-tcOrcLtJ7s .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tcOrcLtJ7s .main-title,
.cid-tcOrcLtJ7s .title-col {
  text-align: center;
  color: #15a6b2;
}
.cid-tcOrcLtJ7s .card-text {
  color: #bbbbbb;
}
.cid-tcOrcLtJ7s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcOrcLtJ7s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcOrGduoTI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcOrGduoTI .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-tcOrGduoTI .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-tcOrGduoTI img {
  width: 140px;
  margin: auto;
}
.cid-tcOrGduoTI .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #ffffff;
  padding: 2rem 0;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tcOrGduoTI .card-wrapper:hover {
  background: transparent;
}
.cid-tcOrGduoTI .card-title,
.cid-tcOrGduoTI .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tcOrGduoTI .main-title,
.cid-tcOrGduoTI .title-col {
  text-align: center;
  color: #15a6b2;
}
.cid-tcOrGduoTI .card-text {
  color: #bbbbbb;
}
.cid-tcOrGduoTI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcOrGduoTI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdUAuQZcJK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tdUAuQZcJK .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-tdUAuQZcJK .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-tdUAuQZcJK img {
  width: 140px;
  margin: auto;
}
.cid-tdUAuQZcJK .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #ffffff;
  padding: 2rem 0;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tdUAuQZcJK .card-wrapper:hover {
  background: transparent;
}
.cid-tdUAuQZcJK .card-title,
.cid-tdUAuQZcJK .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tdUAuQZcJK .main-title,
.cid-tdUAuQZcJK .title-col {
  text-align: center;
  color: #15a6b2;
}
.cid-tdUAuQZcJK .card-text {
  color: #bbbbbb;
}
.cid-tdUAuQZcJK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdUAuQZcJK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sWEzpm5SjU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sWEzpm5SjU .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-sWEzpm5SjU .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-sWEzpm5SjU .panel-group {
  border: none;
}
.cid-sWEzpm5SjU .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sWEzpm5SjU .panel-body,
.cid-sWEzpm5SjU .card-header {
  padding: 1rem 0;
}
.cid-sWEzpm5SjU .panel-title-edit {
  color: #15a6b2;
}
.cid-sWEzpm5SjU .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sWEzpm5SjU H3 {
  color: #15a6b2;
}
.cid-sWEzpm5SjU .panel-text {
  color: #000000;
}
.cid-sWEjbUD1eZ {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sWEjbUD1eZ .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-sWEjbUD1eZ .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sWEjbUD1eZ .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-sWEjbUD1eZ .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-sWEjbUD1eZ .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-sWEjbUD1eZ .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-sWEjbUD1eZ .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-sWEjbUD1eZ .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-sWEjbUD1eZ .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-sWEjbUD1eZ .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-sWEjbUD1eZ .soc-item a {
  color: #ffffff;
}
.cid-sWEjbUD1eZ .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-sWEjbUD1eZ .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-sWEjbUD1eZ .mbr-tag,
.cid-sWEjbUD1eZ .social-row {
  color: #ffffff;
}
.cid-sWEjbUD1eZ .copyright {
  color: #ffffff;
}
.cid-sWEjbUD1eZ P {
  color: #000000;
}
.cid-sWEjbVhQng .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-sWEjbVhQng .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-sWEjbVhQng .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sWEjbVhQng .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWEjbVhQng .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sWEjbVhQng .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sWEjbVhQng .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sWEjbVhQng .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sWEjbVhQng .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sWEjbVhQng .navbar.collapsed.opened .navbar-collapse.show,
.cid-sWEjbVhQng .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sWEjbVhQng .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sWEjbVhQng .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sWEjbVhQng .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sWEjbVhQng .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWEjbVhQng .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWEjbVhQng .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sWEjbVhQng .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWEjbVhQng .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sWEjbVhQng .navbar {
    flex-wrap: nowrap;
  }
  .cid-sWEjbVhQng .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sWEjbVhQng .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWEjbVhQng .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sWEjbVhQng .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sWEjbVhQng .navbar.opened .navbar-collapse.show,
  .cid-sWEjbVhQng .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sWEjbVhQng .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sWEjbVhQng .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sWEjbVhQng .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWEjbVhQng .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWEjbVhQng .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sWEjbVhQng .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sWEjbVhQng .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sWEjbVhQng .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sWEjbVhQng .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sWEjbVhQng .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sWEjbVhQng .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sWEjbVhQng .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sWEjbVhQng .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sWEjbVhQng .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWEjbVhQng .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWEjbVhQng .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sWEjbVhQng .dropdown-item.active,
.cid-sWEjbVhQng .dropdown-item:active {
  background-color: transparent;
}
.cid-sWEjbVhQng .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWEjbVhQng .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWEjbVhQng .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWEjbVhQng .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sWEjbVhQng .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sWEjbVhQng .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWEjbVhQng ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sWEjbVhQng .navbar-buttons {
  text-align: center;
}
.cid-sWEjbVhQng button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWEjbVhQng button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sWEjbVhQng button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sWEjbVhQng button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sWEjbVhQng button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sWEjbVhQng button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sWEjbVhQng nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sWEjbVhQng nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sWEjbVhQng nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sWEjbVhQng nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sWEjbVhQng .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sWEjbVhQng a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sWEjbVhQng a.nav-link:focus {
  outline: none;
}
.cid-sWEjbVhQng .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sWEjbVhQng .nav-link:hover,
.cid-sWEjbVhQng .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sWEjbVhQng .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sWEjbVhQng .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t454qLvr0s {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #50b748;
}
.cid-t454qLvr0s .mbr-section-title,
.cid-t454qLvr0s .mbr-text,
.cid-t454qLvr0s .mbr-section-btn {
  text-align: center;
}
.cid-t454qLvr0s .video-wrapper {
  margin: auto;
}
.cid-t454qLvr0s .video-wrapper iframe {
  width: 100%;
}
.cid-t454qLvr0s .mbr-section-title {
  color: #ffffff;
}
.cid-t454qLvr0s .mbr-text,
.cid-t454qLvr0s .mbr-section-btn {
  color: #ffffff;
}
.cid-sYrySpWVPi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-2-1371x658.png");
}
.cid-sYrySpWVPi .mbr-section-title {
  color: #50b748;
}
.cid-sYrySpWVPi .mbr-text,
.cid-sYrySpWVPi .mbr-section-btn {
  color: #232323;
}
.cid-sYruBLdlvG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sYruBLdlvG img,
.cid-sYruBLdlvG .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-sYruBLdlvG .item:focus,
.cid-sYruBLdlvG span:focus {
  outline: none;
}
.cid-sYruBLdlvG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sYruBLdlvG .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sYruBLdlvG .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sYruBLdlvG .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sYruBLdlvG .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sYruBLdlvG .item-content {
    padding: 1rem 0;
  }
}
.cid-sYruBLdlvG .mbr-section-title {
  color: #50b748;
}
.cid-sYruBLdlvG .item-title {
  color: #353535;
  text-align: center;
}
.cid-sYruBLdlvG .item-subtitle {
  color: #bec2cf;
}
.cid-sYruBLdlvG .mbr-text,
.cid-sYruBLdlvG .mbr-section-btn {
  color: #353535;
}
.cid-sYruBLdlvG .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-t455iXqaME {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #50b748;
}
.cid-t455iXqaME .container {
  max-width: 1750px;
}
@media (min-width: 992px) {
  .cid-t455iXqaME .item:not(:last-child) {
    border-right: 1px solid #818181;
  }
}
.cid-t455iXqaME .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-t455iXqaME .item {
    padding: 0 4rem;
  }
}
.cid-t455iXqaME p {
  padding: 0;
  margin: 0;
}
.cid-t455iXqaME img,
.cid-t455iXqaME .item-img {
  width: 100%;
  position: relative;
}
.cid-t455iXqaME img:before,
.cid-t455iXqaME .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #000000;
  position: absolute;
  z-index: 10;
}
.cid-t455iXqaME img:hover:before,
.cid-t455iXqaME .item-img:hover:before {
  opacity: 0.2;
}
.cid-t455iXqaME .item:focus,
.cid-t455iXqaME span:focus {
  outline: none;
}
.cid-t455iXqaME .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t455iXqaME .item-content {
  padding-top: 1.5rem;
}
.cid-t455iXqaME .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t455iXqaME .mbr-section-title {
  color: #ffffff;
}
.cid-t455iXqaME .mbr-text,
.cid-t455iXqaME .mbr-section-btn {
  color: #ffffff;
}
.cid-t455iXqaME .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-t455zChT82 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #50b748;
}
.cid-t455zChT82 .container {
  max-width: 1750px;
}
@media (min-width: 992px) {
  .cid-t455zChT82 .item:not(:last-child) {
    border-right: 1px solid #818181;
  }
}
.cid-t455zChT82 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-t455zChT82 .item {
    padding: 0 4rem;
  }
}
.cid-t455zChT82 p {
  padding: 0;
  margin: 0;
}
.cid-t455zChT82 img,
.cid-t455zChT82 .item-img {
  width: 100%;
  position: relative;
}
.cid-t455zChT82 img:before,
.cid-t455zChT82 .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-t455zChT82 img:hover:before,
.cid-t455zChT82 .item-img:hover:before {
  opacity: 0.2;
}
.cid-t455zChT82 .item:focus,
.cid-t455zChT82 span:focus {
  outline: none;
}
.cid-t455zChT82 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t455zChT82 .item-content {
  padding-top: 1.5rem;
}
.cid-t455zChT82 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t455zChT82 .mbr-section-title {
  color: #ffffff;
}
.cid-t455zChT82 .mbr-text,
.cid-t455zChT82 .mbr-section-btn {
  color: #ffffff;
}
.cid-t455zChT82 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-sZLXe6Xs6N {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sZLXe6Xs6N ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sZLXe6Xs6N li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sZLXe6Xs6N ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #03592d;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sZLXe6Xs6N H3 {
  text-align: center;
  color: #50b748;
}
.cid-sZLXe6Xs6N .list {
  text-align: left;
}
.cid-sYruBMRS9P {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sYruBMRS9P .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-sYruBMRS9P .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sYruBMRS9P .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-sYruBMRS9P .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-sYruBMRS9P .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-sYruBMRS9P .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-sYruBMRS9P .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-sYruBMRS9P .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-sYruBMRS9P .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-sYruBMRS9P .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-sYruBMRS9P .soc-item a {
  color: #ffffff;
}
.cid-sYruBMRS9P .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-sYruBMRS9P .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-sYruBMRS9P .mbr-tag,
.cid-sYruBMRS9P .social-row {
  color: #ffffff;
}
.cid-sYruBMRS9P .copyright {
  color: #ffffff;
}
.cid-sYruBMRS9P P {
  color: #000000;
}
.cid-sYruBNyLfs .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-sYruBNyLfs .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-sYruBNyLfs .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sYruBNyLfs .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sYruBNyLfs .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sYruBNyLfs .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sYruBNyLfs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sYruBNyLfs .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sYruBNyLfs .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sYruBNyLfs .navbar.collapsed.opened .navbar-collapse.show,
.cid-sYruBNyLfs .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sYruBNyLfs .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sYruBNyLfs .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sYruBNyLfs .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sYruBNyLfs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sYruBNyLfs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sYruBNyLfs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sYruBNyLfs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sYruBNyLfs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sYruBNyLfs .navbar {
    flex-wrap: nowrap;
  }
  .cid-sYruBNyLfs .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sYruBNyLfs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYruBNyLfs .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sYruBNyLfs .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sYruBNyLfs .navbar.opened .navbar-collapse.show,
  .cid-sYruBNyLfs .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sYruBNyLfs .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sYruBNyLfs .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sYruBNyLfs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYruBNyLfs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYruBNyLfs .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sYruBNyLfs .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sYruBNyLfs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sYruBNyLfs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sYruBNyLfs .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sYruBNyLfs .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sYruBNyLfs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sYruBNyLfs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sYruBNyLfs .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sYruBNyLfs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYruBNyLfs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sYruBNyLfs .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sYruBNyLfs .dropdown-item.active,
.cid-sYruBNyLfs .dropdown-item:active {
  background-color: transparent;
}
.cid-sYruBNyLfs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYruBNyLfs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYruBNyLfs .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYruBNyLfs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sYruBNyLfs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYruBNyLfs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYruBNyLfs ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sYruBNyLfs .navbar-buttons {
  text-align: center;
}
.cid-sYruBNyLfs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sYruBNyLfs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sYruBNyLfs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sYruBNyLfs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYruBNyLfs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYruBNyLfs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sYruBNyLfs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYruBNyLfs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sYruBNyLfs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sYruBNyLfs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYruBNyLfs .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sYruBNyLfs a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sYruBNyLfs a.nav-link:focus {
  outline: none;
}
.cid-sYruBNyLfs .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sYruBNyLfs .nav-link:hover,
.cid-sYruBNyLfs .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sYruBNyLfs .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sYruBNyLfs .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t42Yfn2tgi {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #03592d;
}
.cid-t42Yfn2tgi .mbr-section-title,
.cid-t42Yfn2tgi .mbr-text,
.cid-t42Yfn2tgi .mbr-section-btn {
  text-align: center;
}
.cid-t42Yfn2tgi .video-wrapper {
  margin: auto;
}
.cid-t42Yfn2tgi .video-wrapper iframe {
  width: 100%;
}
.cid-t42Yfn2tgi .mbr-section-title {
  color: #ffffff;
}
.cid-t42Yfn2tgi .mbr-text,
.cid-t42Yfn2tgi .mbr-section-btn {
  color: #ffffff;
}
.cid-sYt1CCve0R {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-2-1371x658.png");
}
.cid-sYt1CCve0R .mbr-section-title {
  color: #03592d;
}
.cid-sYt1CCve0R .mbr-text,
.cid-sYt1CCve0R .mbr-section-btn {
  color: #232323;
}
.cid-sYt1CCGxJK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sYt1CCGxJK img,
.cid-sYt1CCGxJK .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sYt1CCGxJK .item:focus,
.cid-sYt1CCGxJK span:focus {
  outline: none;
}
.cid-sYt1CCGxJK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sYt1CCGxJK .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sYt1CCGxJK .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sYt1CCGxJK .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sYt1CCGxJK .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sYt1CCGxJK .item-content {
    padding: 1rem 0;
  }
}
.cid-sYt1CCGxJK .mbr-section-title {
  color: #03592d;
}
.cid-sYt1CCGxJK .item-title {
  color: #353535;
  text-align: center;
}
.cid-sYt1CCGxJK .item-subtitle {
  color: #bec2cf;
}
.cid-sYt1CCGxJK .mbr-text,
.cid-sYt1CCGxJK .mbr-section-btn {
  color: #353535;
}
.cid-sYt1CCGxJK .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-t452MmF4xd {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #03592d;
}
.cid-t452MmF4xd .container {
  max-width: 1750px;
}
@media (min-width: 992px) {
  .cid-t452MmF4xd .item:not(:last-child) {
    border-right: 1px solid #03592d;
  }
}
.cid-t452MmF4xd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-t452MmF4xd .item {
    padding: 0 4rem;
  }
}
.cid-t452MmF4xd p {
  padding: 0;
  margin: 0;
}
.cid-t452MmF4xd img,
.cid-t452MmF4xd .item-img {
  width: 100%;
  position: relative;
}
.cid-t452MmF4xd img:before,
.cid-t452MmF4xd .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #000000;
  position: absolute;
  z-index: 10;
}
.cid-t452MmF4xd img:hover:before,
.cid-t452MmF4xd .item-img:hover:before {
  opacity: 0.2;
}
.cid-t452MmF4xd .item:focus,
.cid-t452MmF4xd span:focus {
  outline: none;
}
.cid-t452MmF4xd .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t452MmF4xd .item-content {
  padding-top: 1.5rem;
}
.cid-t452MmF4xd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t452MmF4xd .mbr-section-title {
  color: #ffffff;
}
.cid-t452MmF4xd .mbr-text,
.cid-t452MmF4xd .mbr-section-btn {
  color: #ffffff;
}
.cid-t452MmF4xd .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-t453jBuc2o {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #03592d;
}
.cid-t453jBuc2o .container {
  max-width: 1750px;
}
@media (min-width: 992px) {
  .cid-t453jBuc2o .item:not(:last-child) {
    border-right: 1px solid #818181;
  }
}
.cid-t453jBuc2o .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-t453jBuc2o .item {
    padding: 0 4rem;
  }
}
.cid-t453jBuc2o p {
  padding: 0;
  margin: 0;
}
.cid-t453jBuc2o img,
.cid-t453jBuc2o .item-img {
  width: 100%;
  position: relative;
}
.cid-t453jBuc2o img:before,
.cid-t453jBuc2o .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-t453jBuc2o img:hover:before,
.cid-t453jBuc2o .item-img:hover:before {
  opacity: 0.2;
}
.cid-t453jBuc2o .item:focus,
.cid-t453jBuc2o span:focus {
  outline: none;
}
.cid-t453jBuc2o .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t453jBuc2o .item-content {
  padding-top: 1.5rem;
}
.cid-t453jBuc2o .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t453jBuc2o .mbr-section-title {
  color: #ffffff;
}
.cid-t453jBuc2o .mbr-text,
.cid-t453jBuc2o .mbr-section-btn {
  color: #ffffff;
}
.cid-t453jBuc2o .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-sZLWrh8gAC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sZLWrh8gAC ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sZLWrh8gAC li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sZLWrh8gAC ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #03592d;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sZLWrh8gAC H3 {
  text-align: center;
  color: #03592d;
}
.cid-sYt1CDbLUO {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sYt1CDbLUO .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-sYt1CDbLUO .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sYt1CDbLUO .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-sYt1CDbLUO .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-sYt1CDbLUO .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-sYt1CDbLUO .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-sYt1CDbLUO .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-sYt1CDbLUO .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-sYt1CDbLUO .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-sYt1CDbLUO .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-sYt1CDbLUO .soc-item a {
  color: #ffffff;
}
.cid-sYt1CDbLUO .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-sYt1CDbLUO .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-sYt1CDbLUO .mbr-tag,
.cid-sYt1CDbLUO .social-row {
  color: #ffffff;
}
.cid-sYt1CDbLUO .copyright {
  color: #ffffff;
}
.cid-sYt1CDbLUO P {
  color: #000000;
}
.cid-sYt1CDEJLk .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-sYt1CDEJLk .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-sYt1CDEJLk .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sYt1CDEJLk .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sYt1CDEJLk .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sYt1CDEJLk .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sYt1CDEJLk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sYt1CDEJLk .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sYt1CDEJLk .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sYt1CDEJLk .navbar.collapsed.opened .navbar-collapse.show,
.cid-sYt1CDEJLk .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sYt1CDEJLk .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sYt1CDEJLk .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sYt1CDEJLk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sYt1CDEJLk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sYt1CDEJLk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sYt1CDEJLk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sYt1CDEJLk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sYt1CDEJLk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sYt1CDEJLk .navbar {
    flex-wrap: nowrap;
  }
  .cid-sYt1CDEJLk .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sYt1CDEJLk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYt1CDEJLk .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sYt1CDEJLk .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sYt1CDEJLk .navbar.opened .navbar-collapse.show,
  .cid-sYt1CDEJLk .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sYt1CDEJLk .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sYt1CDEJLk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sYt1CDEJLk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYt1CDEJLk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYt1CDEJLk .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sYt1CDEJLk .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sYt1CDEJLk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sYt1CDEJLk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sYt1CDEJLk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sYt1CDEJLk .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sYt1CDEJLk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sYt1CDEJLk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sYt1CDEJLk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sYt1CDEJLk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYt1CDEJLk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sYt1CDEJLk .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sYt1CDEJLk .dropdown-item.active,
.cid-sYt1CDEJLk .dropdown-item:active {
  background-color: transparent;
}
.cid-sYt1CDEJLk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYt1CDEJLk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYt1CDEJLk .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYt1CDEJLk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sYt1CDEJLk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYt1CDEJLk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYt1CDEJLk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sYt1CDEJLk .navbar-buttons {
  text-align: center;
}
.cid-sYt1CDEJLk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sYt1CDEJLk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sYt1CDEJLk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sYt1CDEJLk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYt1CDEJLk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYt1CDEJLk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sYt1CDEJLk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYt1CDEJLk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sYt1CDEJLk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sYt1CDEJLk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYt1CDEJLk .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sYt1CDEJLk a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sYt1CDEJLk a.nav-link:focus {
  outline: none;
}
.cid-sYt1CDEJLk .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sYt1CDEJLk .nav-link:hover,
.cid-sYt1CDEJLk .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sYt1CDEJLk .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sYt1CDEJLk .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sYrHmGnDxr {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sYrHmGnDxr .link a {
  background-image: none !important;
}
.cid-sYrHmGnDxr .item-wrapper {
  margin-bottom: 56px;
}
.cid-sYrHmGnDxr .date {
  margin-bottom: 6px;
  color: #ffffff;
}
.cid-sYrHmGnDxr .card-heading {
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffffff;
}
.cid-sYrHmGnDxr .p {
  margin-bottom: 29px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-sYrHmGnDxr a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sYrHmGnDxr rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sYrHmGnDxr .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sYrHmGnDxr svg {
  margin-left: 15px;
}
.cid-sYrHmGnDxr path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sYrHmGnDxr .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sYrHmGnDxr .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sYrHmGnDxr .row {
  justify-content: center;
}
.cid-sYrHmGnDxr .p,
.cid-sYrHmGnDxr .link {
  color: #ffffff;
}
.cid-syCsQanNWH {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-syCsQanNWH .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-syCsQanNWH .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-syCsQanNWH .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-syCsQanNWH .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-syCsQanNWH .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-syCsQanNWH .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-syCsQanNWH .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-syCsQanNWH .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-syCsQanNWH .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-syCsQanNWH .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-syCsQanNWH .soc-item a {
  color: #ffffff;
}
.cid-syCsQanNWH .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-syCsQanNWH .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-syCsQanNWH .mbr-tag,
.cid-syCsQanNWH .social-row {
  color: #ffffff;
}
.cid-syCsQanNWH .copyright {
  color: #ffffff;
}
.cid-syCsQanNWH P {
  color: #000000;
}
.cid-syDz1tomGe .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-syDz1tomGe .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-syDz1tomGe .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-syDz1tomGe .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-syDz1tomGe .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-syDz1tomGe .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-syDz1tomGe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-syDz1tomGe .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-syDz1tomGe .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-syDz1tomGe .navbar.collapsed.opened .navbar-collapse.show,
.cid-syDz1tomGe .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-syDz1tomGe .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-syDz1tomGe .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-syDz1tomGe .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-syDz1tomGe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-syDz1tomGe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-syDz1tomGe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-syDz1tomGe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-syDz1tomGe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-syDz1tomGe .navbar {
    flex-wrap: nowrap;
  }
  .cid-syDz1tomGe .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-syDz1tomGe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syDz1tomGe .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-syDz1tomGe .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-syDz1tomGe .navbar.opened .navbar-collapse.show,
  .cid-syDz1tomGe .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-syDz1tomGe .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-syDz1tomGe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-syDz1tomGe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syDz1tomGe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-syDz1tomGe .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-syDz1tomGe .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-syDz1tomGe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-syDz1tomGe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-syDz1tomGe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-syDz1tomGe .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-syDz1tomGe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-syDz1tomGe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-syDz1tomGe .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-syDz1tomGe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-syDz1tomGe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-syDz1tomGe .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-syDz1tomGe .dropdown-item.active,
.cid-syDz1tomGe .dropdown-item:active {
  background-color: transparent;
}
.cid-syDz1tomGe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-syDz1tomGe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-syDz1tomGe .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-syDz1tomGe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-syDz1tomGe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-syDz1tomGe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-syDz1tomGe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-syDz1tomGe .navbar-buttons {
  text-align: center;
}
.cid-syDz1tomGe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-syDz1tomGe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-syDz1tomGe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-syDz1tomGe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syDz1tomGe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syDz1tomGe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-syDz1tomGe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syDz1tomGe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-syDz1tomGe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-syDz1tomGe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syDz1tomGe .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-syDz1tomGe a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-syDz1tomGe a.nav-link:focus {
  outline: none;
}
.cid-syDz1tomGe .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-syDz1tomGe .nav-link:hover,
.cid-syDz1tomGe .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-syDz1tomGe .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-syDz1tomGe .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sYrJwTy4fH {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sYrJwTy4fH .link a {
  background-image: none !important;
}
.cid-sYrJwTy4fH .item-wrapper {
  margin-bottom: 56px;
}
.cid-sYrJwTy4fH .date {
  margin-bottom: 6px;
  color: #ffffff;
}
.cid-sYrJwTy4fH .card-heading {
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffffff;
}
.cid-sYrJwTy4fH .p {
  margin-bottom: 29px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-sYrJwTy4fH a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sYrJwTy4fH rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sYrJwTy4fH .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sYrJwTy4fH svg {
  margin-left: 15px;
}
.cid-sYrJwTy4fH path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sYrJwTy4fH .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sYrJwTy4fH .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sYrJwTy4fH .row {
  justify-content: center;
}
.cid-sYrJwTy4fH .p,
.cid-sYrJwTy4fH .link {
  color: #ffffff;
}
.cid-sYrJwU3ULj {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sYrJwU3ULj .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-sYrJwU3ULj .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sYrJwU3ULj .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-sYrJwU3ULj .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-sYrJwU3ULj .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-sYrJwU3ULj .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-sYrJwU3ULj .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-sYrJwU3ULj .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-sYrJwU3ULj .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-sYrJwU3ULj .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-sYrJwU3ULj .soc-item a {
  color: #ffffff;
}
.cid-sYrJwU3ULj .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-sYrJwU3ULj .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-sYrJwU3ULj .mbr-tag,
.cid-sYrJwU3ULj .social-row {
  color: #ffffff;
}
.cid-sYrJwU3ULj .copyright {
  color: #ffffff;
}
.cid-sYrJwU3ULj P {
  color: #000000;
}
.cid-sYrJwUK05N .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-sYrJwUK05N .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-sYrJwUK05N .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sYrJwUK05N .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sYrJwUK05N .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sYrJwUK05N .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sYrJwUK05N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sYrJwUK05N .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sYrJwUK05N .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sYrJwUK05N .navbar.collapsed.opened .navbar-collapse.show,
.cid-sYrJwUK05N .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sYrJwUK05N .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sYrJwUK05N .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sYrJwUK05N .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sYrJwUK05N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sYrJwUK05N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sYrJwUK05N .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sYrJwUK05N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sYrJwUK05N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sYrJwUK05N .navbar {
    flex-wrap: nowrap;
  }
  .cid-sYrJwUK05N .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sYrJwUK05N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYrJwUK05N .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sYrJwUK05N .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sYrJwUK05N .navbar.opened .navbar-collapse.show,
  .cid-sYrJwUK05N .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sYrJwUK05N .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sYrJwUK05N .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sYrJwUK05N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYrJwUK05N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYrJwUK05N .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sYrJwUK05N .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sYrJwUK05N .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sYrJwUK05N .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sYrJwUK05N .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sYrJwUK05N .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sYrJwUK05N .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sYrJwUK05N .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sYrJwUK05N .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sYrJwUK05N .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYrJwUK05N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sYrJwUK05N .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sYrJwUK05N .dropdown-item.active,
.cid-sYrJwUK05N .dropdown-item:active {
  background-color: transparent;
}
.cid-sYrJwUK05N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYrJwUK05N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYrJwUK05N .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYrJwUK05N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sYrJwUK05N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYrJwUK05N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYrJwUK05N ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sYrJwUK05N .navbar-buttons {
  text-align: center;
}
.cid-sYrJwUK05N button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sYrJwUK05N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sYrJwUK05N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sYrJwUK05N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYrJwUK05N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYrJwUK05N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sYrJwUK05N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYrJwUK05N nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sYrJwUK05N nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sYrJwUK05N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYrJwUK05N .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sYrJwUK05N a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sYrJwUK05N a.nav-link:focus {
  outline: none;
}
.cid-sYrJwUK05N .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sYrJwUK05N .nav-link:hover,
.cid-sYrJwUK05N .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sYrJwUK05N .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sYrJwUK05N .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t0Dx0wDYAQ {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #03592d;
}
.cid-t0Dx0wDYAQ .mbr-section-title {
  color: #fafafa;
}
.cid-t0Dx0wDYAQ .mbr-section-subtitle {
  color: #fafafa;
}
.cid-t0DzrgJBpW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t0DzrgJBpW H1 {
  color: #03592d;
}
.cid-t0DzrgJBpW .mbr-text,
.cid-t0DzrgJBpW .mbr-section-btn {
  color: #232323;
}
.cid-t0DzrN3HDi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t0DzrN3HDi .wrapper {
  max-width: 700px;
  margin: auto;
  height: 100%;
  padding: 6rem 1rem;
}
.cid-t0DzrN3HDi .card {
  border-right: 1px solid white;
}
.cid-t0DzrN3HDi .btn-white-outline:hover,
.cid-t0DzrN3HDi .btn-white-outline:focus {
  color: #03592d !important;
}
@media (max-width: 992px) {
  .cid-t0DzrN3HDi .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
  .cid-t0DzrN3HDi .wrapper {
    padding: 6rem 0rem;
  }
}
.cid-t0DzrN3HDi .mbr-text,
.cid-t0DzrN3HDi .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-t0DzrN3HDi H1 {
  color: #03592d;
}
.cid-t0DEDzTPz5 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t0DAhKOOuC {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #03592d;
}
.cid-t0DAhKOOuC .mbr-text,
.cid-t0DAhKOOuC .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-t0DAhKOOuC DIV {
  text-align: center;
}
.cid-t0DAhKOOuC H1 {
  text-align: center;
}
.cid-t0DAi8upLx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #03592d;
}
.cid-t0DAi8upLx .wrapper {
  max-width: 700px;
  margin: auto;
  height: 100%;
  padding: 6rem 1rem;
}
.cid-t0DAi8upLx .card {
  border-right: 1px solid white;
}
.cid-t0DAi8upLx .btn-white-outline:hover,
.cid-t0DAi8upLx .btn-white-outline:focus {
  color: #03592d !important;
}
@media (max-width: 992px) {
  .cid-t0DAi8upLx .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
  .cid-t0DAi8upLx .wrapper {
    padding: 6rem 0rem;
  }
}
.cid-t0DAi8upLx .mbr-text,
.cid-t0DAi8upLx .mbr-section-btn {
  text-align: left;
}
.cid-t0DCg7eV2f {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #03592d;
}
.cid-t0DCg7eV2f .mbr-text,
.cid-t0DCg7eV2f .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-t0DCg7eV2f DIV {
  text-align: center;
}
.cid-t0DCg7eV2f H1 {
  text-align: center;
}
.cid-t0DCNp17fW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/bg-3-1371x658.png");
}
.cid-t0DCNp17fW .mbr-text,
.cid-t0DCNp17fW .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-t0DCNp17fW DIV {
  text-align: center;
}
.cid-t0DCNp17fW H1 {
  text-align: center;
  color: #03592d;
}
.cid-t0Dx16MwVL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t0Dx16MwVL .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-t0Dx16MwVL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-t0Dx16MwVL .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #03592d;
}
.cid-t0Dx16MwVL .panel-body,
.cid-t0Dx16MwVL .card-header {
  padding: 1rem 0;
}
.cid-t0Dx16MwVL .panel-title-edit {
  color: #03592d;
}
.cid-t0Dx16MwVL H3 {
  color: #03592d;
}
.cid-t0Dx16MwVL .panel-text {
  color: #000000;
}
.cid-t0DwS2GEM3 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t0DwS2GEM3 .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-t0DwS2GEM3 .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t0DwS2GEM3 .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t0DwS2GEM3 .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t0DwS2GEM3 .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t0DwS2GEM3 .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-t0DwS2GEM3 .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t0DwS2GEM3 .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-t0DwS2GEM3 .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-t0DwS2GEM3 .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t0DwS2GEM3 .soc-item a {
  color: #ffffff;
}
.cid-t0DwS2GEM3 .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t0DwS2GEM3 .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-t0DwS2GEM3 .mbr-tag,
.cid-t0DwS2GEM3 .social-row {
  color: #ffffff;
}
.cid-t0DwS2GEM3 .copyright {
  color: #ffffff;
}
.cid-t0DwS2GEM3 P {
  color: #000000;
}
.cid-t0DwS3iBwj .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-t0DwS3iBwj .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-t0DwS3iBwj .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-t0DwS3iBwj .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0DwS3iBwj .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-t0DwS3iBwj .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t0DwS3iBwj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t0DwS3iBwj .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-t0DwS3iBwj .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-t0DwS3iBwj .navbar.collapsed.opened .navbar-collapse.show,
.cid-t0DwS3iBwj .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-t0DwS3iBwj .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-t0DwS3iBwj .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-t0DwS3iBwj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t0DwS3iBwj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0DwS3iBwj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0DwS3iBwj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t0DwS3iBwj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0DwS3iBwj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t0DwS3iBwj .navbar {
    flex-wrap: nowrap;
  }
  .cid-t0DwS3iBwj .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-t0DwS3iBwj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0DwS3iBwj .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-t0DwS3iBwj .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-t0DwS3iBwj .navbar.opened .navbar-collapse.show,
  .cid-t0DwS3iBwj .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-t0DwS3iBwj .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-t0DwS3iBwj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t0DwS3iBwj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0DwS3iBwj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0DwS3iBwj .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t0DwS3iBwj .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-t0DwS3iBwj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0DwS3iBwj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-t0DwS3iBwj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-t0DwS3iBwj .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t0DwS3iBwj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-t0DwS3iBwj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t0DwS3iBwj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t0DwS3iBwj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0DwS3iBwj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0DwS3iBwj .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-t0DwS3iBwj .dropdown-item.active,
.cid-t0DwS3iBwj .dropdown-item:active {
  background-color: transparent;
}
.cid-t0DwS3iBwj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0DwS3iBwj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0DwS3iBwj .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0DwS3iBwj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t0DwS3iBwj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0DwS3iBwj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0DwS3iBwj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t0DwS3iBwj .navbar-buttons {
  text-align: center;
}
.cid-t0DwS3iBwj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t0DwS3iBwj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t0DwS3iBwj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0DwS3iBwj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0DwS3iBwj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0DwS3iBwj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0DwS3iBwj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0DwS3iBwj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0DwS3iBwj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0DwS3iBwj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0DwS3iBwj .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-t0DwS3iBwj a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-t0DwS3iBwj a.nav-link:focus {
  outline: none;
}
.cid-t0DwS3iBwj .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0DwS3iBwj .nav-link:hover,
.cid-t0DwS3iBwj .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t0DwS3iBwj .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-t0DwS3iBwj .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t1ULZKvwwo {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t1ULZKvwwo .link a {
  background-image: none !important;
}
.cid-t1ULZKvwwo .item-wrapper {
  margin-bottom: 56px;
}
.cid-t1ULZKvwwo .date {
  margin-bottom: 6px;
  color: #ffffff;
}
.cid-t1ULZKvwwo .card-heading {
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffffff;
}
.cid-t1ULZKvwwo .p {
  margin-bottom: 29px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-t1ULZKvwwo a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-t1ULZKvwwo rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-t1ULZKvwwo .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-t1ULZKvwwo svg {
  margin-left: 15px;
}
.cid-t1ULZKvwwo path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-t1ULZKvwwo .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-t1ULZKvwwo .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-t1ULZKvwwo .row {
  justify-content: center;
}
.cid-t1ULZKvwwo .p,
.cid-t1ULZKvwwo .link {
  color: #fafafa;
}
.cid-t1ULZKZAdM {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t1ULZKZAdM .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-t1ULZKZAdM .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t1ULZKZAdM .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t1ULZKZAdM .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t1ULZKZAdM .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t1ULZKZAdM .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-t1ULZKZAdM .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t1ULZKZAdM .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-t1ULZKZAdM .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-t1ULZKZAdM .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t1ULZKZAdM .soc-item a {
  color: #ffffff;
}
.cid-t1ULZKZAdM .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t1ULZKZAdM .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-t1ULZKZAdM .mbr-tag,
.cid-t1ULZKZAdM .social-row {
  color: #ffffff;
}
.cid-t1ULZKZAdM .copyright {
  color: #ffffff;
}
.cid-t1ULZKZAdM P {
  color: #000000;
}
.cid-t1ULZMdeGK .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-t1ULZMdeGK .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-t1ULZMdeGK .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-t1ULZMdeGK .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t1ULZMdeGK .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-t1ULZMdeGK .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t1ULZMdeGK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t1ULZMdeGK .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-t1ULZMdeGK .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-t1ULZMdeGK .navbar.collapsed.opened .navbar-collapse.show,
.cid-t1ULZMdeGK .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-t1ULZMdeGK .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-t1ULZMdeGK .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-t1ULZMdeGK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t1ULZMdeGK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t1ULZMdeGK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t1ULZMdeGK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t1ULZMdeGK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t1ULZMdeGK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t1ULZMdeGK .navbar {
    flex-wrap: nowrap;
  }
  .cid-t1ULZMdeGK .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-t1ULZMdeGK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t1ULZMdeGK .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-t1ULZMdeGK .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-t1ULZMdeGK .navbar.opened .navbar-collapse.show,
  .cid-t1ULZMdeGK .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-t1ULZMdeGK .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-t1ULZMdeGK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t1ULZMdeGK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t1ULZMdeGK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t1ULZMdeGK .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t1ULZMdeGK .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-t1ULZMdeGK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t1ULZMdeGK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-t1ULZMdeGK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-t1ULZMdeGK .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t1ULZMdeGK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-t1ULZMdeGK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t1ULZMdeGK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t1ULZMdeGK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t1ULZMdeGK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t1ULZMdeGK .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-t1ULZMdeGK .dropdown-item.active,
.cid-t1ULZMdeGK .dropdown-item:active {
  background-color: transparent;
}
.cid-t1ULZMdeGK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t1ULZMdeGK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t1ULZMdeGK .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t1ULZMdeGK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t1ULZMdeGK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t1ULZMdeGK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1ULZMdeGK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t1ULZMdeGK .navbar-buttons {
  text-align: center;
}
.cid-t1ULZMdeGK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1ULZMdeGK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t1ULZMdeGK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t1ULZMdeGK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t1ULZMdeGK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t1ULZMdeGK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t1ULZMdeGK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t1ULZMdeGK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t1ULZMdeGK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t1ULZMdeGK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t1ULZMdeGK .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-t1ULZMdeGK a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-t1ULZMdeGK a.nav-link:focus {
  outline: none;
}
.cid-t1ULZMdeGK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t1ULZMdeGK .nav-link:hover,
.cid-t1ULZMdeGK .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t1ULZMdeGK .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-t1ULZMdeGK .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t44Wd8XkgV {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t44Wd8XkgV .link a {
  background-image: none !important;
}
.cid-t44Wd8XkgV .item-wrapper {
  margin-bottom: 56px;
}
.cid-t44Wd8XkgV .date {
  margin-bottom: 6px;
  color: #ffffff;
}
.cid-t44Wd8XkgV .card-heading {
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffffff;
}
.cid-t44Wd8XkgV .p {
  margin-bottom: 29px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-t44Wd8XkgV a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-t44Wd8XkgV rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-t44Wd8XkgV .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-t44Wd8XkgV svg {
  margin-left: 15px;
}
.cid-t44Wd8XkgV path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-t44Wd8XkgV .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-t44Wd8XkgV .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-t44Wd8XkgV .row {
  justify-content: center;
}
.cid-t44Wd8XkgV .p,
.cid-t44Wd8XkgV .link {
  color: #fafafa;
}
.cid-t44Wd9BALl {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t44Wd9BALl .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-t44Wd9BALl .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t44Wd9BALl .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t44Wd9BALl .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t44Wd9BALl .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t44Wd9BALl .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-t44Wd9BALl .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t44Wd9BALl .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-t44Wd9BALl .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-t44Wd9BALl .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t44Wd9BALl .soc-item a {
  color: #ffffff;
}
.cid-t44Wd9BALl .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t44Wd9BALl .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-t44Wd9BALl .mbr-tag,
.cid-t44Wd9BALl .social-row {
  color: #ffffff;
}
.cid-t44Wd9BALl .copyright {
  color: #ffffff;
}
.cid-t44Wd9BALl P {
  color: #000000;
}
.cid-t44WdauzBu .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-t44WdauzBu .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-t44WdauzBu .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-t44WdauzBu .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t44WdauzBu .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-t44WdauzBu .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t44WdauzBu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t44WdauzBu .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-t44WdauzBu .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-t44WdauzBu .navbar.collapsed.opened .navbar-collapse.show,
.cid-t44WdauzBu .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-t44WdauzBu .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-t44WdauzBu .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-t44WdauzBu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t44WdauzBu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t44WdauzBu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t44WdauzBu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t44WdauzBu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t44WdauzBu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t44WdauzBu .navbar {
    flex-wrap: nowrap;
  }
  .cid-t44WdauzBu .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-t44WdauzBu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t44WdauzBu .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-t44WdauzBu .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-t44WdauzBu .navbar.opened .navbar-collapse.show,
  .cid-t44WdauzBu .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-t44WdauzBu .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-t44WdauzBu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t44WdauzBu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t44WdauzBu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t44WdauzBu .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t44WdauzBu .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-t44WdauzBu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t44WdauzBu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-t44WdauzBu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-t44WdauzBu .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t44WdauzBu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-t44WdauzBu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t44WdauzBu .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t44WdauzBu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t44WdauzBu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t44WdauzBu .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-t44WdauzBu .dropdown-item.active,
.cid-t44WdauzBu .dropdown-item:active {
  background-color: transparent;
}
.cid-t44WdauzBu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t44WdauzBu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t44WdauzBu .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t44WdauzBu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t44WdauzBu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t44WdauzBu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t44WdauzBu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t44WdauzBu .navbar-buttons {
  text-align: center;
}
.cid-t44WdauzBu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t44WdauzBu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t44WdauzBu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t44WdauzBu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t44WdauzBu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t44WdauzBu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t44WdauzBu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t44WdauzBu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t44WdauzBu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t44WdauzBu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t44WdauzBu .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-t44WdauzBu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-t44WdauzBu a.nav-link:focus {
  outline: none;
}
.cid-t44WdauzBu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t44WdauzBu .nav-link:hover,
.cid-t44WdauzBu .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t44WdauzBu .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-t44WdauzBu .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t458tXTKnA {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f26f23;
}
.cid-t458tXTKnA .mbr-section-title,
.cid-t458tXTKnA .mbr-text,
.cid-t458tXTKnA .mbr-section-btn {
  text-align: center;
}
.cid-t458tXTKnA .video-wrapper {
  margin: auto;
}
.cid-t458tXTKnA .video-wrapper iframe {
  width: 100%;
}
.cid-t458tXTKnA .mbr-section-title {
  color: #ffffff;
}
.cid-t458tXTKnA .mbr-text,
.cid-t458tXTKnA .mbr-section-btn {
  color: #ffffff;
}
.cid-t458tYA6Wg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f26f23;
}
.cid-t458tYA6Wg .mbr-section-title {
  color: #ffffff;
}
.cid-t458tYA6Wg .mbr-text,
.cid-t458tYA6Wg .mbr-section-btn {
  color: #ffffff;
}
.cid-t458u1f5nj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t458u1f5nj ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-t458u1f5nj li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-t458u1f5nj ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #03592d;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-t458u1f5nj H3 {
  text-align: center;
  color: #f26f23;
}
.cid-t458tZUjeM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t458tZUjeM .container {
  max-width: 1750px;
}
@media (min-width: 992px) {
  .cid-t458tZUjeM .item:not(:last-child) {
    border-right: 1px solid #e6c63b;
  }
}
.cid-t458tZUjeM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-t458tZUjeM .item {
    padding: 0 4rem;
  }
}
.cid-t458tZUjeM p {
  padding: 0;
  margin: 0;
}
.cid-t458tZUjeM img,
.cid-t458tZUjeM .item-img {
  width: 100%;
  position: relative;
}
.cid-t458tZUjeM img:before,
.cid-t458tZUjeM .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #e6c63b;
  position: absolute;
  z-index: 10;
}
.cid-t458tZUjeM img:hover:before,
.cid-t458tZUjeM .item-img:hover:before {
  opacity: 0.2;
}
.cid-t458tZUjeM .item:focus,
.cid-t458tZUjeM span:focus {
  outline: none;
}
.cid-t458tZUjeM .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t458tZUjeM .item-content {
  padding-top: 1.5rem;
}
.cid-t458tZUjeM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t458tZUjeM .mbr-section-title {
  color: #f26f23;
}
.cid-t458tZUjeM .mbr-text,
.cid-t458tZUjeM .mbr-section-btn {
  color: #ffffff;
}
.cid-t458tZUjeM .item-title {
  color: #000000;
  text-align: center;
}
.cid-t458u0yAjY {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t458u0yAjY .container {
  max-width: 1750px;
}
@media (min-width: 992px) {
  .cid-t458u0yAjY .item:not(:last-child) {
    border-right: 1px solid #e6c63b;
  }
}
.cid-t458u0yAjY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-t458u0yAjY .item {
    padding: 0 4rem;
  }
}
.cid-t458u0yAjY p {
  padding: 0;
  margin: 0;
}
.cid-t458u0yAjY img,
.cid-t458u0yAjY .item-img {
  width: 100%;
  position: relative;
}
.cid-t458u0yAjY img:before,
.cid-t458u0yAjY .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-t458u0yAjY img:hover:before,
.cid-t458u0yAjY .item-img:hover:before {
  opacity: 0.2;
}
.cid-t458u0yAjY .item:focus,
.cid-t458u0yAjY span:focus {
  outline: none;
}
.cid-t458u0yAjY .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t458u0yAjY .item-content {
  padding-top: 1.5rem;
}
.cid-t458u0yAjY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t458u0yAjY .mbr-section-title {
  color: #ffffff;
}
.cid-t458u0yAjY .mbr-text,
.cid-t458u0yAjY .mbr-section-btn {
  color: #ffffff;
}
.cid-t458u0yAjY .item-title {
  color: #000000;
  text-align: center;
}
.cid-t45e5xgrZR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f26f23;
}
.cid-t45e5xgrZR .mbr-section-title {
  color: #ffffff;
}
.cid-t45e5xgrZR .mbr-text,
.cid-t45e5xgrZR .mbr-section-btn {
  color: #ffffff;
}
.cid-t458u1NhiQ {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t458u1NhiQ .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-t458u1NhiQ .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t458u1NhiQ .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t458u1NhiQ .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t458u1NhiQ .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t458u1NhiQ .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-t458u1NhiQ .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t458u1NhiQ .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-t458u1NhiQ .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-t458u1NhiQ .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t458u1NhiQ .soc-item a {
  color: #ffffff;
}
.cid-t458u1NhiQ .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t458u1NhiQ .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-t458u1NhiQ .mbr-tag,
.cid-t458u1NhiQ .social-row {
  color: #ffffff;
}
.cid-t458u1NhiQ .copyright {
  color: #ffffff;
}
.cid-t458u1NhiQ P {
  color: #000000;
}
.cid-t458u2K9Qq .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-t458u2K9Qq .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-t458u2K9Qq .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-t458u2K9Qq .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t458u2K9Qq .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-t458u2K9Qq .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t458u2K9Qq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t458u2K9Qq .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-t458u2K9Qq .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-t458u2K9Qq .navbar.collapsed.opened .navbar-collapse.show,
.cid-t458u2K9Qq .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-t458u2K9Qq .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-t458u2K9Qq .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-t458u2K9Qq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t458u2K9Qq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t458u2K9Qq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t458u2K9Qq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t458u2K9Qq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t458u2K9Qq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t458u2K9Qq .navbar {
    flex-wrap: nowrap;
  }
  .cid-t458u2K9Qq .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-t458u2K9Qq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t458u2K9Qq .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-t458u2K9Qq .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-t458u2K9Qq .navbar.opened .navbar-collapse.show,
  .cid-t458u2K9Qq .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-t458u2K9Qq .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-t458u2K9Qq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t458u2K9Qq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t458u2K9Qq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t458u2K9Qq .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t458u2K9Qq .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-t458u2K9Qq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t458u2K9Qq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-t458u2K9Qq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-t458u2K9Qq .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t458u2K9Qq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-t458u2K9Qq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t458u2K9Qq .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t458u2K9Qq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t458u2K9Qq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t458u2K9Qq .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-t458u2K9Qq .dropdown-item.active,
.cid-t458u2K9Qq .dropdown-item:active {
  background-color: transparent;
}
.cid-t458u2K9Qq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t458u2K9Qq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t458u2K9Qq .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t458u2K9Qq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t458u2K9Qq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t458u2K9Qq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t458u2K9Qq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t458u2K9Qq .navbar-buttons {
  text-align: center;
}
.cid-t458u2K9Qq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t458u2K9Qq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t458u2K9Qq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t458u2K9Qq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t458u2K9Qq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t458u2K9Qq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t458u2K9Qq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t458u2K9Qq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t458u2K9Qq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t458u2K9Qq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t458u2K9Qq .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-t458u2K9Qq a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-t458u2K9Qq a.nav-link:focus {
  outline: none;
}
.cid-t458u2K9Qq .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t458u2K9Qq .nav-link:hover,
.cid-t458u2K9Qq .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t458u2K9Qq .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-t458u2K9Qq .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t45fx9auml {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/apl-website-cover-1280x720.jpg");
}
.cid-t45fx9auml .mbr-section-title,
.cid-t45fx9auml .mbr-text,
.cid-t45fx9auml .mbr-section-btn {
  text-align: center;
}
.cid-t45fx9auml .video-wrapper {
  margin: auto;
}
.cid-t45fx9auml .video-wrapper iframe {
  width: 100%;
}
.cid-t45fx9auml .mbr-section-title {
  color: #ffffff;
}
.cid-t45fx9auml .mbr-text,
.cid-t45fx9auml .mbr-section-btn {
  color: #ffffff;
}
.cid-t45gtjWb9N {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t45gtjWb9N .mbr-section-subtitle {
  color: #232323;
}
.cid-t45gtjWb9N H2 {
  color: #6f2b90;
}
.cid-t45hiCvBWX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/apl-background-solid-1280x720.jpg");
}
.cid-t45hiCvBWX .mbr-section-title {
  margin: 0;
}
.cid-t45hiCvBWX .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-t45hiCvBWX .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-t45hiCvBWX .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t45hiCvBWX .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-t45hiCvBWX .team-item .item-image {
  position: relative !important;
}
.cid-t45hiCvBWX .team-item .item-image img {
  width: 100%;
}
.cid-t45hiCvBWX .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  pointer-events: none;
}
.cid-t45hiCvBWX .team-item .item-name p {
  margin-bottom: 0;
}
.cid-t45hiCvBWX .team-item .item-role p {
  margin-bottom: 0;
}
.cid-t45hiCvBWX .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-t45hiCvBWX .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-t45hiCvBWX .item-social li a span {
  border-radius: 50%;
  background-color: #767676;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-t45hiCvBWX .item-social li a span:hover {
  background-color: #149dcc;
  color: #ffffff;
}
.cid-t45hiCvBWX .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-t45hiCvBWX .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-t45hiCvBWX .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-t45hiCvBWX .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-t45hiCvBWX .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-t45hiCvBWX .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-t45hiCvBWX .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-t45hiCvBWX .mbr-section-title,
.cid-t45hiCvBWX .underline {
  color: #ffffff;
}
.cid-t45hiCvBWX .item-name {
  color: #ffffff;
}
.cid-t45hiCvBWX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t45hllnY0g {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/apl-background-solid-1280x720.jpg");
}
.cid-t45hllnY0g .mbr-section-title {
  margin: 0;
}
.cid-t45hllnY0g .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-t45hllnY0g .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-t45hllnY0g .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t45hllnY0g .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-t45hllnY0g .team-item .item-image {
  position: relative !important;
}
.cid-t45hllnY0g .team-item .item-image img {
  width: 100%;
}
.cid-t45hllnY0g .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  pointer-events: none;
}
.cid-t45hllnY0g .team-item .item-name p {
  margin-bottom: 0;
}
.cid-t45hllnY0g .team-item .item-role p {
  margin-bottom: 0;
}
.cid-t45hllnY0g .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-t45hllnY0g .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-t45hllnY0g .item-social li a span {
  border-radius: 50%;
  background-color: #767676;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-t45hllnY0g .item-social li a span:hover {
  background-color: #149dcc;
  color: #ffffff;
}
.cid-t45hllnY0g .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-t45hllnY0g .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-t45hllnY0g .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-t45hllnY0g .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-t45hllnY0g .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-t45hllnY0g .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-t45hllnY0g .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-t45hllnY0g .item-name {
  color: #ffffff;
}
.cid-t45fx9McLV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t45fx9McLV ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-t45fx9McLV li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-t45fx9McLV ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #03592d;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-t45fx9McLV H3 {
  text-align: center;
  color: #6f2b90;
}
.cid-t45hjAeINp {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #6f2b90;
}
.cid-t45hjAeINp .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-t45hjAeINp .panel-group {
  width: 100%;
}
.cid-t45hjAeINp .panel-text,
.cid-t45hjAeINp .header-text,
.cid-t45hjAeINp .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-t45hjAeINp .card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  margin-bottom: .5rem;
  border: none;
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-t45hjAeINp .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-t45hjAeINp .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  line-height: normal;
}
.cid-t45hjAeINp .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t45hjAeINp .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-t45hjAeINp .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-t45hjAeINp .card .card-header a.panel-title[aria-expanded="true"] {
  background-color: #232323;
}
.cid-t45hjAeINp .card .card-header a.panel-title[aria-expanded="true"] .header-text {
  color: #ffffff !important;
}
.cid-t45hjAeINp .card .panel-body {
  background: #ffffff;
}
.cid-t45hjAeINp .sign {
  color: #232323;
}
.cid-t45hjAeINp .header-text {
  color: #232323;
}
.cid-t45hjAeINp .panel-text {
  color: #232323;
}
.cid-t45hjAeINp .mbr-section-title {
  color: #ffffff;
}
.cid-t45hkX1t5s {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #6f2b90;
}
.cid-t45hkX1t5s .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-t45hkX1t5s .panel-group {
  width: 100%;
}
.cid-t45hkX1t5s .panel-text,
.cid-t45hkX1t5s .header-text,
.cid-t45hkX1t5s .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-t45hkX1t5s .card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  margin-bottom: .5rem;
  border: none;
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-t45hkX1t5s .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-t45hkX1t5s .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  line-height: normal;
}
.cid-t45hkX1t5s .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t45hkX1t5s .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-t45hkX1t5s .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-t45hkX1t5s .card .card-header a.panel-title[aria-expanded="true"] {
  background-color: #232323;
}
.cid-t45hkX1t5s .card .card-header a.panel-title[aria-expanded="true"] .header-text {
  color: #ffffff !important;
}
.cid-t45hkX1t5s .card .panel-body {
  background: #ffffff;
}
.cid-t45hkX1t5s .sign {
  color: #232323;
}
.cid-t45hkX1t5s .header-text {
  color: #232323;
}
.cid-t45hkX1t5s .panel-text {
  color: #232323;
}
.cid-t45fxbdq7x {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t45fxbdq7x .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-t45fxbdq7x .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t45fxbdq7x .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t45fxbdq7x .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t45fxbdq7x .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t45fxbdq7x .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-t45fxbdq7x .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t45fxbdq7x .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-t45fxbdq7x .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-t45fxbdq7x .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t45fxbdq7x .soc-item a {
  color: #ffffff;
}
.cid-t45fxbdq7x .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t45fxbdq7x .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-t45fxbdq7x .mbr-tag,
.cid-t45fxbdq7x .social-row {
  color: #ffffff;
}
.cid-t45fxbdq7x .copyright {
  color: #ffffff;
}
.cid-t45fxbdq7x P {
  color: #000000;
}
.cid-t45fxbSU3S .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-t45fxbSU3S .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-t45fxbSU3S .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-t45fxbSU3S .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t45fxbSU3S .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-t45fxbSU3S .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t45fxbSU3S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t45fxbSU3S .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-t45fxbSU3S .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-t45fxbSU3S .navbar.collapsed.opened .navbar-collapse.show,
.cid-t45fxbSU3S .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-t45fxbSU3S .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-t45fxbSU3S .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-t45fxbSU3S .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t45fxbSU3S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t45fxbSU3S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t45fxbSU3S .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t45fxbSU3S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t45fxbSU3S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t45fxbSU3S .navbar {
    flex-wrap: nowrap;
  }
  .cid-t45fxbSU3S .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-t45fxbSU3S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t45fxbSU3S .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-t45fxbSU3S .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-t45fxbSU3S .navbar.opened .navbar-collapse.show,
  .cid-t45fxbSU3S .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-t45fxbSU3S .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-t45fxbSU3S .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t45fxbSU3S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t45fxbSU3S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t45fxbSU3S .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t45fxbSU3S .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-t45fxbSU3S .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t45fxbSU3S .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-t45fxbSU3S .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-t45fxbSU3S .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t45fxbSU3S .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-t45fxbSU3S .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t45fxbSU3S .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t45fxbSU3S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t45fxbSU3S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t45fxbSU3S .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-t45fxbSU3S .dropdown-item.active,
.cid-t45fxbSU3S .dropdown-item:active {
  background-color: transparent;
}
.cid-t45fxbSU3S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t45fxbSU3S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t45fxbSU3S .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t45fxbSU3S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t45fxbSU3S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t45fxbSU3S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t45fxbSU3S ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t45fxbSU3S .navbar-buttons {
  text-align: center;
}
.cid-t45fxbSU3S button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t45fxbSU3S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t45fxbSU3S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t45fxbSU3S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t45fxbSU3S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t45fxbSU3S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t45fxbSU3S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t45fxbSU3S nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t45fxbSU3S nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t45fxbSU3S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t45fxbSU3S .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-t45fxbSU3S a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-t45fxbSU3S a.nav-link:focus {
  outline: none;
}
.cid-t45fxbSU3S .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t45fxbSU3S .nav-link:hover,
.cid-t45fxbSU3S .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t45fxbSU3S .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-t45fxbSU3S .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t4dLWlCkHv {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/our-people-bg-1.png");
}
.cid-t4dLWlCkHv .mbr-section-title {
  color: #fafafa;
}
.cid-t4dLWlCkHv .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-t4dKZhziVk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t4dKZhziVk img,
.cid-t4dKZhziVk .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-t4dKZhziVk .item:focus,
.cid-t4dKZhziVk span:focus {
  outline: none;
}
.cid-t4dKZhziVk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t4dKZhziVk .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-t4dKZhziVk .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-t4dKZhziVk .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-t4dKZhziVk .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-t4dKZhziVk .item-content {
    padding: 1rem 0;
  }
}
.cid-t4dKZhziVk .mbr-section-title {
  color: #03592d;
}
.cid-t4dKZhziVk .item-title {
  color: #353535;
}
.cid-t4dKZhziVk .item-subtitle {
  color: #232323;
}
.cid-t4dKZhziVk .mbr-text,
.cid-t4dKZhziVk .mbr-section-btn {
  color: #353535;
}
.cid-t4dKZhziVk .mbr-link {
  color: #e43f3f;
}
.cid-t4dNgfONqA {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t4dNgfONqA img,
.cid-t4dNgfONqA .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-t4dNgfONqA .item:focus,
.cid-t4dNgfONqA span:focus {
  outline: none;
}
.cid-t4dNgfONqA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t4dNgfONqA .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-t4dNgfONqA .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-t4dNgfONqA .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-t4dNgfONqA .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-t4dNgfONqA .item-content {
    padding: 1rem 0;
  }
}
.cid-t4dNgfONqA .mbr-section-title {
  color: #03592d;
}
.cid-t4dNgfONqA .item-title {
  color: #353535;
}
.cid-t4dNgfONqA .item-subtitle {
  color: #232323;
}
.cid-t4dNgfONqA .mbr-text,
.cid-t4dNgfONqA .mbr-section-btn {
  color: #353535;
}
.cid-t4dNgfONqA .mbr-link {
  color: #e43f3f;
}
.cid-t4eeCdv6eo {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t4eeCdv6eo img,
.cid-t4eeCdv6eo .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-t4eeCdv6eo .item:focus,
.cid-t4eeCdv6eo span:focus {
  outline: none;
}
.cid-t4eeCdv6eo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t4eeCdv6eo .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-t4eeCdv6eo .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-t4eeCdv6eo .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-t4eeCdv6eo .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-t4eeCdv6eo .item-content {
    padding: 1rem 0;
  }
}
.cid-t4eeCdv6eo .mbr-section-title {
  color: #03592d;
}
.cid-t4eeCdv6eo .item-title {
  color: #353535;
}
.cid-t4eeCdv6eo .item-subtitle {
  color: #232323;
}
.cid-t4eeCdv6eo .mbr-text,
.cid-t4eeCdv6eo .mbr-section-btn {
  color: #353535;
}
.cid-t4eeCdv6eo .mbr-link {
  color: #e43f3f;
}
.cid-t4efR9m3FV {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t4efR9m3FV img,
.cid-t4efR9m3FV .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-t4efR9m3FV .item:focus,
.cid-t4efR9m3FV span:focus {
  outline: none;
}
.cid-t4efR9m3FV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t4efR9m3FV .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-t4efR9m3FV .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-t4efR9m3FV .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-t4efR9m3FV .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-t4efR9m3FV .item-content {
    padding: 1rem 0;
  }
}
.cid-t4efR9m3FV .mbr-section-title {
  color: #03592d;
}
.cid-t4efR9m3FV .item-title {
  color: #353535;
}
.cid-t4efR9m3FV .item-subtitle {
  color: #232323;
}
.cid-t4efR9m3FV .mbr-text,
.cid-t4efR9m3FV .mbr-section-btn {
  color: #353535;
}
.cid-t4efR9m3FV .mbr-link {
  color: #e43f3f;
}
.cid-t4ehdYqgSB {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t4ehdYqgSB img,
.cid-t4ehdYqgSB .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-t4ehdYqgSB .item:focus,
.cid-t4ehdYqgSB span:focus {
  outline: none;
}
.cid-t4ehdYqgSB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t4ehdYqgSB .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-t4ehdYqgSB .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-t4ehdYqgSB .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-t4ehdYqgSB .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-t4ehdYqgSB .item-content {
    padding: 1rem 0;
  }
}
.cid-t4ehdYqgSB .mbr-section-title {
  color: #03592d;
}
.cid-t4ehdYqgSB .item-title {
  color: #353535;
}
.cid-t4ehdYqgSB .item-subtitle {
  color: #232323;
}
.cid-t4ehdYqgSB .mbr-text,
.cid-t4ehdYqgSB .mbr-section-btn {
  color: #353535;
}
.cid-t4ehdYqgSB .mbr-link {
  color: #e43f3f;
}
.cid-t97DZeGIeA {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t97DZeGIeA img,
.cid-t97DZeGIeA .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-t97DZeGIeA .item:focus,
.cid-t97DZeGIeA span:focus {
  outline: none;
}
.cid-t97DZeGIeA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t97DZeGIeA .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-t97DZeGIeA .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-t97DZeGIeA .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-t97DZeGIeA .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-t97DZeGIeA .item-content {
    padding: 1rem 0;
  }
}
.cid-t97DZeGIeA .mbr-section-title {
  color: #03592d;
}
.cid-t97DZeGIeA .item-title {
  color: #353535;
}
.cid-t97DZeGIeA .item-subtitle {
  color: #232323;
}
.cid-t97DZeGIeA .mbr-text,
.cid-t97DZeGIeA .mbr-section-btn {
  color: #353535;
}
.cid-t97DZeGIeA .mbr-link {
  color: #e43f3f;
}
.cid-tLQpzBvrhS {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tLQpzBvrhS img,
.cid-tLQpzBvrhS .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-tLQpzBvrhS .item:focus,
.cid-tLQpzBvrhS span:focus {
  outline: none;
}
.cid-tLQpzBvrhS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tLQpzBvrhS .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tLQpzBvrhS .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tLQpzBvrhS .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tLQpzBvrhS .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tLQpzBvrhS .item-content {
    padding: 1rem 0;
  }
}
.cid-tLQpzBvrhS .mbr-section-title {
  color: #03592d;
}
.cid-tLQpzBvrhS .item-title {
  color: #353535;
}
.cid-tLQpzBvrhS .item-subtitle {
  color: #232323;
}
.cid-tLQpzBvrhS .mbr-text,
.cid-tLQpzBvrhS .mbr-section-btn {
  color: #353535;
}
.cid-tLQpzBvrhS .mbr-link {
  color: #e43f3f;
}
.cid-t4dKZj1ii0 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4dKZj1ii0 .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-t4dKZj1ii0 .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t4dKZj1ii0 .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t4dKZj1ii0 .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t4dKZj1ii0 .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t4dKZj1ii0 .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-t4dKZj1ii0 .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t4dKZj1ii0 .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-t4dKZj1ii0 .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-t4dKZj1ii0 .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t4dKZj1ii0 .soc-item a {
  color: #ffffff;
}
.cid-t4dKZj1ii0 .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t4dKZj1ii0 .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-t4dKZj1ii0 .mbr-tag,
.cid-t4dKZj1ii0 .social-row {
  color: #ffffff;
}
.cid-t4dKZj1ii0 .copyright {
  color: #ffffff;
}
.cid-t4dKZj1ii0 P {
  color: #000000;
}
.cid-t4dKZjKfvt .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-t4dKZjKfvt .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-t4dKZjKfvt .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-t4dKZjKfvt .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4dKZjKfvt .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-t4dKZjKfvt .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t4dKZjKfvt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t4dKZjKfvt .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-t4dKZjKfvt .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-t4dKZjKfvt .navbar.collapsed.opened .navbar-collapse.show,
.cid-t4dKZjKfvt .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-t4dKZjKfvt .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-t4dKZjKfvt .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-t4dKZjKfvt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t4dKZjKfvt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4dKZjKfvt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4dKZjKfvt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t4dKZjKfvt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4dKZjKfvt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t4dKZjKfvt .navbar {
    flex-wrap: nowrap;
  }
  .cid-t4dKZjKfvt .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-t4dKZjKfvt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4dKZjKfvt .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-t4dKZjKfvt .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-t4dKZjKfvt .navbar.opened .navbar-collapse.show,
  .cid-t4dKZjKfvt .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-t4dKZjKfvt .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-t4dKZjKfvt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t4dKZjKfvt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4dKZjKfvt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4dKZjKfvt .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t4dKZjKfvt .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-t4dKZjKfvt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4dKZjKfvt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-t4dKZjKfvt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-t4dKZjKfvt .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t4dKZjKfvt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-t4dKZjKfvt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t4dKZjKfvt .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4dKZjKfvt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4dKZjKfvt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4dKZjKfvt .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-t4dKZjKfvt .dropdown-item.active,
.cid-t4dKZjKfvt .dropdown-item:active {
  background-color: transparent;
}
.cid-t4dKZjKfvt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4dKZjKfvt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4dKZjKfvt .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4dKZjKfvt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t4dKZjKfvt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4dKZjKfvt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4dKZjKfvt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t4dKZjKfvt .navbar-buttons {
  text-align: center;
}
.cid-t4dKZjKfvt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4dKZjKfvt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4dKZjKfvt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4dKZjKfvt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4dKZjKfvt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4dKZjKfvt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4dKZjKfvt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4dKZjKfvt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4dKZjKfvt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4dKZjKfvt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4dKZjKfvt .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-t4dKZjKfvt a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-t4dKZjKfvt a.nav-link:focus {
  outline: none;
}
.cid-t4dKZjKfvt .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4dKZjKfvt .nav-link:hover,
.cid-t4dKZjKfvt .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t4dKZjKfvt .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-t4dKZjKfvt .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t4dXCcy38B {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4dXCcy38B .link a {
  background-image: none !important;
}
.cid-t4dXCcy38B .item-wrapper {
  margin-bottom: 56px;
}
.cid-t4dXCcy38B .date {
  margin-bottom: 6px;
  color: #ffffff;
}
.cid-t4dXCcy38B .card-heading {
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffffff;
}
.cid-t4dXCcy38B .p {
  margin-bottom: 29px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-t4dXCcy38B a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-t4dXCcy38B rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-t4dXCcy38B .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-t4dXCcy38B svg {
  margin-left: 15px;
}
.cid-t4dXCcy38B path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-t4dXCcy38B .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-t4dXCcy38B .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-t4dXCcy38B .row {
  justify-content: center;
}
.cid-t4dXCcy38B .p,
.cid-t4dXCcy38B .link {
  color: #ffffff;
}
.cid-t4dXCcUcPX {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4dXCcUcPX .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-t4dXCcUcPX .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t4dXCcUcPX .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t4dXCcUcPX .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t4dXCcUcPX .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t4dXCcUcPX .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-t4dXCcUcPX .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t4dXCcUcPX .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-t4dXCcUcPX .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-t4dXCcUcPX .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t4dXCcUcPX .soc-item a {
  color: #ffffff;
}
.cid-t4dXCcUcPX .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t4dXCcUcPX .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-t4dXCcUcPX .mbr-tag,
.cid-t4dXCcUcPX .social-row {
  color: #ffffff;
}
.cid-t4dXCcUcPX .copyright {
  color: #ffffff;
}
.cid-t4dXCcUcPX P {
  color: #000000;
}
.cid-t4dXCdonpV .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-t4dXCdonpV .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-t4dXCdonpV .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-t4dXCdonpV .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4dXCdonpV .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-t4dXCdonpV .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t4dXCdonpV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t4dXCdonpV .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-t4dXCdonpV .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-t4dXCdonpV .navbar.collapsed.opened .navbar-collapse.show,
.cid-t4dXCdonpV .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-t4dXCdonpV .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-t4dXCdonpV .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-t4dXCdonpV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t4dXCdonpV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4dXCdonpV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4dXCdonpV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t4dXCdonpV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4dXCdonpV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t4dXCdonpV .navbar {
    flex-wrap: nowrap;
  }
  .cid-t4dXCdonpV .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-t4dXCdonpV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4dXCdonpV .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-t4dXCdonpV .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-t4dXCdonpV .navbar.opened .navbar-collapse.show,
  .cid-t4dXCdonpV .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-t4dXCdonpV .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-t4dXCdonpV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t4dXCdonpV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4dXCdonpV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4dXCdonpV .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t4dXCdonpV .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-t4dXCdonpV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4dXCdonpV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-t4dXCdonpV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-t4dXCdonpV .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t4dXCdonpV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-t4dXCdonpV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t4dXCdonpV .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4dXCdonpV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4dXCdonpV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4dXCdonpV .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-t4dXCdonpV .dropdown-item.active,
.cid-t4dXCdonpV .dropdown-item:active {
  background-color: transparent;
}
.cid-t4dXCdonpV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4dXCdonpV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4dXCdonpV .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4dXCdonpV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t4dXCdonpV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4dXCdonpV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4dXCdonpV ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t4dXCdonpV .navbar-buttons {
  text-align: center;
}
.cid-t4dXCdonpV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4dXCdonpV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4dXCdonpV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4dXCdonpV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4dXCdonpV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4dXCdonpV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4dXCdonpV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4dXCdonpV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4dXCdonpV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4dXCdonpV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4dXCdonpV .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-t4dXCdonpV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-t4dXCdonpV a.nav-link:focus {
  outline: none;
}
.cid-t4dXCdonpV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4dXCdonpV .nav-link:hover,
.cid-t4dXCdonpV .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t4dXCdonpV .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-t4dXCdonpV .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t4dYXdAJoo {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4dYXdAJoo .link a {
  background-image: none !important;
}
.cid-t4dYXdAJoo .item-wrapper {
  margin-bottom: 56px;
}
.cid-t4dYXdAJoo .date {
  margin-bottom: 6px;
  color: #ffffff;
}
.cid-t4dYXdAJoo .card-heading {
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffffff;
}
.cid-t4dYXdAJoo .p {
  margin-bottom: 29px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-t4dYXdAJoo a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-t4dYXdAJoo rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-t4dYXdAJoo .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-t4dYXdAJoo svg {
  margin-left: 15px;
}
.cid-t4dYXdAJoo path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-t4dYXdAJoo .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-t4dYXdAJoo .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-t4dYXdAJoo .row {
  justify-content: center;
}
.cid-t4dYXdAJoo .p,
.cid-t4dYXdAJoo .link {
  color: #ffffff;
}
.cid-t4dYXe90po {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4dYXe90po .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-t4dYXe90po .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t4dYXe90po .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t4dYXe90po .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t4dYXe90po .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t4dYXe90po .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-t4dYXe90po .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t4dYXe90po .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-t4dYXe90po .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-t4dYXe90po .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t4dYXe90po .soc-item a {
  color: #ffffff;
}
.cid-t4dYXe90po .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t4dYXe90po .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-t4dYXe90po .mbr-tag,
.cid-t4dYXe90po .social-row {
  color: #ffffff;
}
.cid-t4dYXe90po .copyright {
  color: #ffffff;
}
.cid-t4dYXe90po P {
  color: #000000;
}
.cid-t4dYXeLzOb .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-t4dYXeLzOb .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-t4dYXeLzOb .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-t4dYXeLzOb .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4dYXeLzOb .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-t4dYXeLzOb .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t4dYXeLzOb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t4dYXeLzOb .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-t4dYXeLzOb .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-t4dYXeLzOb .navbar.collapsed.opened .navbar-collapse.show,
.cid-t4dYXeLzOb .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-t4dYXeLzOb .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-t4dYXeLzOb .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-t4dYXeLzOb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t4dYXeLzOb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4dYXeLzOb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4dYXeLzOb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t4dYXeLzOb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4dYXeLzOb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t4dYXeLzOb .navbar {
    flex-wrap: nowrap;
  }
  .cid-t4dYXeLzOb .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-t4dYXeLzOb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4dYXeLzOb .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-t4dYXeLzOb .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-t4dYXeLzOb .navbar.opened .navbar-collapse.show,
  .cid-t4dYXeLzOb .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-t4dYXeLzOb .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-t4dYXeLzOb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t4dYXeLzOb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4dYXeLzOb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4dYXeLzOb .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t4dYXeLzOb .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-t4dYXeLzOb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4dYXeLzOb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-t4dYXeLzOb .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-t4dYXeLzOb .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t4dYXeLzOb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-t4dYXeLzOb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t4dYXeLzOb .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4dYXeLzOb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4dYXeLzOb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4dYXeLzOb .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-t4dYXeLzOb .dropdown-item.active,
.cid-t4dYXeLzOb .dropdown-item:active {
  background-color: transparent;
}
.cid-t4dYXeLzOb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4dYXeLzOb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4dYXeLzOb .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4dYXeLzOb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t4dYXeLzOb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4dYXeLzOb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4dYXeLzOb ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t4dYXeLzOb .navbar-buttons {
  text-align: center;
}
.cid-t4dYXeLzOb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4dYXeLzOb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4dYXeLzOb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4dYXeLzOb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4dYXeLzOb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4dYXeLzOb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4dYXeLzOb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4dYXeLzOb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4dYXeLzOb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4dYXeLzOb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4dYXeLzOb .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-t4dYXeLzOb a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-t4dYXeLzOb a.nav-link:focus {
  outline: none;
}
.cid-t4dYXeLzOb .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4dYXeLzOb .nav-link:hover,
.cid-t4dYXeLzOb .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t4dYXeLzOb .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-t4dYXeLzOb .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t4e0CLa1xn {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4e0CLa1xn .link a {
  background-image: none !important;
}
.cid-t4e0CLa1xn .item-wrapper {
  margin-bottom: 56px;
}
.cid-t4e0CLa1xn .date {
  margin-bottom: 6px;
  color: #ffffff;
}
.cid-t4e0CLa1xn .card-heading {
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffffff;
}
.cid-t4e0CLa1xn .p {
  margin-bottom: 29px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-t4e0CLa1xn a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-t4e0CLa1xn rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-t4e0CLa1xn .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-t4e0CLa1xn svg {
  margin-left: 15px;
}
.cid-t4e0CLa1xn path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-t4e0CLa1xn .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-t4e0CLa1xn .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-t4e0CLa1xn .row {
  justify-content: center;
}
.cid-t4e0CLa1xn .p,
.cid-t4e0CLa1xn .link {
  color: #ffffff;
}
.cid-t4e0CLK7Kh {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4e0CLK7Kh .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-t4e0CLK7Kh .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t4e0CLK7Kh .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t4e0CLK7Kh .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t4e0CLK7Kh .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t4e0CLK7Kh .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-t4e0CLK7Kh .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t4e0CLK7Kh .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-t4e0CLK7Kh .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-t4e0CLK7Kh .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t4e0CLK7Kh .soc-item a {
  color: #ffffff;
}
.cid-t4e0CLK7Kh .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t4e0CLK7Kh .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-t4e0CLK7Kh .mbr-tag,
.cid-t4e0CLK7Kh .social-row {
  color: #ffffff;
}
.cid-t4e0CLK7Kh .copyright {
  color: #ffffff;
}
.cid-t4e0CLK7Kh P {
  color: #000000;
}
.cid-t4e0CMlYGQ .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-t4e0CMlYGQ .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-t4e0CMlYGQ .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-t4e0CMlYGQ .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4e0CMlYGQ .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-t4e0CMlYGQ .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t4e0CMlYGQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t4e0CMlYGQ .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-t4e0CMlYGQ .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-t4e0CMlYGQ .navbar.collapsed.opened .navbar-collapse.show,
.cid-t4e0CMlYGQ .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-t4e0CMlYGQ .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-t4e0CMlYGQ .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-t4e0CMlYGQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t4e0CMlYGQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4e0CMlYGQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4e0CMlYGQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t4e0CMlYGQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4e0CMlYGQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t4e0CMlYGQ .navbar {
    flex-wrap: nowrap;
  }
  .cid-t4e0CMlYGQ .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-t4e0CMlYGQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4e0CMlYGQ .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-t4e0CMlYGQ .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-t4e0CMlYGQ .navbar.opened .navbar-collapse.show,
  .cid-t4e0CMlYGQ .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-t4e0CMlYGQ .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-t4e0CMlYGQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t4e0CMlYGQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4e0CMlYGQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4e0CMlYGQ .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t4e0CMlYGQ .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-t4e0CMlYGQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4e0CMlYGQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-t4e0CMlYGQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-t4e0CMlYGQ .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t4e0CMlYGQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-t4e0CMlYGQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t4e0CMlYGQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4e0CMlYGQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4e0CMlYGQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4e0CMlYGQ .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-t4e0CMlYGQ .dropdown-item.active,
.cid-t4e0CMlYGQ .dropdown-item:active {
  background-color: transparent;
}
.cid-t4e0CMlYGQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4e0CMlYGQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4e0CMlYGQ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4e0CMlYGQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t4e0CMlYGQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4e0CMlYGQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4e0CMlYGQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t4e0CMlYGQ .navbar-buttons {
  text-align: center;
}
.cid-t4e0CMlYGQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4e0CMlYGQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4e0CMlYGQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4e0CMlYGQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4e0CMlYGQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4e0CMlYGQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4e0CMlYGQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4e0CMlYGQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4e0CMlYGQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4e0CMlYGQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4e0CMlYGQ .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-t4e0CMlYGQ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-t4e0CMlYGQ a.nav-link:focus {
  outline: none;
}
.cid-t4e0CMlYGQ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4e0CMlYGQ .nav-link:hover,
.cid-t4e0CMlYGQ .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t4e0CMlYGQ .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-t4e0CMlYGQ .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t4e1ib8UJK {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4e1ib8UJK .link a {
  background-image: none !important;
}
.cid-t4e1ib8UJK .item-wrapper {
  margin-bottom: 56px;
}
.cid-t4e1ib8UJK .date {
  margin-bottom: 6px;
  color: #ffffff;
}
.cid-t4e1ib8UJK .card-heading {
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffffff;
}
.cid-t4e1ib8UJK .p {
  margin-bottom: 29px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-t4e1ib8UJK a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-t4e1ib8UJK rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-t4e1ib8UJK .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-t4e1ib8UJK svg {
  margin-left: 15px;
}
.cid-t4e1ib8UJK path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-t4e1ib8UJK .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-t4e1ib8UJK .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-t4e1ib8UJK .row {
  justify-content: center;
}
.cid-t4e1ib8UJK .p,
.cid-t4e1ib8UJK .link {
  color: #ffffff;
}
.cid-t4e1ibF8yJ {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4e1ibF8yJ .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-t4e1ibF8yJ .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t4e1ibF8yJ .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t4e1ibF8yJ .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t4e1ibF8yJ .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t4e1ibF8yJ .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-t4e1ibF8yJ .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t4e1ibF8yJ .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-t4e1ibF8yJ .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-t4e1ibF8yJ .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t4e1ibF8yJ .soc-item a {
  color: #ffffff;
}
.cid-t4e1ibF8yJ .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t4e1ibF8yJ .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-t4e1ibF8yJ .mbr-tag,
.cid-t4e1ibF8yJ .social-row {
  color: #ffffff;
}
.cid-t4e1ibF8yJ .copyright {
  color: #ffffff;
}
.cid-t4e1ibF8yJ P {
  color: #000000;
}
.cid-t4e1icg5qX .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-t4e1icg5qX .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-t4e1icg5qX .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-t4e1icg5qX .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4e1icg5qX .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-t4e1icg5qX .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t4e1icg5qX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t4e1icg5qX .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-t4e1icg5qX .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-t4e1icg5qX .navbar.collapsed.opened .navbar-collapse.show,
.cid-t4e1icg5qX .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-t4e1icg5qX .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-t4e1icg5qX .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-t4e1icg5qX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t4e1icg5qX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4e1icg5qX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4e1icg5qX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t4e1icg5qX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4e1icg5qX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t4e1icg5qX .navbar {
    flex-wrap: nowrap;
  }
  .cid-t4e1icg5qX .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-t4e1icg5qX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4e1icg5qX .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-t4e1icg5qX .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-t4e1icg5qX .navbar.opened .navbar-collapse.show,
  .cid-t4e1icg5qX .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-t4e1icg5qX .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-t4e1icg5qX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t4e1icg5qX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4e1icg5qX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4e1icg5qX .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t4e1icg5qX .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-t4e1icg5qX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4e1icg5qX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-t4e1icg5qX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-t4e1icg5qX .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t4e1icg5qX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-t4e1icg5qX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t4e1icg5qX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4e1icg5qX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4e1icg5qX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4e1icg5qX .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-t4e1icg5qX .dropdown-item.active,
.cid-t4e1icg5qX .dropdown-item:active {
  background-color: transparent;
}
.cid-t4e1icg5qX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4e1icg5qX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4e1icg5qX .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4e1icg5qX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t4e1icg5qX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4e1icg5qX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4e1icg5qX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t4e1icg5qX .navbar-buttons {
  text-align: center;
}
.cid-t4e1icg5qX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4e1icg5qX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4e1icg5qX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4e1icg5qX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4e1icg5qX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4e1icg5qX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4e1icg5qX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4e1icg5qX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4e1icg5qX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4e1icg5qX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4e1icg5qX .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-t4e1icg5qX a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-t4e1icg5qX a.nav-link:focus {
  outline: none;
}
.cid-t4e1icg5qX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4e1icg5qX .nav-link:hover,
.cid-t4e1icg5qX .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t4e1icg5qX .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-t4e1icg5qX .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t4e2yLVm7A {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4e2yLVm7A .link a {
  background-image: none !important;
}
.cid-t4e2yLVm7A .item-wrapper {
  margin-bottom: 56px;
}
.cid-t4e2yLVm7A .date {
  margin-bottom: 6px;
  color: #ffffff;
}
.cid-t4e2yLVm7A .card-heading {
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffffff;
}
.cid-t4e2yLVm7A .p {
  margin-bottom: 29px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-t4e2yLVm7A a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-t4e2yLVm7A rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-t4e2yLVm7A .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-t4e2yLVm7A svg {
  margin-left: 15px;
}
.cid-t4e2yLVm7A path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-t4e2yLVm7A .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-t4e2yLVm7A .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-t4e2yLVm7A .row {
  justify-content: center;
}
.cid-t4e2yLVm7A .p,
.cid-t4e2yLVm7A .link {
  color: #ffffff;
  text-align: left;
}
.cid-t4e2yMyhm5 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4e2yMyhm5 .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-t4e2yMyhm5 .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t4e2yMyhm5 .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t4e2yMyhm5 .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t4e2yMyhm5 .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t4e2yMyhm5 .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-t4e2yMyhm5 .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t4e2yMyhm5 .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-t4e2yMyhm5 .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-t4e2yMyhm5 .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t4e2yMyhm5 .soc-item a {
  color: #ffffff;
}
.cid-t4e2yMyhm5 .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t4e2yMyhm5 .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-t4e2yMyhm5 .mbr-tag,
.cid-t4e2yMyhm5 .social-row {
  color: #ffffff;
}
.cid-t4e2yMyhm5 .copyright {
  color: #ffffff;
}
.cid-t4e2yMyhm5 P {
  color: #000000;
}
.cid-t4e2yNb50d .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-t4e2yNb50d .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-t4e2yNb50d .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-t4e2yNb50d .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4e2yNb50d .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-t4e2yNb50d .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t4e2yNb50d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t4e2yNb50d .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-t4e2yNb50d .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-t4e2yNb50d .navbar.collapsed.opened .navbar-collapse.show,
.cid-t4e2yNb50d .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-t4e2yNb50d .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-t4e2yNb50d .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-t4e2yNb50d .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t4e2yNb50d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4e2yNb50d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4e2yNb50d .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t4e2yNb50d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4e2yNb50d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t4e2yNb50d .navbar {
    flex-wrap: nowrap;
  }
  .cid-t4e2yNb50d .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-t4e2yNb50d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4e2yNb50d .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-t4e2yNb50d .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-t4e2yNb50d .navbar.opened .navbar-collapse.show,
  .cid-t4e2yNb50d .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-t4e2yNb50d .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-t4e2yNb50d .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t4e2yNb50d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4e2yNb50d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4e2yNb50d .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t4e2yNb50d .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-t4e2yNb50d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4e2yNb50d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-t4e2yNb50d .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-t4e2yNb50d .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t4e2yNb50d .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-t4e2yNb50d .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t4e2yNb50d .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4e2yNb50d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4e2yNb50d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4e2yNb50d .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-t4e2yNb50d .dropdown-item.active,
.cid-t4e2yNb50d .dropdown-item:active {
  background-color: transparent;
}
.cid-t4e2yNb50d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4e2yNb50d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4e2yNb50d .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4e2yNb50d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t4e2yNb50d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4e2yNb50d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4e2yNb50d ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t4e2yNb50d .navbar-buttons {
  text-align: center;
}
.cid-t4e2yNb50d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4e2yNb50d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4e2yNb50d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4e2yNb50d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4e2yNb50d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4e2yNb50d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4e2yNb50d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4e2yNb50d nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4e2yNb50d nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4e2yNb50d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4e2yNb50d .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-t4e2yNb50d a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-t4e2yNb50d a.nav-link:focus {
  outline: none;
}
.cid-t4e2yNb50d .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4e2yNb50d .nav-link:hover,
.cid-t4e2yNb50d .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t4e2yNb50d .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-t4e2yNb50d .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t4e3wEGOY6 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4e3wEGOY6 .link a {
  background-image: none !important;
}
.cid-t4e3wEGOY6 .item-wrapper {
  margin-bottom: 56px;
}
.cid-t4e3wEGOY6 .date {
  margin-bottom: 6px;
  color: #ffffff;
}
.cid-t4e3wEGOY6 .card-heading {
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffffff;
}
.cid-t4e3wEGOY6 .p {
  margin-bottom: 29px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-t4e3wEGOY6 a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-t4e3wEGOY6 rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-t4e3wEGOY6 .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-t4e3wEGOY6 svg {
  margin-left: 15px;
}
.cid-t4e3wEGOY6 path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-t4e3wEGOY6 .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-t4e3wEGOY6 .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-t4e3wEGOY6 .row {
  justify-content: center;
}
.cid-t4e3wEGOY6 .p,
.cid-t4e3wEGOY6 .link {
  color: #ffffff;
  text-align: left;
}
.cid-t4e3wFeMkw {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4e3wFeMkw .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-t4e3wFeMkw .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t4e3wFeMkw .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t4e3wFeMkw .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t4e3wFeMkw .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t4e3wFeMkw .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-t4e3wFeMkw .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t4e3wFeMkw .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-t4e3wFeMkw .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-t4e3wFeMkw .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t4e3wFeMkw .soc-item a {
  color: #ffffff;
}
.cid-t4e3wFeMkw .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t4e3wFeMkw .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-t4e3wFeMkw .mbr-tag,
.cid-t4e3wFeMkw .social-row {
  color: #ffffff;
}
.cid-t4e3wFeMkw .copyright {
  color: #ffffff;
}
.cid-t4e3wFeMkw P {
  color: #000000;
}
.cid-t4e3wFPjuL .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-t4e3wFPjuL .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-t4e3wFPjuL .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-t4e3wFPjuL .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4e3wFPjuL .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-t4e3wFPjuL .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t4e3wFPjuL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t4e3wFPjuL .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-t4e3wFPjuL .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-t4e3wFPjuL .navbar.collapsed.opened .navbar-collapse.show,
.cid-t4e3wFPjuL .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-t4e3wFPjuL .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-t4e3wFPjuL .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-t4e3wFPjuL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t4e3wFPjuL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4e3wFPjuL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4e3wFPjuL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t4e3wFPjuL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4e3wFPjuL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t4e3wFPjuL .navbar {
    flex-wrap: nowrap;
  }
  .cid-t4e3wFPjuL .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-t4e3wFPjuL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4e3wFPjuL .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-t4e3wFPjuL .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-t4e3wFPjuL .navbar.opened .navbar-collapse.show,
  .cid-t4e3wFPjuL .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-t4e3wFPjuL .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-t4e3wFPjuL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t4e3wFPjuL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4e3wFPjuL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4e3wFPjuL .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t4e3wFPjuL .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-t4e3wFPjuL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4e3wFPjuL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-t4e3wFPjuL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-t4e3wFPjuL .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t4e3wFPjuL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-t4e3wFPjuL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t4e3wFPjuL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4e3wFPjuL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4e3wFPjuL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4e3wFPjuL .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-t4e3wFPjuL .dropdown-item.active,
.cid-t4e3wFPjuL .dropdown-item:active {
  background-color: transparent;
}
.cid-t4e3wFPjuL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4e3wFPjuL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4e3wFPjuL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4e3wFPjuL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t4e3wFPjuL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4e3wFPjuL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4e3wFPjuL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t4e3wFPjuL .navbar-buttons {
  text-align: center;
}
.cid-t4e3wFPjuL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4e3wFPjuL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4e3wFPjuL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4e3wFPjuL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4e3wFPjuL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4e3wFPjuL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4e3wFPjuL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4e3wFPjuL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4e3wFPjuL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4e3wFPjuL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4e3wFPjuL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-t4e3wFPjuL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-t4e3wFPjuL a.nav-link:focus {
  outline: none;
}
.cid-t4e3wFPjuL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4e3wFPjuL .nav-link:hover,
.cid-t4e3wFPjuL .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t4e3wFPjuL .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-t4e3wFPjuL .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t4e4EMl7pa {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4e4EMl7pa .link a {
  background-image: none !important;
}
.cid-t4e4EMl7pa .item-wrapper {
  margin-bottom: 56px;
}
.cid-t4e4EMl7pa .date {
  margin-bottom: 6px;
  color: #ffffff;
}
.cid-t4e4EMl7pa .card-heading {
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffffff;
}
.cid-t4e4EMl7pa .p {
  margin-bottom: 29px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-t4e4EMl7pa a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-t4e4EMl7pa rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-t4e4EMl7pa .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-t4e4EMl7pa svg {
  margin-left: 15px;
}
.cid-t4e4EMl7pa path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-t4e4EMl7pa .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-t4e4EMl7pa .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-t4e4EMl7pa .row {
  justify-content: center;
}
.cid-t4e4EMl7pa .p,
.cid-t4e4EMl7pa .link {
  color: #ffffff;
  text-align: left;
}
.cid-t4e4EMUX2v {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4e4EMUX2v .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-t4e4EMUX2v .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t4e4EMUX2v .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t4e4EMUX2v .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t4e4EMUX2v .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t4e4EMUX2v .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-t4e4EMUX2v .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t4e4EMUX2v .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-t4e4EMUX2v .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-t4e4EMUX2v .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t4e4EMUX2v .soc-item a {
  color: #ffffff;
}
.cid-t4e4EMUX2v .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t4e4EMUX2v .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-t4e4EMUX2v .mbr-tag,
.cid-t4e4EMUX2v .social-row {
  color: #ffffff;
}
.cid-t4e4EMUX2v .copyright {
  color: #ffffff;
}
.cid-t4e4EMUX2v P {
  color: #000000;
}
.cid-t4e4ENG4Fa .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-t4e4ENG4Fa .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-t4e4ENG4Fa .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-t4e4ENG4Fa .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4e4ENG4Fa .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-t4e4ENG4Fa .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t4e4ENG4Fa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t4e4ENG4Fa .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-t4e4ENG4Fa .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-t4e4ENG4Fa .navbar.collapsed.opened .navbar-collapse.show,
.cid-t4e4ENG4Fa .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-t4e4ENG4Fa .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-t4e4ENG4Fa .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-t4e4ENG4Fa .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t4e4ENG4Fa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4e4ENG4Fa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4e4ENG4Fa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t4e4ENG4Fa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4e4ENG4Fa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t4e4ENG4Fa .navbar {
    flex-wrap: nowrap;
  }
  .cid-t4e4ENG4Fa .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-t4e4ENG4Fa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4e4ENG4Fa .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-t4e4ENG4Fa .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-t4e4ENG4Fa .navbar.opened .navbar-collapse.show,
  .cid-t4e4ENG4Fa .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-t4e4ENG4Fa .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-t4e4ENG4Fa .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t4e4ENG4Fa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4e4ENG4Fa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4e4ENG4Fa .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t4e4ENG4Fa .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-t4e4ENG4Fa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4e4ENG4Fa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-t4e4ENG4Fa .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-t4e4ENG4Fa .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t4e4ENG4Fa .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-t4e4ENG4Fa .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t4e4ENG4Fa .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4e4ENG4Fa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4e4ENG4Fa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4e4ENG4Fa .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-t4e4ENG4Fa .dropdown-item.active,
.cid-t4e4ENG4Fa .dropdown-item:active {
  background-color: transparent;
}
.cid-t4e4ENG4Fa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4e4ENG4Fa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4e4ENG4Fa .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4e4ENG4Fa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t4e4ENG4Fa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4e4ENG4Fa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4e4ENG4Fa ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t4e4ENG4Fa .navbar-buttons {
  text-align: center;
}
.cid-t4e4ENG4Fa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4e4ENG4Fa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4e4ENG4Fa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4e4ENG4Fa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4e4ENG4Fa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4e4ENG4Fa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4e4ENG4Fa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4e4ENG4Fa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4e4ENG4Fa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4e4ENG4Fa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4e4ENG4Fa .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-t4e4ENG4Fa a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-t4e4ENG4Fa a.nav-link:focus {
  outline: none;
}
.cid-t4e4ENG4Fa .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4e4ENG4Fa .nav-link:hover,
.cid-t4e4ENG4Fa .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t4e4ENG4Fa .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-t4e4ENG4Fa .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t4e5hQTRLH {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4e5hQTRLH .link a {
  background-image: none !important;
}
.cid-t4e5hQTRLH .item-wrapper {
  margin-bottom: 56px;
}
.cid-t4e5hQTRLH .date {
  margin-bottom: 6px;
  color: #ffffff;
}
.cid-t4e5hQTRLH .card-heading {
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffffff;
}
.cid-t4e5hQTRLH .p {
  margin-bottom: 29px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-t4e5hQTRLH a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-t4e5hQTRLH rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-t4e5hQTRLH .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-t4e5hQTRLH svg {
  margin-left: 15px;
}
.cid-t4e5hQTRLH path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-t4e5hQTRLH .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-t4e5hQTRLH .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-t4e5hQTRLH .row {
  justify-content: center;
}
.cid-t4e5hQTRLH .p,
.cid-t4e5hQTRLH .link {
  color: #ffffff;
  text-align: left;
}
.cid-t4e5hRsKGv {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4e5hRsKGv .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-t4e5hRsKGv .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t4e5hRsKGv .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t4e5hRsKGv .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t4e5hRsKGv .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t4e5hRsKGv .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-t4e5hRsKGv .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t4e5hRsKGv .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-t4e5hRsKGv .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-t4e5hRsKGv .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t4e5hRsKGv .soc-item a {
  color: #ffffff;
}
.cid-t4e5hRsKGv .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t4e5hRsKGv .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-t4e5hRsKGv .mbr-tag,
.cid-t4e5hRsKGv .social-row {
  color: #ffffff;
}
.cid-t4e5hRsKGv .copyright {
  color: #ffffff;
}
.cid-t4e5hRsKGv P {
  color: #000000;
}
.cid-t4e5hS4WIq .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-t4e5hS4WIq .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-t4e5hS4WIq .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-t4e5hS4WIq .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4e5hS4WIq .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-t4e5hS4WIq .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t4e5hS4WIq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t4e5hS4WIq .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-t4e5hS4WIq .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-t4e5hS4WIq .navbar.collapsed.opened .navbar-collapse.show,
.cid-t4e5hS4WIq .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-t4e5hS4WIq .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-t4e5hS4WIq .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-t4e5hS4WIq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t4e5hS4WIq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4e5hS4WIq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4e5hS4WIq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t4e5hS4WIq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4e5hS4WIq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t4e5hS4WIq .navbar {
    flex-wrap: nowrap;
  }
  .cid-t4e5hS4WIq .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-t4e5hS4WIq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4e5hS4WIq .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-t4e5hS4WIq .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-t4e5hS4WIq .navbar.opened .navbar-collapse.show,
  .cid-t4e5hS4WIq .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-t4e5hS4WIq .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-t4e5hS4WIq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t4e5hS4WIq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4e5hS4WIq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4e5hS4WIq .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t4e5hS4WIq .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-t4e5hS4WIq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4e5hS4WIq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-t4e5hS4WIq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-t4e5hS4WIq .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t4e5hS4WIq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-t4e5hS4WIq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t4e5hS4WIq .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4e5hS4WIq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4e5hS4WIq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4e5hS4WIq .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-t4e5hS4WIq .dropdown-item.active,
.cid-t4e5hS4WIq .dropdown-item:active {
  background-color: transparent;
}
.cid-t4e5hS4WIq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4e5hS4WIq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4e5hS4WIq .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4e5hS4WIq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t4e5hS4WIq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4e5hS4WIq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4e5hS4WIq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t4e5hS4WIq .navbar-buttons {
  text-align: center;
}
.cid-t4e5hS4WIq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4e5hS4WIq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4e5hS4WIq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4e5hS4WIq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4e5hS4WIq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4e5hS4WIq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4e5hS4WIq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4e5hS4WIq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4e5hS4WIq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4e5hS4WIq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4e5hS4WIq .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-t4e5hS4WIq a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-t4e5hS4WIq a.nav-link:focus {
  outline: none;
}
.cid-t4e5hS4WIq .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4e5hS4WIq .nav-link:hover,
.cid-t4e5hS4WIq .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t4e5hS4WIq .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-t4e5hS4WIq .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t4e5VNDP1O {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4e5VNDP1O .link a {
  background-image: none !important;
}
.cid-t4e5VNDP1O .item-wrapper {
  margin-bottom: 56px;
}
.cid-t4e5VNDP1O .date {
  margin-bottom: 6px;
  color: #ffffff;
}
.cid-t4e5VNDP1O .card-heading {
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffffff;
}
.cid-t4e5VNDP1O .p {
  margin-bottom: 29px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-t4e5VNDP1O a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-t4e5VNDP1O rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-t4e5VNDP1O .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-t4e5VNDP1O svg {
  margin-left: 15px;
}
.cid-t4e5VNDP1O path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-t4e5VNDP1O .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-t4e5VNDP1O .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-t4e5VNDP1O .row {
  justify-content: center;
}
.cid-t4e5VNDP1O .p,
.cid-t4e5VNDP1O .link {
  color: #ffffff;
  text-align: left;
}
.cid-t4e5VObAIK {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4e5VObAIK .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-t4e5VObAIK .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t4e5VObAIK .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t4e5VObAIK .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t4e5VObAIK .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t4e5VObAIK .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-t4e5VObAIK .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t4e5VObAIK .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-t4e5VObAIK .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-t4e5VObAIK .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t4e5VObAIK .soc-item a {
  color: #ffffff;
}
.cid-t4e5VObAIK .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t4e5VObAIK .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-t4e5VObAIK .mbr-tag,
.cid-t4e5VObAIK .social-row {
  color: #ffffff;
}
.cid-t4e5VObAIK .copyright {
  color: #ffffff;
}
.cid-t4e5VObAIK P {
  color: #000000;
}
.cid-t4e5VOOllv .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-t4e5VOOllv .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-t4e5VOOllv .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-t4e5VOOllv .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4e5VOOllv .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-t4e5VOOllv .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t4e5VOOllv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t4e5VOOllv .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-t4e5VOOllv .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-t4e5VOOllv .navbar.collapsed.opened .navbar-collapse.show,
.cid-t4e5VOOllv .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-t4e5VOOllv .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-t4e5VOOllv .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-t4e5VOOllv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t4e5VOOllv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4e5VOOllv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4e5VOOllv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t4e5VOOllv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4e5VOOllv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t4e5VOOllv .navbar {
    flex-wrap: nowrap;
  }
  .cid-t4e5VOOllv .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-t4e5VOOllv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4e5VOOllv .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-t4e5VOOllv .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-t4e5VOOllv .navbar.opened .navbar-collapse.show,
  .cid-t4e5VOOllv .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-t4e5VOOllv .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-t4e5VOOllv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t4e5VOOllv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4e5VOOllv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4e5VOOllv .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t4e5VOOllv .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-t4e5VOOllv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4e5VOOllv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-t4e5VOOllv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-t4e5VOOllv .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t4e5VOOllv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-t4e5VOOllv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t4e5VOOllv .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4e5VOOllv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4e5VOOllv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4e5VOOllv .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-t4e5VOOllv .dropdown-item.active,
.cid-t4e5VOOllv .dropdown-item:active {
  background-color: transparent;
}
.cid-t4e5VOOllv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4e5VOOllv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4e5VOOllv .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4e5VOOllv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t4e5VOOllv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4e5VOOllv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4e5VOOllv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t4e5VOOllv .navbar-buttons {
  text-align: center;
}
.cid-t4e5VOOllv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4e5VOOllv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4e5VOOllv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4e5VOOllv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4e5VOOllv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4e5VOOllv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4e5VOOllv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4e5VOOllv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4e5VOOllv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4e5VOOllv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4e5VOOllv .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-t4e5VOOllv a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-t4e5VOOllv a.nav-link:focus {
  outline: none;
}
.cid-t4e5VOOllv .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4e5VOOllv .nav-link:hover,
.cid-t4e5VOOllv .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t4e5VOOllv .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-t4e5VOOllv .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t4e6HC1OEy {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4e6HC1OEy .link a {
  background-image: none !important;
}
.cid-t4e6HC1OEy .item-wrapper {
  margin-bottom: 56px;
}
.cid-t4e6HC1OEy .date {
  margin-bottom: 6px;
  color: #ffffff;
}
.cid-t4e6HC1OEy .card-heading {
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffffff;
}
.cid-t4e6HC1OEy .p {
  margin-bottom: 29px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-t4e6HC1OEy a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-t4e6HC1OEy rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-t4e6HC1OEy .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-t4e6HC1OEy svg {
  margin-left: 15px;
}
.cid-t4e6HC1OEy path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-t4e6HC1OEy .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-t4e6HC1OEy .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-t4e6HC1OEy .row {
  justify-content: center;
}
.cid-t4e6HC1OEy .p,
.cid-t4e6HC1OEy .link {
  color: #ffffff;
  text-align: left;
}
.cid-t4e6HCAIHk {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4e6HCAIHk .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-t4e6HCAIHk .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t4e6HCAIHk .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t4e6HCAIHk .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t4e6HCAIHk .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t4e6HCAIHk .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-t4e6HCAIHk .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t4e6HCAIHk .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-t4e6HCAIHk .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-t4e6HCAIHk .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t4e6HCAIHk .soc-item a {
  color: #ffffff;
}
.cid-t4e6HCAIHk .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t4e6HCAIHk .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-t4e6HCAIHk .mbr-tag,
.cid-t4e6HCAIHk .social-row {
  color: #ffffff;
}
.cid-t4e6HCAIHk .copyright {
  color: #ffffff;
}
.cid-t4e6HCAIHk P {
  color: #000000;
}
.cid-t4e6HDcXMV .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-t4e6HDcXMV .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-t4e6HDcXMV .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-t4e6HDcXMV .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4e6HDcXMV .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-t4e6HDcXMV .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t4e6HDcXMV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t4e6HDcXMV .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-t4e6HDcXMV .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-t4e6HDcXMV .navbar.collapsed.opened .navbar-collapse.show,
.cid-t4e6HDcXMV .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-t4e6HDcXMV .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-t4e6HDcXMV .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-t4e6HDcXMV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t4e6HDcXMV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4e6HDcXMV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4e6HDcXMV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t4e6HDcXMV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4e6HDcXMV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t4e6HDcXMV .navbar {
    flex-wrap: nowrap;
  }
  .cid-t4e6HDcXMV .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-t4e6HDcXMV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4e6HDcXMV .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-t4e6HDcXMV .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-t4e6HDcXMV .navbar.opened .navbar-collapse.show,
  .cid-t4e6HDcXMV .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-t4e6HDcXMV .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-t4e6HDcXMV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t4e6HDcXMV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4e6HDcXMV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4e6HDcXMV .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t4e6HDcXMV .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-t4e6HDcXMV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4e6HDcXMV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-t4e6HDcXMV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-t4e6HDcXMV .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t4e6HDcXMV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-t4e6HDcXMV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t4e6HDcXMV .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4e6HDcXMV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4e6HDcXMV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4e6HDcXMV .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-t4e6HDcXMV .dropdown-item.active,
.cid-t4e6HDcXMV .dropdown-item:active {
  background-color: transparent;
}
.cid-t4e6HDcXMV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4e6HDcXMV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4e6HDcXMV .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4e6HDcXMV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t4e6HDcXMV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4e6HDcXMV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4e6HDcXMV ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t4e6HDcXMV .navbar-buttons {
  text-align: center;
}
.cid-t4e6HDcXMV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4e6HDcXMV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4e6HDcXMV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4e6HDcXMV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4e6HDcXMV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4e6HDcXMV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4e6HDcXMV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4e6HDcXMV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4e6HDcXMV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4e6HDcXMV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4e6HDcXMV .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-t4e6HDcXMV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-t4e6HDcXMV a.nav-link:focus {
  outline: none;
}
.cid-t4e6HDcXMV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4e6HDcXMV .nav-link:hover,
.cid-t4e6HDcXMV .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t4e6HDcXMV .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-t4e6HDcXMV .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t4e7dGz5OI {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4e7dGz5OI .link a {
  background-image: none !important;
}
.cid-t4e7dGz5OI .item-wrapper {
  margin-bottom: 56px;
}
.cid-t4e7dGz5OI .date {
  margin-bottom: 6px;
  color: #ffffff;
}
.cid-t4e7dGz5OI .card-heading {
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffffff;
}
.cid-t4e7dGz5OI .p {
  margin-bottom: 29px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-t4e7dGz5OI a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-t4e7dGz5OI rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-t4e7dGz5OI .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-t4e7dGz5OI svg {
  margin-left: 15px;
}
.cid-t4e7dGz5OI path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-t4e7dGz5OI .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-t4e7dGz5OI .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-t4e7dGz5OI .row {
  justify-content: center;
}
.cid-t4e7dGz5OI .p,
.cid-t4e7dGz5OI .link {
  color: #ffffff;
  text-align: left;
}
.cid-t4e7dH7QS9 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4e7dH7QS9 .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-t4e7dH7QS9 .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t4e7dH7QS9 .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t4e7dH7QS9 .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t4e7dH7QS9 .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t4e7dH7QS9 .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-t4e7dH7QS9 .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t4e7dH7QS9 .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-t4e7dH7QS9 .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-t4e7dH7QS9 .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t4e7dH7QS9 .soc-item a {
  color: #ffffff;
}
.cid-t4e7dH7QS9 .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t4e7dH7QS9 .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-t4e7dH7QS9 .mbr-tag,
.cid-t4e7dH7QS9 .social-row {
  color: #ffffff;
}
.cid-t4e7dH7QS9 .copyright {
  color: #ffffff;
}
.cid-t4e7dH7QS9 P {
  color: #000000;
}
.cid-t4e7dHLad1 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-t4e7dHLad1 .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-t4e7dHLad1 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-t4e7dHLad1 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4e7dHLad1 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-t4e7dHLad1 .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t4e7dHLad1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t4e7dHLad1 .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-t4e7dHLad1 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-t4e7dHLad1 .navbar.collapsed.opened .navbar-collapse.show,
.cid-t4e7dHLad1 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-t4e7dHLad1 .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-t4e7dHLad1 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-t4e7dHLad1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t4e7dHLad1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4e7dHLad1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4e7dHLad1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t4e7dHLad1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4e7dHLad1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t4e7dHLad1 .navbar {
    flex-wrap: nowrap;
  }
  .cid-t4e7dHLad1 .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-t4e7dHLad1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4e7dHLad1 .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-t4e7dHLad1 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-t4e7dHLad1 .navbar.opened .navbar-collapse.show,
  .cid-t4e7dHLad1 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-t4e7dHLad1 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-t4e7dHLad1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t4e7dHLad1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4e7dHLad1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4e7dHLad1 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t4e7dHLad1 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-t4e7dHLad1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4e7dHLad1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-t4e7dHLad1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-t4e7dHLad1 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t4e7dHLad1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-t4e7dHLad1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t4e7dHLad1 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4e7dHLad1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4e7dHLad1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4e7dHLad1 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-t4e7dHLad1 .dropdown-item.active,
.cid-t4e7dHLad1 .dropdown-item:active {
  background-color: transparent;
}
.cid-t4e7dHLad1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4e7dHLad1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4e7dHLad1 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4e7dHLad1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t4e7dHLad1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4e7dHLad1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4e7dHLad1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t4e7dHLad1 .navbar-buttons {
  text-align: center;
}
.cid-t4e7dHLad1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4e7dHLad1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4e7dHLad1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4e7dHLad1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4e7dHLad1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4e7dHLad1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4e7dHLad1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4e7dHLad1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4e7dHLad1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4e7dHLad1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4e7dHLad1 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-t4e7dHLad1 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-t4e7dHLad1 a.nav-link:focus {
  outline: none;
}
.cid-t4e7dHLad1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4e7dHLad1 .nav-link:hover,
.cid-t4e7dHLad1 .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t4e7dHLad1 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-t4e7dHLad1 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t4e8H7wU1r {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4e8H7wU1r .link a {
  background-image: none !important;
}
.cid-t4e8H7wU1r .item-wrapper {
  margin-bottom: 56px;
}
.cid-t4e8H7wU1r .date {
  margin-bottom: 6px;
  color: #ffffff;
}
.cid-t4e8H7wU1r .card-heading {
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffffff;
}
.cid-t4e8H7wU1r .p {
  margin-bottom: 29px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-t4e8H7wU1r a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-t4e8H7wU1r rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-t4e8H7wU1r .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-t4e8H7wU1r svg {
  margin-left: 15px;
}
.cid-t4e8H7wU1r path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-t4e8H7wU1r .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-t4e8H7wU1r .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-t4e8H7wU1r .row {
  justify-content: center;
}
.cid-t4e8H7wU1r .p,
.cid-t4e8H7wU1r .link {
  color: #ffffff;
  text-align: left;
}
.cid-t4e8H840ol {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4e8H840ol .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-t4e8H840ol .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t4e8H840ol .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t4e8H840ol .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t4e8H840ol .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t4e8H840ol .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-t4e8H840ol .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t4e8H840ol .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-t4e8H840ol .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-t4e8H840ol .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t4e8H840ol .soc-item a {
  color: #ffffff;
}
.cid-t4e8H840ol .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t4e8H840ol .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-t4e8H840ol .mbr-tag,
.cid-t4e8H840ol .social-row {
  color: #ffffff;
}
.cid-t4e8H840ol .copyright {
  color: #ffffff;
}
.cid-t4e8H840ol P {
  color: #000000;
}
.cid-t4e8H8Ffsq .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-t4e8H8Ffsq .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-t4e8H8Ffsq .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-t4e8H8Ffsq .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4e8H8Ffsq .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-t4e8H8Ffsq .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t4e8H8Ffsq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t4e8H8Ffsq .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-t4e8H8Ffsq .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-t4e8H8Ffsq .navbar.collapsed.opened .navbar-collapse.show,
.cid-t4e8H8Ffsq .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-t4e8H8Ffsq .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-t4e8H8Ffsq .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-t4e8H8Ffsq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t4e8H8Ffsq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4e8H8Ffsq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4e8H8Ffsq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t4e8H8Ffsq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4e8H8Ffsq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t4e8H8Ffsq .navbar {
    flex-wrap: nowrap;
  }
  .cid-t4e8H8Ffsq .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-t4e8H8Ffsq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4e8H8Ffsq .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-t4e8H8Ffsq .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-t4e8H8Ffsq .navbar.opened .navbar-collapse.show,
  .cid-t4e8H8Ffsq .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-t4e8H8Ffsq .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-t4e8H8Ffsq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t4e8H8Ffsq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4e8H8Ffsq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4e8H8Ffsq .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t4e8H8Ffsq .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-t4e8H8Ffsq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4e8H8Ffsq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-t4e8H8Ffsq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-t4e8H8Ffsq .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t4e8H8Ffsq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-t4e8H8Ffsq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t4e8H8Ffsq .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4e8H8Ffsq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4e8H8Ffsq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4e8H8Ffsq .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-t4e8H8Ffsq .dropdown-item.active,
.cid-t4e8H8Ffsq .dropdown-item:active {
  background-color: transparent;
}
.cid-t4e8H8Ffsq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4e8H8Ffsq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4e8H8Ffsq .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4e8H8Ffsq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t4e8H8Ffsq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4e8H8Ffsq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4e8H8Ffsq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t4e8H8Ffsq .navbar-buttons {
  text-align: center;
}
.cid-t4e8H8Ffsq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4e8H8Ffsq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4e8H8Ffsq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4e8H8Ffsq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4e8H8Ffsq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4e8H8Ffsq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4e8H8Ffsq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4e8H8Ffsq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4e8H8Ffsq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4e8H8Ffsq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4e8H8Ffsq .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-t4e8H8Ffsq a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-t4e8H8Ffsq a.nav-link:focus {
  outline: none;
}
.cid-t4e8H8Ffsq .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4e8H8Ffsq .nav-link:hover,
.cid-t4e8H8Ffsq .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t4e8H8Ffsq .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-t4e8H8Ffsq .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t4e9aDY3LD {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4e9aDY3LD .link a {
  background-image: none !important;
}
.cid-t4e9aDY3LD .item-wrapper {
  margin-bottom: 56px;
}
.cid-t4e9aDY3LD .date {
  margin-bottom: 6px;
  color: #ffffff;
}
.cid-t4e9aDY3LD .card-heading {
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffffff;
}
.cid-t4e9aDY3LD .p {
  margin-bottom: 29px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-t4e9aDY3LD a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-t4e9aDY3LD rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-t4e9aDY3LD .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-t4e9aDY3LD svg {
  margin-left: 15px;
}
.cid-t4e9aDY3LD path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-t4e9aDY3LD .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-t4e9aDY3LD .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-t4e9aDY3LD .row {
  justify-content: center;
}
.cid-t4e9aDY3LD .p,
.cid-t4e9aDY3LD .link {
  color: #ffffff;
  text-align: left;
}
.cid-t4e9aEwyni {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4e9aEwyni .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-t4e9aEwyni .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t4e9aEwyni .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t4e9aEwyni .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t4e9aEwyni .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t4e9aEwyni .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-t4e9aEwyni .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t4e9aEwyni .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-t4e9aEwyni .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-t4e9aEwyni .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t4e9aEwyni .soc-item a {
  color: #ffffff;
}
.cid-t4e9aEwyni .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t4e9aEwyni .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-t4e9aEwyni .mbr-tag,
.cid-t4e9aEwyni .social-row {
  color: #ffffff;
}
.cid-t4e9aEwyni .copyright {
  color: #ffffff;
}
.cid-t4e9aEwyni P {
  color: #000000;
}
.cid-t4e9aF90m7 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-t4e9aF90m7 .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-t4e9aF90m7 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-t4e9aF90m7 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4e9aF90m7 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-t4e9aF90m7 .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t4e9aF90m7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t4e9aF90m7 .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-t4e9aF90m7 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-t4e9aF90m7 .navbar.collapsed.opened .navbar-collapse.show,
.cid-t4e9aF90m7 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-t4e9aF90m7 .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-t4e9aF90m7 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-t4e9aF90m7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t4e9aF90m7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4e9aF90m7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4e9aF90m7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t4e9aF90m7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4e9aF90m7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t4e9aF90m7 .navbar {
    flex-wrap: nowrap;
  }
  .cid-t4e9aF90m7 .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-t4e9aF90m7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4e9aF90m7 .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-t4e9aF90m7 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-t4e9aF90m7 .navbar.opened .navbar-collapse.show,
  .cid-t4e9aF90m7 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-t4e9aF90m7 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-t4e9aF90m7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t4e9aF90m7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4e9aF90m7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4e9aF90m7 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t4e9aF90m7 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-t4e9aF90m7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4e9aF90m7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-t4e9aF90m7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-t4e9aF90m7 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t4e9aF90m7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-t4e9aF90m7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t4e9aF90m7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4e9aF90m7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4e9aF90m7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4e9aF90m7 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-t4e9aF90m7 .dropdown-item.active,
.cid-t4e9aF90m7 .dropdown-item:active {
  background-color: transparent;
}
.cid-t4e9aF90m7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4e9aF90m7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4e9aF90m7 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4e9aF90m7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t4e9aF90m7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4e9aF90m7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4e9aF90m7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t4e9aF90m7 .navbar-buttons {
  text-align: center;
}
.cid-t4e9aF90m7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4e9aF90m7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4e9aF90m7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4e9aF90m7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4e9aF90m7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4e9aF90m7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4e9aF90m7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4e9aF90m7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4e9aF90m7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4e9aF90m7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4e9aF90m7 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-t4e9aF90m7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-t4e9aF90m7 a.nav-link:focus {
  outline: none;
}
.cid-t4e9aF90m7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4e9aF90m7 .nav-link:hover,
.cid-t4e9aF90m7 .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t4e9aF90m7 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-t4e9aF90m7 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t4e9TXRfbR {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4e9TXRfbR .link a {
  background-image: none !important;
}
.cid-t4e9TXRfbR .item-wrapper {
  margin-bottom: 56px;
}
.cid-t4e9TXRfbR .date {
  margin-bottom: 6px;
  color: #ffffff;
}
.cid-t4e9TXRfbR .card-heading {
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffffff;
}
.cid-t4e9TXRfbR .p {
  margin-bottom: 29px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-t4e9TXRfbR a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-t4e9TXRfbR rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-t4e9TXRfbR .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-t4e9TXRfbR svg {
  margin-left: 15px;
}
.cid-t4e9TXRfbR path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-t4e9TXRfbR .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-t4e9TXRfbR .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-t4e9TXRfbR .row {
  justify-content: center;
}
.cid-t4e9TXRfbR .p,
.cid-t4e9TXRfbR .link {
  color: #ffffff;
  text-align: left;
}
.cid-t4e9TYoZq2 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4e9TYoZq2 .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-t4e9TYoZq2 .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t4e9TYoZq2 .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t4e9TYoZq2 .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t4e9TYoZq2 .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t4e9TYoZq2 .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-t4e9TYoZq2 .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t4e9TYoZq2 .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-t4e9TYoZq2 .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-t4e9TYoZq2 .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t4e9TYoZq2 .soc-item a {
  color: #ffffff;
}
.cid-t4e9TYoZq2 .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t4e9TYoZq2 .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-t4e9TYoZq2 .mbr-tag,
.cid-t4e9TYoZq2 .social-row {
  color: #ffffff;
}
.cid-t4e9TYoZq2 .copyright {
  color: #ffffff;
}
.cid-t4e9TYoZq2 P {
  color: #000000;
}
.cid-t4e9TZ0arN .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-t4e9TZ0arN .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-t4e9TZ0arN .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-t4e9TZ0arN .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4e9TZ0arN .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-t4e9TZ0arN .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t4e9TZ0arN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t4e9TZ0arN .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-t4e9TZ0arN .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-t4e9TZ0arN .navbar.collapsed.opened .navbar-collapse.show,
.cid-t4e9TZ0arN .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-t4e9TZ0arN .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-t4e9TZ0arN .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-t4e9TZ0arN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t4e9TZ0arN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4e9TZ0arN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4e9TZ0arN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t4e9TZ0arN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4e9TZ0arN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t4e9TZ0arN .navbar {
    flex-wrap: nowrap;
  }
  .cid-t4e9TZ0arN .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-t4e9TZ0arN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4e9TZ0arN .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-t4e9TZ0arN .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-t4e9TZ0arN .navbar.opened .navbar-collapse.show,
  .cid-t4e9TZ0arN .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-t4e9TZ0arN .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-t4e9TZ0arN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t4e9TZ0arN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4e9TZ0arN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4e9TZ0arN .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t4e9TZ0arN .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-t4e9TZ0arN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4e9TZ0arN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-t4e9TZ0arN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-t4e9TZ0arN .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t4e9TZ0arN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-t4e9TZ0arN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t4e9TZ0arN .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4e9TZ0arN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4e9TZ0arN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4e9TZ0arN .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-t4e9TZ0arN .dropdown-item.active,
.cid-t4e9TZ0arN .dropdown-item:active {
  background-color: transparent;
}
.cid-t4e9TZ0arN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4e9TZ0arN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4e9TZ0arN .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4e9TZ0arN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t4e9TZ0arN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4e9TZ0arN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4e9TZ0arN ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t4e9TZ0arN .navbar-buttons {
  text-align: center;
}
.cid-t4e9TZ0arN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4e9TZ0arN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4e9TZ0arN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4e9TZ0arN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4e9TZ0arN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4e9TZ0arN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4e9TZ0arN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4e9TZ0arN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4e9TZ0arN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4e9TZ0arN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4e9TZ0arN .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-t4e9TZ0arN a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-t4e9TZ0arN a.nav-link:focus {
  outline: none;
}
.cid-t4e9TZ0arN .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4e9TZ0arN .nav-link:hover,
.cid-t4e9TZ0arN .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t4e9TZ0arN .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-t4e9TZ0arN .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t4ebewuXJY {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4ebewuXJY .link a {
  background-image: none !important;
}
.cid-t4ebewuXJY .item-wrapper {
  margin-bottom: 56px;
}
.cid-t4ebewuXJY .date {
  margin-bottom: 6px;
  color: #ffffff;
}
.cid-t4ebewuXJY .card-heading {
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffffff;
}
.cid-t4ebewuXJY .p {
  margin-bottom: 29px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-t4ebewuXJY a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-t4ebewuXJY rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-t4ebewuXJY .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-t4ebewuXJY svg {
  margin-left: 15px;
}
.cid-t4ebewuXJY path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-t4ebewuXJY .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-t4ebewuXJY .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-t4ebewuXJY .row {
  justify-content: center;
}
.cid-t4ebewuXJY .p,
.cid-t4ebewuXJY .link {
  color: #ffffff;
  text-align: left;
}
.cid-t4ebex61EM {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4ebex61EM .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-t4ebex61EM .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t4ebex61EM .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t4ebex61EM .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t4ebex61EM .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t4ebex61EM .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-t4ebex61EM .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t4ebex61EM .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-t4ebex61EM .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-t4ebex61EM .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t4ebex61EM .soc-item a {
  color: #ffffff;
}
.cid-t4ebex61EM .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t4ebex61EM .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-t4ebex61EM .mbr-tag,
.cid-t4ebex61EM .social-row {
  color: #ffffff;
}
.cid-t4ebex61EM .copyright {
  color: #ffffff;
}
.cid-t4ebex61EM P {
  color: #000000;
}
.cid-t4ebexH0VL .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-t4ebexH0VL .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-t4ebexH0VL .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-t4ebexH0VL .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4ebexH0VL .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-t4ebexH0VL .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t4ebexH0VL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t4ebexH0VL .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-t4ebexH0VL .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-t4ebexH0VL .navbar.collapsed.opened .navbar-collapse.show,
.cid-t4ebexH0VL .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-t4ebexH0VL .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-t4ebexH0VL .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-t4ebexH0VL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t4ebexH0VL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4ebexH0VL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4ebexH0VL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t4ebexH0VL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4ebexH0VL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t4ebexH0VL .navbar {
    flex-wrap: nowrap;
  }
  .cid-t4ebexH0VL .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-t4ebexH0VL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4ebexH0VL .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-t4ebexH0VL .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-t4ebexH0VL .navbar.opened .navbar-collapse.show,
  .cid-t4ebexH0VL .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-t4ebexH0VL .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-t4ebexH0VL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t4ebexH0VL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4ebexH0VL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4ebexH0VL .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t4ebexH0VL .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-t4ebexH0VL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4ebexH0VL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-t4ebexH0VL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-t4ebexH0VL .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t4ebexH0VL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-t4ebexH0VL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t4ebexH0VL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4ebexH0VL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4ebexH0VL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4ebexH0VL .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-t4ebexH0VL .dropdown-item.active,
.cid-t4ebexH0VL .dropdown-item:active {
  background-color: transparent;
}
.cid-t4ebexH0VL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4ebexH0VL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4ebexH0VL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4ebexH0VL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t4ebexH0VL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4ebexH0VL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4ebexH0VL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t4ebexH0VL .navbar-buttons {
  text-align: center;
}
.cid-t4ebexH0VL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4ebexH0VL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4ebexH0VL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4ebexH0VL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4ebexH0VL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4ebexH0VL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4ebexH0VL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4ebexH0VL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4ebexH0VL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4ebexH0VL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4ebexH0VL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-t4ebexH0VL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-t4ebexH0VL a.nav-link:focus {
  outline: none;
}
.cid-t4ebexH0VL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4ebexH0VL .nav-link:hover,
.cid-t4ebexH0VL .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t4ebexH0VL .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-t4ebexH0VL .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t4enAkkh9N {
  background-image: url("../../../assets/images/background-1-1920x1080.png");
}
.cid-t4enAkkh9N .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t4enAkkh9N .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-t4enAkkh9N .mbr-text,
.cid-t4enAkkh9N .mbr-section-btn {
  color: #fafafa;
}
.cid-t4enAkkh9N .mbr-section-title {
  color: #ffffff;
}
.cid-t4eAr2WPgZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4eAr2WPgZ .content__block {
  padding: 50px 15px;
}
.cid-t4eAr2WPgZ .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #03592d;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-t4eAr2WPgZ .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-t4eAr2WPgZ .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-t4eAr2WPgZ .image {
  perspective: 3500px;
  position: relative;
}
.cid-t4eAr2WPgZ .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
}
.cid-t4eAr2WPgZ .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t4eAr2WPgZ .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-t4eAr2WPgZ .mbr-section-btn .btn-white-outline:hover {
  color: #03592d !important;
}
@media (max-width: 991px) {
  .cid-t4eAr2WPgZ .content__block {
    padding: 30px 15px;
  }
  .cid-t4eAr2WPgZ .mbr-figure {
    padding: 0;
  }
  .cid-t4eAr2WPgZ .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-t4eAr2WPgZ .lg-push {
    right: 1%;
  }
  .cid-t4eAr2WPgZ .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-t4eAr2WPgZ .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-t4eAr2WPgZ .lg-push {
    left: 1%;
  }
  .cid-t4eAr2WPgZ .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-t4eAr2WPgZ .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-t4eAr2WPgZ .mbr-text,
.cid-t4eAr2WPgZ .mbr-section-btn {
  color: #000000;
}
.cid-t4eAr2WPgZ .mbr-section-title {
  color: #66b5b0;
}
.cid-t4enAl3Zpc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t4enAl3Zpc img,
.cid-t4enAl3Zpc .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-t4enAl3Zpc .item:focus,
.cid-t4enAl3Zpc span:focus {
  outline: none;
}
.cid-t4enAl3Zpc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t4enAl3Zpc .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-t4enAl3Zpc .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-t4enAl3Zpc .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-t4enAl3Zpc .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-t4enAl3Zpc .item-content {
    padding: 1rem 0;
  }
}
.cid-t4enAl3Zpc .mbr-section-title {
  color: #66b5b0;
}
.cid-t4enAl3Zpc .item-title {
  color: #66b5b0;
  text-align: center;
}
.cid-t4enAl3Zpc .item-subtitle {
  color: #bec2cf;
}
.cid-t4enAl3Zpc .mbr-text,
.cid-t4enAl3Zpc .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-t4enAl3Zpc .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-t4ewdIXZmY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t4ewdIXZmY img,
.cid-t4ewdIXZmY .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-t4ewdIXZmY .item:focus,
.cid-t4ewdIXZmY span:focus {
  outline: none;
}
.cid-t4ewdIXZmY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t4ewdIXZmY .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-t4ewdIXZmY .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-t4ewdIXZmY .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-t4ewdIXZmY .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-t4ewdIXZmY .item-content {
    padding: 1rem 0;
  }
}
.cid-t4ewdIXZmY .mbr-section-title {
  color: #6f2b90;
}
.cid-t4ewdIXZmY .item-title {
  color: #66b5b0;
  text-align: center;
}
.cid-t4ewdIXZmY .item-subtitle {
  color: #bec2cf;
}
.cid-t4ewdIXZmY .mbr-text,
.cid-t4ewdIXZmY .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-t4ewdIXZmY .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-t4hrRpO8cJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #66b5b0;
}
.cid-t4hrRpO8cJ .mbr-section-title {
  color: #ffffff;
}
.cid-t4hrRpO8cJ .mbr-text,
.cid-t4hrRpO8cJ .mbr-section-btn {
  color: #ffffff;
}
.cid-t4hrRpO8cJ .mbr-section-subtitle {
  color: #000000;
}
.cid-t4hxJlsf0d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #66b5b0;
}
.cid-t4hxJlsf0d .content__block {
  padding: 50px 15px;
}
.cid-t4hxJlsf0d .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #03592d;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-t4hxJlsf0d .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-t4hxJlsf0d .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-t4hxJlsf0d .image {
  perspective: 3500px;
  position: relative;
}
.cid-t4hxJlsf0d .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(102, 181, 176, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-t4hxJlsf0d .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t4hxJlsf0d .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-t4hxJlsf0d .mbr-section-btn .btn-white-outline:hover {
  color: #03592d !important;
}
@media (max-width: 991px) {
  .cid-t4hxJlsf0d .content__block {
    padding: 30px 15px;
  }
  .cid-t4hxJlsf0d .mbr-figure {
    padding: 0;
  }
  .cid-t4hxJlsf0d .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(102, 181, 176, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-t4hxJlsf0d .lg-push {
    right: 11%;
  }
  .cid-t4hxJlsf0d .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-t4hxJlsf0d .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-t4hxJlsf0d .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-t4hxJlsf0d .mbr-text,
.cid-t4hxJlsf0d .mbr-section-btn {
  color: #ffffff;
}
.cid-t4hxJlsf0d .mbr-section-title {
  color: #ffffff;
}
.cid-t4hp3MevM6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t4hp3MevM6 .mbr-section-title {
  color: #66b5b0;
}
.cid-t4hp3MevM6 .mbr-text,
.cid-t4hp3MevM6 .mbr-section-btn {
  color: #353535;
}
.cid-tkAXaC7QI0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tkAXaC7QI0 .mbr-iconfont {
  color: #0196e3;
}
.cid-tkAXaC7QI0 .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-tkAXaC7QI0 .mbr-text {
  margin: 1.5rem 0;
}
.cid-tkAXaC7QI0 .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tkAXaC7QI0 .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-tkAXaC7QI0 .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tkAXaC7QI0 .mbr-section-subtitle,
.cid-tkAXaC7QI0 .mbr-text,
.cid-tkAXaC7QI0 .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-tkAXaC7QI0 .mbr-text,
.cid-tkAXaC7QI0 .social-links .mbr-iconfont {
  text-align: center;
  color: #232323;
}
.cid-tkAX8uIsoV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tkAX8uIsoV .mbr-iconfont {
  color: #0196e3;
}
.cid-tkAX8uIsoV .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-tkAX8uIsoV .mbr-text {
  margin: 1.5rem 0;
}
.cid-tkAX8uIsoV .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tkAX8uIsoV .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-tkAX8uIsoV .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tkAX8uIsoV .mbr-section-subtitle,
.cid-tkAX8uIsoV .mbr-text,
.cid-tkAX8uIsoV .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-tkAX8uIsoV .mbr-text,
.cid-tkAX8uIsoV .social-links .mbr-iconfont {
  text-align: center;
  color: #232323;
}
.cid-tkAX9J3857 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tkAX9J3857 .mbr-iconfont {
  color: #0196e3;
}
.cid-tkAX9J3857 .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-tkAX9J3857 .mbr-text {
  margin: 1.5rem 0;
}
.cid-tkAX9J3857 .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tkAX9J3857 .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-tkAX9J3857 .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tkAX9J3857 .mbr-section-subtitle,
.cid-tkAX9J3857 .mbr-text,
.cid-tkAX9J3857 .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-tkAX9J3857 .mbr-text,
.cid-tkAX9J3857 .social-links .mbr-iconfont {
  text-align: center;
  color: #232323;
}
.cid-t4eriLtLNd {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-t4eriLtLNd p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-t4eriLtLNd .panel-title {
  border-bottom: 2px solid #df4093;
}
.cid-t4eriLtLNd .collapsed {
  border: none;
}
.cid-t4eriLtLNd .panel-body {
  padding-top: 0.5rem;
}
.cid-t4eriLtLNd .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-t4eriLtLNd .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #66b5b0;
  padding: 0;
}
.cid-t4eriLtLNd .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-t4eriLtLNd .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t4eriLtLNd .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-t4eriLtLNd .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-t4eriLtLNd .panel-text {
  color: #000000;
}
.cid-t4eriLtLNd H4 {
  color: #ffffff;
  text-transform: uppercase;
}
.cid-t4eriLtLNd H2 {
  color: #66b5b0;
}
.cid-t4erjiDIBD {
  padding-top: 0px;
  padding-bottom: 45px;
  position: relative;
  background-color: #ffffff;
}
.cid-t4erjiDIBD p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-t4erjiDIBD .panel-title {
  border-bottom: 2px solid #df4093;
}
.cid-t4erjiDIBD .collapsed {
  border: none;
}
.cid-t4erjiDIBD .panel-body {
  padding-top: 0.5rem;
}
.cid-t4erjiDIBD .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-t4erjiDIBD .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #66b5b0;
  padding: 0;
}
.cid-t4erjiDIBD .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-t4erjiDIBD .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t4erjiDIBD .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-t4erjiDIBD .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-t4erjiDIBD .panel-text {
  color: #000000;
}
.cid-t4erjiDIBD H4 {
  color: #ffffff;
  text-transform: uppercase;
}
.cid-t4enAzHFAa {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4enAzHFAa .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-t4enAzHFAa .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t4enAzHFAa .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t4enAzHFAa .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t4enAzHFAa .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t4enAzHFAa .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-t4enAzHFAa .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t4enAzHFAa .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-t4enAzHFAa .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-t4enAzHFAa .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t4enAzHFAa .soc-item a {
  color: #ffffff;
}
.cid-t4enAzHFAa .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t4enAzHFAa .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-t4enAzHFAa .mbr-tag,
.cid-t4enAzHFAa .social-row {
  color: #ffffff;
}
.cid-t4enAzHFAa .copyright {
  color: #ffffff;
}
.cid-t4enAzHFAa P {
  color: #000000;
}
.cid-t4enAAB6h8 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-t4enAAB6h8 .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-t4enAAB6h8 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-t4enAAB6h8 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4enAAB6h8 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-t4enAAB6h8 .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t4enAAB6h8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t4enAAB6h8 .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-t4enAAB6h8 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-t4enAAB6h8 .navbar.collapsed.opened .navbar-collapse.show,
.cid-t4enAAB6h8 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-t4enAAB6h8 .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-t4enAAB6h8 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-t4enAAB6h8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t4enAAB6h8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4enAAB6h8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4enAAB6h8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t4enAAB6h8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4enAAB6h8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t4enAAB6h8 .navbar {
    flex-wrap: nowrap;
  }
  .cid-t4enAAB6h8 .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-t4enAAB6h8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4enAAB6h8 .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-t4enAAB6h8 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-t4enAAB6h8 .navbar.opened .navbar-collapse.show,
  .cid-t4enAAB6h8 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-t4enAAB6h8 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-t4enAAB6h8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t4enAAB6h8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4enAAB6h8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4enAAB6h8 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t4enAAB6h8 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-t4enAAB6h8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4enAAB6h8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-t4enAAB6h8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-t4enAAB6h8 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t4enAAB6h8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-t4enAAB6h8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t4enAAB6h8 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4enAAB6h8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4enAAB6h8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4enAAB6h8 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-t4enAAB6h8 .dropdown-item.active,
.cid-t4enAAB6h8 .dropdown-item:active {
  background-color: transparent;
}
.cid-t4enAAB6h8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4enAAB6h8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4enAAB6h8 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4enAAB6h8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t4enAAB6h8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4enAAB6h8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4enAAB6h8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t4enAAB6h8 .navbar-buttons {
  text-align: center;
}
.cid-t4enAAB6h8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4enAAB6h8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4enAAB6h8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4enAAB6h8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4enAAB6h8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4enAAB6h8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4enAAB6h8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4enAAB6h8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4enAAB6h8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4enAAB6h8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4enAAB6h8 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-t4enAAB6h8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-t4enAAB6h8 a.nav-link:focus {
  outline: none;
}
.cid-t4enAAB6h8 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4enAAB6h8 .nav-link:hover,
.cid-t4enAAB6h8 .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t4enAAB6h8 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-t4enAAB6h8 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t4eEagkG6V {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/our-people-bg-1.png");
}
.cid-t4eEagkG6V .mbr-section-title {
  color: #fafafa;
}
.cid-t4eEagkG6V .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-t4eEagJAIE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t4eEagJAIE img,
.cid-t4eEagJAIE .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-t4eEagJAIE .item:focus,
.cid-t4eEagJAIE span:focus {
  outline: none;
}
.cid-t4eEagJAIE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t4eEagJAIE .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-t4eEagJAIE .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-t4eEagJAIE .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-t4eEagJAIE .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-t4eEagJAIE .item-content {
    padding: 1rem 0;
  }
}
.cid-t4eEagJAIE .mbr-section-title {
  color: #03592d;
}
.cid-t4eEagJAIE .item-title {
  color: #000000;
  text-align: left;
}
.cid-t4eEagJAIE .item-subtitle {
  color: #232323;
}
.cid-t4eEagJAIE .mbr-text,
.cid-t4eEagJAIE .mbr-section-btn {
  color: #353535;
}
.cid-t4eEagJAIE .mbr-link {
  color: #e43f3f;
  text-align: left;
}
.cid-t4eEahaxpB {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t4eEahaxpB img,
.cid-t4eEahaxpB .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-t4eEahaxpB .item:focus,
.cid-t4eEahaxpB span:focus {
  outline: none;
}
.cid-t4eEahaxpB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t4eEahaxpB .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-t4eEahaxpB .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-t4eEahaxpB .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-t4eEahaxpB .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-t4eEahaxpB .item-content {
    padding: 1rem 0;
  }
}
.cid-t4eEahaxpB .mbr-section-title {
  color: #03592d;
}
.cid-t4eEahaxpB .item-title {
  color: #353535;
}
.cid-t4eEahaxpB .item-subtitle {
  color: #232323;
}
.cid-t4eEahaxpB .mbr-text,
.cid-t4eEahaxpB .mbr-section-btn {
  color: #353535;
}
.cid-t4eEahaxpB .mbr-link {
  color: #e43f3f;
}
.cid-t4eEahywZz {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t4eEahywZz img,
.cid-t4eEahywZz .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-t4eEahywZz .item:focus,
.cid-t4eEahywZz span:focus {
  outline: none;
}
.cid-t4eEahywZz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t4eEahywZz .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-t4eEahywZz .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-t4eEahywZz .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-t4eEahywZz .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-t4eEahywZz .item-content {
    padding: 1rem 0;
  }
}
.cid-t4eEahywZz .mbr-section-title {
  color: #03592d;
}
.cid-t4eEahywZz .item-title {
  color: #353535;
}
.cid-t4eEahywZz .item-subtitle {
  color: #232323;
}
.cid-t4eEahywZz .mbr-text,
.cid-t4eEahywZz .mbr-section-btn {
  color: #353535;
}
.cid-t4eEahywZz .mbr-link {
  color: #e43f3f;
}
.cid-tbletycEAW {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tbletycEAW img,
.cid-tbletycEAW .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-tbletycEAW .item:focus,
.cid-tbletycEAW span:focus {
  outline: none;
}
.cid-tbletycEAW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tbletycEAW .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tbletycEAW .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tbletycEAW .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tbletycEAW .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tbletycEAW .item-content {
    padding: 1rem 0;
  }
}
.cid-tbletycEAW .mbr-section-title {
  color: #03592d;
}
.cid-tbletycEAW .item-title {
  color: #353535;
}
.cid-tbletycEAW .item-subtitle {
  color: #232323;
}
.cid-tbletycEAW .mbr-text,
.cid-tbletycEAW .mbr-section-btn {
  color: #353535;
}
.cid-tbletycEAW .mbr-link {
  color: #e43f3f;
}
.cid-t4eEaiLBdW {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4eEaiLBdW .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-t4eEaiLBdW .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t4eEaiLBdW .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t4eEaiLBdW .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t4eEaiLBdW .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t4eEaiLBdW .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-t4eEaiLBdW .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t4eEaiLBdW .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-t4eEaiLBdW .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-t4eEaiLBdW .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t4eEaiLBdW .soc-item a {
  color: #ffffff;
}
.cid-t4eEaiLBdW .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t4eEaiLBdW .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-t4eEaiLBdW .mbr-tag,
.cid-t4eEaiLBdW .social-row {
  color: #ffffff;
}
.cid-t4eEaiLBdW .copyright {
  color: #ffffff;
}
.cid-t4eEaiLBdW P {
  color: #000000;
}
.cid-t4eEajqwVr .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-t4eEajqwVr .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-t4eEajqwVr .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-t4eEajqwVr .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4eEajqwVr .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-t4eEajqwVr .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t4eEajqwVr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t4eEajqwVr .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-t4eEajqwVr .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-t4eEajqwVr .navbar.collapsed.opened .navbar-collapse.show,
.cid-t4eEajqwVr .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-t4eEajqwVr .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-t4eEajqwVr .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-t4eEajqwVr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t4eEajqwVr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4eEajqwVr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4eEajqwVr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t4eEajqwVr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4eEajqwVr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t4eEajqwVr .navbar {
    flex-wrap: nowrap;
  }
  .cid-t4eEajqwVr .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-t4eEajqwVr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4eEajqwVr .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-t4eEajqwVr .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-t4eEajqwVr .navbar.opened .navbar-collapse.show,
  .cid-t4eEajqwVr .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-t4eEajqwVr .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-t4eEajqwVr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t4eEajqwVr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4eEajqwVr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4eEajqwVr .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t4eEajqwVr .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-t4eEajqwVr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4eEajqwVr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-t4eEajqwVr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-t4eEajqwVr .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t4eEajqwVr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-t4eEajqwVr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t4eEajqwVr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4eEajqwVr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4eEajqwVr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4eEajqwVr .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-t4eEajqwVr .dropdown-item.active,
.cid-t4eEajqwVr .dropdown-item:active {
  background-color: transparent;
}
.cid-t4eEajqwVr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4eEajqwVr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4eEajqwVr .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4eEajqwVr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t4eEajqwVr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4eEajqwVr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4eEajqwVr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t4eEajqwVr .navbar-buttons {
  text-align: center;
}
.cid-t4eEajqwVr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4eEajqwVr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4eEajqwVr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4eEajqwVr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4eEajqwVr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4eEajqwVr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4eEajqwVr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4eEajqwVr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4eEajqwVr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4eEajqwVr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4eEajqwVr .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-t4eEajqwVr a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-t4eEajqwVr a.nav-link:focus {
  outline: none;
}
.cid-t4eEajqwVr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4eEajqwVr .nav-link:hover,
.cid-t4eEajqwVr .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t4eEajqwVr .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-t4eEajqwVr .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t5rNqUDnPr {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t5rNqUDnPr .link a {
  background-image: none !important;
}
.cid-t5rNqUDnPr .item-wrapper {
  margin-bottom: 56px;
}
.cid-t5rNqUDnPr .date {
  margin-bottom: 6px;
  color: #ffffff;
}
.cid-t5rNqUDnPr .card-heading {
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffffff;
}
.cid-t5rNqUDnPr .p {
  margin-bottom: 29px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-t5rNqUDnPr a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-t5rNqUDnPr rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-t5rNqUDnPr .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-t5rNqUDnPr svg {
  margin-left: 15px;
}
.cid-t5rNqUDnPr path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-t5rNqUDnPr .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-t5rNqUDnPr .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-t5rNqUDnPr .row {
  justify-content: center;
}
.cid-t5rNqUDnPr .p,
.cid-t5rNqUDnPr .link {
  color: #ffffff;
  text-align: left;
}
.cid-t5rNqUXu5P {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t5rNqUXu5P .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-t5rNqUXu5P .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t5rNqUXu5P .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t5rNqUXu5P .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t5rNqUXu5P .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t5rNqUXu5P .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-t5rNqUXu5P .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t5rNqUXu5P .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-t5rNqUXu5P .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-t5rNqUXu5P .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t5rNqUXu5P .soc-item a {
  color: #ffffff;
}
.cid-t5rNqUXu5P .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t5rNqUXu5P .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-t5rNqUXu5P .mbr-tag,
.cid-t5rNqUXu5P .social-row {
  color: #ffffff;
}
.cid-t5rNqUXu5P .copyright {
  color: #ffffff;
}
.cid-t5rNqUXu5P P {
  color: #000000;
}
.cid-t5rNqVq3tk .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-t5rNqVq3tk .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-t5rNqVq3tk .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-t5rNqVq3tk .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t5rNqVq3tk .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-t5rNqVq3tk .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t5rNqVq3tk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t5rNqVq3tk .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-t5rNqVq3tk .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-t5rNqVq3tk .navbar.collapsed.opened .navbar-collapse.show,
.cid-t5rNqVq3tk .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-t5rNqVq3tk .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-t5rNqVq3tk .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-t5rNqVq3tk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t5rNqVq3tk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t5rNqVq3tk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t5rNqVq3tk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t5rNqVq3tk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t5rNqVq3tk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t5rNqVq3tk .navbar {
    flex-wrap: nowrap;
  }
  .cid-t5rNqVq3tk .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-t5rNqVq3tk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t5rNqVq3tk .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-t5rNqVq3tk .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-t5rNqVq3tk .navbar.opened .navbar-collapse.show,
  .cid-t5rNqVq3tk .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-t5rNqVq3tk .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-t5rNqVq3tk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t5rNqVq3tk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t5rNqVq3tk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t5rNqVq3tk .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t5rNqVq3tk .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-t5rNqVq3tk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t5rNqVq3tk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-t5rNqVq3tk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-t5rNqVq3tk .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t5rNqVq3tk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-t5rNqVq3tk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t5rNqVq3tk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t5rNqVq3tk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t5rNqVq3tk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t5rNqVq3tk .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-t5rNqVq3tk .dropdown-item.active,
.cid-t5rNqVq3tk .dropdown-item:active {
  background-color: transparent;
}
.cid-t5rNqVq3tk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t5rNqVq3tk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t5rNqVq3tk .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t5rNqVq3tk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t5rNqVq3tk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t5rNqVq3tk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t5rNqVq3tk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t5rNqVq3tk .navbar-buttons {
  text-align: center;
}
.cid-t5rNqVq3tk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t5rNqVq3tk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t5rNqVq3tk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t5rNqVq3tk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5rNqVq3tk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5rNqVq3tk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t5rNqVq3tk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5rNqVq3tk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t5rNqVq3tk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t5rNqVq3tk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5rNqVq3tk .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-t5rNqVq3tk a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-t5rNqVq3tk a.nav-link:focus {
  outline: none;
}
.cid-t5rNqVq3tk .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t5rNqVq3tk .nav-link:hover,
.cid-t5rNqVq3tk .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t5rNqVq3tk .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-t5rNqVq3tk .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t6fzjfTf1v {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/our-people-bg-1.png");
}
.cid-t6fzjfTf1v .mbr-section-title {
  color: #ffffff;
}
.cid-t6fzjfTf1v .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t6fxTvTNZt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t6fxTvTNZt .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-t6fxTvTNZt .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-t6fxTvTNZt .panel-group {
  border: none;
}
.cid-t6fxTvTNZt .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-t6fxTvTNZt .panel-body,
.cid-t6fxTvTNZt .card-header {
  padding: 1rem 0;
}
.cid-t6fxTvTNZt .panel-title-edit {
  color: #005a28;
}
.cid-t6fxTvTNZt .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-t6fxTvTNZt H3 {
  color: #005a28;
}
.cid-t6fxTvTNZt .panel-text {
  color: #000000;
}
.cid-t6fxTvtPUo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg-2-1371x658.png");
}
.cid-t6fxTvtPUo .mbr-section-subtitle {
  text-align: left;
}
.cid-t6fxTvtPUo .mbr-section-title {
  color: #005a28;
}
.cid-t6fxTxvNn9 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t6fxTxvNn9 .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-t6fxTxvNn9 .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t6fxTxvNn9 .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t6fxTxvNn9 .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t6fxTxvNn9 .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t6fxTxvNn9 .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-t6fxTxvNn9 .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t6fxTxvNn9 .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-t6fxTxvNn9 .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-t6fxTxvNn9 .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t6fxTxvNn9 .soc-item a {
  color: #ffffff;
}
.cid-t6fxTxvNn9 .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t6fxTxvNn9 .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-t6fxTxvNn9 .mbr-tag,
.cid-t6fxTxvNn9 .social-row {
  color: #ffffff;
}
.cid-t6fxTxvNn9 .copyright {
  color: #ffffff;
}
.cid-t6fxTxvNn9 P {
  color: #000000;
}
.cid-t6fxTyirWd .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-t6fxTyirWd .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-t6fxTyirWd .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-t6fxTyirWd .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t6fxTyirWd .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-t6fxTyirWd .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t6fxTyirWd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t6fxTyirWd .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-t6fxTyirWd .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-t6fxTyirWd .navbar.collapsed.opened .navbar-collapse.show,
.cid-t6fxTyirWd .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-t6fxTyirWd .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-t6fxTyirWd .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-t6fxTyirWd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t6fxTyirWd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t6fxTyirWd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t6fxTyirWd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t6fxTyirWd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t6fxTyirWd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t6fxTyirWd .navbar {
    flex-wrap: nowrap;
  }
  .cid-t6fxTyirWd .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-t6fxTyirWd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t6fxTyirWd .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-t6fxTyirWd .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-t6fxTyirWd .navbar.opened .navbar-collapse.show,
  .cid-t6fxTyirWd .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-t6fxTyirWd .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-t6fxTyirWd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t6fxTyirWd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t6fxTyirWd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t6fxTyirWd .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t6fxTyirWd .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-t6fxTyirWd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t6fxTyirWd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-t6fxTyirWd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-t6fxTyirWd .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t6fxTyirWd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-t6fxTyirWd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t6fxTyirWd .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t6fxTyirWd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t6fxTyirWd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t6fxTyirWd .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-t6fxTyirWd .dropdown-item.active,
.cid-t6fxTyirWd .dropdown-item:active {
  background-color: transparent;
}
.cid-t6fxTyirWd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t6fxTyirWd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t6fxTyirWd .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t6fxTyirWd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t6fxTyirWd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t6fxTyirWd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t6fxTyirWd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t6fxTyirWd .navbar-buttons {
  text-align: center;
}
.cid-t6fxTyirWd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t6fxTyirWd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t6fxTyirWd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t6fxTyirWd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6fxTyirWd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6fxTyirWd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t6fxTyirWd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6fxTyirWd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t6fxTyirWd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t6fxTyirWd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6fxTyirWd .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-t6fxTyirWd a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-t6fxTyirWd a.nav-link:focus {
  outline: none;
}
.cid-t6fxTyirWd .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t6fxTyirWd .nav-link:hover,
.cid-t6fxTyirWd .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t6fxTyirWd .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-t6fxTyirWd .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t97BtdMopf {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t97BtdMopf .link a {
  background-image: none !important;
}
.cid-t97BtdMopf .item-wrapper {
  margin-bottom: 56px;
}
.cid-t97BtdMopf .date {
  margin-bottom: 6px;
  color: #ffffff;
}
.cid-t97BtdMopf .card-heading {
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffffff;
}
.cid-t97BtdMopf .p {
  margin-bottom: 29px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-t97BtdMopf a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-t97BtdMopf rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-t97BtdMopf .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-t97BtdMopf svg {
  margin-left: 15px;
}
.cid-t97BtdMopf path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-t97BtdMopf .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-t97BtdMopf .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-t97BtdMopf .row {
  justify-content: center;
}
.cid-t97BtdMopf .p,
.cid-t97BtdMopf .link {
  color: #ffffff;
  text-align: left;
}
.cid-t97BteH1Mn {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t97BteH1Mn .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-t97BteH1Mn .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t97BteH1Mn .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t97BteH1Mn .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t97BteH1Mn .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t97BteH1Mn .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-t97BteH1Mn .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t97BteH1Mn .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-t97BteH1Mn .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-t97BteH1Mn .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t97BteH1Mn .soc-item a {
  color: #ffffff;
}
.cid-t97BteH1Mn .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t97BteH1Mn .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-t97BteH1Mn .mbr-tag,
.cid-t97BteH1Mn .social-row {
  color: #ffffff;
}
.cid-t97BteH1Mn .copyright {
  color: #ffffff;
}
.cid-t97BteH1Mn P {
  color: #000000;
}
.cid-t97BtfCt2x .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-t97BtfCt2x .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-t97BtfCt2x .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-t97BtfCt2x .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t97BtfCt2x .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-t97BtfCt2x .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t97BtfCt2x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t97BtfCt2x .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-t97BtfCt2x .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-t97BtfCt2x .navbar.collapsed.opened .navbar-collapse.show,
.cid-t97BtfCt2x .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-t97BtfCt2x .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-t97BtfCt2x .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-t97BtfCt2x .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t97BtfCt2x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t97BtfCt2x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t97BtfCt2x .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t97BtfCt2x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t97BtfCt2x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t97BtfCt2x .navbar {
    flex-wrap: nowrap;
  }
  .cid-t97BtfCt2x .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-t97BtfCt2x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t97BtfCt2x .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-t97BtfCt2x .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-t97BtfCt2x .navbar.opened .navbar-collapse.show,
  .cid-t97BtfCt2x .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-t97BtfCt2x .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-t97BtfCt2x .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t97BtfCt2x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t97BtfCt2x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t97BtfCt2x .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t97BtfCt2x .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-t97BtfCt2x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t97BtfCt2x .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-t97BtfCt2x .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-t97BtfCt2x .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t97BtfCt2x .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-t97BtfCt2x .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t97BtfCt2x .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t97BtfCt2x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t97BtfCt2x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t97BtfCt2x .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-t97BtfCt2x .dropdown-item.active,
.cid-t97BtfCt2x .dropdown-item:active {
  background-color: transparent;
}
.cid-t97BtfCt2x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t97BtfCt2x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t97BtfCt2x .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t97BtfCt2x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t97BtfCt2x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t97BtfCt2x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t97BtfCt2x ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t97BtfCt2x .navbar-buttons {
  text-align: center;
}
.cid-t97BtfCt2x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t97BtfCt2x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t97BtfCt2x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t97BtfCt2x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t97BtfCt2x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t97BtfCt2x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t97BtfCt2x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t97BtfCt2x nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t97BtfCt2x nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t97BtfCt2x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t97BtfCt2x .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-t97BtfCt2x a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-t97BtfCt2x a.nav-link:focus {
  outline: none;
}
.cid-t97BtfCt2x .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t97BtfCt2x .nav-link:hover,
.cid-t97BtfCt2x .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t97BtfCt2x .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-t97BtfCt2x .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t97Cx5hh4t {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t97Cx5hh4t .link a {
  background-image: none !important;
}
.cid-t97Cx5hh4t .item-wrapper {
  margin-bottom: 56px;
}
.cid-t97Cx5hh4t .date {
  margin-bottom: 6px;
  color: #ffffff;
}
.cid-t97Cx5hh4t .card-heading {
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffffff;
}
.cid-t97Cx5hh4t .p {
  margin-bottom: 29px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-t97Cx5hh4t a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-t97Cx5hh4t rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-t97Cx5hh4t .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-t97Cx5hh4t svg {
  margin-left: 15px;
}
.cid-t97Cx5hh4t path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-t97Cx5hh4t .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-t97Cx5hh4t .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-t97Cx5hh4t .row {
  justify-content: center;
}
.cid-t97Cx5hh4t .p,
.cid-t97Cx5hh4t .link {
  color: #ffffff;
  text-align: left;
}
.cid-t97Cx657Is {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t97Cx657Is .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-t97Cx657Is .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t97Cx657Is .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t97Cx657Is .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t97Cx657Is .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t97Cx657Is .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-t97Cx657Is .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t97Cx657Is .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-t97Cx657Is .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-t97Cx657Is .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t97Cx657Is .soc-item a {
  color: #ffffff;
}
.cid-t97Cx657Is .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t97Cx657Is .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-t97Cx657Is .mbr-tag,
.cid-t97Cx657Is .social-row {
  color: #ffffff;
}
.cid-t97Cx657Is .copyright {
  color: #ffffff;
}
.cid-t97Cx657Is P {
  color: #000000;
}
.cid-t97Cx6Y8qY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-t97Cx6Y8qY .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-t97Cx6Y8qY .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-t97Cx6Y8qY .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t97Cx6Y8qY .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-t97Cx6Y8qY .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t97Cx6Y8qY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t97Cx6Y8qY .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-t97Cx6Y8qY .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-t97Cx6Y8qY .navbar.collapsed.opened .navbar-collapse.show,
.cid-t97Cx6Y8qY .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-t97Cx6Y8qY .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-t97Cx6Y8qY .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-t97Cx6Y8qY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t97Cx6Y8qY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t97Cx6Y8qY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t97Cx6Y8qY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t97Cx6Y8qY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t97Cx6Y8qY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t97Cx6Y8qY .navbar {
    flex-wrap: nowrap;
  }
  .cid-t97Cx6Y8qY .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-t97Cx6Y8qY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t97Cx6Y8qY .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-t97Cx6Y8qY .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-t97Cx6Y8qY .navbar.opened .navbar-collapse.show,
  .cid-t97Cx6Y8qY .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-t97Cx6Y8qY .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-t97Cx6Y8qY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t97Cx6Y8qY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t97Cx6Y8qY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t97Cx6Y8qY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t97Cx6Y8qY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-t97Cx6Y8qY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t97Cx6Y8qY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-t97Cx6Y8qY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-t97Cx6Y8qY .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t97Cx6Y8qY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-t97Cx6Y8qY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t97Cx6Y8qY .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t97Cx6Y8qY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t97Cx6Y8qY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t97Cx6Y8qY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-t97Cx6Y8qY .dropdown-item.active,
.cid-t97Cx6Y8qY .dropdown-item:active {
  background-color: transparent;
}
.cid-t97Cx6Y8qY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t97Cx6Y8qY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t97Cx6Y8qY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t97Cx6Y8qY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t97Cx6Y8qY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t97Cx6Y8qY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t97Cx6Y8qY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t97Cx6Y8qY .navbar-buttons {
  text-align: center;
}
.cid-t97Cx6Y8qY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t97Cx6Y8qY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t97Cx6Y8qY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t97Cx6Y8qY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t97Cx6Y8qY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t97Cx6Y8qY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t97Cx6Y8qY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t97Cx6Y8qY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t97Cx6Y8qY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t97Cx6Y8qY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t97Cx6Y8qY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-t97Cx6Y8qY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-t97Cx6Y8qY a.nav-link:focus {
  outline: none;
}
.cid-t97Cx6Y8qY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t97Cx6Y8qY .nav-link:hover,
.cid-t97Cx6Y8qY .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t97Cx6Y8qY .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-t97Cx6Y8qY .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-teACeQy4t2 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/our-people-bg-1.png");
}
.cid-teACeQy4t2 .mbr-section-title {
  color: #fafafa;
}
.cid-teACeQy4t2 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-teACeRWLrQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-teACeRWLrQ img,
.cid-teACeRWLrQ .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-teACeRWLrQ .item:focus,
.cid-teACeRWLrQ span:focus {
  outline: none;
}
.cid-teACeRWLrQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teACeRWLrQ .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-teACeRWLrQ .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-teACeRWLrQ .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-teACeRWLrQ .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-teACeRWLrQ .item-content {
    padding: 1rem 0;
  }
}
.cid-teACeRWLrQ .mbr-section-title {
  color: #03592d;
}
.cid-teACeRWLrQ .item-title {
  color: #353535;
}
.cid-teACeRWLrQ .item-subtitle {
  color: #232323;
}
.cid-teACeRWLrQ .mbr-text,
.cid-teACeRWLrQ .mbr-section-btn {
  color: #353535;
}
.cid-teACeRWLrQ .mbr-link {
  color: #e43f3f;
}
.cid-teACeSe2Cz {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-teACeSe2Cz .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-teACeSe2Cz .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-teACeSe2Cz .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-teACeSe2Cz .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-teACeSe2Cz .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-teACeSe2Cz .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-teACeSe2Cz .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-teACeSe2Cz .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-teACeSe2Cz .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-teACeSe2Cz .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-teACeSe2Cz .soc-item a {
  color: #ffffff;
}
.cid-teACeSe2Cz .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-teACeSe2Cz .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-teACeSe2Cz .mbr-tag,
.cid-teACeSe2Cz .social-row {
  color: #ffffff;
}
.cid-teACeSe2Cz .copyright {
  color: #ffffff;
}
.cid-teACeSe2Cz P {
  color: #000000;
}
.cid-teACeSLtK9 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-teACeSLtK9 .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-teACeSLtK9 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-teACeSLtK9 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-teACeSLtK9 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-teACeSLtK9 .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-teACeSLtK9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-teACeSLtK9 .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-teACeSLtK9 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-teACeSLtK9 .navbar.collapsed.opened .navbar-collapse.show,
.cid-teACeSLtK9 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-teACeSLtK9 .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-teACeSLtK9 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-teACeSLtK9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-teACeSLtK9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-teACeSLtK9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-teACeSLtK9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-teACeSLtK9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-teACeSLtK9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-teACeSLtK9 .navbar {
    flex-wrap: nowrap;
  }
  .cid-teACeSLtK9 .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-teACeSLtK9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-teACeSLtK9 .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-teACeSLtK9 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-teACeSLtK9 .navbar.opened .navbar-collapse.show,
  .cid-teACeSLtK9 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-teACeSLtK9 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-teACeSLtK9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-teACeSLtK9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-teACeSLtK9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-teACeSLtK9 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-teACeSLtK9 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-teACeSLtK9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-teACeSLtK9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-teACeSLtK9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-teACeSLtK9 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-teACeSLtK9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-teACeSLtK9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-teACeSLtK9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-teACeSLtK9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-teACeSLtK9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-teACeSLtK9 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-teACeSLtK9 .dropdown-item.active,
.cid-teACeSLtK9 .dropdown-item:active {
  background-color: transparent;
}
.cid-teACeSLtK9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-teACeSLtK9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-teACeSLtK9 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-teACeSLtK9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-teACeSLtK9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-teACeSLtK9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teACeSLtK9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-teACeSLtK9 .navbar-buttons {
  text-align: center;
}
.cid-teACeSLtK9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-teACeSLtK9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-teACeSLtK9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-teACeSLtK9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teACeSLtK9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teACeSLtK9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-teACeSLtK9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teACeSLtK9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-teACeSLtK9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-teACeSLtK9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teACeSLtK9 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-teACeSLtK9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-teACeSLtK9 a.nav-link:focus {
  outline: none;
}
.cid-teACeSLtK9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-teACeSLtK9 .nav-link:hover,
.cid-teACeSLtK9 .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-teACeSLtK9 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-teACeSLtK9 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-thRrFAqSmz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 280px;
  background-image: url("../../../assets/images/career-page-cover-scaled-2000x1334.jpg");
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-thRrFAqSmz {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-thRrFAqSmz {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-thRrFAqSmz {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-thRrFAqSmz {
    min-height: 610px;
  }
}
.cid-thRrFAqSmz .mbr-fallback-image.disabled {
  display: none;
}
.cid-thRrFAqSmz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thRrFAqSmz .row {
  justify-content: flex-start;
}
.cid-thRrFAqSmz .mbr-section-title {
  color: #FEF9EE;
}
.cid-thRrFAqSmz .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-thRrFAqSmz .mbr-text {
  color: #FEF9EE;
}
.cid-thRrFEJbzS {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-thRrFEJbzS input,
.cid-thRrFEJbzS 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-thRrFEJbzS input:focus,
.cid-thRrFEJbzS textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-thRrFEJbzS .form-control,
.cid-thRrFEJbzS .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-thRrFEJbzS input::-webkit-input-placeholder,
.cid-thRrFEJbzS textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-thRrFEJbzS input:-moz-placeholder,
.cid-thRrFEJbzS textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-thRrFEJbzS .jq-selectbox li,
.cid-thRrFEJbzS .jq-selectbox li {
  background-color: #ffffff;
}
.cid-thRrFEJbzS .jq-selectbox li:hover,
.cid-thRrFEJbzS .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-thRrFEJbzS .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-thRrFEJbzS .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-thRrFEJbzS .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-thRrFEJbzS .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-thRrFEJbzS .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-thRrFEJbzS .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-thRrFEJbzS .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-thRrFEJbzS .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-thRrFEJbzS .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-thRrFEJbzS .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-thRrFEJbzS .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-thRrFEJbzS .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-thRrFEJbzS .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-thRrFEJbzS .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: #03592d;
  margin-right: 10px;
}
.cid-thRrFEJbzS .team-left-inner .team-info-block .social span:hover {
  background-color: #03592d;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-thRrFEJbzS .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-thRrFEJbzS .entry-content .text-box {
  padding: 0rem;
}
.cid-thRrFEJbzS .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-thRrFEJbzS .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-thRrFEJbzS .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-thRrFEJbzS .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-thRrFEJbzS .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-thRrFEJbzS .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-thRrFEJbzS .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-thRrFEJbzS .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-thRrFEJbzS .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 #005a28;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-thRrFEJbzS .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-thRrFEJbzS .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-thRrFEJbzS .entry-content .contact {
  margin-top: 30px;
}
.cid-thRrFEJbzS .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-thRrFEJbzS .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-thRrFEJbzS .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-thRrFEJbzS .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-thRrFEJbzS .entry-content .contact .btn-black:hover {
  background-color: #03592d !important;
  border-color: #03592d !important;
}
.cid-thRrFEJbzS .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-thRrFEJbzS .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-thRrFEJbzS .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-thRrFEJbzS .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-thRrFEJbzS .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-thRrFEJbzS .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-thRrFEJbzS .progress_elements .progress1 progress::after {
  left: 90%;
  border: 3px solid #005a28;
}
.cid-thRrFEJbzS .progress_elements .progress2 progress::after {
  left: 95%;
  border: 3px solid #005a28;
}
.cid-thRrFEJbzS .progress_elements .progress3 progress::after {
  left: 71%;
  border: 3px solid #005a28;
}
.cid-thRrFEJbzS .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-thRrFEJbzS progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-thRrFEJbzS .progress1 progress::-webkit-progress-value {
  background: #005a28;
}
.cid-thRrFEJbzS .progress2 progress::-webkit-progress-value {
  background: #005a28;
}
.cid-thRrFEJbzS .progress3 progress::-webkit-progress-value {
  background: #005a28;
}
.cid-thRrFEJbzS .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-thRrFEJbzS .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-thRrFEJbzS .progressbar-title p {
  color: #6d7a8c;
}
.cid-thRrFEJbzS .team-left-inner .team-info-block .personal-title {
  color: #03592d;
}
.cid-thRrFEJbzS .team-left-inner .team-info-block .team-title {
  color: #03592d;
  text-align: center;
}
.cid-thRrFEJbzS .team-left-inner .team-info-block .team-designation {
  color: #232323;
  text-align: center;
}
.cid-thRrFEJbzS .entry-content .capabilities .capabilities-title,
.cid-thRrFEJbzS .entry-content .capabilities .mbr-list .list {
  color: #03592d;
}
.cid-thRrFEJbzS .contact .contact-title {
  color: #03592d;
}
.cid-thRrFEJbzS .entry-content .text-box .card-title {
  color: #03592d;
}
.cid-thRrFEJbzS .entry-content .text-box .doc-descr {
  color: #353535;
}
.cid-thRrFGTKUd {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-thRrFGTKUd .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-thRrFGTKUd .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-thRrFGTKUd .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-thRrFGTKUd .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-thRrFGTKUd .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-thRrFGTKUd .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-thRrFGTKUd .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-thRrFGTKUd .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-thRrFGTKUd .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-thRrFGTKUd .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-thRrFGTKUd .soc-item a {
  color: #ffffff;
}
.cid-thRrFGTKUd .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-thRrFGTKUd .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-thRrFGTKUd .mbr-tag,
.cid-thRrFGTKUd .social-row {
  color: #ffffff;
}
.cid-thRrFGTKUd .copyright {
  color: #ffffff;
}
.cid-thRrFGTKUd P {
  color: #000000;
}
.cid-thRrFIMo7c .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-thRrFIMo7c .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-thRrFIMo7c .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-thRrFIMo7c .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-thRrFIMo7c .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-thRrFIMo7c .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-thRrFIMo7c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-thRrFIMo7c .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-thRrFIMo7c .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-thRrFIMo7c .navbar.collapsed.opened .navbar-collapse.show,
.cid-thRrFIMo7c .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-thRrFIMo7c .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-thRrFIMo7c .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-thRrFIMo7c .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-thRrFIMo7c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thRrFIMo7c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thRrFIMo7c .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-thRrFIMo7c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thRrFIMo7c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-thRrFIMo7c .navbar {
    flex-wrap: nowrap;
  }
  .cid-thRrFIMo7c .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-thRrFIMo7c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thRrFIMo7c .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-thRrFIMo7c .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-thRrFIMo7c .navbar.opened .navbar-collapse.show,
  .cid-thRrFIMo7c .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-thRrFIMo7c .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-thRrFIMo7c .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-thRrFIMo7c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thRrFIMo7c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thRrFIMo7c .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-thRrFIMo7c .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-thRrFIMo7c .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thRrFIMo7c .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-thRrFIMo7c .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-thRrFIMo7c .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-thRrFIMo7c .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-thRrFIMo7c .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-thRrFIMo7c .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thRrFIMo7c .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thRrFIMo7c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thRrFIMo7c .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-thRrFIMo7c .dropdown-item.active,
.cid-thRrFIMo7c .dropdown-item:active {
  background-color: transparent;
}
.cid-thRrFIMo7c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thRrFIMo7c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thRrFIMo7c .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thRrFIMo7c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-thRrFIMo7c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thRrFIMo7c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thRrFIMo7c ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-thRrFIMo7c .navbar-buttons {
  text-align: center;
}
.cid-thRrFIMo7c button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-thRrFIMo7c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-thRrFIMo7c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-thRrFIMo7c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thRrFIMo7c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thRrFIMo7c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thRrFIMo7c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thRrFIMo7c nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thRrFIMo7c nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thRrFIMo7c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thRrFIMo7c .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-thRrFIMo7c a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-thRrFIMo7c a.nav-link:focus {
  outline: none;
}
.cid-thRrFIMo7c .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-thRrFIMo7c .nav-link:hover,
.cid-thRrFIMo7c .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thRrFIMo7c .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-thRrFIMo7c .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-thS6Mnwirt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 280px;
  background-image: url("../../../assets/images/career-page-cover-scaled-2000x1334.jpg");
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-thS6Mnwirt {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-thS6Mnwirt {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-thS6Mnwirt {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-thS6Mnwirt {
    min-height: 610px;
  }
}
.cid-thS6Mnwirt .mbr-fallback-image.disabled {
  display: none;
}
.cid-thS6Mnwirt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thS6Mnwirt .row {
  justify-content: flex-start;
}
.cid-thS6Mnwirt .mbr-section-title {
  color: #FEF9EE;
}
.cid-thS6Mnwirt .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-thS6Mnwirt .mbr-text {
  color: #FEF9EE;
}
.cid-thS6MoHLEx {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-thS6MoHLEx input,
.cid-thS6MoHLEx 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-thS6MoHLEx input:focus,
.cid-thS6MoHLEx textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-thS6MoHLEx .form-control,
.cid-thS6MoHLEx .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-thS6MoHLEx input::-webkit-input-placeholder,
.cid-thS6MoHLEx textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-thS6MoHLEx input:-moz-placeholder,
.cid-thS6MoHLEx textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-thS6MoHLEx .jq-selectbox li,
.cid-thS6MoHLEx .jq-selectbox li {
  background-color: #ffffff;
}
.cid-thS6MoHLEx .jq-selectbox li:hover,
.cid-thS6MoHLEx .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-thS6MoHLEx .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-thS6MoHLEx .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-thS6MoHLEx .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-thS6MoHLEx .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-thS6MoHLEx .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-thS6MoHLEx .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-thS6MoHLEx .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-thS6MoHLEx .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-thS6MoHLEx .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-thS6MoHLEx .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-thS6MoHLEx .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-thS6MoHLEx .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-thS6MoHLEx .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-thS6MoHLEx .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: #03592d;
  margin-right: 10px;
}
.cid-thS6MoHLEx .team-left-inner .team-info-block .social span:hover {
  background-color: #03592d;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-thS6MoHLEx .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-thS6MoHLEx .entry-content .text-box {
  padding: 0rem;
}
.cid-thS6MoHLEx .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-thS6MoHLEx .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-thS6MoHLEx .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-thS6MoHLEx .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-thS6MoHLEx .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-thS6MoHLEx .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-thS6MoHLEx .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-thS6MoHLEx .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-thS6MoHLEx .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 #005a28;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-thS6MoHLEx .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-thS6MoHLEx .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-thS6MoHLEx .entry-content .contact {
  margin-top: 30px;
}
.cid-thS6MoHLEx .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-thS6MoHLEx .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-thS6MoHLEx .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-thS6MoHLEx .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-thS6MoHLEx .entry-content .contact .btn-black:hover {
  background-color: #03592d !important;
  border-color: #03592d !important;
}
.cid-thS6MoHLEx .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-thS6MoHLEx .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-thS6MoHLEx .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-thS6MoHLEx .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-thS6MoHLEx .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-thS6MoHLEx .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-thS6MoHLEx .progress_elements .progress1 progress::after {
  left: 90%;
  border: 3px solid #005a28;
}
.cid-thS6MoHLEx .progress_elements .progress2 progress::after {
  left: 95%;
  border: 3px solid #005a28;
}
.cid-thS6MoHLEx .progress_elements .progress3 progress::after {
  left: 71%;
  border: 3px solid #005a28;
}
.cid-thS6MoHLEx .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-thS6MoHLEx progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-thS6MoHLEx .progress1 progress::-webkit-progress-value {
  background: #005a28;
}
.cid-thS6MoHLEx .progress2 progress::-webkit-progress-value {
  background: #005a28;
}
.cid-thS6MoHLEx .progress3 progress::-webkit-progress-value {
  background: #005a28;
}
.cid-thS6MoHLEx .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-thS6MoHLEx .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-thS6MoHLEx .progressbar-title p {
  color: #6d7a8c;
}
.cid-thS6MoHLEx .team-left-inner .team-info-block .personal-title {
  color: #03592d;
}
.cid-thS6MoHLEx .team-left-inner .team-info-block .team-title {
  color: #03592d;
  text-align: center;
}
.cid-thS6MoHLEx .team-left-inner .team-info-block .team-designation {
  color: #232323;
  text-align: center;
}
.cid-thS6MoHLEx .entry-content .capabilities .capabilities-title,
.cid-thS6MoHLEx .entry-content .capabilities .mbr-list .list {
  color: #03592d;
}
.cid-thS6MoHLEx .contact .contact-title {
  color: #03592d;
}
.cid-thS6MoHLEx .entry-content .text-box .card-title {
  color: #03592d;
}
.cid-thS6MoHLEx .entry-content .text-box .doc-descr {
  color: #353535;
}
.cid-thS6Mq1Aoa {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-thS6Mq1Aoa .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-thS6Mq1Aoa .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-thS6Mq1Aoa .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-thS6Mq1Aoa .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-thS6Mq1Aoa .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-thS6Mq1Aoa .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-thS6Mq1Aoa .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-thS6Mq1Aoa .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-thS6Mq1Aoa .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-thS6Mq1Aoa .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-thS6Mq1Aoa .soc-item a {
  color: #ffffff;
}
.cid-thS6Mq1Aoa .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-thS6Mq1Aoa .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-thS6Mq1Aoa .mbr-tag,
.cid-thS6Mq1Aoa .social-row {
  color: #ffffff;
}
.cid-thS6Mq1Aoa .copyright {
  color: #ffffff;
}
.cid-thS6Mq1Aoa P {
  color: #000000;
}
.cid-thS6Mrpwnw .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-thS6Mrpwnw .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-thS6Mrpwnw .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-thS6Mrpwnw .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-thS6Mrpwnw .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-thS6Mrpwnw .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-thS6Mrpwnw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-thS6Mrpwnw .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-thS6Mrpwnw .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-thS6Mrpwnw .navbar.collapsed.opened .navbar-collapse.show,
.cid-thS6Mrpwnw .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-thS6Mrpwnw .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-thS6Mrpwnw .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-thS6Mrpwnw .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-thS6Mrpwnw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thS6Mrpwnw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thS6Mrpwnw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-thS6Mrpwnw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thS6Mrpwnw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-thS6Mrpwnw .navbar {
    flex-wrap: nowrap;
  }
  .cid-thS6Mrpwnw .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-thS6Mrpwnw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thS6Mrpwnw .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-thS6Mrpwnw .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-thS6Mrpwnw .navbar.opened .navbar-collapse.show,
  .cid-thS6Mrpwnw .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-thS6Mrpwnw .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-thS6Mrpwnw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-thS6Mrpwnw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thS6Mrpwnw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thS6Mrpwnw .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-thS6Mrpwnw .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-thS6Mrpwnw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thS6Mrpwnw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-thS6Mrpwnw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-thS6Mrpwnw .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-thS6Mrpwnw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-thS6Mrpwnw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-thS6Mrpwnw .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thS6Mrpwnw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thS6Mrpwnw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thS6Mrpwnw .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-thS6Mrpwnw .dropdown-item.active,
.cid-thS6Mrpwnw .dropdown-item:active {
  background-color: transparent;
}
.cid-thS6Mrpwnw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thS6Mrpwnw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thS6Mrpwnw .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thS6Mrpwnw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-thS6Mrpwnw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thS6Mrpwnw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thS6Mrpwnw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-thS6Mrpwnw .navbar-buttons {
  text-align: center;
}
.cid-thS6Mrpwnw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-thS6Mrpwnw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-thS6Mrpwnw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-thS6Mrpwnw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thS6Mrpwnw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thS6Mrpwnw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thS6Mrpwnw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thS6Mrpwnw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thS6Mrpwnw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thS6Mrpwnw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thS6Mrpwnw .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-thS6Mrpwnw a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-thS6Mrpwnw a.nav-link:focus {
  outline: none;
}
.cid-thS6Mrpwnw .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-thS6Mrpwnw .nav-link:hover,
.cid-thS6Mrpwnw .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thS6Mrpwnw .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-thS6Mrpwnw .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-thS4mltte4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 280px;
  background-image: url("../../../assets/images/career-page-cover-scaled-2000x1334.jpg");
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-thS4mltte4 {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-thS4mltte4 {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-thS4mltte4 {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-thS4mltte4 {
    min-height: 610px;
  }
}
.cid-thS4mltte4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thS4mltte4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thS4mltte4 .row {
  justify-content: flex-start;
}
.cid-thS4mltte4 .mbr-section-title {
  color: #FEF9EE;
}
.cid-thS4mltte4 .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-thS4mltte4 .mbr-text {
  color: #FEF9EE;
}
.cid-thS4mpsNhq {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-thS4mpsNhq input,
.cid-thS4mpsNhq 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-thS4mpsNhq input:focus,
.cid-thS4mpsNhq textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-thS4mpsNhq .form-control,
.cid-thS4mpsNhq .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-thS4mpsNhq input::-webkit-input-placeholder,
.cid-thS4mpsNhq textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-thS4mpsNhq input:-moz-placeholder,
.cid-thS4mpsNhq textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-thS4mpsNhq .jq-selectbox li,
.cid-thS4mpsNhq .jq-selectbox li {
  background-color: #ffffff;
}
.cid-thS4mpsNhq .jq-selectbox li:hover,
.cid-thS4mpsNhq .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-thS4mpsNhq .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-thS4mpsNhq .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-thS4mpsNhq .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-thS4mpsNhq .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-thS4mpsNhq .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-thS4mpsNhq .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-thS4mpsNhq .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-thS4mpsNhq .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-thS4mpsNhq .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-thS4mpsNhq .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-thS4mpsNhq .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-thS4mpsNhq .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-thS4mpsNhq .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-thS4mpsNhq .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: #03592d;
  margin-right: 10px;
}
.cid-thS4mpsNhq .team-left-inner .team-info-block .social span:hover {
  background-color: #03592d;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-thS4mpsNhq .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-thS4mpsNhq .entry-content .text-box {
  padding: 0rem;
}
.cid-thS4mpsNhq .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-thS4mpsNhq .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-thS4mpsNhq .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-thS4mpsNhq .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-thS4mpsNhq .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-thS4mpsNhq .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-thS4mpsNhq .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-thS4mpsNhq .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-thS4mpsNhq .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 #005a28;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-thS4mpsNhq .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-thS4mpsNhq .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-thS4mpsNhq .entry-content .contact {
  margin-top: 30px;
}
.cid-thS4mpsNhq .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-thS4mpsNhq .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-thS4mpsNhq .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-thS4mpsNhq .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-thS4mpsNhq .entry-content .contact .btn-black:hover {
  background-color: #03592d !important;
  border-color: #03592d !important;
}
.cid-thS4mpsNhq .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-thS4mpsNhq .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-thS4mpsNhq .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-thS4mpsNhq .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-thS4mpsNhq .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-thS4mpsNhq .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-thS4mpsNhq .progress_elements .progress1 progress::after {
  left: 90%;
  border: 3px solid #005a28;
}
.cid-thS4mpsNhq .progress_elements .progress2 progress::after {
  left: 95%;
  border: 3px solid #005a28;
}
.cid-thS4mpsNhq .progress_elements .progress3 progress::after {
  left: 71%;
  border: 3px solid #005a28;
}
.cid-thS4mpsNhq .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-thS4mpsNhq progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-thS4mpsNhq .progress1 progress::-webkit-progress-value {
  background: #005a28;
}
.cid-thS4mpsNhq .progress2 progress::-webkit-progress-value {
  background: #005a28;
}
.cid-thS4mpsNhq .progress3 progress::-webkit-progress-value {
  background: #005a28;
}
.cid-thS4mpsNhq .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-thS4mpsNhq .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-thS4mpsNhq .progressbar-title p {
  color: #6d7a8c;
}
.cid-thS4mpsNhq .team-left-inner .team-info-block .personal-title {
  color: #03592d;
}
.cid-thS4mpsNhq .team-left-inner .team-info-block .team-title {
  color: #03592d;
  text-align: center;
}
.cid-thS4mpsNhq .team-left-inner .team-info-block .team-designation {
  color: #232323;
  text-align: center;
}
.cid-thS4mpsNhq .entry-content .capabilities .capabilities-title,
.cid-thS4mpsNhq .entry-content .capabilities .mbr-list .list {
  color: #03592d;
}
.cid-thS4mpsNhq .contact .contact-title {
  color: #03592d;
}
.cid-thS4mpsNhq .entry-content .text-box .card-title {
  color: #03592d;
}
.cid-thS4mpsNhq .entry-content .text-box .doc-descr {
  color: #353535;
}
.cid-thS4msdtKW {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-thS4msdtKW .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-thS4msdtKW .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-thS4msdtKW .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-thS4msdtKW .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-thS4msdtKW .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-thS4msdtKW .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-thS4msdtKW .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-thS4msdtKW .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-thS4msdtKW .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-thS4msdtKW .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-thS4msdtKW .soc-item a {
  color: #ffffff;
}
.cid-thS4msdtKW .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-thS4msdtKW .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-thS4msdtKW .mbr-tag,
.cid-thS4msdtKW .social-row {
  color: #ffffff;
}
.cid-thS4msdtKW .copyright {
  color: #ffffff;
}
.cid-thS4msdtKW P {
  color: #000000;
}
.cid-thS4mvJoWS .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-thS4mvJoWS .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-thS4mvJoWS .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-thS4mvJoWS .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-thS4mvJoWS .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-thS4mvJoWS .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-thS4mvJoWS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-thS4mvJoWS .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-thS4mvJoWS .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-thS4mvJoWS .navbar.collapsed.opened .navbar-collapse.show,
.cid-thS4mvJoWS .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-thS4mvJoWS .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-thS4mvJoWS .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-thS4mvJoWS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-thS4mvJoWS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thS4mvJoWS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thS4mvJoWS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-thS4mvJoWS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thS4mvJoWS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-thS4mvJoWS .navbar {
    flex-wrap: nowrap;
  }
  .cid-thS4mvJoWS .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-thS4mvJoWS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thS4mvJoWS .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-thS4mvJoWS .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-thS4mvJoWS .navbar.opened .navbar-collapse.show,
  .cid-thS4mvJoWS .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-thS4mvJoWS .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-thS4mvJoWS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-thS4mvJoWS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thS4mvJoWS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thS4mvJoWS .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-thS4mvJoWS .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-thS4mvJoWS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thS4mvJoWS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-thS4mvJoWS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-thS4mvJoWS .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-thS4mvJoWS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-thS4mvJoWS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-thS4mvJoWS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thS4mvJoWS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thS4mvJoWS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thS4mvJoWS .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-thS4mvJoWS .dropdown-item.active,
.cid-thS4mvJoWS .dropdown-item:active {
  background-color: transparent;
}
.cid-thS4mvJoWS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thS4mvJoWS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thS4mvJoWS .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thS4mvJoWS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-thS4mvJoWS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thS4mvJoWS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thS4mvJoWS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-thS4mvJoWS .navbar-buttons {
  text-align: center;
}
.cid-thS4mvJoWS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-thS4mvJoWS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-thS4mvJoWS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-thS4mvJoWS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thS4mvJoWS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thS4mvJoWS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thS4mvJoWS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thS4mvJoWS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thS4mvJoWS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thS4mvJoWS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thS4mvJoWS .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-thS4mvJoWS a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-thS4mvJoWS a.nav-link:focus {
  outline: none;
}
.cid-thS4mvJoWS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-thS4mvJoWS .nav-link:hover,
.cid-thS4mvJoWS .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thS4mvJoWS .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-thS4mvJoWS .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tvagUEjwaT {
  background-image: url("../../../assets/images/website-bg-2-1920x1080.jpg");
}
.cid-tvagUEjwaT .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tvagUEjwaT .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-tvagUEjwaT .mbr-section-title {
  color: #ffffff;
}
.cid-tvagUEjwaT .mbr-text,
.cid-tvagUEjwaT .mbr-section-btn {
  color: #ffffff;
}
.cid-tvm7Gh9m7Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tvm7Gh9m7Q .mbr-section-title {
  color: #ec2227;
}
.cid-tvaKRYA5dZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/website-bg-1-1920x1080.jpg");
}
.cid-tvaKRYA5dZ .mbr-section-subtitle {
  color: #767676;
}
.cid-tvaKRYA5dZ .container-fluid {
  padding: 0 !important;
}
.cid-tvaKRYA5dZ .col-md-12 {
  padding: 0;
}
.cid-tvaKRYA5dZ .row {
  margin: 0;
}
.cid-tvaKRYA5dZ .btn {
  margin: 0.3rem;
  margin-top: 2rem;
}
.cid-tvaKRYA5dZ .m-auto {
  max-width: 650px;
  padding: 2rem;
}
.cid-tvaKRYA5dZ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  transition: background 0.3s;
  margin-bottom: 3rem;
}
.cid-tvaKRYA5dZ .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  border: 3px solid #ffffff;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-tvaKRYA5dZ .number {
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-tvaKRYA5dZ .period {
  display: block;
}
.cid-tvaKRYA5dZ .dot {
  display: none;
}
.cid-tvaKRYA5dZ .countdown-cont {
  max-width: 700px;
}
.cid-tvaKRYA5dZ .col-xs-3 {
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
  max-width: 20%;
  flex: 0 0 20%;
}
@media (max-width: 767px) {
  .cid-tvaKRYA5dZ .number-wrap {
    margin-bottom: 15px;
  }
  .cid-tvaKRYA5dZ .col-xs-3 {
    margin-right: 0px;
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }
  .cid-tvaKRYA5dZ .box {
    height: 400px !important;
  }
}
@media (max-width: 440px) {
  .cid-tvaKRYA5dZ .number,
  .cid-tvaKRYA5dZ .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-tvaKRYA5dZ .period {
    font-size: 0.8rem;
  }
}
.cid-tvaKRYA5dZ .box {
  background-image: url("../../../assets/images/website-map-1050x591.jpg");
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tvaKRYA5dZ .icon-wrap {
  background-color: #ed4266 !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tvaKRYA5dZ .icon-wrap:hover {
  opacity: 0.8;
}
.cid-tvaKRYA5dZ .icon-wrap span {
  padding-left: 8px;
}
.cid-tvaKRYA5dZ .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tvaKRYA5dZ .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tvaKRYA5dZ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tvaKRYA5dZ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tvaKRYA5dZ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tvaKRYA5dZ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tvaKRYA5dZ a.close:hover {
  color: #ffffff;
}
.cid-tvaKRYA5dZ .mbr-text {
  color: #767676;
}
.cid-tvaKRYA5dZ H4 {
  color: #ffffff;
}
.cid-tvaKRYA5dZ H2 {
  color: #ffffff;
}
.cid-tvaypUkdmV {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/38996225-10155651939169212-6500653789584818000-1920x1280.jpg");
}
.cid-tvaypUkdmV .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tvayrjdxG0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tvayrjdxG0 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-tvayrjdxG0 .step {
  width: 28px;
  height: 28px;
  font-size: 14px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
.cid-tvayrjdxG0 .separline {
  position: relative;
}
.cid-tvayrjdxG0 .separline:after {
  top: 32px;
  left: 12px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (14px + 4px) * 2);
  background-color: #efefef;
}
.cid-tvayrjdxG0 .mbr-step-text {
  color: #1d2c35;
  text-align: left;
}
.cid-tvayrjdxG0 .mbr-section-title {
  color: #ec2227;
}
.cid-tvayyMUFPn {
  padding-top: 15px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/38939034-10155651940454212-2723558269858611200-o-2000x1333.jpg");
}
.cid-tvayyMUFPn .list-group-item {
  padding: .75rem 3.25rem;
}
.cid-tvayyMUFPn .plan {
  word-break: break-word;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
}
.cid-tvayyMUFPn .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: transparent;
  border: 0;
}
.cid-tvayyMUFPn .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-tvayyMUFPn .plan .list-group-item:last-child::after {
  display: none;
}
.cid-tvayyMUFPn .plan.favorite {
  background-color: #fff;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
}
.cid-tvayyMUFPn .plan-header {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tvayyMUFPn .price-figure {
  font-weight: 700;
  color: #232323;
}
.cid-tvayyMUFPn .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-tvayyMUFPn .price-figure {
    font-size: 4.25rem;
  }
}
.cid-tvayyMUFPn .plan-title {
  color: #ed1c24;
}
.cid-tvayyMUFPn UL {
  color: #232323;
}
.cid-tvm9yPfONZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tvm9yPfONZ img {
  width: 150px;
  margin: auto;
}
.cid-tvm9yPfONZ .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tvm9yPfONZ .card {
    max-width: 16.6%;
  }
}
.cid-tvm9yPfONZ .mbr-section-title {
  color: #ec2227;
}
.cid-tvmajvaSan {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tvmajvaSan img {
  width: 150px;
  margin: auto;
}
.cid-tvmajvaSan .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tvmajvaSan .card {
    max-width: 16.6%;
  }
}
.cid-tvmajvaSan .mbr-section-title {
  color: #ec2227;
}
.cid-syCsQanNWH {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-syCsQanNWH .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-syCsQanNWH .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-syCsQanNWH .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-syCsQanNWH .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-syCsQanNWH .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-syCsQanNWH .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-syCsQanNWH .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-syCsQanNWH .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-syCsQanNWH .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-syCsQanNWH .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-syCsQanNWH .soc-item a {
  color: #ffffff;
}
.cid-syCsQanNWH .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-syCsQanNWH .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-syCsQanNWH .mbr-tag,
.cid-syCsQanNWH .social-row {
  color: #ffffff;
}
.cid-syCsQanNWH .copyright {
  color: #ffffff;
}
.cid-syCsQanNWH P {
  color: #000000;
}
.cid-syDz1tomGe .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-syDz1tomGe .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-syDz1tomGe .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-syDz1tomGe .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-syDz1tomGe .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-syDz1tomGe .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-syDz1tomGe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-syDz1tomGe .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-syDz1tomGe .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-syDz1tomGe .navbar.collapsed.opened .navbar-collapse.show,
.cid-syDz1tomGe .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-syDz1tomGe .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-syDz1tomGe .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-syDz1tomGe .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-syDz1tomGe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-syDz1tomGe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-syDz1tomGe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-syDz1tomGe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-syDz1tomGe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-syDz1tomGe .navbar {
    flex-wrap: nowrap;
  }
  .cid-syDz1tomGe .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-syDz1tomGe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syDz1tomGe .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-syDz1tomGe .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-syDz1tomGe .navbar.opened .navbar-collapse.show,
  .cid-syDz1tomGe .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-syDz1tomGe .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-syDz1tomGe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-syDz1tomGe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syDz1tomGe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-syDz1tomGe .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-syDz1tomGe .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-syDz1tomGe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-syDz1tomGe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-syDz1tomGe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-syDz1tomGe .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-syDz1tomGe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-syDz1tomGe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-syDz1tomGe .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-syDz1tomGe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-syDz1tomGe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-syDz1tomGe .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-syDz1tomGe .dropdown-item.active,
.cid-syDz1tomGe .dropdown-item:active {
  background-color: transparent;
}
.cid-syDz1tomGe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-syDz1tomGe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-syDz1tomGe .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-syDz1tomGe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-syDz1tomGe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-syDz1tomGe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-syDz1tomGe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-syDz1tomGe .navbar-buttons {
  text-align: center;
}
.cid-syDz1tomGe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-syDz1tomGe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-syDz1tomGe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-syDz1tomGe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syDz1tomGe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syDz1tomGe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-syDz1tomGe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syDz1tomGe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-syDz1tomGe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-syDz1tomGe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syDz1tomGe .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-syDz1tomGe a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-syDz1tomGe a.nav-link:focus {
  outline: none;
}
.cid-syDz1tomGe .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-syDz1tomGe .nav-link:hover,
.cid-syDz1tomGe .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-syDz1tomGe .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-syDz1tomGe .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-twnNbHWJvg {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-twnNbHWJvg .link a {
  background-image: none !important;
}
.cid-twnNbHWJvg .item-wrapper {
  margin-bottom: 56px;
}
.cid-twnNbHWJvg .date {
  margin-bottom: 6px;
  color: #ffffff;
}
.cid-twnNbHWJvg .card-heading {
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffffff;
}
.cid-twnNbHWJvg .p {
  margin-bottom: 29px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-twnNbHWJvg a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-twnNbHWJvg rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-twnNbHWJvg .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-twnNbHWJvg svg {
  margin-left: 15px;
}
.cid-twnNbHWJvg path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-twnNbHWJvg .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-twnNbHWJvg .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-twnNbHWJvg .row {
  justify-content: center;
}
.cid-twnNbHWJvg .p,
.cid-twnNbHWJvg .link {
  color: #ffffff;
  text-align: left;
}
.cid-twnOBvgEH0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-twnOBvgEH0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-twnOBvgEH0 .row {
  flex-direction: row-reverse;
}
.cid-twnOBvgEH0 img {
  width: 100%;
}
.cid-twnOBvgEH0 .mbr-description {
  color: #ffffff;
}
.cid-twnNbIfXIX {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-twnNbIfXIX .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-twnNbIfXIX .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-twnNbIfXIX .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-twnNbIfXIX .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-twnNbIfXIX .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-twnNbIfXIX .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-twnNbIfXIX .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-twnNbIfXIX .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-twnNbIfXIX .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-twnNbIfXIX .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-twnNbIfXIX .soc-item a {
  color: #ffffff;
}
.cid-twnNbIfXIX .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-twnNbIfXIX .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-twnNbIfXIX .mbr-tag,
.cid-twnNbIfXIX .social-row {
  color: #ffffff;
}
.cid-twnNbIfXIX .copyright {
  color: #ffffff;
}
.cid-twnNbIfXIX P {
  color: #000000;
}
.cid-twnNbIUgCW .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-twnNbIUgCW .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-twnNbIUgCW .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-twnNbIUgCW .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-twnNbIUgCW .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-twnNbIUgCW .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-twnNbIUgCW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-twnNbIUgCW .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-twnNbIUgCW .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-twnNbIUgCW .navbar.collapsed.opened .navbar-collapse.show,
.cid-twnNbIUgCW .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-twnNbIUgCW .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-twnNbIUgCW .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-twnNbIUgCW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-twnNbIUgCW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-twnNbIUgCW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-twnNbIUgCW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-twnNbIUgCW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-twnNbIUgCW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-twnNbIUgCW .navbar {
    flex-wrap: nowrap;
  }
  .cid-twnNbIUgCW .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-twnNbIUgCW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-twnNbIUgCW .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-twnNbIUgCW .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-twnNbIUgCW .navbar.opened .navbar-collapse.show,
  .cid-twnNbIUgCW .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-twnNbIUgCW .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-twnNbIUgCW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-twnNbIUgCW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-twnNbIUgCW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-twnNbIUgCW .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-twnNbIUgCW .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-twnNbIUgCW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-twnNbIUgCW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-twnNbIUgCW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-twnNbIUgCW .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-twnNbIUgCW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-twnNbIUgCW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-twnNbIUgCW .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-twnNbIUgCW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-twnNbIUgCW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-twnNbIUgCW .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-twnNbIUgCW .dropdown-item.active,
.cid-twnNbIUgCW .dropdown-item:active {
  background-color: transparent;
}
.cid-twnNbIUgCW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-twnNbIUgCW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-twnNbIUgCW .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-twnNbIUgCW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-twnNbIUgCW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-twnNbIUgCW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twnNbIUgCW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-twnNbIUgCW .navbar-buttons {
  text-align: center;
}
.cid-twnNbIUgCW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-twnNbIUgCW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-twnNbIUgCW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-twnNbIUgCW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twnNbIUgCW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twnNbIUgCW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-twnNbIUgCW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twnNbIUgCW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-twnNbIUgCW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-twnNbIUgCW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twnNbIUgCW .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-twnNbIUgCW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-twnNbIUgCW a.nav-link:focus {
  outline: none;
}
.cid-twnNbIUgCW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-twnNbIUgCW .nav-link:hover,
.cid-twnNbIUgCW .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-twnNbIUgCW .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-twnNbIUgCW .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tyEUB2H6zJ {
  background-image: url("../../../assets/images/back-1-1920x1080.png");
}
.cid-tyEUB2H6zJ .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tyEUB2H6zJ .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-tyEUB2H6zJ .mbr-text,
.cid-tyEUB2H6zJ .mbr-section-btn {
  color: #ffffff;
}
.cid-tyEUB2H6zJ .mbr-section-title {
  color: #ffffff;
}
.cid-tyEUB3fZRz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyEUB3fZRz .content__block {
  padding: 50px 15px;
}
.cid-tyEUB3fZRz .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #03592d;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-tyEUB3fZRz .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tyEUB3fZRz .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-tyEUB3fZRz .image {
  perspective: 3500px;
  position: relative;
}
.cid-tyEUB3fZRz .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
}
.cid-tyEUB3fZRz .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tyEUB3fZRz .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tyEUB3fZRz .mbr-section-btn .btn-white-outline:hover {
  color: #03592d !important;
}
@media (max-width: 991px) {
  .cid-tyEUB3fZRz .content__block {
    padding: 30px 15px;
  }
  .cid-tyEUB3fZRz .mbr-figure {
    padding: 0;
  }
  .cid-tyEUB3fZRz .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-tyEUB3fZRz .lg-push {
    right: 1%;
  }
  .cid-tyEUB3fZRz .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-tyEUB3fZRz .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-tyEUB3fZRz .lg-push {
    left: 1%;
  }
  .cid-tyEUB3fZRz .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-tyEUB3fZRz .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-tyEUB3fZRz .mbr-text,
.cid-tyEUB3fZRz .mbr-section-btn {
  color: #000000;
}
.cid-tyEUB3fZRz .mbr-section-title {
  color: #353535;
}
.cid-tyEUB3AK2T {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tyEUB3AK2T img,
.cid-tyEUB3AK2T .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-tyEUB3AK2T .item:focus,
.cid-tyEUB3AK2T span:focus {
  outline: none;
}
.cid-tyEUB3AK2T .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyEUB3AK2T .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tyEUB3AK2T .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tyEUB3AK2T .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tyEUB3AK2T .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tyEUB3AK2T .item-content {
    padding: 1rem 0;
  }
}
.cid-tyEUB3AK2T .mbr-section-title {
  color: #353535;
}
.cid-tyEUB3AK2T .item-title {
  color: #353535;
  text-align: center;
}
.cid-tyEUB3AK2T .item-subtitle {
  color: #bec2cf;
}
.cid-tyEUB3AK2T .mbr-text,
.cid-tyEUB3AK2T .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tyEUB3AK2T .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-tyEUB45W9M {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tyEUB45W9M img,
.cid-tyEUB45W9M .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-tyEUB45W9M .item:focus,
.cid-tyEUB45W9M span:focus {
  outline: none;
}
.cid-tyEUB45W9M .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyEUB45W9M .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tyEUB45W9M .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tyEUB45W9M .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tyEUB45W9M .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tyEUB45W9M .item-content {
    padding: 1rem 0;
  }
}
.cid-tyEUB45W9M .mbr-section-title {
  color: #6f2b90;
}
.cid-tyEUB45W9M .item-title {
  color: #353535;
  text-align: center;
}
.cid-tyEUB45W9M .item-subtitle {
  color: #bec2cf;
}
.cid-tyEUB45W9M .mbr-text,
.cid-tyEUB45W9M .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tyEUB45W9M .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-tyEUB4AsGv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tyEUB4AsGv .mbr-section-title {
  color: #353535;
}
.cid-tyEUB4AsGv .mbr-text,
.cid-tyEUB4AsGv .mbr-section-btn {
  color: #353535;
}
.cid-tyEUB4AsGv .mbr-section-subtitle {
  color: #000000;
}
.cid-tyEUB4QTGI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyEUB4QTGI .content__block {
  padding: 50px 15px;
}
.cid-tyEUB4QTGI .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #03592d;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-tyEUB4QTGI .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tyEUB4QTGI .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-tyEUB4QTGI .image {
  perspective: 3500px;
  position: relative;
}
.cid-tyEUB4QTGI .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-tyEUB4QTGI .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tyEUB4QTGI .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tyEUB4QTGI .mbr-section-btn .btn-white-outline:hover {
  color: #03592d !important;
}
@media (max-width: 991px) {
  .cid-tyEUB4QTGI .content__block {
    padding: 30px 15px;
  }
  .cid-tyEUB4QTGI .mbr-figure {
    padding: 0;
  }
  .cid-tyEUB4QTGI .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-tyEUB4QTGI .lg-push {
    right: 11%;
  }
  .cid-tyEUB4QTGI .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-tyEUB4QTGI .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-tyEUB4QTGI .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-tyEUB4QTGI .mbr-text,
.cid-tyEUB4QTGI .mbr-section-btn {
  color: #353535;
}
.cid-tyEUB4QTGI .mbr-section-title {
  color: #353535;
}
.cid-tyEUB6Rzo5 {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-tyEUB6Rzo5 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-tyEUB6Rzo5 .panel-title {
  border-bottom: 2px solid #22a5e5;
}
.cid-tyEUB6Rzo5 .collapsed {
  border: none;
}
.cid-tyEUB6Rzo5 .panel-body {
  padding-top: 0.5rem;
}
.cid-tyEUB6Rzo5 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tyEUB6Rzo5 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-tyEUB6Rzo5 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tyEUB6Rzo5 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tyEUB6Rzo5 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tyEUB6Rzo5 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tyEUB6Rzo5 .panel-text {
  color: #000000;
}
.cid-tyEUB6Rzo5 H4 {
  color: #353535;
  text-transform: uppercase;
}
.cid-tyEUB6Rzo5 H2 {
  color: #353535;
}
.cid-tyEUB7a6Qt {
  padding-top: 0px;
  padding-bottom: 45px;
  position: relative;
  background-color: #ffffff;
}
.cid-tyEUB7a6Qt p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-tyEUB7a6Qt .panel-title {
  border-bottom: 2px solid #22a5e5;
}
.cid-tyEUB7a6Qt .collapsed {
  border: none;
}
.cid-tyEUB7a6Qt .panel-body {
  padding-top: 0.5rem;
}
.cid-tyEUB7a6Qt .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tyEUB7a6Qt .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-tyEUB7a6Qt .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tyEUB7a6Qt .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tyEUB7a6Qt .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tyEUB7a6Qt .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tyEUB7a6Qt .panel-text {
  color: #000000;
}
.cid-tyEUB7a6Qt H4 {
  color: #353535;
  text-transform: uppercase;
}
.cid-tyEUB7sgQa {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tyEUB7sgQa .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-tyEUB7sgQa .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tyEUB7sgQa .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-tyEUB7sgQa .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-tyEUB7sgQa .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-tyEUB7sgQa .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-tyEUB7sgQa .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-tyEUB7sgQa .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-tyEUB7sgQa .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-tyEUB7sgQa .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-tyEUB7sgQa .soc-item a {
  color: #ffffff;
}
.cid-tyEUB7sgQa .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-tyEUB7sgQa .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-tyEUB7sgQa .mbr-tag,
.cid-tyEUB7sgQa .social-row {
  color: #ffffff;
}
.cid-tyEUB7sgQa .copyright {
  color: #ffffff;
}
.cid-tyEUB7sgQa P {
  color: #000000;
}
.cid-tyEUB7Y11g .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-tyEUB7Y11g .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-tyEUB7Y11g .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-tyEUB7Y11g .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyEUB7Y11g .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-tyEUB7Y11g .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tyEUB7Y11g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyEUB7Y11g .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-tyEUB7Y11g .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-tyEUB7Y11g .navbar.collapsed.opened .navbar-collapse.show,
.cid-tyEUB7Y11g .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-tyEUB7Y11g .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-tyEUB7Y11g .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-tyEUB7Y11g .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyEUB7Y11g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyEUB7Y11g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyEUB7Y11g .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyEUB7Y11g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyEUB7Y11g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tyEUB7Y11g .navbar {
    flex-wrap: nowrap;
  }
  .cid-tyEUB7Y11g .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-tyEUB7Y11g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyEUB7Y11g .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-tyEUB7Y11g .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-tyEUB7Y11g .navbar.opened .navbar-collapse.show,
  .cid-tyEUB7Y11g .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-tyEUB7Y11g .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-tyEUB7Y11g .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyEUB7Y11g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyEUB7Y11g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyEUB7Y11g .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyEUB7Y11g .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tyEUB7Y11g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyEUB7Y11g .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tyEUB7Y11g .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-tyEUB7Y11g .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tyEUB7Y11g .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tyEUB7Y11g .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyEUB7Y11g .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyEUB7Y11g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyEUB7Y11g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyEUB7Y11g .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tyEUB7Y11g .dropdown-item.active,
.cid-tyEUB7Y11g .dropdown-item:active {
  background-color: transparent;
}
.cid-tyEUB7Y11g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyEUB7Y11g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyEUB7Y11g .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyEUB7Y11g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tyEUB7Y11g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyEUB7Y11g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyEUB7Y11g ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyEUB7Y11g .navbar-buttons {
  text-align: center;
}
.cid-tyEUB7Y11g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyEUB7Y11g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyEUB7Y11g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyEUB7Y11g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyEUB7Y11g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyEUB7Y11g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyEUB7Y11g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyEUB7Y11g nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyEUB7Y11g nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyEUB7Y11g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyEUB7Y11g .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tyEUB7Y11g a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-tyEUB7Y11g a.nav-link:focus {
  outline: none;
}
.cid-tyEUB7Y11g .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyEUB7Y11g .nav-link:hover,
.cid-tyEUB7Y11g .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyEUB7Y11g .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-tyEUB7Y11g .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tBFpFLiSn9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/back-1-1920x1080.png");
}
.cid-tBFpFLiSn9 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tBFpFLiSn9 .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-tBFpFLiSn9 .mbr-text,
.cid-tBFpFLiSn9 .mbr-section-btn {
  color: #fafafa;
}
.cid-tBFpFLiSn9 .mbr-section-title {
  color: #ffffff;
}
.cid-tBFpFLvh6l {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBFpFLvh6l .mbr-section-title {
  color: #15a6b2;
}
.cid-tBFpFLvh6l .mbr-text,
.cid-tBFpFLvh6l .mbr-section-btn {
  color: #353535;
}
.cid-tBFpFLHySD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #167fc9;
}
.cid-tBFpFLHySD .content__block {
  padding: 50px 15px;
}
.cid-tBFpFLHySD .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #03592d;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-tBFpFLHySD .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tBFpFLHySD .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-tBFpFLHySD .image {
  perspective: 3500px;
  position: relative;
}
.cid-tBFpFLHySD .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(22, 127, 201, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(22, 127, 201, 0.99));
}
.cid-tBFpFLHySD .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tBFpFLHySD .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tBFpFLHySD .mbr-section-btn .btn-white-outline:hover {
  color: #03592d !important;
}
@media (max-width: 991px) {
  .cid-tBFpFLHySD .content__block {
    padding: 30px 15px;
  }
  .cid-tBFpFLHySD .mbr-figure {
    padding: 0;
  }
  .cid-tBFpFLHySD .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(22, 127, 201, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-tBFpFLHySD .lg-push {
    right: 1%;
  }
  .cid-tBFpFLHySD .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-tBFpFLHySD .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-tBFpFLHySD .lg-push {
    left: 1%;
  }
  .cid-tBFpFLHySD .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-tBFpFLHySD .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-tBFpFLHySD .mbr-text,
.cid-tBFpFLHySD .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tBFpFLHySD .mbr-section-title {
  text-align: center;
}
.cid-tCBJu1MjbM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #15a6b2;
}
.cid-tCBJu1MjbM .content__block {
  padding: 50px 15px;
}
.cid-tCBJu1MjbM .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #03592d;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-tCBJu1MjbM .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tCBJu1MjbM .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-tCBJu1MjbM .image {
  perspective: 3500px;
  position: relative;
}
.cid-tCBJu1MjbM .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(21, 166, 178, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-tCBJu1MjbM .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tCBJu1MjbM .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tCBJu1MjbM .mbr-section-btn .btn-white-outline:hover {
  color: #03592d !important;
}
@media (max-width: 991px) {
  .cid-tCBJu1MjbM .content__block {
    padding: 30px 15px;
  }
  .cid-tCBJu1MjbM .mbr-figure {
    padding: 0;
  }
  .cid-tCBJu1MjbM .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(21, 166, 178, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-tCBJu1MjbM .lg-push {
    right: 1%;
  }
  .cid-tCBJu1MjbM .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-tCBJu1MjbM .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-tCBJu1MjbM .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-tCBJu1MjbM .mbr-text,
.cid-tCBJu1MjbM .mbr-section-btn {
  color: #fafafa;
  text-align: left;
}
.cid-tCBJu1MjbM .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-tCBO30XJom {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tCBO30XJom .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tCBO30XJom .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tCBO30XJom H2 {
  color: #15a6b2;
}
.cid-tCCh3u7orS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tCCh3u7orS .carousel {
    min-height: 700px;
  }
  .cid-tCCh3u7orS .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tCCh3u7orS .carousel {
    min-height: 455px;
  }
  .cid-tCCh3u7orS .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tCCh3u7orS .carousel {
    min-height: 385px;
  }
  .cid-tCCh3u7orS .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-tCCh3u7orS .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tCCh3u7orS .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tCCh3u7orS .carousel,
.cid-tCCh3u7orS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCCh3u7orS .item-wrapper {
  width: 100%;
}
.cid-tCCh3u7orS .carousel-caption {
  bottom: 40px;
}
.cid-tCCh3u7orS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tCCh3u7orS .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tCCh3u7orS .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tCCh3u7orS .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tCCh3u7orS .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-tCCh3u7orS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCCh3u7orS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCCh3u7orS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCCh3u7orS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tCCh3u7orS .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-tCCh3u7orS .carousel-indicators li.active,
.cid-tCCh3u7orS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCCh3u7orS .carousel-indicators li::after,
.cid-tCCh3u7orS .carousel-indicators li::before {
  content: none;
}
.cid-tCCh3u7orS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCCh3u7orS .carousel-indicators {
    display: none !important;
  }
}
.cid-tEzSHHWurE {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tEzSHHWurE .mbr-iconfont {
  color: #0196e3;
}
.cid-tEzSHHWurE .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-tEzSHHWurE .mbr-text {
  margin: 1.5rem 0;
}
.cid-tEzSHHWurE .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tEzSHHWurE .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-tEzSHHWurE .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tEzSHHWurE .mbr-section-subtitle,
.cid-tEzSHHWurE .mbr-text,
.cid-tEzSHHWurE .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-tEzSHHWurE .mbr-text,
.cid-tEzSHHWurE .social-links .mbr-iconfont {
  text-align: center;
  color: #414042;
}
.cid-tEzSHHWurE .card-title {
  color: #15a6b2;
}
.cid-tEzSHHWurE .mbr-section-title {
  color: #15a6b2;
}
.cid-tEzU94XXFW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tEzU94XXFW .mbr-iconfont {
  color: #0196e3;
}
.cid-tEzU94XXFW .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-tEzU94XXFW .mbr-text {
  margin: 1.5rem 0;
}
.cid-tEzU94XXFW .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tEzU94XXFW .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-tEzU94XXFW .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tEzU94XXFW .mbr-section-subtitle,
.cid-tEzU94XXFW .mbr-text,
.cid-tEzU94XXFW .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-tEzU94XXFW .mbr-text,
.cid-tEzU94XXFW .social-links .mbr-iconfont {
  text-align: center;
  color: #414042;
}
.cid-tEzU94XXFW .card-title {
  color: #15a6b2;
}
.cid-tEzU94XXFW .mbr-section-title {
  color: #15a6b2;
}
.cid-tEzVdMKulo {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tEzVdMKulo .mbr-iconfont {
  color: #0196e3;
}
.cid-tEzVdMKulo .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-tEzVdMKulo .mbr-text {
  margin: 1.5rem 0;
}
.cid-tEzVdMKulo .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tEzVdMKulo .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-tEzVdMKulo .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tEzVdMKulo .mbr-section-subtitle,
.cid-tEzVdMKulo .mbr-text,
.cid-tEzVdMKulo .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-tEzVdMKulo .mbr-text,
.cid-tEzVdMKulo .social-links .mbr-iconfont {
  text-align: center;
  color: #414042;
}
.cid-tEzVdMKulo .card-title {
  color: #15a6b2;
}
.cid-tEzVdMKulo .mbr-section-title {
  color: #15a6b2;
}
.cid-tBFpFMbm68 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBFpFMbm68 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tBFpFMbm68 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tBFpFMbm68 H2 {
  color: #15a6b2;
}
.cid-tCCdWd0C8s {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCCdWd0C8s .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-tCCdWd0C8s .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-tCCdWd0C8s img {
  width: 140px;
  margin: auto;
}
.cid-tCCdWd0C8s .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #ffffff;
  padding: 2rem 0;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tCCdWd0C8s .card-wrapper:hover {
  background: transparent;
}
.cid-tCCdWd0C8s .card-title,
.cid-tCCdWd0C8s .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tCCdWd0C8s .main-title,
.cid-tCCdWd0C8s .title-col {
  text-align: center;
  color: #15a6b2;
}
.cid-tCCdWd0C8s .card-text {
  color: #bbbbbb;
}
.cid-tCCdWd0C8s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCCdWd0C8s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEzWWcvIqY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tEzWWcvIqY .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-tEzWWcvIqY .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-tEzWWcvIqY img {
  width: 140px;
  margin: auto;
}
.cid-tEzWWcvIqY .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #ffffff;
  padding: 2rem 0;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tEzWWcvIqY .card-wrapper:hover {
  background: transparent;
}
.cid-tEzWWcvIqY .card-title,
.cid-tEzWWcvIqY .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tEzWWcvIqY .main-title,
.cid-tEzWWcvIqY .title-col {
  text-align: center;
  color: #15a6b2;
}
.cid-tEzWWcvIqY .card-text {
  color: #bbbbbb;
}
.cid-tEzWWcvIqY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEzWWcvIqY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEzXCG9VlD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tEzXCG9VlD .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-tEzXCG9VlD .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-tEzXCG9VlD img {
  width: 140px;
  margin: auto;
}
.cid-tEzXCG9VlD .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #ffffff;
  padding: 2rem 0;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tEzXCG9VlD .card-wrapper:hover {
  background: transparent;
}
.cid-tEzXCG9VlD .card-title,
.cid-tEzXCG9VlD .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tEzXCG9VlD .main-title,
.cid-tEzXCG9VlD .title-col {
  text-align: center;
  color: #15a6b2;
}
.cid-tEzXCG9VlD .card-text {
  color: #bbbbbb;
}
.cid-tEzXCG9VlD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEzXCG9VlD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFPo2AjeNI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFPo2AjeNI .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-tFPo2AjeNI .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-tFPo2AjeNI img {
  width: 140px;
  margin: auto;
}
.cid-tFPo2AjeNI .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #ffffff;
  padding: 2rem 0;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tFPo2AjeNI .card-wrapper:hover {
  background: transparent;
}
.cid-tFPo2AjeNI .card-title,
.cid-tFPo2AjeNI .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tFPo2AjeNI .main-title,
.cid-tFPo2AjeNI .title-col {
  text-align: center;
  color: #15a6b2;
}
.cid-tFPo2AjeNI .card-text {
  color: #bbbbbb;
}
.cid-tFPo2AjeNI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFPo2AjeNI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBFpFMz1yK {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBFpFMz1yK .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-tBFpFMz1yK .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-tBFpFMz1yK img {
  width: 140px;
  margin: auto;
}
.cid-tBFpFMz1yK .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #ffffff;
  padding: 2rem 0;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tBFpFMz1yK .card-wrapper:hover {
  background: transparent;
}
.cid-tBFpFMz1yK .card-title,
.cid-tBFpFMz1yK .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tBFpFMz1yK .main-title,
.cid-tBFpFMz1yK .title-col {
  text-align: center;
  color: #15a6b2;
}
.cid-tBFpFMz1yK .card-text {
  color: #bbbbbb;
}
.cid-tBFpFMz1yK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBFpFMz1yK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBFpFMROCF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBFpFMROCF .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-tBFpFMROCF .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-tBFpFMROCF img {
  width: 140px;
  margin: auto;
}
.cid-tBFpFMROCF .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #ffffff;
  padding: 2rem 0;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tBFpFMROCF .card-wrapper:hover {
  background: transparent;
}
.cid-tBFpFMROCF .card-title,
.cid-tBFpFMROCF .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tBFpFMROCF .main-title,
.cid-tBFpFMROCF .title-col {
  text-align: center;
  color: #15a6b2;
}
.cid-tBFpFMROCF .card-text {
  color: #bbbbbb;
}
.cid-tBFpFMROCF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBFpFMROCF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBFpFNnXwY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tBFpFNnXwY .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tBFpFNnXwY .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-tBFpFNnXwY .panel-group {
  border: none;
}
.cid-tBFpFNnXwY .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tBFpFNnXwY .panel-body,
.cid-tBFpFNnXwY .card-header {
  padding: 1rem 0;
}
.cid-tBFpFNnXwY .panel-title-edit {
  color: #15a6b2;
}
.cid-tBFpFNnXwY .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tBFpFNnXwY H3 {
  color: #15a6b2;
}
.cid-tBFpFNnXwY .panel-text {
  color: #000000;
}
.cid-tBFpFNLns1 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tBFpFNLns1 .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-tBFpFNLns1 .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tBFpFNLns1 .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-tBFpFNLns1 .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-tBFpFNLns1 .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-tBFpFNLns1 .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-tBFpFNLns1 .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-tBFpFNLns1 .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-tBFpFNLns1 .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-tBFpFNLns1 .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-tBFpFNLns1 .soc-item a {
  color: #ffffff;
}
.cid-tBFpFNLns1 .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-tBFpFNLns1 .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-tBFpFNLns1 .mbr-tag,
.cid-tBFpFNLns1 .social-row {
  color: #ffffff;
}
.cid-tBFpFNLns1 .copyright {
  color: #ffffff;
}
.cid-tBFpFNLns1 P {
  color: #000000;
}
.cid-tBFpFOgyny .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-tBFpFOgyny .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-tBFpFOgyny .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-tBFpFOgyny .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBFpFOgyny .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-tBFpFOgyny .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBFpFOgyny .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tBFpFOgyny .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-tBFpFOgyny .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-tBFpFOgyny .navbar.collapsed.opened .navbar-collapse.show,
.cid-tBFpFOgyny .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-tBFpFOgyny .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-tBFpFOgyny .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-tBFpFOgyny .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBFpFOgyny .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBFpFOgyny .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBFpFOgyny .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tBFpFOgyny .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBFpFOgyny .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tBFpFOgyny .navbar {
    flex-wrap: nowrap;
  }
  .cid-tBFpFOgyny .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-tBFpFOgyny .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBFpFOgyny .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-tBFpFOgyny .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-tBFpFOgyny .navbar.opened .navbar-collapse.show,
  .cid-tBFpFOgyny .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-tBFpFOgyny .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-tBFpFOgyny .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBFpFOgyny .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBFpFOgyny .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBFpFOgyny .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tBFpFOgyny .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tBFpFOgyny .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBFpFOgyny .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tBFpFOgyny .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-tBFpFOgyny .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tBFpFOgyny .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tBFpFOgyny .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBFpFOgyny .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBFpFOgyny .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBFpFOgyny .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBFpFOgyny .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tBFpFOgyny .dropdown-item.active,
.cid-tBFpFOgyny .dropdown-item:active {
  background-color: transparent;
}
.cid-tBFpFOgyny .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBFpFOgyny .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBFpFOgyny .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBFpFOgyny .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tBFpFOgyny .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBFpFOgyny .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBFpFOgyny ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tBFpFOgyny .navbar-buttons {
  text-align: center;
}
.cid-tBFpFOgyny button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBFpFOgyny button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tBFpFOgyny button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBFpFOgyny button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBFpFOgyny button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBFpFOgyny button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBFpFOgyny nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBFpFOgyny nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBFpFOgyny nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBFpFOgyny nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBFpFOgyny .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tBFpFOgyny a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-tBFpFOgyny a.nav-link:focus {
  outline: none;
}
.cid-tBFpFOgyny .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBFpFOgyny .nav-link:hover,
.cid-tBFpFOgyny .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBFpFOgyny .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-tBFpFOgyny .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tBMhlNtTJo {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tBMhlNtTJo .link a {
  background-image: none !important;
}
.cid-tBMhlNtTJo .item-wrapper {
  margin-bottom: 56px;
}
.cid-tBMhlNtTJo .date {
  margin-bottom: 6px;
  color: #ffffff;
}
.cid-tBMhlNtTJo .card-heading {
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffffff;
}
.cid-tBMhlNtTJo .p {
  margin-bottom: 29px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-tBMhlNtTJo a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tBMhlNtTJo rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tBMhlNtTJo .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tBMhlNtTJo svg {
  margin-left: 15px;
}
.cid-tBMhlNtTJo path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tBMhlNtTJo .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tBMhlNtTJo .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-tBMhlNtTJo .row {
  justify-content: center;
}
.cid-tBMhlNtTJo .p,
.cid-tBMhlNtTJo .link {
  color: #ffffff;
  text-align: left;
}
.cid-tBMhlNY95w {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tBMhlNY95w .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-tBMhlNY95w .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tBMhlNY95w .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-tBMhlNY95w .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-tBMhlNY95w .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-tBMhlNY95w .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-tBMhlNY95w .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-tBMhlNY95w .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-tBMhlNY95w .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-tBMhlNY95w .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-tBMhlNY95w .soc-item a {
  color: #ffffff;
}
.cid-tBMhlNY95w .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-tBMhlNY95w .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-tBMhlNY95w .mbr-tag,
.cid-tBMhlNY95w .social-row {
  color: #ffffff;
}
.cid-tBMhlNY95w .copyright {
  color: #ffffff;
}
.cid-tBMhlNY95w P {
  color: #000000;
}
.cid-tBMhlOHSIT .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-tBMhlOHSIT .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-tBMhlOHSIT .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-tBMhlOHSIT .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBMhlOHSIT .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-tBMhlOHSIT .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBMhlOHSIT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tBMhlOHSIT .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-tBMhlOHSIT .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-tBMhlOHSIT .navbar.collapsed.opened .navbar-collapse.show,
.cid-tBMhlOHSIT .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-tBMhlOHSIT .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-tBMhlOHSIT .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-tBMhlOHSIT .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBMhlOHSIT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBMhlOHSIT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBMhlOHSIT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tBMhlOHSIT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBMhlOHSIT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tBMhlOHSIT .navbar {
    flex-wrap: nowrap;
  }
  .cid-tBMhlOHSIT .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-tBMhlOHSIT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBMhlOHSIT .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-tBMhlOHSIT .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-tBMhlOHSIT .navbar.opened .navbar-collapse.show,
  .cid-tBMhlOHSIT .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-tBMhlOHSIT .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-tBMhlOHSIT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBMhlOHSIT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBMhlOHSIT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBMhlOHSIT .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tBMhlOHSIT .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tBMhlOHSIT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBMhlOHSIT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tBMhlOHSIT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-tBMhlOHSIT .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tBMhlOHSIT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tBMhlOHSIT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBMhlOHSIT .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBMhlOHSIT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBMhlOHSIT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBMhlOHSIT .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tBMhlOHSIT .dropdown-item.active,
.cid-tBMhlOHSIT .dropdown-item:active {
  background-color: transparent;
}
.cid-tBMhlOHSIT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBMhlOHSIT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBMhlOHSIT .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBMhlOHSIT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tBMhlOHSIT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBMhlOHSIT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBMhlOHSIT ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tBMhlOHSIT .navbar-buttons {
  text-align: center;
}
.cid-tBMhlOHSIT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBMhlOHSIT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tBMhlOHSIT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBMhlOHSIT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBMhlOHSIT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBMhlOHSIT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBMhlOHSIT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBMhlOHSIT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBMhlOHSIT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBMhlOHSIT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBMhlOHSIT .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tBMhlOHSIT a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-tBMhlOHSIT a.nav-link:focus {
  outline: none;
}
.cid-tBMhlOHSIT .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBMhlOHSIT .nav-link:hover,
.cid-tBMhlOHSIT .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBMhlOHSIT .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-tBMhlOHSIT .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tBMfAIabs2 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tBMfAIabs2 .link a {
  background-image: none !important;
}
.cid-tBMfAIabs2 .item-wrapper {
  margin-bottom: 56px;
}
.cid-tBMfAIabs2 .date {
  margin-bottom: 6px;
  color: #ffffff;
}
.cid-tBMfAIabs2 .card-heading {
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffffff;
}
.cid-tBMfAIabs2 .p {
  margin-bottom: 29px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-tBMfAIabs2 a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tBMfAIabs2 rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tBMfAIabs2 .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tBMfAIabs2 svg {
  margin-left: 15px;
}
.cid-tBMfAIabs2 path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tBMfAIabs2 .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tBMfAIabs2 .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-tBMfAIabs2 .row {
  justify-content: center;
}
.cid-tBMfAIabs2 .p,
.cid-tBMfAIabs2 .link {
  color: #ffffff;
  text-align: left;
}
.cid-tBMfAIF9dL {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tBMfAIF9dL .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-tBMfAIF9dL .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tBMfAIF9dL .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-tBMfAIF9dL .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-tBMfAIF9dL .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-tBMfAIF9dL .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-tBMfAIF9dL .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-tBMfAIF9dL .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-tBMfAIF9dL .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-tBMfAIF9dL .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-tBMfAIF9dL .soc-item a {
  color: #ffffff;
}
.cid-tBMfAIF9dL .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-tBMfAIF9dL .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-tBMfAIF9dL .mbr-tag,
.cid-tBMfAIF9dL .social-row {
  color: #ffffff;
}
.cid-tBMfAIF9dL .copyright {
  color: #ffffff;
}
.cid-tBMfAIF9dL P {
  color: #000000;
}
.cid-tBMfAJmIPc .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-tBMfAJmIPc .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-tBMfAJmIPc .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-tBMfAJmIPc .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBMfAJmIPc .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-tBMfAJmIPc .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBMfAJmIPc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tBMfAJmIPc .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-tBMfAJmIPc .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-tBMfAJmIPc .navbar.collapsed.opened .navbar-collapse.show,
.cid-tBMfAJmIPc .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-tBMfAJmIPc .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-tBMfAJmIPc .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-tBMfAJmIPc .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBMfAJmIPc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBMfAJmIPc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBMfAJmIPc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tBMfAJmIPc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBMfAJmIPc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tBMfAJmIPc .navbar {
    flex-wrap: nowrap;
  }
  .cid-tBMfAJmIPc .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-tBMfAJmIPc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBMfAJmIPc .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-tBMfAJmIPc .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-tBMfAJmIPc .navbar.opened .navbar-collapse.show,
  .cid-tBMfAJmIPc .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-tBMfAJmIPc .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-tBMfAJmIPc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBMfAJmIPc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBMfAJmIPc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBMfAJmIPc .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tBMfAJmIPc .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tBMfAJmIPc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBMfAJmIPc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tBMfAJmIPc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-tBMfAJmIPc .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tBMfAJmIPc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tBMfAJmIPc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBMfAJmIPc .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBMfAJmIPc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBMfAJmIPc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBMfAJmIPc .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tBMfAJmIPc .dropdown-item.active,
.cid-tBMfAJmIPc .dropdown-item:active {
  background-color: transparent;
}
.cid-tBMfAJmIPc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBMfAJmIPc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBMfAJmIPc .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBMfAJmIPc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tBMfAJmIPc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBMfAJmIPc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBMfAJmIPc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tBMfAJmIPc .navbar-buttons {
  text-align: center;
}
.cid-tBMfAJmIPc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBMfAJmIPc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tBMfAJmIPc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBMfAJmIPc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBMfAJmIPc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBMfAJmIPc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBMfAJmIPc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBMfAJmIPc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBMfAJmIPc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBMfAJmIPc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBMfAJmIPc .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tBMfAJmIPc a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-tBMfAJmIPc a.nav-link:focus {
  outline: none;
}
.cid-tBMfAJmIPc .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBMfAJmIPc .nav-link:hover,
.cid-tBMfAJmIPc .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBMfAJmIPc .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-tBMfAJmIPc .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tLLVGazsTn {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tLLVGazsTn .link a {
  background-image: none !important;
}
.cid-tLLVGazsTn .item-wrapper {
  margin-bottom: 56px;
}
.cid-tLLVGazsTn .date {
  margin-bottom: 6px;
  color: #ffffff;
}
.cid-tLLVGazsTn .card-heading {
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffffff;
}
.cid-tLLVGazsTn .p {
  margin-bottom: 29px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-tLLVGazsTn a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tLLVGazsTn rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tLLVGazsTn .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tLLVGazsTn svg {
  margin-left: 15px;
}
.cid-tLLVGazsTn path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tLLVGazsTn .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tLLVGazsTn .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-tLLVGazsTn .row {
  justify-content: center;
}
.cid-tLLVGazsTn .p,
.cid-tLLVGazsTn .link {
  color: #ffffff;
}
.cid-tLLVGbj4f4 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tLLVGbj4f4 .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-tLLVGbj4f4 .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tLLVGbj4f4 .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-tLLVGbj4f4 .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-tLLVGbj4f4 .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-tLLVGbj4f4 .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-tLLVGbj4f4 .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-tLLVGbj4f4 .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-tLLVGbj4f4 .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-tLLVGbj4f4 .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-tLLVGbj4f4 .soc-item a {
  color: #ffffff;
}
.cid-tLLVGbj4f4 .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-tLLVGbj4f4 .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-tLLVGbj4f4 .mbr-tag,
.cid-tLLVGbj4f4 .social-row {
  color: #ffffff;
}
.cid-tLLVGbj4f4 .copyright {
  color: #ffffff;
}
.cid-tLLVGbj4f4 P {
  color: #000000;
}
.cid-tLLVGbXMGx .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-tLLVGbXMGx .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-tLLVGbXMGx .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-tLLVGbXMGx .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLLVGbXMGx .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-tLLVGbXMGx .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tLLVGbXMGx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLLVGbXMGx .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-tLLVGbXMGx .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-tLLVGbXMGx .navbar.collapsed.opened .navbar-collapse.show,
.cid-tLLVGbXMGx .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-tLLVGbXMGx .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-tLLVGbXMGx .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-tLLVGbXMGx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tLLVGbXMGx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLLVGbXMGx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLLVGbXMGx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tLLVGbXMGx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLLVGbXMGx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tLLVGbXMGx .navbar {
    flex-wrap: nowrap;
  }
  .cid-tLLVGbXMGx .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-tLLVGbXMGx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLLVGbXMGx .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-tLLVGbXMGx .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-tLLVGbXMGx .navbar.opened .navbar-collapse.show,
  .cid-tLLVGbXMGx .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-tLLVGbXMGx .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-tLLVGbXMGx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tLLVGbXMGx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLLVGbXMGx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLLVGbXMGx .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tLLVGbXMGx .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tLLVGbXMGx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLLVGbXMGx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tLLVGbXMGx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-tLLVGbXMGx .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tLLVGbXMGx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tLLVGbXMGx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tLLVGbXMGx .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLLVGbXMGx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLLVGbXMGx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLLVGbXMGx .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tLLVGbXMGx .dropdown-item.active,
.cid-tLLVGbXMGx .dropdown-item:active {
  background-color: transparent;
}
.cid-tLLVGbXMGx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLLVGbXMGx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLLVGbXMGx .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLLVGbXMGx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tLLVGbXMGx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLLVGbXMGx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLLVGbXMGx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tLLVGbXMGx .navbar-buttons {
  text-align: center;
}
.cid-tLLVGbXMGx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLLVGbXMGx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tLLVGbXMGx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLLVGbXMGx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLLVGbXMGx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLLVGbXMGx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLLVGbXMGx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLLVGbXMGx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLLVGbXMGx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLLVGbXMGx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLLVGbXMGx .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tLLVGbXMGx a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-tLLVGbXMGx a.nav-link:focus {
  outline: none;
}
.cid-tLLVGbXMGx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLLVGbXMGx .nav-link:hover,
.cid-tLLVGbXMGx .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLLVGbXMGx .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-tLLVGbXMGx .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tLLY6NmQiO {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tLLY6NmQiO .link a {
  background-image: none !important;
}
.cid-tLLY6NmQiO .item-wrapper {
  margin-bottom: 56px;
}
.cid-tLLY6NmQiO .date {
  margin-bottom: 6px;
  color: #ffffff;
}
.cid-tLLY6NmQiO .card-heading {
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffffff;
}
.cid-tLLY6NmQiO .p {
  margin-bottom: 29px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-tLLY6NmQiO a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tLLY6NmQiO rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tLLY6NmQiO .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tLLY6NmQiO svg {
  margin-left: 15px;
}
.cid-tLLY6NmQiO path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tLLY6NmQiO .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tLLY6NmQiO .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-tLLY6NmQiO .row {
  justify-content: center;
}
.cid-tLLY6NmQiO .p,
.cid-tLLY6NmQiO .link {
  color: #ffffff;
}
.cid-tLLY6OjpXE {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tLLY6OjpXE .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-tLLY6OjpXE .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tLLY6OjpXE .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-tLLY6OjpXE .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-tLLY6OjpXE .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-tLLY6OjpXE .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-tLLY6OjpXE .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-tLLY6OjpXE .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-tLLY6OjpXE .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-tLLY6OjpXE .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-tLLY6OjpXE .soc-item a {
  color: #ffffff;
}
.cid-tLLY6OjpXE .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-tLLY6OjpXE .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-tLLY6OjpXE .mbr-tag,
.cid-tLLY6OjpXE .social-row {
  color: #ffffff;
}
.cid-tLLY6OjpXE .copyright {
  color: #ffffff;
}
.cid-tLLY6OjpXE P {
  color: #000000;
}
.cid-tLLY6PbiUl .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-tLLY6PbiUl .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-tLLY6PbiUl .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-tLLY6PbiUl .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLLY6PbiUl .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-tLLY6PbiUl .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tLLY6PbiUl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLLY6PbiUl .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-tLLY6PbiUl .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-tLLY6PbiUl .navbar.collapsed.opened .navbar-collapse.show,
.cid-tLLY6PbiUl .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-tLLY6PbiUl .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-tLLY6PbiUl .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-tLLY6PbiUl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tLLY6PbiUl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLLY6PbiUl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLLY6PbiUl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tLLY6PbiUl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLLY6PbiUl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tLLY6PbiUl .navbar {
    flex-wrap: nowrap;
  }
  .cid-tLLY6PbiUl .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-tLLY6PbiUl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLLY6PbiUl .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-tLLY6PbiUl .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-tLLY6PbiUl .navbar.opened .navbar-collapse.show,
  .cid-tLLY6PbiUl .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-tLLY6PbiUl .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-tLLY6PbiUl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tLLY6PbiUl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLLY6PbiUl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLLY6PbiUl .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tLLY6PbiUl .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tLLY6PbiUl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLLY6PbiUl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tLLY6PbiUl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-tLLY6PbiUl .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tLLY6PbiUl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tLLY6PbiUl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tLLY6PbiUl .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLLY6PbiUl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLLY6PbiUl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLLY6PbiUl .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tLLY6PbiUl .dropdown-item.active,
.cid-tLLY6PbiUl .dropdown-item:active {
  background-color: transparent;
}
.cid-tLLY6PbiUl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLLY6PbiUl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLLY6PbiUl .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLLY6PbiUl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tLLY6PbiUl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLLY6PbiUl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLLY6PbiUl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tLLY6PbiUl .navbar-buttons {
  text-align: center;
}
.cid-tLLY6PbiUl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLLY6PbiUl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tLLY6PbiUl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLLY6PbiUl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLLY6PbiUl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLLY6PbiUl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLLY6PbiUl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLLY6PbiUl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLLY6PbiUl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLLY6PbiUl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLLY6PbiUl .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tLLY6PbiUl a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-tLLY6PbiUl a.nav-link:focus {
  outline: none;
}
.cid-tLLY6PbiUl .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLLY6PbiUl .nav-link:hover,
.cid-tLLY6PbiUl .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLLY6PbiUl .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-tLLY6PbiUl .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tNP8JlWOZD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1920x1080.png");
}
.cid-tNP8JlWOZD .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tNP8JlWOZD .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-tNP8JlWOZD .mbr-text,
.cid-tNP8JlWOZD .mbr-section-btn {
  color: #ffffff;
}
.cid-tNP8JlWOZD .mbr-section-title {
  color: #ffffff;
}
.cid-tNP8Jmpznl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNP8Jmpznl .content__block {
  padding: 50px 15px;
}
.cid-tNP8Jmpznl .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #03592d;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-tNP8Jmpznl .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tNP8Jmpznl .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-tNP8Jmpznl .image {
  perspective: 3500px;
  position: relative;
}
.cid-tNP8Jmpznl .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
}
.cid-tNP8Jmpznl .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tNP8Jmpznl .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tNP8Jmpznl .mbr-section-btn .btn-white-outline:hover {
  color: #03592d !important;
}
@media (max-width: 991px) {
  .cid-tNP8Jmpznl .content__block {
    padding: 30px 15px;
  }
  .cid-tNP8Jmpznl .mbr-figure {
    padding: 0;
  }
  .cid-tNP8Jmpznl .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-tNP8Jmpznl .lg-push {
    right: 1%;
  }
  .cid-tNP8Jmpznl .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-tNP8Jmpznl .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-tNP8Jmpznl .lg-push {
    left: 1%;
  }
  .cid-tNP8Jmpznl .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-tNP8Jmpznl .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-tNP8Jmpznl .mbr-text,
.cid-tNP8Jmpznl .mbr-section-btn {
  color: #000000;
}
.cid-tNP8Jmpznl .mbr-section-title {
  color: #353535;
}
.cid-tNP8JmVQmk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tNP8JmVQmk img,
.cid-tNP8JmVQmk .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-tNP8JmVQmk .item:focus,
.cid-tNP8JmVQmk span:focus {
  outline: none;
}
.cid-tNP8JmVQmk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tNP8JmVQmk .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tNP8JmVQmk .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tNP8JmVQmk .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tNP8JmVQmk .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tNP8JmVQmk .item-content {
    padding: 1rem 0;
  }
}
.cid-tNP8JmVQmk .mbr-section-title {
  color: #353535;
}
.cid-tNP8JmVQmk .item-title {
  color: #353535;
  text-align: center;
}
.cid-tNP8JmVQmk .item-subtitle {
  color: #bec2cf;
}
.cid-tNP8JmVQmk .mbr-text,
.cid-tNP8JmVQmk .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tNP8JmVQmk .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-tNP8JnwsWv {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tNP8JnwsWv img,
.cid-tNP8JnwsWv .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-tNP8JnwsWv .item:focus,
.cid-tNP8JnwsWv span:focus {
  outline: none;
}
.cid-tNP8JnwsWv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tNP8JnwsWv .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tNP8JnwsWv .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tNP8JnwsWv .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tNP8JnwsWv .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tNP8JnwsWv .item-content {
    padding: 1rem 0;
  }
}
.cid-tNP8JnwsWv .mbr-section-title {
  color: #6f2b90;
}
.cid-tNP8JnwsWv .item-title {
  color: #353535;
  text-align: center;
}
.cid-tNP8JnwsWv .item-subtitle {
  color: #bec2cf;
}
.cid-tNP8JnwsWv .mbr-text,
.cid-tNP8JnwsWv .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tNP8JnwsWv .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-tNP8JoaGcx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tNP8JoaGcx .mbr-section-title {
  color: #353535;
}
.cid-tNP8JoaGcx .mbr-text,
.cid-tNP8JoaGcx .mbr-section-btn {
  color: #353535;
}
.cid-tNP8JoaGcx .mbr-section-subtitle {
  color: #000000;
}
.cid-tNP8JoBCBw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNP8JoBCBw .content__block {
  padding: 50px 15px;
}
.cid-tNP8JoBCBw .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #03592d;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-tNP8JoBCBw .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tNP8JoBCBw .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-tNP8JoBCBw .image {
  perspective: 3500px;
  position: relative;
}
.cid-tNP8JoBCBw .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-tNP8JoBCBw .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tNP8JoBCBw .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tNP8JoBCBw .mbr-section-btn .btn-white-outline:hover {
  color: #03592d !important;
}
@media (max-width: 991px) {
  .cid-tNP8JoBCBw .content__block {
    padding: 30px 15px;
  }
  .cid-tNP8JoBCBw .mbr-figure {
    padding: 0;
  }
  .cid-tNP8JoBCBw .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-tNP8JoBCBw .lg-push {
    right: 11%;
  }
  .cid-tNP8JoBCBw .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-tNP8JoBCBw .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-tNP8JoBCBw .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-tNP8JoBCBw .mbr-text,
.cid-tNP8JoBCBw .mbr-section-btn {
  color: #353535;
}
.cid-tNP8JoBCBw .mbr-section-title {
  color: #353535;
}
.cid-tNP8Jp70sH {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-tNP8Jp70sH p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-tNP8Jp70sH .panel-title {
  border-bottom: 2px solid #22a5e5;
}
.cid-tNP8Jp70sH .collapsed {
  border: none;
}
.cid-tNP8Jp70sH .panel-body {
  padding-top: 0.5rem;
}
.cid-tNP8Jp70sH .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tNP8Jp70sH .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-tNP8Jp70sH .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tNP8Jp70sH .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tNP8Jp70sH .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tNP8Jp70sH .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tNP8Jp70sH .panel-text {
  color: #000000;
}
.cid-tNP8Jp70sH H4 {
  color: #353535;
  text-transform: uppercase;
}
.cid-tNP8Jp70sH H2 {
  color: #353535;
}
.cid-tNP8JpGGtu {
  padding-top: 0px;
  padding-bottom: 45px;
  position: relative;
  background-color: #ffffff;
}
.cid-tNP8JpGGtu p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-tNP8JpGGtu .panel-title {
  border-bottom: 2px solid #22a5e5;
}
.cid-tNP8JpGGtu .collapsed {
  border: none;
}
.cid-tNP8JpGGtu .panel-body {
  padding-top: 0.5rem;
}
.cid-tNP8JpGGtu .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tNP8JpGGtu .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-tNP8JpGGtu .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tNP8JpGGtu .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tNP8JpGGtu .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tNP8JpGGtu .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tNP8JpGGtu .panel-text {
  color: #000000;
}
.cid-tNP8JpGGtu H4 {
  color: #353535;
  text-transform: uppercase;
}
.cid-tNP8Jq93oU {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tNP8Jq93oU .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-tNP8Jq93oU .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tNP8Jq93oU .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-tNP8Jq93oU .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-tNP8Jq93oU .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-tNP8Jq93oU .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-tNP8Jq93oU .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-tNP8Jq93oU .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-tNP8Jq93oU .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-tNP8Jq93oU .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-tNP8Jq93oU .soc-item a {
  color: #ffffff;
}
.cid-tNP8Jq93oU .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-tNP8Jq93oU .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-tNP8Jq93oU .mbr-tag,
.cid-tNP8Jq93oU .social-row {
  color: #ffffff;
}
.cid-tNP8Jq93oU .copyright {
  color: #ffffff;
}
.cid-tNP8Jq93oU P {
  color: #000000;
}
.cid-tNP8JqQPWQ .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-tNP8JqQPWQ .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-tNP8JqQPWQ .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-tNP8JqQPWQ .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNP8JqQPWQ .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-tNP8JqQPWQ .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tNP8JqQPWQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tNP8JqQPWQ .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-tNP8JqQPWQ .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-tNP8JqQPWQ .navbar.collapsed.opened .navbar-collapse.show,
.cid-tNP8JqQPWQ .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-tNP8JqQPWQ .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-tNP8JqQPWQ .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-tNP8JqQPWQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tNP8JqQPWQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNP8JqQPWQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNP8JqQPWQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tNP8JqQPWQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNP8JqQPWQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tNP8JqQPWQ .navbar {
    flex-wrap: nowrap;
  }
  .cid-tNP8JqQPWQ .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-tNP8JqQPWQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNP8JqQPWQ .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-tNP8JqQPWQ .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-tNP8JqQPWQ .navbar.opened .navbar-collapse.show,
  .cid-tNP8JqQPWQ .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-tNP8JqQPWQ .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-tNP8JqQPWQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tNP8JqQPWQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNP8JqQPWQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNP8JqQPWQ .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tNP8JqQPWQ .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tNP8JqQPWQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNP8JqQPWQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tNP8JqQPWQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-tNP8JqQPWQ .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tNP8JqQPWQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tNP8JqQPWQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tNP8JqQPWQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNP8JqQPWQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNP8JqQPWQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNP8JqQPWQ .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tNP8JqQPWQ .dropdown-item.active,
.cid-tNP8JqQPWQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tNP8JqQPWQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNP8JqQPWQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNP8JqQPWQ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNP8JqQPWQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tNP8JqQPWQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNP8JqQPWQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNP8JqQPWQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tNP8JqQPWQ .navbar-buttons {
  text-align: center;
}
.cid-tNP8JqQPWQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tNP8JqQPWQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tNP8JqQPWQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNP8JqQPWQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNP8JqQPWQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNP8JqQPWQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNP8JqQPWQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNP8JqQPWQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNP8JqQPWQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNP8JqQPWQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNP8JqQPWQ .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tNP8JqQPWQ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-tNP8JqQPWQ a.nav-link:focus {
  outline: none;
}
.cid-tNP8JqQPWQ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNP8JqQPWQ .nav-link:hover,
.cid-tNP8JqQPWQ .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNP8JqQPWQ .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-tNP8JqQPWQ .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tWNDhoyGQP {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/our-people-bg-1.png");
}
.cid-tWNDhoyGQP .mbr-section-title {
  color: #fafafa;
}
.cid-tWNDhoyGQP .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tXrjZGZQVy {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tXrjZGZQVy img,
.cid-tXrjZGZQVy .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-tXrjZGZQVy .item:focus,
.cid-tXrjZGZQVy span:focus {
  outline: none;
}
.cid-tXrjZGZQVy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tXrjZGZQVy .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tXrjZGZQVy .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tXrjZGZQVy .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tXrjZGZQVy .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tXrjZGZQVy .item-content {
    padding: 1rem 0;
  }
}
.cid-tXrjZGZQVy .mbr-section-title {
  color: #03592d;
}
.cid-tXrjZGZQVy .item-title {
  color: #353535;
}
.cid-tXrjZGZQVy .item-subtitle {
  color: #232323;
}
.cid-tXrjZGZQVy .mbr-text,
.cid-tXrjZGZQVy .mbr-section-btn {
  color: #353535;
}
.cid-tXrjZGZQVy .mbr-link {
  color: #e43f3f;
}
.cid-tWNDhpcAx2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tWNDhpcAx2 img,
.cid-tWNDhpcAx2 .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-tWNDhpcAx2 .item:focus,
.cid-tWNDhpcAx2 span:focus {
  outline: none;
}
.cid-tWNDhpcAx2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tWNDhpcAx2 .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tWNDhpcAx2 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tWNDhpcAx2 .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tWNDhpcAx2 .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tWNDhpcAx2 .item-content {
    padding: 1rem 0;
  }
}
.cid-tWNDhpcAx2 .mbr-section-title {
  color: #03592d;
}
.cid-tWNDhpcAx2 .item-title {
  color: #000000;
  text-align: left;
}
.cid-tWNDhpcAx2 .item-subtitle {
  color: #232323;
}
.cid-tWNDhpcAx2 .mbr-text,
.cid-tWNDhpcAx2 .mbr-section-btn {
  color: #353535;
}
.cid-tWNDhpcAx2 .mbr-link {
  color: #e43f3f;
  text-align: left;
}
.cid-tWNDhpSbXb {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tWNDhpSbXb img,
.cid-tWNDhpSbXb .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-tWNDhpSbXb .item:focus,
.cid-tWNDhpSbXb span:focus {
  outline: none;
}
.cid-tWNDhpSbXb .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tWNDhpSbXb .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tWNDhpSbXb .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tWNDhpSbXb .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tWNDhpSbXb .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tWNDhpSbXb .item-content {
    padding: 1rem 0;
  }
}
.cid-tWNDhpSbXb .mbr-section-title {
  color: #03592d;
}
.cid-tWNDhpSbXb .item-title {
  color: #353535;
}
.cid-tWNDhpSbXb .item-subtitle {
  color: #232323;
}
.cid-tWNDhpSbXb .mbr-text,
.cid-tWNDhpSbXb .mbr-section-btn {
  color: #353535;
}
.cid-tWNDhpSbXb .mbr-link {
  color: #e43f3f;
}
.cid-tWNDhqwoeU {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tWNDhqwoeU img,
.cid-tWNDhqwoeU .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-tWNDhqwoeU .item:focus,
.cid-tWNDhqwoeU span:focus {
  outline: none;
}
.cid-tWNDhqwoeU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tWNDhqwoeU .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tWNDhqwoeU .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tWNDhqwoeU .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tWNDhqwoeU .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tWNDhqwoeU .item-content {
    padding: 1rem 0;
  }
}
.cid-tWNDhqwoeU .mbr-section-title {
  color: #03592d;
}
.cid-tWNDhqwoeU .item-title {
  color: #353535;
}
.cid-tWNDhqwoeU .item-subtitle {
  color: #232323;
}
.cid-tWNDhqwoeU .mbr-text,
.cid-tWNDhqwoeU .mbr-section-btn {
  color: #353535;
}
.cid-tWNDhqwoeU .mbr-link {
  color: #e43f3f;
}
.cid-tWSCPU3GsM {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tWSCPU3GsM img,
.cid-tWSCPU3GsM .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-tWSCPU3GsM .item:focus,
.cid-tWSCPU3GsM span:focus {
  outline: none;
}
.cid-tWSCPU3GsM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tWSCPU3GsM .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tWSCPU3GsM .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tWSCPU3GsM .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tWSCPU3GsM .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tWSCPU3GsM .item-content {
    padding: 1rem 0;
  }
}
.cid-tWSCPU3GsM .mbr-section-title {
  color: #03592d;
}
.cid-tWSCPU3GsM .item-title {
  color: #353535;
}
.cid-tWSCPU3GsM .item-subtitle {
  color: #232323;
}
.cid-tWSCPU3GsM .mbr-text,
.cid-tWSCPU3GsM .mbr-section-btn {
  color: #353535;
}
.cid-tWSCPU3GsM .mbr-link {
  color: #e43f3f;
}
.cid-tWNDhrHIxn {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tWNDhrHIxn .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-tWNDhrHIxn .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWNDhrHIxn .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-tWNDhrHIxn .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-tWNDhrHIxn .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-tWNDhrHIxn .footer-top {
  border-bottom: 2px solid #03592d;
}
.cid-tWNDhrHIxn .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-tWNDhrHIxn .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-tWNDhrHIxn .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: left;
}
.cid-tWNDhrHIxn .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-tWNDhrHIxn .soc-item a {
  color: #ffffff;
}
.cid-tWNDhrHIxn .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-tWNDhrHIxn .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-tWNDhrHIxn .mbr-tag,
.cid-tWNDhrHIxn .social-row {
  color: #ffffff;
}
.cid-tWNDhrHIxn .copyright {
  color: #ffffff;
}
.cid-tWNDhrHIxn P {
  color: #000000;
}
.cid-tWNDhspLQB .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-tWNDhspLQB .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-tWNDhspLQB .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-tWNDhspLQB .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWNDhspLQB .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-tWNDhspLQB .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tWNDhspLQB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tWNDhspLQB .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-tWNDhspLQB .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-tWNDhspLQB .navbar.collapsed.opened .navbar-collapse.show,
.cid-tWNDhspLQB .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-tWNDhspLQB .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-tWNDhspLQB .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-tWNDhspLQB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tWNDhspLQB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWNDhspLQB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWNDhspLQB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tWNDhspLQB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWNDhspLQB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tWNDhspLQB .navbar {
    flex-wrap: nowrap;
  }
  .cid-tWNDhspLQB .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-tWNDhspLQB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWNDhspLQB .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-tWNDhspLQB .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-tWNDhspLQB .navbar.opened .navbar-collapse.show,
  .cid-tWNDhspLQB .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-tWNDhspLQB .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-tWNDhspLQB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tWNDhspLQB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWNDhspLQB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWNDhspLQB .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tWNDhspLQB .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tWNDhspLQB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWNDhspLQB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tWNDhspLQB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-tWNDhspLQB .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tWNDhspLQB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tWNDhspLQB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tWNDhspLQB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWNDhspLQB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWNDhspLQB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWNDhspLQB .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tWNDhspLQB .dropdown-item.active,
.cid-tWNDhspLQB .dropdown-item:active {
  background-color: transparent;
}
.cid-tWNDhspLQB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWNDhspLQB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWNDhspLQB .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWNDhspLQB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tWNDhspLQB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWNDhspLQB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWNDhspLQB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tWNDhspLQB .navbar-buttons {
  text-align: center;
}
.cid-tWNDhspLQB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tWNDhspLQB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWNDhspLQB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWNDhspLQB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWNDhspLQB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWNDhspLQB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWNDhspLQB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWNDhspLQB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWNDhspLQB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWNDhspLQB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWNDhspLQB .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tWNDhspLQB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-tWNDhspLQB a.nav-link:focus {
  outline: none;
}
.cid-tWNDhspLQB .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWNDhspLQB .nav-link:hover,
.cid-tWNDhspLQB .dropdown-item:hover {
  color: #ec2227 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWNDhspLQB .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-tWNDhspLQB .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
