body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((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.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #17e87a !important;
}
.bg-danger {
  background-color: #027747 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e4d295 !important;
  border-color: #e4d295 !important;
  color: #615119 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #615119 !important;
  background-color: #d4b858 !important;
  border-color: #d4b858 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #615119 !important;
  background-color: #d4b858 !important;
  border-color: #d4b858 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #17e87a !important;
  border-color: #17e87a !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #10a255 !important;
  border-color: #10a255 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #10a255 !important;
  border-color: #10a255 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #027747 !important;
  border-color: #027747 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #012c1a !important;
  border-color: #012c1a !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #012c1a !important;
  border-color: #012c1a !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cfaf44;
  color: #cfaf44;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #615119;
  background-color: #e4d295;
  border-color: #e4d295;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #615119 !important;
  background-color: #e4d295 !important;
  border-color: #e4d295 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #0e8b49;
  color: #0e8b49;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #17e87a;
  border-color: #17e87a;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #17e87a !important;
  border-color: #17e87a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #00130b;
  color: #00130b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #027747;
  border-color: #027747;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #027747 !important;
  border-color: #027747 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #e4d295 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #17e87a !important;
}
.text-danger {
  color: #027747 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cfaf44 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #0e8b49 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #00130b !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #17e87a;
}
.alert-danger {
  background-color: #027747;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: #d1fae4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #04f492;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #000000;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #000000;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e4d295 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-tPQEyoKeMn .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-tPQEyoKeMn .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tPQEyoKeMn a {
  font-style: normal;
}
.cid-tPQEyoKeMn .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tPQEyoKeMn .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tPQEyoKeMn .nav-item:focus,
.cid-tPQEyoKeMn .nav-link:focus {
  outline: none;
}
.cid-tPQEyoKeMn .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tPQEyoKeMn .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tPQEyoKeMn .menu-logo {
  margin-right: auto;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tPQEyoKeMn .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tPQEyoKeMn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tPQEyoKeMn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPQEyoKeMn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tPQEyoKeMn .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tPQEyoKeMn .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tPQEyoKeMn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tPQEyoKeMn button.navbar-toggler:focus {
  outline: none;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tPQEyoKeMn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPQEyoKeMn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tPQEyoKeMn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tPQEyoKeMn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPQEyoKeMn .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPQEyoKeMn .collapsed .btn {
  display: -webkit-flex;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tPQEyoKeMn .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tPQEyoKeMn .collapsed button.navbar-toggler {
  display: block;
}
.cid-tPQEyoKeMn .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tPQEyoKeMn .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPQEyoKeMn .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tPQEyoKeMn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tPQEyoKeMn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tPQEyoKeMn .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tPQEyoKeMn .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPQEyoKeMn img {
    height: 3.8rem !important;
  }
  .cid-tPQEyoKeMn .btn {
    display: -webkit-flex;
  }
  .cid-tPQEyoKeMn button.navbar-toggler {
    display: block;
  }
  .cid-tPQEyoKeMn .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tPQEyoKeMn .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPQEyoKeMn .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing,
  .cid-tPQEyoKeMn .navbar-collapse.show {
    display: block !important;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing .navbar-nav,
  .cid-tPQEyoKeMn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tPQEyoKeMn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing .navbar-buttons,
  .cid-tPQEyoKeMn .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tPQEyoKeMn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPQEyoKeMn .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tPQEyoKeMn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tPQEyoKeMn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tPQEyoKeMn .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tPQEyoKeMn .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tPQEyoKeMn .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tPQEyoKeMn .nav-link:hover,
.cid-tPQEyoKeMn .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rywNfTvmIZ {
  background-image: url("../../../assets/images/49301948-2090117047678462-432822876828073984-n-960x640.jpg");
}
.cid-rywNfTvmIZ h1 {
  color: #616161;
}
.cid-rywNfTvmIZ h2,
.cid-rywNfTvmIZ h3,
.cid-rywNfTvmIZ p {
  color: #767676;
}
.cid-rywNfTvmIZ .mbr-section-subtitle {
  font-style: italic;
}
.cid-rywNfTvmIZ .mbr-text,
.cid-rywNfTvmIZ .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-rywNfTvmIZ H1 {
  color: #17e87a;
  text-align: center;
}
.cid-rywNfTvmIZ H3 {
  color: #ffffff;
  text-align: center;
}
.cid-tWYchIzMTH {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tWYchIzMTH .mbr-section-subtitle {
  color: #767676;
}
.cid-tWYchIzMTH .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tWYchIzMTH .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-tWYchIzMTH .team-item .item-image img {
  width: 100%;
}
.cid-tWYchIzMTH .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tWYchIzMTH .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tWYchIzMTH .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tWYchIzMTH .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tWYchIzMTH .team-item .item-caption {
  background: #efefef;
}
.cid-rywPzCmMM9 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rywPzCmMM9 .mbr-section-subtitle {
  color: #000000;
}
.cid-rywPzCmMM9 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rywPzCmMM9 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rywPzCmMM9 .team-item .item-image img {
  width: 100%;
}
.cid-rywPzCmMM9 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rywPzCmMM9 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rywPzCmMM9 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rywPzCmMM9 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rywPzCmMM9 .team-item .item-caption {
  background: #efefef;
}
.cid-rywPzCmMM9 H2 {
  color: #000000;
}
.cid-rywPzCmMM9 .item-name {
  color: #0e1438;
}
.cid-rywPzCmMM9 .item-role P {
  color: #0e1438;
}
.cid-rywPCPyXKY {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rywPCPyXKY .mbr-section-subtitle {
  color: #767676;
}
.cid-rywPCPyXKY .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rywPCPyXKY .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rywPCPyXKY .team-item .item-image img {
  width: 100%;
}
.cid-rywPCPyXKY .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rywPCPyXKY .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rywPCPyXKY .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rywPCPyXKY .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rywPCPyXKY .team-item .item-caption {
  background: #efefef;
}
.cid-rywPCPyXKY .item-role P {
  color: #0e1438;
}
.cid-rywPCPyXKY .item-name {
  color: #0e1438;
}
.cid-rDZjuKRnAq {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rDZjuKRnAq .mbr-section-subtitle {
  color: #767676;
}
.cid-rDZjuKRnAq .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rDZjuKRnAq .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rDZjuKRnAq .team-item .item-image img {
  width: 100%;
}
.cid-rDZjuKRnAq .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rDZjuKRnAq .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rDZjuKRnAq .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rDZjuKRnAq .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rDZjuKRnAq .team-item .item-caption {
  background: #efefef;
}
.cid-rDZjuKRnAq .item-role P {
  color: #0e1438;
}
.cid-rDZjuKRnAq .item-name {
  color: #0e1438;
}
.cid-sglDgxMliK {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sglDgxMliK .mbr-section-subtitle {
  color: #767676;
}
.cid-sglDgxMliK .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sglDgxMliK .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sglDgxMliK .team-item .item-image img {
  width: 100%;
}
.cid-sglDgxMliK .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sglDgxMliK .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sglDgxMliK .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sglDgxMliK .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sglDgxMliK .team-item .item-caption {
  background: #efefef;
}
.cid-sglDgxMliK .item-role P {
  color: #0e1438;
}
.cid-sglDgxMliK .item-name {
  color: #0e1438;
}
.cid-tcz6wSy6r5 {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tcz6wSy6r5 .mbr-section-subtitle {
  color: #767676;
}
.cid-tcz6wSy6r5 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tcz6wSy6r5 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-tcz6wSy6r5 .team-item .item-image img {
  width: 100%;
}
.cid-tcz6wSy6r5 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tcz6wSy6r5 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tcz6wSy6r5 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tcz6wSy6r5 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tcz6wSy6r5 .team-item .item-caption {
  background: #efefef;
}
.cid-tcz6wSy6r5 .item-role P {
  color: #0e1438;
}
.cid-tcz6wSy6r5 .item-name {
  color: #0e1438;
}
.cid-sRBagBak3N {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sRBagBak3N .mbr-section-subtitle {
  color: #767676;
}
.cid-sRBagBak3N .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sRBagBak3N .mbr-text {
  color: #767676;
}
.cid-sRBagBak3N .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-sRBagBak3N .mbr-author-name {
  color: #767676;
}
.cid-sRBagBak3N .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-sRBagBak3N .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-sRBagBak3N .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-sRBagBak3N .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sRBagBak3N .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-sRBagBak3N .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-tWYt50ksER {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tWYt50ksER .content {
    text-align: center;
  }
  .cid-tWYt50ksER .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWYt50ksER .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWYt50ksER .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tWYt50ksER .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tWYt50ksER .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tWYt50ksER .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tWYt50ksER .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tWYt50ksER .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tWYt50ksER .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tWYt50ksER .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tWYt50ksER .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tWYt50ksER .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tWYt50ksER P {
  color: #ffffff;
}
.cid-tWYt50ksER H5 {
  color: #ffffff;
}
.cid-tPQEyoKeMn .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-tPQEyoKeMn .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tPQEyoKeMn a {
  font-style: normal;
}
.cid-tPQEyoKeMn .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tPQEyoKeMn .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tPQEyoKeMn .nav-item:focus,
.cid-tPQEyoKeMn .nav-link:focus {
  outline: none;
}
.cid-tPQEyoKeMn .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tPQEyoKeMn .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tPQEyoKeMn .menu-logo {
  margin-right: auto;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tPQEyoKeMn .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tPQEyoKeMn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tPQEyoKeMn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPQEyoKeMn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tPQEyoKeMn .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tPQEyoKeMn .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tPQEyoKeMn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tPQEyoKeMn button.navbar-toggler:focus {
  outline: none;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tPQEyoKeMn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPQEyoKeMn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tPQEyoKeMn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tPQEyoKeMn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPQEyoKeMn .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPQEyoKeMn .collapsed .btn {
  display: -webkit-flex;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tPQEyoKeMn .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tPQEyoKeMn .collapsed button.navbar-toggler {
  display: block;
}
.cid-tPQEyoKeMn .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tPQEyoKeMn .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPQEyoKeMn .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tPQEyoKeMn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tPQEyoKeMn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tPQEyoKeMn .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tPQEyoKeMn .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPQEyoKeMn img {
    height: 3.8rem !important;
  }
  .cid-tPQEyoKeMn .btn {
    display: -webkit-flex;
  }
  .cid-tPQEyoKeMn button.navbar-toggler {
    display: block;
  }
  .cid-tPQEyoKeMn .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tPQEyoKeMn .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPQEyoKeMn .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing,
  .cid-tPQEyoKeMn .navbar-collapse.show {
    display: block !important;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing .navbar-nav,
  .cid-tPQEyoKeMn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tPQEyoKeMn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing .navbar-buttons,
  .cid-tPQEyoKeMn .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tPQEyoKeMn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPQEyoKeMn .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tPQEyoKeMn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tPQEyoKeMn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tPQEyoKeMn .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tPQEyoKeMn .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tPQEyoKeMn .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tPQEyoKeMn .nav-link:hover,
.cid-tPQEyoKeMn .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ryqsiLdlwl {
  background-image: url("../../../assets/images/24067997-1477689228980044-755708447399266863-n-506x337.jpg");
}
.cid-ryqsiLdlwl .mbr-text,
.cid-ryqsiLdlwl .mbr-section-btn {
  text-align: center;
  color: #efefef;
}
.cid-ryqsiLdlwl H1 {
  text-align: center;
  color: #ffffff;
}
.cid-ryqsiLdlwl H3 {
  color: #ffffff;
}
.cid-uuxpDrPkeu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uuxpDrPkeu h2 {
  text-align: left;
}
.cid-uuxpDrPkeu h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uuxpDrPkeu p {
  color: #767676;
  text-align: left;
}
.cid-uuxpDrPkeu .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uuxpDrPkeu .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uuxpDrPkeu .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uuxpDrPkeu .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uuxpDrPkeu .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uuxpDrPkeu .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uuxpDrPkeu .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uuxpDrPkeu .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uuxpDrPkeu .card-img span {
    font-size: 40px !important;
  }
}
.cid-uuxpDrPkeu P {
  color: #000000;
}
.cid-uShjxZuvek {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-uShjxZuvek .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uShjxZuvek .section-text {
  padding: 2rem 0;
}
.cid-uShjxZuvek .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uShjxZuvek .inner-container {
    width: 100% !important;
  }
}
.cid-uuyflKyqAF {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uuyflKyqAF .mbr-section-subtitle {
  color: #767676;
}
.cid-uuyflKyqAF .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uuyflKyqAF .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-uuyflKyqAF .team-item .item-image img {
  width: 100%;
}
.cid-uuyflKyqAF .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uuyflKyqAF .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uuyflKyqAF .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uuyflKyqAF .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uuyflKyqAF .team-item .item-caption {
  background: #efefef;
}
.cid-uzOp6EkHLm {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-uzOp6EkHLm p {
  color: #767676;
}
.cid-uzOp6EkHLm .mbr-section-subtitle {
  color: #767676;
}
.cid-uzOp6EkHLm .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uzOp6EkHLm .panel-group {
  width: 100%;
}
.cid-uzOp6EkHLm .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uzOp6EkHLm .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uzOp6EkHLm .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uzOp6EkHLm .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uzOp6EkHLm .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-uzOp6EkHLm .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uzOp6EkHLm .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-uzOp6EkHLm .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-uzOp6EkHLm H2 {
  color: #027747;
}
.cid-uzOp6EkHLm .panel-text {
  color: #027747;
}
.cid-uzOp6EkHLm H4 {
  color: #000000;
}
.cid-rzNWvwrI9e {
  background-image: url("../../../assets/images/mg-3919-2000x1333.jpg");
}
.cid-rzNWvwrI9e .form-control,
.cid-rzNWvwrI9e .form-control:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.cid-rzNWvwrI9e .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-rzNWvwrI9e textarea.form-control {
  min-height: 188px;
}
.cid-rzNWvwrI9e .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-rzNWvwrI9e .content-container {
    padding-right: 5rem;
  }
}
.cid-rzNWvwrI9e H1 {
  color: #17e87a;
}
.cid-ryqwrD2wZX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ryqwrD2wZX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ryqwrD2wZX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ryqwrD2wZX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ryqwrD2wZX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ryqwrD2wZX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-ryqwrD2wZX .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ryqwrD2wZX .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-ryqwrD2wZX .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ryqwrD2wZX .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rKSQ2947In {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rKSQ2947In .content {
    text-align: center;
  }
  .cid-rKSQ2947In .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rKSQ2947In .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rKSQ2947In .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rKSQ2947In .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rKSQ2947In .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rKSQ2947In .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rKSQ2947In .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rKSQ2947In .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rKSQ2947In .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rKSQ2947In .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rKSQ2947In .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rKSQ2947In .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rKSQ2947In P {
  color: #ffffff;
}
.cid-rKSQ2947In H5 {
  color: #ffffff;
}
.cid-tPQEyoKeMn .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-tPQEyoKeMn .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tPQEyoKeMn a {
  font-style: normal;
}
.cid-tPQEyoKeMn .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tPQEyoKeMn .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tPQEyoKeMn .nav-item:focus,
.cid-tPQEyoKeMn .nav-link:focus {
  outline: none;
}
.cid-tPQEyoKeMn .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tPQEyoKeMn .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tPQEyoKeMn .menu-logo {
  margin-right: auto;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tPQEyoKeMn .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tPQEyoKeMn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tPQEyoKeMn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPQEyoKeMn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tPQEyoKeMn .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tPQEyoKeMn .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tPQEyoKeMn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tPQEyoKeMn button.navbar-toggler:focus {
  outline: none;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tPQEyoKeMn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPQEyoKeMn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tPQEyoKeMn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tPQEyoKeMn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPQEyoKeMn .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPQEyoKeMn .collapsed .btn {
  display: -webkit-flex;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tPQEyoKeMn .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tPQEyoKeMn .collapsed button.navbar-toggler {
  display: block;
}
.cid-tPQEyoKeMn .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tPQEyoKeMn .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPQEyoKeMn .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tPQEyoKeMn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tPQEyoKeMn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tPQEyoKeMn .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tPQEyoKeMn .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPQEyoKeMn img {
    height: 3.8rem !important;
  }
  .cid-tPQEyoKeMn .btn {
    display: -webkit-flex;
  }
  .cid-tPQEyoKeMn button.navbar-toggler {
    display: block;
  }
  .cid-tPQEyoKeMn .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tPQEyoKeMn .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPQEyoKeMn .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing,
  .cid-tPQEyoKeMn .navbar-collapse.show {
    display: block !important;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing .navbar-nav,
  .cid-tPQEyoKeMn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tPQEyoKeMn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing .navbar-buttons,
  .cid-tPQEyoKeMn .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tPQEyoKeMn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPQEyoKeMn .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tPQEyoKeMn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tPQEyoKeMn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tPQEyoKeMn .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tPQEyoKeMn .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tPQEyoKeMn .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tPQEyoKeMn .nav-link:hover,
.cid-tPQEyoKeMn .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-thzxFHFu8S {
  background-image: url("../../../assets/images/1-4-2000x1334.jpg");
}
.cid-thzxFHFu8S .form-control,
.cid-thzxFHFu8S .form-control:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.cid-thzxFHFu8S .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-thzxFHFu8S textarea.form-control {
  min-height: 188px;
}
.cid-thzxFHFu8S .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-thzxFHFu8S .content-container {
    padding-right: 5rem;
  }
}
.cid-rSoxP60B0y {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #027747;
}
.cid-tWYt7tJ2Db {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tWYt7tJ2Db .content {
    text-align: center;
  }
  .cid-tWYt7tJ2Db .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWYt7tJ2Db .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWYt7tJ2Db .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tWYt7tJ2Db .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tWYt7tJ2Db .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tWYt7tJ2Db .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tWYt7tJ2Db .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tWYt7tJ2Db .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tWYt7tJ2Db .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tWYt7tJ2Db .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tWYt7tJ2Db .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tWYt7tJ2Db .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tWYt7tJ2Db P {
  color: #ffffff;
}
.cid-tWYt7tJ2Db H5 {
  color: #ffffff;
}
.cid-tPQEyoKeMn .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-tPQEyoKeMn .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tPQEyoKeMn a {
  font-style: normal;
}
.cid-tPQEyoKeMn .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tPQEyoKeMn .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tPQEyoKeMn .nav-item:focus,
.cid-tPQEyoKeMn .nav-link:focus {
  outline: none;
}
.cid-tPQEyoKeMn .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tPQEyoKeMn .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tPQEyoKeMn .menu-logo {
  margin-right: auto;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tPQEyoKeMn .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tPQEyoKeMn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tPQEyoKeMn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPQEyoKeMn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tPQEyoKeMn .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tPQEyoKeMn .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tPQEyoKeMn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tPQEyoKeMn button.navbar-toggler:focus {
  outline: none;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tPQEyoKeMn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPQEyoKeMn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tPQEyoKeMn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tPQEyoKeMn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPQEyoKeMn .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPQEyoKeMn .collapsed .btn {
  display: -webkit-flex;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tPQEyoKeMn .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tPQEyoKeMn .collapsed button.navbar-toggler {
  display: block;
}
.cid-tPQEyoKeMn .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tPQEyoKeMn .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPQEyoKeMn .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tPQEyoKeMn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tPQEyoKeMn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tPQEyoKeMn .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tPQEyoKeMn .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPQEyoKeMn img {
    height: 3.8rem !important;
  }
  .cid-tPQEyoKeMn .btn {
    display: -webkit-flex;
  }
  .cid-tPQEyoKeMn button.navbar-toggler {
    display: block;
  }
  .cid-tPQEyoKeMn .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tPQEyoKeMn .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPQEyoKeMn .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing,
  .cid-tPQEyoKeMn .navbar-collapse.show {
    display: block !important;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing .navbar-nav,
  .cid-tPQEyoKeMn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tPQEyoKeMn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing .navbar-buttons,
  .cid-tPQEyoKeMn .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tPQEyoKeMn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPQEyoKeMn .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tPQEyoKeMn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tPQEyoKeMn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tPQEyoKeMn .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tPQEyoKeMn .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tPQEyoKeMn .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tPQEyoKeMn .nav-link:hover,
.cid-tPQEyoKeMn .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-s0CUnpn5kp {
  padding-top: 120px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-s0CUnpn5kp p {
  color: #767676;
}
.cid-s0CUnpn5kp .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-s0CUnpn5kp .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-s0CUnpn5kp .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-s0CUnpn5kp .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s0CUnpn5kp .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-s0CUnpn5kp .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-s0CUnpn5kp H2 {
  color: #027747;
}
.cid-s0CUnpn5kp H4 {
  color: #027747;
  text-align: center;
}
.cid-s0CUnpn5kp .panel-text {
  color: #000000;
  text-align: left;
}
.cid-ryrjeJxaZn {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-ryrjeJxaZn p {
  color: #767676;
}
.cid-ryrjeJxaZn .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-ryrjeJxaZn .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-ryrjeJxaZn .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-ryrjeJxaZn .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ryrjeJxaZn .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-ryrjeJxaZn .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-ryrjeJxaZn H2 {
  color: #ef3b39;
}
.cid-ryrjeJxaZn H4 {
  color: #027747;
  text-align: center;
}
.cid-ryrjeJxaZn .panel-text {
  color: #000000;
  text-align: left;
}
.cid-uJGeE4c9F4 {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-uJGeE4c9F4 p {
  color: #767676;
}
.cid-uJGeE4c9F4 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uJGeE4c9F4 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uJGeE4c9F4 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uJGeE4c9F4 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uJGeE4c9F4 .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uJGeE4c9F4 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uJGeE4c9F4 H2 {
  color: #ef3b39;
}
.cid-uJGeE4c9F4 H4 {
  color: #027747;
  text-align: center;
}
.cid-uJGeE4c9F4 .panel-text {
  color: #000000;
  text-align: left;
}
.cid-ryrjAwg7wa {
  padding-top: 15px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-ryrjAwg7wa p {
  color: #767676;
}
.cid-ryrjAwg7wa .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-ryrjAwg7wa .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-ryrjAwg7wa .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-ryrjAwg7wa .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ryrjAwg7wa .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-ryrjAwg7wa .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-ryrjAwg7wa H2 {
  color: #fbc718;
}
.cid-ryrjAwg7wa H4 {
  color: #027747;
  text-align: center;
}
.cid-ryrjAwg7wa .panel-text {
  color: #000000;
}
.cid-ryrlmgYa89 {
  padding-top: 15px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-ryrlmgYa89 p {
  color: #767676;
}
.cid-ryrlmgYa89 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-ryrlmgYa89 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-ryrlmgYa89 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-ryrlmgYa89 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ryrlmgYa89 .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-ryrlmgYa89 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-ryrlmgYa89 H2 {
  color: #fbc718;
}
.cid-ryrlmgYa89 H4 {
  color: #027747;
  text-align: center;
}
.cid-ryrlmgYa89 .panel-text {
  color: #000000;
}
.cid-tWYs9SMP5H {
  background-image: url("../../../assets/images/mg-3920-2000x1333.jpg");
}
.cid-tWYs9SMP5H .form-control,
.cid-tWYs9SMP5H .form-control:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.cid-tWYs9SMP5H .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-tWYs9SMP5H textarea.form-control {
  min-height: 188px;
}
.cid-tWYs9SMP5H .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-tWYs9SMP5H .content-container {
    padding-right: 5rem;
  }
}
.cid-tWYs9SMP5H H1 {
  color: #17e87a;
}
.cid-tWYt9yblG7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tWYt9yblG7 .content {
    text-align: center;
  }
  .cid-tWYt9yblG7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWYt9yblG7 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWYt9yblG7 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tWYt9yblG7 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tWYt9yblG7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tWYt9yblG7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tWYt9yblG7 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tWYt9yblG7 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tWYt9yblG7 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tWYt9yblG7 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tWYt9yblG7 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tWYt9yblG7 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tWYt9yblG7 P {
  color: #ffffff;
}
.cid-tWYt9yblG7 H5 {
  color: #ffffff;
}
.cid-tPQEyoKeMn .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-tPQEyoKeMn .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tPQEyoKeMn a {
  font-style: normal;
}
.cid-tPQEyoKeMn .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tPQEyoKeMn .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tPQEyoKeMn .nav-item:focus,
.cid-tPQEyoKeMn .nav-link:focus {
  outline: none;
}
.cid-tPQEyoKeMn .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tPQEyoKeMn .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tPQEyoKeMn .menu-logo {
  margin-right: auto;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tPQEyoKeMn .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tPQEyoKeMn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tPQEyoKeMn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPQEyoKeMn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tPQEyoKeMn .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tPQEyoKeMn .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tPQEyoKeMn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tPQEyoKeMn button.navbar-toggler:focus {
  outline: none;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tPQEyoKeMn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPQEyoKeMn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tPQEyoKeMn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tPQEyoKeMn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPQEyoKeMn .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPQEyoKeMn .collapsed .btn {
  display: -webkit-flex;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tPQEyoKeMn .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tPQEyoKeMn .collapsed button.navbar-toggler {
  display: block;
}
.cid-tPQEyoKeMn .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tPQEyoKeMn .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPQEyoKeMn .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tPQEyoKeMn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tPQEyoKeMn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tPQEyoKeMn .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tPQEyoKeMn .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPQEyoKeMn img {
    height: 3.8rem !important;
  }
  .cid-tPQEyoKeMn .btn {
    display: -webkit-flex;
  }
  .cid-tPQEyoKeMn button.navbar-toggler {
    display: block;
  }
  .cid-tPQEyoKeMn .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tPQEyoKeMn .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPQEyoKeMn .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing,
  .cid-tPQEyoKeMn .navbar-collapse.show {
    display: block !important;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing .navbar-nav,
  .cid-tPQEyoKeMn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tPQEyoKeMn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing .navbar-buttons,
  .cid-tPQEyoKeMn .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tPQEyoKeMn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPQEyoKeMn .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tPQEyoKeMn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tPQEyoKeMn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tPQEyoKeMn .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tPQEyoKeMn .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tPQEyoKeMn .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tPQEyoKeMn .nav-link:hover,
.cid-tPQEyoKeMn .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rKVNi6xJ0J {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-9495-2000x1333.jpg");
}
.cid-rKWHa1TUGv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rKWHa1TUGv .mbr-section-subtitle {
  color: #3a3852;
  text-align: center;
  font-weight: 300;
}
.cid-rKWHa1TUGv .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-rKWHa1TUGv .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-rKWHa1TUGv .separline {
  position: relative;
}
.cid-rKWHa1TUGv .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rKWHa1TUGv .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-rKWHa1TUGv .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rKWHa1TUGv .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-rKWHa1TUGv .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-rKWHa1TUGv .mbr-step-text {
  color: #3a3852;
}
.cid-rKWHa1TUGv .mbr-section-title {
  color: #027747;
}
.cid-rKWHa1TUGv .mbr-step-title {
  color: #3a3852;
}
.cid-thzyIU6ieg {
  background-image: url("../../../assets/images/mg-3920-2000x1333.jpg");
}
.cid-thzyIU6ieg .form-control,
.cid-thzyIU6ieg .form-control:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.cid-thzyIU6ieg .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
  background: linear-gradient(#000000, #000000);
  border: none;
}
.cid-thzyIU6ieg textarea.form-control {
  min-height: 188px;
}
.cid-thzyIU6ieg .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-thzyIU6ieg .content-container {
    padding-right: 5rem;
  }
}
.cid-tWYtc8z02b {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tWYtc8z02b .content {
    text-align: center;
  }
  .cid-tWYtc8z02b .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWYtc8z02b .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWYtc8z02b .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tWYtc8z02b .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tWYtc8z02b .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tWYtc8z02b .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tWYtc8z02b .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tWYtc8z02b .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tWYtc8z02b .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tWYtc8z02b .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tWYtc8z02b .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tWYtc8z02b .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tWYtc8z02b P {
  color: #ffffff;
}
.cid-tWYtc8z02b H5 {
  color: #ffffff;
}
.cid-tPQEyoKeMn .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-tPQEyoKeMn .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tPQEyoKeMn a {
  font-style: normal;
}
.cid-tPQEyoKeMn .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tPQEyoKeMn .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tPQEyoKeMn .nav-item:focus,
.cid-tPQEyoKeMn .nav-link:focus {
  outline: none;
}
.cid-tPQEyoKeMn .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tPQEyoKeMn .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tPQEyoKeMn .menu-logo {
  margin-right: auto;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tPQEyoKeMn .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tPQEyoKeMn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tPQEyoKeMn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPQEyoKeMn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tPQEyoKeMn .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tPQEyoKeMn .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tPQEyoKeMn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tPQEyoKeMn button.navbar-toggler:focus {
  outline: none;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tPQEyoKeMn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPQEyoKeMn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tPQEyoKeMn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tPQEyoKeMn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPQEyoKeMn .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPQEyoKeMn .collapsed .btn {
  display: -webkit-flex;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tPQEyoKeMn .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tPQEyoKeMn .collapsed button.navbar-toggler {
  display: block;
}
.cid-tPQEyoKeMn .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tPQEyoKeMn .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPQEyoKeMn .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tPQEyoKeMn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tPQEyoKeMn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tPQEyoKeMn .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tPQEyoKeMn .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPQEyoKeMn img {
    height: 3.8rem !important;
  }
  .cid-tPQEyoKeMn .btn {
    display: -webkit-flex;
  }
  .cid-tPQEyoKeMn button.navbar-toggler {
    display: block;
  }
  .cid-tPQEyoKeMn .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tPQEyoKeMn .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPQEyoKeMn .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing,
  .cid-tPQEyoKeMn .navbar-collapse.show {
    display: block !important;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing .navbar-nav,
  .cid-tPQEyoKeMn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tPQEyoKeMn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing .navbar-buttons,
  .cid-tPQEyoKeMn .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tPQEyoKeMn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPQEyoKeMn .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tPQEyoKeMn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tPQEyoKeMn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tPQEyoKeMn .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tPQEyoKeMn .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tPQEyoKeMn .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tPQEyoKeMn .nav-link:hover,
.cid-tPQEyoKeMn .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sotwXKyyQL {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sotwXKyyQL P {
  color: #767676;
}
.cid-sotwXKyyQL .mbr-text,
.cid-sotwXKyyQL .mbr-section-btn {
  color: #000000;
}
.cid-sotwXKyyQL H1 {
  color: #17e87a;
}
.cid-tWYf06kOWg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #027747;
}
.cid-tWYf06kOWg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tWXbA7JxVc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tWXbA7JxVc .counter-container {
  color: #767676;
}
.cid-tWXbA7JxVc .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tWXbA7JxVc .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tWXbA7JxVc .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-tWXbA7JxVc .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #000000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-tWXbA7JxVc .mbr-text {
  color: #027747;
}
.cid-tWXTiqrELU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #027747;
}
.cid-tWXTiqrELU .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tWXTiqrELU .section-text {
  padding: 2rem 0;
}
.cid-tWXTiqrELU .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tWXTiqrELU .inner-container {
    width: 100% !important;
  }
}
.cid-tWXQbRjFvc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tWXQbRjFvc .counter-container {
  color: #767676;
}
.cid-tWXQbRjFvc .counter-container ul {
  margin-bottom: 0;
}
.cid-tWXQbRjFvc .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-tWXQbRjFvc .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #17e87a;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-tWXQbRjFvc .mbr-text {
  color: #009bda;
}
.cid-uuygOV4IYK {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uuygOV4IYK .mbr-section-subtitle {
  color: #767676;
}
.cid-uuygOV4IYK .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uuygOV4IYK .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-uuygOV4IYK .team-item .item-image img {
  width: 100%;
}
.cid-uuygOV4IYK .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uuygOV4IYK .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uuygOV4IYK .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uuygOV4IYK .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uuygOV4IYK .team-item .item-caption {
  background: #efefef;
}
.cid-tWX2vqKUMc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tWX2vqKUMc .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tWX2vqKUMc .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWX2vqKUMc .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWX2vqKUMc .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tWX2vqKUMc .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ec4a06;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #ec4a06, #45505b) !important;
}
.cid-tWX2vqKUMc .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tWX2vqKUMc .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tWX2vqKUMc .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tWX2vqKUMc .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ec4a06 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #ec4a06, #45505b) !important;
}
.cid-tWY8dFikG3 {
  background-image: url("../../../assets/images/mg-3920-2000x1333.jpg");
}
.cid-tWY8dFikG3 .form-control,
.cid-tWY8dFikG3 .form-control:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.cid-tWY8dFikG3 .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-tWY8dFikG3 textarea.form-control {
  min-height: 188px;
}
.cid-tWY8dFikG3 .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-tWY8dFikG3 .content-container {
    padding-right: 5rem;
  }
}
.cid-tWY8dFikG3 H1 {
  color: #17e87a;
}
.cid-sotx7xLFhs {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sotx7xLFhs .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sotx7xLFhs .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sotx7xLFhs .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sotx7xLFhs .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sotx7xLFhs .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sotx7xLFhs .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sotx7xLFhs .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sotx7xLFhs .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-sotx7xLFhs .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sotx7xLFhs .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sotx7xLFhs [class^="socicon-"]:before,
.cid-sotx7xLFhs [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sotx7xLFhs .btn {
    font-size: 20px !important;
  }
}
.cid-tWYt2mxOde {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tWYt2mxOde .content {
    text-align: center;
  }
  .cid-tWYt2mxOde .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWYt2mxOde .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWYt2mxOde .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tWYt2mxOde .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tWYt2mxOde .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tWYt2mxOde .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tWYt2mxOde .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tWYt2mxOde .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tWYt2mxOde .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tWYt2mxOde .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tWYt2mxOde .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tWYt2mxOde .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tWYt2mxOde P {
  color: #ffffff;
}
.cid-tWYt2mxOde H5 {
  color: #ffffff;
}
.cid-tPQEyoKeMn .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-tPQEyoKeMn .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tPQEyoKeMn a {
  font-style: normal;
}
.cid-tPQEyoKeMn .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tPQEyoKeMn .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tPQEyoKeMn .nav-item:focus,
.cid-tPQEyoKeMn .nav-link:focus {
  outline: none;
}
.cid-tPQEyoKeMn .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tPQEyoKeMn .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tPQEyoKeMn .menu-logo {
  margin-right: auto;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tPQEyoKeMn .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tPQEyoKeMn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tPQEyoKeMn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPQEyoKeMn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tPQEyoKeMn .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tPQEyoKeMn .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tPQEyoKeMn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tPQEyoKeMn button.navbar-toggler:focus {
  outline: none;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tPQEyoKeMn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPQEyoKeMn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tPQEyoKeMn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tPQEyoKeMn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPQEyoKeMn .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPQEyoKeMn .collapsed .btn {
  display: -webkit-flex;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tPQEyoKeMn .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tPQEyoKeMn .collapsed button.navbar-toggler {
  display: block;
}
.cid-tPQEyoKeMn .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tPQEyoKeMn .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPQEyoKeMn .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tPQEyoKeMn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tPQEyoKeMn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tPQEyoKeMn .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tPQEyoKeMn .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPQEyoKeMn img {
    height: 3.8rem !important;
  }
  .cid-tPQEyoKeMn .btn {
    display: -webkit-flex;
  }
  .cid-tPQEyoKeMn button.navbar-toggler {
    display: block;
  }
  .cid-tPQEyoKeMn .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tPQEyoKeMn .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPQEyoKeMn .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing,
  .cid-tPQEyoKeMn .navbar-collapse.show {
    display: block !important;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing .navbar-nav,
  .cid-tPQEyoKeMn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tPQEyoKeMn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing .navbar-buttons,
  .cid-tPQEyoKeMn .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tPQEyoKeMn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPQEyoKeMn .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tPQEyoKeMn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tPQEyoKeMn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tPQEyoKeMn .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tPQEyoKeMn .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tPQEyoKeMn .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tPQEyoKeMn .nav-link:hover,
.cid-tPQEyoKeMn .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sCHIbcOLN0 {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sCHIbcOLN0 .mbr-section-subtitle {
  color: #767676;
}
.cid-tWYcJi0EPI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/copy-of-master-2024-kwc-brasil-min-1920x1080.jpg");
}
.cid-tWYcJi0EPI .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tWYcJi0EPI .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tWYcJi0EPI .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tWYcJi0EPI .mbr-text {
    text-align: center;
  }
}
.cid-sCHE4rsk8e {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  background: linear-gradient(45deg, #000000, #17e87a);
}
.cid-sCHE4rsk8e .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sCHE4rsk8e .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sCHE4rsk8e .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sCHE4rsk8e .mbr-text {
    text-align: center;
  }
}
.cid-sCHzrp983q {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #c1c1c1;
  background: linear-gradient(45deg, #c1c1c1, #c1c1c1);
}
.cid-sCHzrp983q .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sCHzrp983q .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sCHzrp983q .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sCHzrp983q .mbr-text {
    text-align: center;
  }
}
.cid-sCHzrp983q .mbr-text,
.cid-sCHzrp983q .mbr-section-btn {
  color: #000000;
}
.cid-sCHzrp983q H1 {
  color: #027747;
}
.cid-tHNfRnPVf2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #17e87a;
  background: linear-gradient(45deg, #17e87a, #232323);
}
.cid-tHNfRnPVf2 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tHNfRnPVf2 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tHNfRnPVf2 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tHNfRnPVf2 .mbr-text {
    text-align: center;
  }
}
.cid-tX14Wxpjbs {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  background: linear-gradient(45deg, #000000, #232323);
}
.cid-tX14Wxpjbs .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tX14Wxpjbs .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tX14Wxpjbs .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tX14Wxpjbs .mbr-text {
    text-align: center;
  }
}
.cid-sCHFhtWGJ8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #027747;
  background: linear-gradient(45deg, #027747, #232323);
}
.cid-sCHFhtWGJ8 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sCHFhtWGJ8 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sCHFhtWGJ8 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sCHFhtWGJ8 .mbr-text {
    text-align: center;
  }
}
.cid-tWYt0BLJQD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tWYt0BLJQD .content {
    text-align: center;
  }
  .cid-tWYt0BLJQD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWYt0BLJQD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWYt0BLJQD .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tWYt0BLJQD .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tWYt0BLJQD .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tWYt0BLJQD .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tWYt0BLJQD .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tWYt0BLJQD .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tWYt0BLJQD .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tWYt0BLJQD .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tWYt0BLJQD .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tWYt0BLJQD .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tWYt0BLJQD P {
  color: #ffffff;
}
.cid-tWYt0BLJQD H5 {
  color: #ffffff;
}
.cid-uqd1LHQJIt .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-uqd1LHQJIt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uqd1LHQJIt a {
  font-style: normal;
}
.cid-uqd1LHQJIt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uqd1LHQJIt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uqd1LHQJIt .nav-item:focus,
.cid-uqd1LHQJIt .nav-link:focus {
  outline: none;
}
.cid-uqd1LHQJIt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uqd1LHQJIt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uqd1LHQJIt .menu-logo {
  margin-right: auto;
}
.cid-uqd1LHQJIt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uqd1LHQJIt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uqd1LHQJIt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uqd1LHQJIt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uqd1LHQJIt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uqd1LHQJIt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uqd1LHQJIt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uqd1LHQJIt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uqd1LHQJIt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uqd1LHQJIt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqd1LHQJIt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uqd1LHQJIt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uqd1LHQJIt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uqd1LHQJIt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqd1LHQJIt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uqd1LHQJIt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqd1LHQJIt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uqd1LHQJIt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uqd1LHQJIt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uqd1LHQJIt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uqd1LHQJIt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uqd1LHQJIt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uqd1LHQJIt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uqd1LHQJIt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uqd1LHQJIt button.navbar-toggler:focus {
  outline: none;
}
.cid-uqd1LHQJIt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqd1LHQJIt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqd1LHQJIt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqd1LHQJIt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqd1LHQJIt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqd1LHQJIt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqd1LHQJIt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqd1LHQJIt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqd1LHQJIt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqd1LHQJIt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uqd1LHQJIt .collapsed .btn {
  display: -webkit-flex;
}
.cid-uqd1LHQJIt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uqd1LHQJIt .collapsed .navbar-collapse.collapsing,
.cid-uqd1LHQJIt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uqd1LHQJIt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uqd1LHQJIt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uqd1LHQJIt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uqd1LHQJIt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uqd1LHQJIt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uqd1LHQJIt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uqd1LHQJIt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uqd1LHQJIt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uqd1LHQJIt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uqd1LHQJIt .collapsed button.navbar-toggler {
  display: block;
}
.cid-uqd1LHQJIt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uqd1LHQJIt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uqd1LHQJIt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uqd1LHQJIt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uqd1LHQJIt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uqd1LHQJIt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uqd1LHQJIt .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uqd1LHQJIt img {
    height: 3.8rem !important;
  }
  .cid-uqd1LHQJIt .btn {
    display: -webkit-flex;
  }
  .cid-uqd1LHQJIt button.navbar-toggler {
    display: block;
  }
  .cid-uqd1LHQJIt .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uqd1LHQJIt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uqd1LHQJIt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uqd1LHQJIt .navbar-collapse.collapsing,
  .cid-uqd1LHQJIt .navbar-collapse.show {
    display: block !important;
  }
  .cid-uqd1LHQJIt .navbar-collapse.collapsing .navbar-nav,
  .cid-uqd1LHQJIt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uqd1LHQJIt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uqd1LHQJIt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uqd1LHQJIt .navbar-collapse.collapsing .navbar-buttons,
  .cid-uqd1LHQJIt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uqd1LHQJIt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uqd1LHQJIt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uqd1LHQJIt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uqd1LHQJIt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uqd1LHQJIt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uqd1LHQJIt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uqd1LHQJIt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uqd1LHQJIt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uqd1LHQJIt .nav-link:hover,
.cid-uqd1LHQJIt .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uqd1LIqe4t {
  background-image: url("../../../assets/images/1-4-2000x1334.jpg");
}
.cid-uqd1LKYPf9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uqd1LKYPf9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uqd7TD9E3u {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-uqd7TD9E3u P {
  color: #767676;
}
.cid-uqd7TD9E3u H1 {
  color: #ffffff;
}
.cid-uqd7TD9E3u .mbr-text,
.cid-uqd7TD9E3u .mbr-section-btn {
  color: #ec4a06;
}
.cid-uqd1LS8s7r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uqd1LS8s7r .card-box {
  padding: 0 2rem;
}
.cid-uqd1LS8s7r .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uqd1LS8s7r .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uqd1LS8s7r h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uqd1LS8s7r p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uqd1LS8s7r .mbr-text {
  color: #000000;
}
.cid-uqd1LS8s7r .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
  padding-bottom: 0;
}
.cid-uqd1LS8s7r .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uqd7MFZXts {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uqd7MFZXts .mbr-section-subtitle {
  color: #767676;
}
.cid-uqd7MFZXts .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uqd7MFZXts .mbr-text {
  color: #767676;
}
.cid-uqd7MFZXts .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-uqd7MFZXts .mbr-author-name {
  color: #767676;
}
.cid-uqd7MFZXts .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-uqd7MFZXts .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-uqd7MFZXts .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-uqd7MFZXts .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uqd7MFZXts .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-uqd7MFZXts .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-uqd1LJ1wNx {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(#ffffff, #ffffff);
}
.cid-uqd1LJ1wNx .carousel-control {
  background: #000;
}
.cid-uqd1LJ1wNx .mbr-section-subtitle {
  color: #767676;
}
.cid-uqd1LJ1wNx .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uqd1LJ1wNx .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uqd1LJ1wNx .carousel-item .wrap-img {
  text-align: center;
}
.cid-uqd1LJ1wNx .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-uqd1LJ1wNx .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uqd1LJ1wNx .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uqd1LJ1wNx .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uqd1LJ1wNx .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uqd1LJ1wNx .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uqd1LJ1wNx .cloneditem-1,
.cid-uqd1LJ1wNx .cloneditem-2,
.cid-uqd1LJ1wNx .cloneditem-3,
.cid-uqd1LJ1wNx .cloneditem-4,
.cid-uqd1LJ1wNx .cloneditem-5 {
  display: none;
}
.cid-uqd1LJ1wNx .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uqd1LJ1wNx .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uqd1LJ1wNx .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uqd1LJ1wNx .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uqd1LJ1wNx .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uqd1LJ1wNx .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uqd1LJ1wNx .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uqd1LJ1wNx .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uqd1LJ1wNx .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uqd1LJ1wNx .carousel-inner.slides2 .cloneditem-1,
  .cid-uqd1LJ1wNx .carousel-inner.slides2 .cloneditem-2,
  .cid-uqd1LJ1wNx .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uqd1LJ1wNx .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uqd1LJ1wNx .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uqd1LJ1wNx .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uqd1LJ1wNx .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uqd1LJ1wNx .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uqd1LJ1wNx .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uqd1LJ1wNx .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uqd1LJ1wNx .carousel-inner.slides3 .cloneditem-1,
  .cid-uqd1LJ1wNx .carousel-inner.slides3 .cloneditem-2,
  .cid-uqd1LJ1wNx .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uqd1LJ1wNx .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uqd1LJ1wNx .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uqd1LJ1wNx .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uqd1LJ1wNx .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uqd1LJ1wNx .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uqd1LJ1wNx .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uqd1LJ1wNx .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uqd1LJ1wNx .carousel-inner.slides4 .cloneditem-1,
  .cid-uqd1LJ1wNx .carousel-inner.slides4 .cloneditem-2,
  .cid-uqd1LJ1wNx .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uqd1LJ1wNx .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uqd1LJ1wNx .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uqd1LJ1wNx .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uqd1LJ1wNx .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uqd1LJ1wNx .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uqd1LJ1wNx .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uqd1LJ1wNx .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uqd1LJ1wNx .carousel-inner.slides5 .cloneditem-1,
  .cid-uqd1LJ1wNx .carousel-inner.slides5 .cloneditem-2,
  .cid-uqd1LJ1wNx .carousel-inner.slides5 .cloneditem-3,
  .cid-uqd1LJ1wNx .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uqd1LJ1wNx .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uqd1LJ1wNx .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uqd1LJ1wNx .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uqd1LJ1wNx .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uqd1LJ1wNx .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uqd1LJ1wNx .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uqd1LJ1wNx .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uqd1LJ1wNx .carousel-inner.slides6 .cloneditem-1,
  .cid-uqd1LJ1wNx .carousel-inner.slides6 .cloneditem-2,
  .cid-uqd1LJ1wNx .carousel-inner.slides6 .cloneditem-3,
  .cid-uqd1LJ1wNx .carousel-inner.slides6 .cloneditem-4,
  .cid-uqd1LJ1wNx .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uqd1LJ1wNx H2 {
  color: #ffffff;
}
.cid-uqd1LVxEYH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uqd1LVxEYH .content {
    text-align: center;
  }
  .cid-uqd1LVxEYH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqd1LVxEYH .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uqd1LVxEYH .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uqd1LVxEYH .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uqd1LVxEYH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uqd1LVxEYH .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uqd1LVxEYH .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uqd1LVxEYH .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uqd1LVxEYH .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uqd1LVxEYH .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uqd1LVxEYH .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uqd1LVxEYH .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uqd1LVxEYH P {
  color: #ffffff;
}
.cid-uqd1LVxEYH H5 {
  color: #ffffff;
}
.cid-uvWaZYpEyl .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-uvWaZYpEyl .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uvWaZYpEyl a {
  font-style: normal;
}
.cid-uvWaZYpEyl .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uvWaZYpEyl .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uvWaZYpEyl .nav-item:focus,
.cid-uvWaZYpEyl .nav-link:focus {
  outline: none;
}
.cid-uvWaZYpEyl .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uvWaZYpEyl .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uvWaZYpEyl .menu-logo {
  margin-right: auto;
}
.cid-uvWaZYpEyl .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uvWaZYpEyl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uvWaZYpEyl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uvWaZYpEyl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uvWaZYpEyl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uvWaZYpEyl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uvWaZYpEyl .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uvWaZYpEyl .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uvWaZYpEyl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uvWaZYpEyl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvWaZYpEyl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uvWaZYpEyl .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uvWaZYpEyl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uvWaZYpEyl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvWaZYpEyl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uvWaZYpEyl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvWaZYpEyl .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uvWaZYpEyl .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uvWaZYpEyl .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uvWaZYpEyl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uvWaZYpEyl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uvWaZYpEyl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uvWaZYpEyl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uvWaZYpEyl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uvWaZYpEyl button.navbar-toggler:focus {
  outline: none;
}
.cid-uvWaZYpEyl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvWaZYpEyl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uvWaZYpEyl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uvWaZYpEyl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uvWaZYpEyl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uvWaZYpEyl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvWaZYpEyl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uvWaZYpEyl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uvWaZYpEyl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvWaZYpEyl .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uvWaZYpEyl .collapsed .btn {
  display: -webkit-flex;
}
.cid-uvWaZYpEyl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uvWaZYpEyl .collapsed .navbar-collapse.collapsing,
.cid-uvWaZYpEyl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uvWaZYpEyl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uvWaZYpEyl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uvWaZYpEyl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uvWaZYpEyl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uvWaZYpEyl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uvWaZYpEyl .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uvWaZYpEyl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uvWaZYpEyl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uvWaZYpEyl .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uvWaZYpEyl .collapsed button.navbar-toggler {
  display: block;
}
.cid-uvWaZYpEyl .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uvWaZYpEyl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uvWaZYpEyl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uvWaZYpEyl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uvWaZYpEyl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uvWaZYpEyl .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uvWaZYpEyl .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uvWaZYpEyl img {
    height: 3.8rem !important;
  }
  .cid-uvWaZYpEyl .btn {
    display: -webkit-flex;
  }
  .cid-uvWaZYpEyl button.navbar-toggler {
    display: block;
  }
  .cid-uvWaZYpEyl .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uvWaZYpEyl .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uvWaZYpEyl .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uvWaZYpEyl .navbar-collapse.collapsing,
  .cid-uvWaZYpEyl .navbar-collapse.show {
    display: block !important;
  }
  .cid-uvWaZYpEyl .navbar-collapse.collapsing .navbar-nav,
  .cid-uvWaZYpEyl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uvWaZYpEyl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uvWaZYpEyl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uvWaZYpEyl .navbar-collapse.collapsing .navbar-buttons,
  .cid-uvWaZYpEyl .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uvWaZYpEyl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uvWaZYpEyl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uvWaZYpEyl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uvWaZYpEyl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uvWaZYpEyl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uvWaZYpEyl .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uvWaZYpEyl .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uvWaZYpEyl .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uvWaZYpEyl .nav-link:hover,
.cid-uvWaZYpEyl .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uvWaZYS1c5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-9495-2000x1333.jpg");
}
.cid-uL27Syqt03 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL27Syqt03 .mbr-section-subtitle {
  color: #767676;
}
.cid-uL2HZMpyZP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uL2HZMpyZP .mbr-text,
.cid-uL2HZMpyZP blockquote {
  color: #767676;
}
.cid-uL2HZMpyZP .mbr-text {
  color: #000000;
}
.cid-uvWbxTWmDt {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uvWbxTWmDt .mbr-section-subtitle {
  color: #027747;
}
.cid-uvWbyqdpbG {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uvWbyqdpbG .line {
  background-color: #027747;
  color: #027747;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uvWbyqdpbG .section-text {
  padding: 2rem 0;
}
.cid-uvWbyqdpbG .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uvWbyqdpbG .inner-container {
    width: 100% !important;
  }
}
.cid-uHlea45DkO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uHlea45DkO .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-uHlea45DkO .mbr-author-name {
  font-weight: bold;
}
.cid-uHlea45DkO .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-uHlea45DkO .mbr-figure,
  .cid-uHlea45DkO img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-uHlea45DkO .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-uzOtB627iC {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-uzOtB627iC p {
  color: #767676;
}
.cid-uzOtB627iC .mbr-section-subtitle {
  color: #767676;
}
.cid-uzOtB627iC .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uzOtB627iC .panel-group {
  width: 100%;
}
.cid-uzOtB627iC .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uzOtB627iC .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uzOtB627iC .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uzOtB627iC .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uzOtB627iC .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-uzOtB627iC .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uzOtB627iC .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-uzOtB627iC .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-uzOtB627iC H2 {
  color: #027747;
}
.cid-uzOtB627iC .panel-text {
  color: #027747;
}
.cid-uzOtB627iC H4 {
  color: #000000;
}
.cid-uzOuypUcpN {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uzOuypUcpN .mbr-section-subtitle {
  color: #767676;
}
.cid-uzOuypUcpN .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uzOuypUcpN .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-uzOuypUcpN .team-item .item-image img {
  width: 100%;
}
.cid-uzOuypUcpN .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uzOuypUcpN .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uzOuypUcpN .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uzOuypUcpN .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uzOuypUcpN .team-item .item-caption {
  background: #efefef;
}
.cid-uvWb01bKDh {
  background-image: url("../../../assets/images/850-4237-1920x1280.jpg");
}
.cid-uvWb01bKDh .form-control,
.cid-uvWb01bKDh .form-control:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.cid-uvWb01bKDh .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
  background: linear-gradient(#000000, #000000);
  border: none;
}
.cid-uvWb01bKDh textarea.form-control {
  min-height: 188px;
}
.cid-uvWb01bKDh .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-uvWb01bKDh .content-container {
    padding-right: 5rem;
  }
}
.cid-uvWb03MlSx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uvWb03MlSx .content {
    text-align: center;
  }
  .cid-uvWb03MlSx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvWb03MlSx .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uvWb03MlSx .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uvWb03MlSx .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uvWb03MlSx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uvWb03MlSx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uvWb03MlSx .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uvWb03MlSx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uvWb03MlSx .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uvWb03MlSx .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uvWb03MlSx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uvWb03MlSx .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uvWb03MlSx P {
  color: #ffffff;
}
.cid-uvWb03MlSx H5 {
  color: #ffffff;
}
.cid-tPQEyoKeMn .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-tPQEyoKeMn .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tPQEyoKeMn a {
  font-style: normal;
}
.cid-tPQEyoKeMn .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tPQEyoKeMn .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tPQEyoKeMn .nav-item:focus,
.cid-tPQEyoKeMn .nav-link:focus {
  outline: none;
}
.cid-tPQEyoKeMn .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tPQEyoKeMn .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tPQEyoKeMn .menu-logo {
  margin-right: auto;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tPQEyoKeMn .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tPQEyoKeMn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tPQEyoKeMn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPQEyoKeMn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tPQEyoKeMn .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tPQEyoKeMn .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tPQEyoKeMn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tPQEyoKeMn button.navbar-toggler:focus {
  outline: none;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tPQEyoKeMn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPQEyoKeMn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tPQEyoKeMn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tPQEyoKeMn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPQEyoKeMn .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPQEyoKeMn .collapsed .btn {
  display: -webkit-flex;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tPQEyoKeMn .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tPQEyoKeMn .collapsed button.navbar-toggler {
  display: block;
}
.cid-tPQEyoKeMn .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tPQEyoKeMn .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPQEyoKeMn .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tPQEyoKeMn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tPQEyoKeMn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tPQEyoKeMn .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tPQEyoKeMn .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPQEyoKeMn img {
    height: 3.8rem !important;
  }
  .cid-tPQEyoKeMn .btn {
    display: -webkit-flex;
  }
  .cid-tPQEyoKeMn button.navbar-toggler {
    display: block;
  }
  .cid-tPQEyoKeMn .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tPQEyoKeMn .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPQEyoKeMn .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing,
  .cid-tPQEyoKeMn .navbar-collapse.show {
    display: block !important;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing .navbar-nav,
  .cid-tPQEyoKeMn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tPQEyoKeMn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing .navbar-buttons,
  .cid-tPQEyoKeMn .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tPQEyoKeMn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPQEyoKeMn .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tPQEyoKeMn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tPQEyoKeMn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tPQEyoKeMn .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tPQEyoKeMn .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tPQEyoKeMn .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tPQEyoKeMn .nav-link:hover,
.cid-tPQEyoKeMn .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uF6qDyFHyw {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #027747;
}
.cid-uF6AJGVmAW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-uF6AJGVmAW .card-box {
  padding: 0 2rem;
}
.cid-uF6AJGVmAW .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uF6AJGVmAW .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uF6AJGVmAW h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uF6AJGVmAW p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uF6AJGVmAW .mbr-text {
  color: #767676;
}
.cid-uF6AJGVmAW .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uF6AJGVmAW .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uF6EBQeTK9 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #027747;
}
.cid-uF6yVNAXqb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uF6yVNAXqb .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-uF6yVNAXqb .mbr-author-name {
  font-weight: bold;
}
.cid-uF6yVNAXqb .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-uF6yVNAXqb .mbr-figure,
  .cid-uF6yVNAXqb img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-uF6yVNAXqb .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-uF6qNY16rN {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uF6qNY16rN h3 {
  font-weight: 300;
}
.cid-uF6qNY16rN .card-img {
  width: initial;
}
.cid-uF6qNY16rN .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uF6qNY16rN .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-uF6qNY16rN .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uF6qNY16rN .mbr-section-subtitle {
  color: #767676;
}
.cid-uF6qNY16rN .mbr-text {
  color: #027747;
}
.cid-uF6qNY16rN .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uF6qNY16rN .mbr-al-i-c {
  align-items: center;
}
.cid-uF6D2cmmQ7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uF6D2cmmQ7 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uF6D2cmmQ7 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uF6D2cmmQ7 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uF6D2cmmQ7 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uF6D2cmmQ7 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uF6D2cmmQ7 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uF6D2cmmQ7 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uF6D2cmmQ7 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uF6D2cmmQ7 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uF6E1naKT9 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-uF6E1naKT9 p {
  color: #767676;
}
.cid-uF6E1naKT9 .mbr-section-subtitle {
  color: #767676;
}
.cid-uF6E1naKT9 .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uF6E1naKT9 .panel-group {
  width: 100%;
}
.cid-uF6E1naKT9 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uF6E1naKT9 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uF6E1naKT9 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uF6E1naKT9 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uF6E1naKT9 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-uF6E1naKT9 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uF6E1naKT9 .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-uF6E1naKT9 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-uF6E1naKT9 H2 {
  color: #027747;
}
.cid-uF6E1naKT9 .panel-text {
  color: #027747;
}
.cid-uF6E1naKT9 H4 {
  color: #000000;
}
.cid-uF6E0LZyQL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uF6E0LZyQL .content {
    text-align: center;
  }
  .cid-uF6E0LZyQL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uF6E0LZyQL .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uF6E0LZyQL .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uF6E0LZyQL .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uF6E0LZyQL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uF6E0LZyQL .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uF6E0LZyQL .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uF6E0LZyQL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uF6E0LZyQL .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uF6E0LZyQL .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uF6E0LZyQL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uF6E0LZyQL .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uF6E0LZyQL P {
  color: #ffffff;
}
.cid-uF6E0LZyQL H5 {
  color: #ffffff;
}
.cid-uF6I8urtm8 .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-uF6I8urtm8 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uF6I8urtm8 a {
  font-style: normal;
}
.cid-uF6I8urtm8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uF6I8urtm8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uF6I8urtm8 .nav-item:focus,
.cid-uF6I8urtm8 .nav-link:focus {
  outline: none;
}
.cid-uF6I8urtm8 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uF6I8urtm8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uF6I8urtm8 .menu-logo {
  margin-right: auto;
}
.cid-uF6I8urtm8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF6I8urtm8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uF6I8urtm8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uF6I8urtm8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uF6I8urtm8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uF6I8urtm8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uF6I8urtm8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uF6I8urtm8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uF6I8urtm8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uF6I8urtm8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF6I8urtm8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uF6I8urtm8 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uF6I8urtm8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uF6I8urtm8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF6I8urtm8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uF6I8urtm8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF6I8urtm8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uF6I8urtm8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uF6I8urtm8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uF6I8urtm8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uF6I8urtm8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uF6I8urtm8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uF6I8urtm8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uF6I8urtm8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uF6I8urtm8 button.navbar-toggler:focus {
  outline: none;
}
.cid-uF6I8urtm8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF6I8urtm8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF6I8urtm8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF6I8urtm8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF6I8urtm8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF6I8urtm8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF6I8urtm8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF6I8urtm8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF6I8urtm8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF6I8urtm8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uF6I8urtm8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uF6I8urtm8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uF6I8urtm8 .collapsed .navbar-collapse.collapsing,
.cid-uF6I8urtm8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uF6I8urtm8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uF6I8urtm8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uF6I8urtm8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uF6I8urtm8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uF6I8urtm8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uF6I8urtm8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uF6I8urtm8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uF6I8urtm8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uF6I8urtm8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uF6I8urtm8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uF6I8urtm8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uF6I8urtm8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uF6I8urtm8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uF6I8urtm8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uF6I8urtm8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uF6I8urtm8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uF6I8urtm8 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uF6I8urtm8 img {
    height: 3.8rem !important;
  }
  .cid-uF6I8urtm8 .btn {
    display: -webkit-flex;
  }
  .cid-uF6I8urtm8 button.navbar-toggler {
    display: block;
  }
  .cid-uF6I8urtm8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uF6I8urtm8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uF6I8urtm8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uF6I8urtm8 .navbar-collapse.collapsing,
  .cid-uF6I8urtm8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uF6I8urtm8 .navbar-collapse.collapsing .navbar-nav,
  .cid-uF6I8urtm8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uF6I8urtm8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uF6I8urtm8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uF6I8urtm8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uF6I8urtm8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uF6I8urtm8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uF6I8urtm8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uF6I8urtm8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uF6I8urtm8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uF6I8urtm8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uF6I8urtm8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uF6I8urtm8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uF6I8urtm8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uF6I8urtm8 .nav-link:hover,
.cid-uF6I8urtm8 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uF6I8uYOqC {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #027747;
}
.cid-uF6I8vxqMl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-uF6I8vxqMl .card-box {
  padding: 0 2rem;
}
.cid-uF6I8vxqMl .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uF6I8vxqMl .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uF6I8vxqMl h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uF6I8vxqMl p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uF6I8vxqMl .mbr-text {
  color: #000000;
}
.cid-uF6I8vxqMl .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uF6I8vxqMl .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uF6I8vxqMl .card-title {
  color: #027747;
}
.cid-uF6I8wHP8R {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uF6I8wHP8R .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-uF6I8wHP8R .mbr-author-name {
  font-weight: bold;
}
.cid-uF6I8wHP8R .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-uF6I8wHP8R .mbr-figure,
  .cid-uF6I8wHP8R img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-uF6I8wHP8R .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-uF6I8xf6pt {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uF6I8xf6pt h3 {
  font-weight: 300;
}
.cid-uF6I8xf6pt .card-img {
  width: initial;
}
.cid-uF6I8xf6pt .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uF6I8xf6pt .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-uF6I8xf6pt .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uF6I8xf6pt .mbr-section-subtitle {
  color: #767676;
}
.cid-uF6I8xf6pt .mbr-text {
  color: #027747;
}
.cid-uF6I8xf6pt .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uF6I8xf6pt .mbr-al-i-c {
  align-items: center;
}
.cid-uF6I8yfVew {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #027747;
}
.cid-uF6I8yIqfX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uF6I8yIqfX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uF6I8yIqfX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uF6I8yIqfX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uF6I8yIqfX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uF6I8yIqfX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uF6I8yIqfX .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uF6I8yIqfX .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uF6I8yIqfX .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uF6I8yIqfX .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uF6I8zmX2Y {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-uF6I8zmX2Y p {
  color: #767676;
}
.cid-uF6I8zmX2Y .mbr-section-subtitle {
  color: #767676;
}
.cid-uF6I8zmX2Y .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uF6I8zmX2Y .panel-group {
  width: 100%;
}
.cid-uF6I8zmX2Y .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uF6I8zmX2Y .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uF6I8zmX2Y .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uF6I8zmX2Y .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uF6I8zmX2Y .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-uF6I8zmX2Y .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uF6I8zmX2Y .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-uF6I8zmX2Y .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-uF6I8zmX2Y H2 {
  color: #027747;
}
.cid-uF6I8zmX2Y .panel-text {
  color: #027747;
}
.cid-uF6I8zmX2Y H4 {
  color: #000000;
}
.cid-uF6I8AlV3q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uF6I8AlV3q .content {
    text-align: center;
  }
  .cid-uF6I8AlV3q .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uF6I8AlV3q .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uF6I8AlV3q .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uF6I8AlV3q .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uF6I8AlV3q .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uF6I8AlV3q .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uF6I8AlV3q .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uF6I8AlV3q .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uF6I8AlV3q .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uF6I8AlV3q .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uF6I8AlV3q .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uF6I8AlV3q .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uF6I8AlV3q P {
  color: #ffffff;
}
.cid-uF6I8AlV3q H5 {
  color: #ffffff;
}
.cid-uF6Vf2NPTe .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-uF6Vf2NPTe .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uF6Vf2NPTe a {
  font-style: normal;
}
.cid-uF6Vf2NPTe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uF6Vf2NPTe .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uF6Vf2NPTe .nav-item:focus,
.cid-uF6Vf2NPTe .nav-link:focus {
  outline: none;
}
.cid-uF6Vf2NPTe .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uF6Vf2NPTe .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uF6Vf2NPTe .menu-logo {
  margin-right: auto;
}
.cid-uF6Vf2NPTe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF6Vf2NPTe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uF6Vf2NPTe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uF6Vf2NPTe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uF6Vf2NPTe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uF6Vf2NPTe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uF6Vf2NPTe .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uF6Vf2NPTe .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uF6Vf2NPTe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uF6Vf2NPTe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF6Vf2NPTe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uF6Vf2NPTe .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uF6Vf2NPTe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uF6Vf2NPTe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF6Vf2NPTe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uF6Vf2NPTe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF6Vf2NPTe .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uF6Vf2NPTe .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uF6Vf2NPTe .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uF6Vf2NPTe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uF6Vf2NPTe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uF6Vf2NPTe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uF6Vf2NPTe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uF6Vf2NPTe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uF6Vf2NPTe button.navbar-toggler:focus {
  outline: none;
}
.cid-uF6Vf2NPTe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF6Vf2NPTe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF6Vf2NPTe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF6Vf2NPTe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF6Vf2NPTe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF6Vf2NPTe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF6Vf2NPTe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF6Vf2NPTe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF6Vf2NPTe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF6Vf2NPTe .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uF6Vf2NPTe .collapsed .btn {
  display: -webkit-flex;
}
.cid-uF6Vf2NPTe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uF6Vf2NPTe .collapsed .navbar-collapse.collapsing,
.cid-uF6Vf2NPTe .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uF6Vf2NPTe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uF6Vf2NPTe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uF6Vf2NPTe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uF6Vf2NPTe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uF6Vf2NPTe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uF6Vf2NPTe .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uF6Vf2NPTe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uF6Vf2NPTe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uF6Vf2NPTe .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uF6Vf2NPTe .collapsed button.navbar-toggler {
  display: block;
}
.cid-uF6Vf2NPTe .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uF6Vf2NPTe .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uF6Vf2NPTe .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uF6Vf2NPTe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uF6Vf2NPTe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uF6Vf2NPTe .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uF6Vf2NPTe .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uF6Vf2NPTe img {
    height: 3.8rem !important;
  }
  .cid-uF6Vf2NPTe .btn {
    display: -webkit-flex;
  }
  .cid-uF6Vf2NPTe button.navbar-toggler {
    display: block;
  }
  .cid-uF6Vf2NPTe .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uF6Vf2NPTe .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uF6Vf2NPTe .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uF6Vf2NPTe .navbar-collapse.collapsing,
  .cid-uF6Vf2NPTe .navbar-collapse.show {
    display: block !important;
  }
  .cid-uF6Vf2NPTe .navbar-collapse.collapsing .navbar-nav,
  .cid-uF6Vf2NPTe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uF6Vf2NPTe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uF6Vf2NPTe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uF6Vf2NPTe .navbar-collapse.collapsing .navbar-buttons,
  .cid-uF6Vf2NPTe .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uF6Vf2NPTe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uF6Vf2NPTe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uF6Vf2NPTe .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uF6Vf2NPTe .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uF6Vf2NPTe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uF6Vf2NPTe .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uF6Vf2NPTe .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uF6Vf2NPTe .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uF6Vf2NPTe .nav-link:hover,
.cid-uF6Vf2NPTe .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uF6Vf357gO {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #027747;
}
.cid-uF6Vf3vYIU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-uF6Vf3vYIU .card-box {
  padding: 0 2rem;
}
.cid-uF6Vf3vYIU .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uF6Vf3vYIU .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uF6Vf3vYIU h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uF6Vf3vYIU p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uF6Vf3vYIU .mbr-text {
  color: #000000;
}
.cid-uF6Vf3vYIU .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uF6Vf3vYIU .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uF6Vf3vYIU .card-title {
  color: #027747;
}
.cid-uF6Vf4qAz6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uF6Vf4qAz6 .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-uF6Vf4qAz6 .mbr-author-name {
  font-weight: bold;
}
.cid-uF6Vf4qAz6 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-uF6Vf4qAz6 .mbr-figure,
  .cid-uF6Vf4qAz6 img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-uF6Vf4qAz6 .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-uF6Vf4SJRZ {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uF6Vf4SJRZ h3 {
  font-weight: 300;
}
.cid-uF6Vf4SJRZ .card-img {
  width: initial;
}
.cid-uF6Vf4SJRZ .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uF6Vf4SJRZ .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-uF6Vf4SJRZ .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uF6Vf4SJRZ .mbr-section-subtitle {
  color: #767676;
}
.cid-uF6Vf4SJRZ .mbr-text {
  color: #027747;
}
.cid-uF6Vf4SJRZ .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uF6Vf4SJRZ .mbr-al-i-c {
  align-items: center;
}
.cid-uF6Vf5PQ6t {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #027747;
}
.cid-uF6Vf6invq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uF6Vf6invq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uF6Vf6invq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uF6Vf6invq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uF6Vf6invq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uF6Vf6invq .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uF6Vf6invq .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uF6Vf6invq .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uF6Vf6invq .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uF6Vf6invq .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uF6Vf6UcpF {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-uF6Vf6UcpF p {
  color: #767676;
}
.cid-uF6Vf6UcpF .mbr-section-subtitle {
  color: #767676;
}
.cid-uF6Vf6UcpF .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uF6Vf6UcpF .panel-group {
  width: 100%;
}
.cid-uF6Vf6UcpF .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uF6Vf6UcpF .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uF6Vf6UcpF .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uF6Vf6UcpF .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uF6Vf6UcpF .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-uF6Vf6UcpF .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uF6Vf6UcpF .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-uF6Vf6UcpF .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-uF6Vf6UcpF H2 {
  color: #027747;
}
.cid-uF6Vf6UcpF .panel-text {
  color: #027747;
}
.cid-uF6Vf6UcpF H4 {
  color: #000000;
}
.cid-uF6Vf7JYTY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uF6Vf7JYTY .content {
    text-align: center;
  }
  .cid-uF6Vf7JYTY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uF6Vf7JYTY .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uF6Vf7JYTY .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uF6Vf7JYTY .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uF6Vf7JYTY .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uF6Vf7JYTY .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uF6Vf7JYTY .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uF6Vf7JYTY .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uF6Vf7JYTY .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uF6Vf7JYTY .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uF6Vf7JYTY .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uF6Vf7JYTY .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uF6Vf7JYTY P {
  color: #ffffff;
}
.cid-uF6Vf7JYTY H5 {
  color: #ffffff;
}
.cid-uFav5Pljna .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-uFav5Pljna .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uFav5Pljna a {
  font-style: normal;
}
.cid-uFav5Pljna .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFav5Pljna .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFav5Pljna .nav-item:focus,
.cid-uFav5Pljna .nav-link:focus {
  outline: none;
}
.cid-uFav5Pljna .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFav5Pljna .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFav5Pljna .menu-logo {
  margin-right: auto;
}
.cid-uFav5Pljna .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFav5Pljna .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFav5Pljna .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFav5Pljna .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFav5Pljna .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFav5Pljna .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFav5Pljna .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFav5Pljna .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFav5Pljna .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFav5Pljna .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFav5Pljna .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFav5Pljna .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFav5Pljna .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFav5Pljna .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFav5Pljna .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFav5Pljna .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFav5Pljna .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFav5Pljna .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFav5Pljna .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFav5Pljna .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFav5Pljna .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFav5Pljna .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFav5Pljna .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFav5Pljna button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFav5Pljna button.navbar-toggler:focus {
  outline: none;
}
.cid-uFav5Pljna button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFav5Pljna button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFav5Pljna button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFav5Pljna button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFav5Pljna button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFav5Pljna nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFav5Pljna nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFav5Pljna nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFav5Pljna nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFav5Pljna .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFav5Pljna .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFav5Pljna .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFav5Pljna .collapsed .navbar-collapse.collapsing,
.cid-uFav5Pljna .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFav5Pljna .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFav5Pljna .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFav5Pljna .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFav5Pljna .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFav5Pljna .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFav5Pljna .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFav5Pljna .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFav5Pljna .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFav5Pljna .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFav5Pljna .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFav5Pljna .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFav5Pljna .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFav5Pljna .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFav5Pljna .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFav5Pljna .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFav5Pljna .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uFav5Pljna .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFav5Pljna img {
    height: 3.8rem !important;
  }
  .cid-uFav5Pljna .btn {
    display: -webkit-flex;
  }
  .cid-uFav5Pljna button.navbar-toggler {
    display: block;
  }
  .cid-uFav5Pljna .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFav5Pljna .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFav5Pljna .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFav5Pljna .navbar-collapse.collapsing,
  .cid-uFav5Pljna .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFav5Pljna .navbar-collapse.collapsing .navbar-nav,
  .cid-uFav5Pljna .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFav5Pljna .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFav5Pljna .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFav5Pljna .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFav5Pljna .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFav5Pljna .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFav5Pljna .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFav5Pljna .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFav5Pljna .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFav5Pljna .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFav5Pljna .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFav5Pljna .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFav5Pljna .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFav5Pljna .nav-link:hover,
.cid-uFav5Pljna .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uFav5PMDVY {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #027747;
}
.cid-uFm6gpbPpC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-uFm6gpbPpC .card-box {
  padding: 0 2rem;
}
.cid-uFm6gpbPpC .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uFm6gpbPpC .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uFm6gpbPpC h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uFm6gpbPpC p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uFm6gpbPpC .mbr-text {
  color: #767676;
}
.cid-uFm6gpbPpC .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uFm6gpbPpC .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uFav5RyiwU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uFav5RyiwU .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-uFav5RyiwU .mbr-author-name {
  font-weight: bold;
}
.cid-uFav5RyiwU .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-uFav5RyiwU .mbr-figure,
  .cid-uFav5RyiwU img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-uFav5RyiwU .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-uFav5S1r4e {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uFav5S1r4e h3 {
  font-weight: 300;
}
.cid-uFav5S1r4e .card-img {
  width: initial;
}
.cid-uFav5S1r4e .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uFav5S1r4e .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-uFav5S1r4e .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFav5S1r4e .mbr-section-subtitle {
  color: #767676;
}
.cid-uFav5S1r4e .mbr-text {
  color: #027747;
}
.cid-uFav5S1r4e .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFav5S1r4e .mbr-al-i-c {
  align-items: center;
}
.cid-uFav5TbpAF {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #027747;
}
.cid-uFav5TC1ab {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uFav5TC1ab .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uFav5TC1ab .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFav5TC1ab .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFav5TC1ab .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uFav5TC1ab .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uFav5TC1ab .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uFav5TC1ab .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uFav5TC1ab .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uFav5TC1ab .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uFav5UsH6O {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-uFav5UsH6O p {
  color: #767676;
}
.cid-uFav5UsH6O .mbr-section-subtitle {
  color: #767676;
}
.cid-uFav5UsH6O .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uFav5UsH6O .panel-group {
  width: 100%;
}
.cid-uFav5UsH6O .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uFav5UsH6O .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uFav5UsH6O .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uFav5UsH6O .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uFav5UsH6O .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-uFav5UsH6O .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uFav5UsH6O .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-uFav5UsH6O .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-uFav5UsH6O H2 {
  color: #027747;
}
.cid-uFav5UsH6O .panel-text {
  color: #027747;
}
.cid-uFav5UsH6O H4 {
  color: #000000;
}
.cid-uFav5VnptU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uFav5VnptU .content {
    text-align: center;
  }
  .cid-uFav5VnptU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFav5VnptU .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uFav5VnptU .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFav5VnptU .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uFav5VnptU .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uFav5VnptU .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uFav5VnptU .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFav5VnptU .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uFav5VnptU .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFav5VnptU .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFav5VnptU .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFav5VnptU .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFav5VnptU P {
  color: #ffffff;
}
.cid-uFav5VnptU H5 {
  color: #ffffff;
}
.cid-uFm9YewlRu .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-uFm9YewlRu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uFm9YewlRu a {
  font-style: normal;
}
.cid-uFm9YewlRu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFm9YewlRu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFm9YewlRu .nav-item:focus,
.cid-uFm9YewlRu .nav-link:focus {
  outline: none;
}
.cid-uFm9YewlRu .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFm9YewlRu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFm9YewlRu .menu-logo {
  margin-right: auto;
}
.cid-uFm9YewlRu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFm9YewlRu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFm9YewlRu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFm9YewlRu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFm9YewlRu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFm9YewlRu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFm9YewlRu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFm9YewlRu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFm9YewlRu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFm9YewlRu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFm9YewlRu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFm9YewlRu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFm9YewlRu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFm9YewlRu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFm9YewlRu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFm9YewlRu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFm9YewlRu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFm9YewlRu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFm9YewlRu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFm9YewlRu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFm9YewlRu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFm9YewlRu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFm9YewlRu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFm9YewlRu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFm9YewlRu button.navbar-toggler:focus {
  outline: none;
}
.cid-uFm9YewlRu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFm9YewlRu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFm9YewlRu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFm9YewlRu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFm9YewlRu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFm9YewlRu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFm9YewlRu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFm9YewlRu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFm9YewlRu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFm9YewlRu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFm9YewlRu .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFm9YewlRu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFm9YewlRu .collapsed .navbar-collapse.collapsing,
.cid-uFm9YewlRu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFm9YewlRu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFm9YewlRu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFm9YewlRu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFm9YewlRu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFm9YewlRu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFm9YewlRu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFm9YewlRu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFm9YewlRu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFm9YewlRu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFm9YewlRu .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFm9YewlRu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFm9YewlRu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFm9YewlRu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFm9YewlRu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFm9YewlRu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFm9YewlRu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uFm9YewlRu .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFm9YewlRu img {
    height: 3.8rem !important;
  }
  .cid-uFm9YewlRu .btn {
    display: -webkit-flex;
  }
  .cid-uFm9YewlRu button.navbar-toggler {
    display: block;
  }
  .cid-uFm9YewlRu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFm9YewlRu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFm9YewlRu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFm9YewlRu .navbar-collapse.collapsing,
  .cid-uFm9YewlRu .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFm9YewlRu .navbar-collapse.collapsing .navbar-nav,
  .cid-uFm9YewlRu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFm9YewlRu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFm9YewlRu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFm9YewlRu .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFm9YewlRu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFm9YewlRu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFm9YewlRu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFm9YewlRu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFm9YewlRu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFm9YewlRu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFm9YewlRu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFm9YewlRu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFm9YewlRu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFm9YewlRu .nav-link:hover,
.cid-uFm9YewlRu .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uFm9YeVmYI {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #027747;
}
.cid-uFm9YftY0L {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-uFm9YftY0L .card-box {
  padding: 0 2rem;
}
.cid-uFm9YftY0L .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uFm9YftY0L .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uFm9YftY0L h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uFm9YftY0L p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uFm9YftY0L .mbr-text {
  color: #767676;
}
.cid-uFm9YftY0L .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uFm9YftY0L .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uFm9Ygvar0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uFm9Ygvar0 .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-uFm9Ygvar0 .mbr-author-name {
  font-weight: bold;
}
.cid-uFm9Ygvar0 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-uFm9Ygvar0 .mbr-figure,
  .cid-uFm9Ygvar0 img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-uFm9Ygvar0 .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-uFm9YgXCjx {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uFm9YgXCjx h3 {
  font-weight: 300;
}
.cid-uFm9YgXCjx .card-img {
  width: initial;
}
.cid-uFm9YgXCjx .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uFm9YgXCjx .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-uFm9YgXCjx .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFm9YgXCjx .mbr-section-subtitle {
  color: #767676;
}
.cid-uFm9YgXCjx .mbr-text {
  color: #027747;
}
.cid-uFm9YgXCjx .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFm9YgXCjx .mbr-al-i-c {
  align-items: center;
}
.cid-uFm9YiiTgY {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #027747;
}
.cid-uFm9YjrjQj {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-uFm9YjrjQj p {
  color: #767676;
}
.cid-uFm9YjrjQj .mbr-section-subtitle {
  color: #767676;
}
.cid-uFm9YjrjQj .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uFm9YjrjQj .panel-group {
  width: 100%;
}
.cid-uFm9YjrjQj .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uFm9YjrjQj .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uFm9YjrjQj .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uFm9YjrjQj .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uFm9YjrjQj .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-uFm9YjrjQj .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uFm9YjrjQj .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-uFm9YjrjQj .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-uFm9YjrjQj H2 {
  color: #027747;
}
.cid-uFm9YjrjQj .panel-text {
  color: #027747;
}
.cid-uFm9YjrjQj H4 {
  color: #000000;
}
.cid-uFm9YkpenE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uFm9YkpenE .content {
    text-align: center;
  }
  .cid-uFm9YkpenE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFm9YkpenE .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uFm9YkpenE .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFm9YkpenE .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uFm9YkpenE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uFm9YkpenE .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uFm9YkpenE .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFm9YkpenE .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uFm9YkpenE .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFm9YkpenE .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFm9YkpenE .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFm9YkpenE .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFm9YkpenE P {
  color: #ffffff;
}
.cid-uFm9YkpenE H5 {
  color: #ffffff;
}
.cid-uGvjZ12JKj .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-uGvjZ12JKj .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uGvjZ12JKj a {
  font-style: normal;
}
.cid-uGvjZ12JKj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uGvjZ12JKj .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uGvjZ12JKj .nav-item:focus,
.cid-uGvjZ12JKj .nav-link:focus {
  outline: none;
}
.cid-uGvjZ12JKj .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uGvjZ12JKj .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uGvjZ12JKj .menu-logo {
  margin-right: auto;
}
.cid-uGvjZ12JKj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGvjZ12JKj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uGvjZ12JKj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uGvjZ12JKj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uGvjZ12JKj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uGvjZ12JKj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uGvjZ12JKj .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uGvjZ12JKj .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uGvjZ12JKj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uGvjZ12JKj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGvjZ12JKj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uGvjZ12JKj .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uGvjZ12JKj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uGvjZ12JKj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGvjZ12JKj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uGvjZ12JKj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGvjZ12JKj .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uGvjZ12JKj .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uGvjZ12JKj .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uGvjZ12JKj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uGvjZ12JKj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uGvjZ12JKj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uGvjZ12JKj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uGvjZ12JKj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uGvjZ12JKj button.navbar-toggler:focus {
  outline: none;
}
.cid-uGvjZ12JKj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGvjZ12JKj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGvjZ12JKj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGvjZ12JKj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGvjZ12JKj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGvjZ12JKj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGvjZ12JKj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGvjZ12JKj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGvjZ12JKj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGvjZ12JKj .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGvjZ12JKj .collapsed .btn {
  display: -webkit-flex;
}
.cid-uGvjZ12JKj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uGvjZ12JKj .collapsed .navbar-collapse.collapsing,
.cid-uGvjZ12JKj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uGvjZ12JKj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uGvjZ12JKj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uGvjZ12JKj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uGvjZ12JKj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uGvjZ12JKj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uGvjZ12JKj .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uGvjZ12JKj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uGvjZ12JKj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uGvjZ12JKj .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uGvjZ12JKj .collapsed button.navbar-toggler {
  display: block;
}
.cid-uGvjZ12JKj .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uGvjZ12JKj .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGvjZ12JKj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uGvjZ12JKj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uGvjZ12JKj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uGvjZ12JKj .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uGvjZ12JKj .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uGvjZ12JKj img {
    height: 3.8rem !important;
  }
  .cid-uGvjZ12JKj .btn {
    display: -webkit-flex;
  }
  .cid-uGvjZ12JKj button.navbar-toggler {
    display: block;
  }
  .cid-uGvjZ12JKj .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uGvjZ12JKj .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uGvjZ12JKj .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uGvjZ12JKj .navbar-collapse.collapsing,
  .cid-uGvjZ12JKj .navbar-collapse.show {
    display: block !important;
  }
  .cid-uGvjZ12JKj .navbar-collapse.collapsing .navbar-nav,
  .cid-uGvjZ12JKj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uGvjZ12JKj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uGvjZ12JKj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uGvjZ12JKj .navbar-collapse.collapsing .navbar-buttons,
  .cid-uGvjZ12JKj .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uGvjZ12JKj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uGvjZ12JKj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uGvjZ12JKj .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uGvjZ12JKj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uGvjZ12JKj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uGvjZ12JKj .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uGvjZ12JKj .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uGvjZ12JKj .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uGvjZ12JKj .nav-link:hover,
.cid-uGvjZ12JKj .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uGvjZ1yZzy {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #027747;
}
.cid-uGvjZ26bAU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-uGvjZ26bAU .card-box {
  padding: 0 2rem;
}
.cid-uGvjZ26bAU .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uGvjZ26bAU .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uGvjZ26bAU h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uGvjZ26bAU p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uGvjZ26bAU .mbr-text {
  color: #767676;
}
.cid-uGvjZ26bAU .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uGvjZ26bAU .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uGvjZ3gb6N {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uGvjZ3gb6N .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-uGvjZ3gb6N .mbr-author-name {
  font-weight: bold;
}
.cid-uGvjZ3gb6N .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-uGvjZ3gb6N .mbr-figure,
  .cid-uGvjZ3gb6N img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-uGvjZ3gb6N .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-uGF9yjqNVV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-uGF9yjqNVV .mbr-section-btn > * {
  margin: 0;
}
.cid-uGF9yjqNVV h4 {
  font-weight: 500;
}
.cid-uGF9yjqNVV p {
  color: #232323;
}
.cid-uGF9yjqNVV .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uGF9yjqNVV .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uGF9yjqNVV .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uGF9yjqNVV .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uGF9yjqNVV .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uGF9yjqNVV .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uGF9yjqNVV .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uGF9yjqNVV .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uGF9yjqNVV .card-img span {
    font-size: 40px !important;
  }
}
.cid-uGF9yjqNVV .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uGvjZ3LEHD {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uGvjZ3LEHD h3 {
  font-weight: 300;
}
.cid-uGvjZ3LEHD .card-img {
  width: initial;
}
.cid-uGvjZ3LEHD .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uGvjZ3LEHD .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-uGvjZ3LEHD .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uGvjZ3LEHD .mbr-section-subtitle {
  color: #767676;
}
.cid-uGvjZ3LEHD .mbr-text {
  color: #027747;
}
.cid-uGvjZ3LEHD .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGvjZ3LEHD .mbr-al-i-c {
  align-items: center;
}
.cid-uGvjZ54wB9 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #027747;
}
.cid-uGvjZ5BnIE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uGvjZ5BnIE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uGvjZ5BnIE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGvjZ5BnIE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGvjZ5BnIE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uGvjZ5BnIE .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uGvjZ5BnIE .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uGvjZ5BnIE .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uGvjZ5BnIE .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uGvjZ5BnIE .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uGvjZ6r2es {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-uGvjZ6r2es p {
  color: #767676;
}
.cid-uGvjZ6r2es .mbr-section-subtitle {
  color: #767676;
}
.cid-uGvjZ6r2es .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uGvjZ6r2es .panel-group {
  width: 100%;
}
.cid-uGvjZ6r2es .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uGvjZ6r2es .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uGvjZ6r2es .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uGvjZ6r2es .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uGvjZ6r2es .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-uGvjZ6r2es .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uGvjZ6r2es .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-uGvjZ6r2es .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-uGvjZ6r2es H2 {
  color: #027747;
}
.cid-uGvjZ6r2es .panel-text {
  color: #027747;
}
.cid-uGvjZ6r2es H4 {
  color: #000000;
}
.cid-uGvjZ7wMc4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uGvjZ7wMc4 .content {
    text-align: center;
  }
  .cid-uGvjZ7wMc4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGvjZ7wMc4 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uGvjZ7wMc4 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uGvjZ7wMc4 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uGvjZ7wMc4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uGvjZ7wMc4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uGvjZ7wMc4 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uGvjZ7wMc4 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uGvjZ7wMc4 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uGvjZ7wMc4 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uGvjZ7wMc4 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uGvjZ7wMc4 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uGvjZ7wMc4 P {
  color: #ffffff;
}
.cid-uGvjZ7wMc4 H5 {
  color: #ffffff;
}
.cid-uGzDimYyUJ .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-uGzDimYyUJ .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uGzDimYyUJ a {
  font-style: normal;
}
.cid-uGzDimYyUJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uGzDimYyUJ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uGzDimYyUJ .nav-item:focus,
.cid-uGzDimYyUJ .nav-link:focus {
  outline: none;
}
.cid-uGzDimYyUJ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uGzDimYyUJ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uGzDimYyUJ .menu-logo {
  margin-right: auto;
}
.cid-uGzDimYyUJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGzDimYyUJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uGzDimYyUJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uGzDimYyUJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uGzDimYyUJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uGzDimYyUJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uGzDimYyUJ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uGzDimYyUJ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uGzDimYyUJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uGzDimYyUJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGzDimYyUJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uGzDimYyUJ .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uGzDimYyUJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uGzDimYyUJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGzDimYyUJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uGzDimYyUJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGzDimYyUJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uGzDimYyUJ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uGzDimYyUJ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uGzDimYyUJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uGzDimYyUJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uGzDimYyUJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uGzDimYyUJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uGzDimYyUJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uGzDimYyUJ button.navbar-toggler:focus {
  outline: none;
}
.cid-uGzDimYyUJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGzDimYyUJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGzDimYyUJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGzDimYyUJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGzDimYyUJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGzDimYyUJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGzDimYyUJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGzDimYyUJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGzDimYyUJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGzDimYyUJ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGzDimYyUJ .collapsed .btn {
  display: -webkit-flex;
}
.cid-uGzDimYyUJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uGzDimYyUJ .collapsed .navbar-collapse.collapsing,
.cid-uGzDimYyUJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uGzDimYyUJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uGzDimYyUJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uGzDimYyUJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uGzDimYyUJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uGzDimYyUJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uGzDimYyUJ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uGzDimYyUJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uGzDimYyUJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uGzDimYyUJ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uGzDimYyUJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-uGzDimYyUJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uGzDimYyUJ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGzDimYyUJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uGzDimYyUJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uGzDimYyUJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uGzDimYyUJ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uGzDimYyUJ .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uGzDimYyUJ img {
    height: 3.8rem !important;
  }
  .cid-uGzDimYyUJ .btn {
    display: -webkit-flex;
  }
  .cid-uGzDimYyUJ button.navbar-toggler {
    display: block;
  }
  .cid-uGzDimYyUJ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uGzDimYyUJ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uGzDimYyUJ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uGzDimYyUJ .navbar-collapse.collapsing,
  .cid-uGzDimYyUJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-uGzDimYyUJ .navbar-collapse.collapsing .navbar-nav,
  .cid-uGzDimYyUJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uGzDimYyUJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uGzDimYyUJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uGzDimYyUJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-uGzDimYyUJ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uGzDimYyUJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uGzDimYyUJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uGzDimYyUJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uGzDimYyUJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uGzDimYyUJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uGzDimYyUJ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uGzDimYyUJ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uGzDimYyUJ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uGzDimYyUJ .nav-link:hover,
.cid-uGzDimYyUJ .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uGzDinkMQn {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #027747;
}
.cid-uGzDinQVtj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-uGzDinQVtj .card-box {
  padding: 0 2rem;
}
.cid-uGzDinQVtj .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uGzDinQVtj .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uGzDinQVtj h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uGzDinQVtj p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uGzDinQVtj .mbr-text {
  color: #000000;
}
.cid-uGzDinQVtj .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uGzDinQVtj .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uGzDinQVtj .card-title {
  color: #027747;
}
.cid-uGzDioT7ws {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uGzDioT7ws .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-uGzDioT7ws .mbr-author-name {
  font-weight: bold;
}
.cid-uGzDioT7ws .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-uGzDioT7ws .mbr-figure,
  .cid-uGzDioT7ws img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-uGzDioT7ws .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-uGzDipm7b9 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uGzDipm7b9 h3 {
  font-weight: 300;
}
.cid-uGzDipm7b9 .card-img {
  width: initial;
}
.cid-uGzDipm7b9 .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uGzDipm7b9 .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-uGzDipm7b9 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uGzDipm7b9 .mbr-section-subtitle {
  color: #767676;
}
.cid-uGzDipm7b9 .mbr-text {
  color: #027747;
}
.cid-uGzDipm7b9 .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGzDipm7b9 .mbr-al-i-c {
  align-items: center;
}
.cid-uGzDiqx8rA {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #027747;
}
.cid-uGzDirWjqg {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-uGzDirWjqg p {
  color: #767676;
}
.cid-uGzDirWjqg .mbr-section-subtitle {
  color: #767676;
}
.cid-uGzDirWjqg .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uGzDirWjqg .panel-group {
  width: 100%;
}
.cid-uGzDirWjqg .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uGzDirWjqg .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uGzDirWjqg .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uGzDirWjqg .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uGzDirWjqg .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-uGzDirWjqg .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uGzDirWjqg .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-uGzDirWjqg .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-uGzDirWjqg H2 {
  color: #027747;
}
.cid-uGzDirWjqg .panel-text {
  color: #027747;
}
.cid-uGzDirWjqg H4 {
  color: #000000;
}
.cid-uGzDitrCS5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uGzDitrCS5 .content {
    text-align: center;
  }
  .cid-uGzDitrCS5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGzDitrCS5 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uGzDitrCS5 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uGzDitrCS5 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uGzDitrCS5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uGzDitrCS5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uGzDitrCS5 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uGzDitrCS5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uGzDitrCS5 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uGzDitrCS5 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uGzDitrCS5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uGzDitrCS5 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uGzDitrCS5 P {
  color: #ffffff;
}
.cid-uGzDitrCS5 H5 {
  color: #ffffff;
}
.cid-uGGbgCY8SU .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-uGGbgCY8SU .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uGGbgCY8SU a {
  font-style: normal;
}
.cid-uGGbgCY8SU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uGGbgCY8SU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uGGbgCY8SU .nav-item:focus,
.cid-uGGbgCY8SU .nav-link:focus {
  outline: none;
}
.cid-uGGbgCY8SU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uGGbgCY8SU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uGGbgCY8SU .menu-logo {
  margin-right: auto;
}
.cid-uGGbgCY8SU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGGbgCY8SU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uGGbgCY8SU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uGGbgCY8SU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uGGbgCY8SU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uGGbgCY8SU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uGGbgCY8SU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uGGbgCY8SU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uGGbgCY8SU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uGGbgCY8SU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGGbgCY8SU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uGGbgCY8SU .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uGGbgCY8SU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uGGbgCY8SU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGGbgCY8SU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uGGbgCY8SU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGGbgCY8SU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uGGbgCY8SU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uGGbgCY8SU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uGGbgCY8SU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uGGbgCY8SU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uGGbgCY8SU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uGGbgCY8SU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uGGbgCY8SU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uGGbgCY8SU button.navbar-toggler:focus {
  outline: none;
}
.cid-uGGbgCY8SU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGGbgCY8SU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGGbgCY8SU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGGbgCY8SU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGGbgCY8SU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGGbgCY8SU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGGbgCY8SU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGGbgCY8SU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGGbgCY8SU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGGbgCY8SU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGGbgCY8SU .collapsed .btn {
  display: -webkit-flex;
}
.cid-uGGbgCY8SU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uGGbgCY8SU .collapsed .navbar-collapse.collapsing,
.cid-uGGbgCY8SU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uGGbgCY8SU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uGGbgCY8SU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uGGbgCY8SU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uGGbgCY8SU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uGGbgCY8SU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uGGbgCY8SU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uGGbgCY8SU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uGGbgCY8SU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uGGbgCY8SU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uGGbgCY8SU .collapsed button.navbar-toggler {
  display: block;
}
.cid-uGGbgCY8SU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uGGbgCY8SU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGGbgCY8SU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uGGbgCY8SU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uGGbgCY8SU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uGGbgCY8SU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uGGbgCY8SU .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uGGbgCY8SU img {
    height: 3.8rem !important;
  }
  .cid-uGGbgCY8SU .btn {
    display: -webkit-flex;
  }
  .cid-uGGbgCY8SU button.navbar-toggler {
    display: block;
  }
  .cid-uGGbgCY8SU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uGGbgCY8SU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uGGbgCY8SU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uGGbgCY8SU .navbar-collapse.collapsing,
  .cid-uGGbgCY8SU .navbar-collapse.show {
    display: block !important;
  }
  .cid-uGGbgCY8SU .navbar-collapse.collapsing .navbar-nav,
  .cid-uGGbgCY8SU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uGGbgCY8SU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uGGbgCY8SU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uGGbgCY8SU .navbar-collapse.collapsing .navbar-buttons,
  .cid-uGGbgCY8SU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uGGbgCY8SU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uGGbgCY8SU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uGGbgCY8SU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uGGbgCY8SU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uGGbgCY8SU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uGGbgCY8SU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uGGbgCY8SU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uGGbgCY8SU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uGGbgCY8SU .nav-link:hover,
.cid-uGGbgCY8SU .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uGGbgDoryS {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #027747;
}
.cid-uN0bhTcjV2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #027747;
}
.cid-uN0bhTcjV2 .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-uN0bhTcjV2 .mbr-author-name {
  font-weight: bold;
}
.cid-uN0bhTcjV2 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-uN0bhTcjV2 .mbr-figure,
  .cid-uN0bhTcjV2 img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-uN0bhTcjV2 .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-uLoLIUyL4U {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uLoLIUyL4U .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uLoLIUyL4U .carousel-item.active,
.cid-uLoLIUyL4U .carousel-item-next,
.cid-uLoLIUyL4U .carousel-item-prev {
  display: flex;
}
.cid-uLoLIUyL4U .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-uLoLIUyL4U .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-uLoLIUyL4U .carousel-controls a:hover span {
  opacity: 1;
}
.cid-uLoLIUyL4U .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uLoLIUyL4U .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uLoLIUyL4U .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uGHsdnTaBe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-uGHsdnTaBe p {
  color: #767676;
}
.cid-uGHsdnTaBe .mbr-section-subtitle {
  color: #767676;
}
.cid-uGHsdnTaBe .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uGHsdnTaBe .panel-group {
  width: 100%;
}
.cid-uGHsdnTaBe .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uGHsdnTaBe .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uGHsdnTaBe .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uGHsdnTaBe .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uGHsdnTaBe .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-uGHsdnTaBe .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uGHsdnTaBe .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-uGHsdnTaBe .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-uGHsdnTaBe .panel-text {
  color: #000000;
}
.cid-uGHsdnTaBe H4 {
  color: #027747;
}
.cid-uGHsdnTaBe H2 {
  color: #027747;
}
.cid-uGGbgGOi3Q {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #027747;
}
.cid-uGGbgJuKiY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uGGbgJuKiY .content {
    text-align: center;
  }
  .cid-uGGbgJuKiY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGGbgJuKiY .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uGGbgJuKiY .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uGGbgJuKiY .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uGGbgJuKiY .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uGGbgJuKiY .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uGGbgJuKiY .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uGGbgJuKiY .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uGGbgJuKiY .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uGGbgJuKiY .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uGGbgJuKiY .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uGGbgJuKiY .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uGGbgJuKiY P {
  color: #ffffff;
}
.cid-uGGbgJuKiY H5 {
  color: #ffffff;
}
.cid-uHkZjWxLGr .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-uHkZjWxLGr .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uHkZjWxLGr a {
  font-style: normal;
}
.cid-uHkZjWxLGr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uHkZjWxLGr .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uHkZjWxLGr .nav-item:focus,
.cid-uHkZjWxLGr .nav-link:focus {
  outline: none;
}
.cid-uHkZjWxLGr .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uHkZjWxLGr .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uHkZjWxLGr .menu-logo {
  margin-right: auto;
}
.cid-uHkZjWxLGr .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHkZjWxLGr .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uHkZjWxLGr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uHkZjWxLGr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uHkZjWxLGr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uHkZjWxLGr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uHkZjWxLGr .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uHkZjWxLGr .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uHkZjWxLGr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uHkZjWxLGr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHkZjWxLGr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uHkZjWxLGr .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uHkZjWxLGr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uHkZjWxLGr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHkZjWxLGr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uHkZjWxLGr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHkZjWxLGr .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uHkZjWxLGr .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uHkZjWxLGr .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uHkZjWxLGr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uHkZjWxLGr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uHkZjWxLGr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uHkZjWxLGr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uHkZjWxLGr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uHkZjWxLGr button.navbar-toggler:focus {
  outline: none;
}
.cid-uHkZjWxLGr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHkZjWxLGr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHkZjWxLGr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHkZjWxLGr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHkZjWxLGr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHkZjWxLGr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHkZjWxLGr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHkZjWxLGr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHkZjWxLGr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHkZjWxLGr .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uHkZjWxLGr .collapsed .btn {
  display: -webkit-flex;
}
.cid-uHkZjWxLGr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uHkZjWxLGr .collapsed .navbar-collapse.collapsing,
.cid-uHkZjWxLGr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uHkZjWxLGr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uHkZjWxLGr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uHkZjWxLGr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uHkZjWxLGr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uHkZjWxLGr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uHkZjWxLGr .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uHkZjWxLGr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uHkZjWxLGr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uHkZjWxLGr .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uHkZjWxLGr .collapsed button.navbar-toggler {
  display: block;
}
.cid-uHkZjWxLGr .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uHkZjWxLGr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uHkZjWxLGr .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uHkZjWxLGr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uHkZjWxLGr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uHkZjWxLGr .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uHkZjWxLGr .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uHkZjWxLGr img {
    height: 3.8rem !important;
  }
  .cid-uHkZjWxLGr .btn {
    display: -webkit-flex;
  }
  .cid-uHkZjWxLGr button.navbar-toggler {
    display: block;
  }
  .cid-uHkZjWxLGr .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uHkZjWxLGr .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uHkZjWxLGr .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uHkZjWxLGr .navbar-collapse.collapsing,
  .cid-uHkZjWxLGr .navbar-collapse.show {
    display: block !important;
  }
  .cid-uHkZjWxLGr .navbar-collapse.collapsing .navbar-nav,
  .cid-uHkZjWxLGr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uHkZjWxLGr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uHkZjWxLGr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uHkZjWxLGr .navbar-collapse.collapsing .navbar-buttons,
  .cid-uHkZjWxLGr .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uHkZjWxLGr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uHkZjWxLGr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uHkZjWxLGr .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uHkZjWxLGr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uHkZjWxLGr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uHkZjWxLGr .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uHkZjWxLGr .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uHkZjWxLGr .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uHkZjWxLGr .nav-link:hover,
.cid-uHkZjWxLGr .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uHkZjWUTFU {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #027747;
}
.cid-uHkZjXnHYk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-uHkZjXnHYk .card-box {
  padding: 0 2rem;
}
.cid-uHkZjXnHYk .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uHkZjXnHYk .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uHkZjXnHYk h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uHkZjXnHYk p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uHkZjXnHYk .mbr-text {
  color: #767676;
}
.cid-uHkZjXnHYk .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uHkZjXnHYk .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uHkZjYcEZB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uHkZjYcEZB .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-uHkZjYcEZB .mbr-author-name {
  font-weight: bold;
}
.cid-uHkZjYcEZB .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-uHkZjYcEZB .mbr-figure,
  .cid-uHkZjYcEZB img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-uHkZjYcEZB .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-uHkZjZLra5 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #027747;
}
.cid-uHkZk0esFa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uHkZk0esFa .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uHkZk0esFa .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHkZk0esFa .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHkZk0esFa .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uHkZk0esFa .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uHkZk0esFa .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uHkZk0esFa .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uHkZk0esFa .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uHkZk0esFa .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uHkZk1CEDV {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-uHkZk1CEDV p {
  color: #767676;
}
.cid-uHkZk1CEDV .mbr-section-subtitle {
  color: #767676;
}
.cid-uHkZk1CEDV .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uHkZk1CEDV .panel-group {
  width: 100%;
}
.cid-uHkZk1CEDV .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uHkZk1CEDV .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uHkZk1CEDV .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uHkZk1CEDV .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uHkZk1CEDV .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-uHkZk1CEDV .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uHkZk1CEDV .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-uHkZk1CEDV .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-uHkZk1CEDV H2 {
  color: #027747;
}
.cid-uHkZk1CEDV .panel-text {
  color: #027747;
}
.cid-uHkZk1CEDV H4 {
  color: #000000;
}
.cid-uHkZk2Mxar {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uHkZk2Mxar .content {
    text-align: center;
  }
  .cid-uHkZk2Mxar .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHkZk2Mxar .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uHkZk2Mxar .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uHkZk2Mxar .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uHkZk2Mxar .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uHkZk2Mxar .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uHkZk2Mxar .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uHkZk2Mxar .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uHkZk2Mxar .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uHkZk2Mxar .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uHkZk2Mxar .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uHkZk2Mxar .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uHkZk2Mxar P {
  color: #ffffff;
}
.cid-uHkZk2Mxar H5 {
  color: #ffffff;
}
.cid-uHlgemriiT .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-uHlgemriiT .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uHlgemriiT a {
  font-style: normal;
}
.cid-uHlgemriiT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uHlgemriiT .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uHlgemriiT .nav-item:focus,
.cid-uHlgemriiT .nav-link:focus {
  outline: none;
}
.cid-uHlgemriiT .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uHlgemriiT .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uHlgemriiT .menu-logo {
  margin-right: auto;
}
.cid-uHlgemriiT .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHlgemriiT .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uHlgemriiT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uHlgemriiT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uHlgemriiT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uHlgemriiT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uHlgemriiT .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uHlgemriiT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uHlgemriiT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uHlgemriiT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHlgemriiT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uHlgemriiT .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uHlgemriiT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uHlgemriiT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHlgemriiT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uHlgemriiT .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHlgemriiT .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uHlgemriiT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uHlgemriiT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uHlgemriiT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uHlgemriiT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uHlgemriiT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uHlgemriiT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uHlgemriiT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uHlgemriiT button.navbar-toggler:focus {
  outline: none;
}
.cid-uHlgemriiT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHlgemriiT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHlgemriiT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHlgemriiT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHlgemriiT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHlgemriiT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHlgemriiT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHlgemriiT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHlgemriiT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHlgemriiT .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uHlgemriiT .collapsed .btn {
  display: -webkit-flex;
}
.cid-uHlgemriiT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uHlgemriiT .collapsed .navbar-collapse.collapsing,
.cid-uHlgemriiT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uHlgemriiT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uHlgemriiT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uHlgemriiT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uHlgemriiT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uHlgemriiT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uHlgemriiT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uHlgemriiT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uHlgemriiT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uHlgemriiT .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uHlgemriiT .collapsed button.navbar-toggler {
  display: block;
}
.cid-uHlgemriiT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uHlgemriiT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uHlgemriiT .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uHlgemriiT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uHlgemriiT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uHlgemriiT .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uHlgemriiT .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uHlgemriiT img {
    height: 3.8rem !important;
  }
  .cid-uHlgemriiT .btn {
    display: -webkit-flex;
  }
  .cid-uHlgemriiT button.navbar-toggler {
    display: block;
  }
  .cid-uHlgemriiT .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uHlgemriiT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uHlgemriiT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uHlgemriiT .navbar-collapse.collapsing,
  .cid-uHlgemriiT .navbar-collapse.show {
    display: block !important;
  }
  .cid-uHlgemriiT .navbar-collapse.collapsing .navbar-nav,
  .cid-uHlgemriiT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uHlgemriiT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uHlgemriiT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uHlgemriiT .navbar-collapse.collapsing .navbar-buttons,
  .cid-uHlgemriiT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uHlgemriiT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uHlgemriiT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uHlgemriiT .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uHlgemriiT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uHlgemriiT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uHlgemriiT .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uHlgemriiT .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uHlgemriiT .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uHlgemriiT .nav-link:hover,
.cid-uHlgemriiT .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uHlgemS4LA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-9495-2000x1333.jpg");
}
.cid-uHlgvN5ORq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uHlgeoCYMG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uHlgeoCYMG .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-uHlgeoCYMG .mbr-author-name {
  font-weight: bold;
}
.cid-uHlgeoCYMG .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-uHlgeoCYMG .mbr-figure,
  .cid-uHlgeoCYMG img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-uHlgeoCYMG .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-uHlgepom38 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-uHlgepom38 p {
  color: #767676;
}
.cid-uHlgepom38 .mbr-section-subtitle {
  color: #767676;
}
.cid-uHlgepom38 .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uHlgepom38 .panel-group {
  width: 100%;
}
.cid-uHlgepom38 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uHlgepom38 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uHlgepom38 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uHlgepom38 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uHlgepom38 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-uHlgepom38 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uHlgepom38 .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-uHlgepom38 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-uHlgepom38 H2 {
  color: #027747;
}
.cid-uHlgepom38 .panel-text {
  color: #027747;
}
.cid-uHlgepom38 H4 {
  color: #000000;
}
.cid-uHlgeqnx9b {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uHlgeqnx9b .mbr-section-subtitle {
  color: #767676;
}
.cid-uHlgeqnx9b .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uHlgeqnx9b .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-uHlgeqnx9b .team-item .item-image img {
  width: 100%;
}
.cid-uHlgeqnx9b .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uHlgeqnx9b .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uHlgeqnx9b .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uHlgeqnx9b .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uHlgeqnx9b .team-item .item-caption {
  background: #efefef;
}
.cid-uHlgesN29z {
  background-image: url("../../../assets/images/850-4237-1920x1280.jpg");
}
.cid-uHlgesN29z .form-control,
.cid-uHlgesN29z .form-control:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.cid-uHlgesN29z .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
  background: linear-gradient(#000000, #000000);
  border: none;
}
.cid-uHlgesN29z textarea.form-control {
  min-height: 188px;
}
.cid-uHlgesN29z .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-uHlgesN29z .content-container {
    padding-right: 5rem;
  }
}
.cid-uHlgetts4o {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uHlgetts4o .content {
    text-align: center;
  }
  .cid-uHlgetts4o .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHlgetts4o .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uHlgetts4o .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uHlgetts4o .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uHlgetts4o .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uHlgetts4o .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uHlgetts4o .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uHlgetts4o .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uHlgetts4o .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uHlgetts4o .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uHlgetts4o .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uHlgetts4o .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uHlgetts4o P {
  color: #ffffff;
}
.cid-uHlgetts4o H5 {
  color: #ffffff;
}
.cid-uJIbqPRjJh .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-uJIbqPRjJh .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uJIbqPRjJh a {
  font-style: normal;
}
.cid-uJIbqPRjJh .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uJIbqPRjJh .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uJIbqPRjJh .nav-item:focus,
.cid-uJIbqPRjJh .nav-link:focus {
  outline: none;
}
.cid-uJIbqPRjJh .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uJIbqPRjJh .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uJIbqPRjJh .menu-logo {
  margin-right: auto;
}
.cid-uJIbqPRjJh .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uJIbqPRjJh .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uJIbqPRjJh .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uJIbqPRjJh .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uJIbqPRjJh .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uJIbqPRjJh .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uJIbqPRjJh .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uJIbqPRjJh .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uJIbqPRjJh .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uJIbqPRjJh .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJIbqPRjJh .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uJIbqPRjJh .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uJIbqPRjJh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uJIbqPRjJh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJIbqPRjJh .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uJIbqPRjJh .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJIbqPRjJh .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uJIbqPRjJh .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uJIbqPRjJh .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uJIbqPRjJh .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uJIbqPRjJh .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uJIbqPRjJh .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uJIbqPRjJh .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uJIbqPRjJh button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uJIbqPRjJh button.navbar-toggler:focus {
  outline: none;
}
.cid-uJIbqPRjJh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJIbqPRjJh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uJIbqPRjJh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uJIbqPRjJh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uJIbqPRjJh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uJIbqPRjJh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJIbqPRjJh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uJIbqPRjJh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uJIbqPRjJh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJIbqPRjJh .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uJIbqPRjJh .collapsed .btn {
  display: -webkit-flex;
}
.cid-uJIbqPRjJh .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uJIbqPRjJh .collapsed .navbar-collapse.collapsing,
.cid-uJIbqPRjJh .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uJIbqPRjJh .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uJIbqPRjJh .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uJIbqPRjJh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uJIbqPRjJh .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uJIbqPRjJh .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uJIbqPRjJh .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uJIbqPRjJh .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uJIbqPRjJh .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uJIbqPRjJh .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uJIbqPRjJh .collapsed button.navbar-toggler {
  display: block;
}
.cid-uJIbqPRjJh .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uJIbqPRjJh .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uJIbqPRjJh .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uJIbqPRjJh .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uJIbqPRjJh .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uJIbqPRjJh .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uJIbqPRjJh .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uJIbqPRjJh img {
    height: 3.8rem !important;
  }
  .cid-uJIbqPRjJh .btn {
    display: -webkit-flex;
  }
  .cid-uJIbqPRjJh button.navbar-toggler {
    display: block;
  }
  .cid-uJIbqPRjJh .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uJIbqPRjJh .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uJIbqPRjJh .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uJIbqPRjJh .navbar-collapse.collapsing,
  .cid-uJIbqPRjJh .navbar-collapse.show {
    display: block !important;
  }
  .cid-uJIbqPRjJh .navbar-collapse.collapsing .navbar-nav,
  .cid-uJIbqPRjJh .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uJIbqPRjJh .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uJIbqPRjJh .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uJIbqPRjJh .navbar-collapse.collapsing .navbar-buttons,
  .cid-uJIbqPRjJh .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uJIbqPRjJh .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uJIbqPRjJh .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uJIbqPRjJh .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uJIbqPRjJh .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uJIbqPRjJh .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uJIbqPRjJh .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uJIbqPRjJh .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uJIbqPRjJh .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uJIbqPRjJh .nav-link:hover,
.cid-uJIbqPRjJh .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uJIbqQjqdC {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #027747;
}
.cid-uJIbqR1JdG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-uJIbqR1JdG .card-box {
  padding: 0 2rem;
}
.cid-uJIbqR1JdG .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uJIbqR1JdG .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uJIbqR1JdG h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uJIbqR1JdG p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uJIbqR1JdG .mbr-text {
  color: #000000;
}
.cid-uJIbqR1JdG .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uJIbqR1JdG .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uJIbqR1JdG .card-title {
  color: #027747;
}
.cid-uJIbqT3GAE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uJIbqT3GAE .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-uJIbqT3GAE .mbr-author-name {
  font-weight: bold;
}
.cid-uJIbqT3GAE .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-uJIbqT3GAE .mbr-figure,
  .cid-uJIbqT3GAE img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-uJIbqT3GAE .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-uJIbqV1rup {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #027747;
}
.cid-uJIhebULXQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uJIhebULXQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uJIhebULXQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJIhebULXQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uJIhebULXQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uJIhebULXQ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uJIhebULXQ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uJIhebULXQ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uJIhebULXQ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uJIhebULXQ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uJIbqVOYTn {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-uJIbqVOYTn p {
  color: #767676;
}
.cid-uJIbqVOYTn .mbr-section-subtitle {
  color: #767676;
}
.cid-uJIbqVOYTn .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uJIbqVOYTn .panel-group {
  width: 100%;
}
.cid-uJIbqVOYTn .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uJIbqVOYTn .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uJIbqVOYTn .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uJIbqVOYTn .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uJIbqVOYTn .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-uJIbqVOYTn .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uJIbqVOYTn .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-uJIbqVOYTn .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-uJIbqVOYTn H2 {
  color: #027747;
}
.cid-uJIbqVOYTn .panel-text {
  color: #027747;
}
.cid-uJIbqVOYTn H4 {
  color: #000000;
}
.cid-uJIbqWMxdf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uJIbqWMxdf .content {
    text-align: center;
  }
  .cid-uJIbqWMxdf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJIbqWMxdf .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uJIbqWMxdf .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uJIbqWMxdf .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uJIbqWMxdf .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uJIbqWMxdf .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uJIbqWMxdf .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uJIbqWMxdf .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uJIbqWMxdf .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uJIbqWMxdf .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uJIbqWMxdf .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uJIbqWMxdf .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uJIbqWMxdf P {
  color: #ffffff;
}
.cid-uJIbqWMxdf H5 {
  color: #ffffff;
}
.cid-uL2EriY7XK .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-uL2EriY7XK .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uL2EriY7XK a {
  font-style: normal;
}
.cid-uL2EriY7XK .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uL2EriY7XK .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uL2EriY7XK .nav-item:focus,
.cid-uL2EriY7XK .nav-link:focus {
  outline: none;
}
.cid-uL2EriY7XK .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uL2EriY7XK .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uL2EriY7XK .menu-logo {
  margin-right: auto;
}
.cid-uL2EriY7XK .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uL2EriY7XK .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uL2EriY7XK .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uL2EriY7XK .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uL2EriY7XK .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uL2EriY7XK .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uL2EriY7XK .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uL2EriY7XK .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uL2EriY7XK .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uL2EriY7XK .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uL2EriY7XK .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uL2EriY7XK .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uL2EriY7XK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uL2EriY7XK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL2EriY7XK .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uL2EriY7XK .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL2EriY7XK .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uL2EriY7XK .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uL2EriY7XK .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uL2EriY7XK .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uL2EriY7XK .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uL2EriY7XK .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uL2EriY7XK .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uL2EriY7XK button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uL2EriY7XK button.navbar-toggler:focus {
  outline: none;
}
.cid-uL2EriY7XK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uL2EriY7XK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uL2EriY7XK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uL2EriY7XK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uL2EriY7XK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uL2EriY7XK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uL2EriY7XK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uL2EriY7XK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uL2EriY7XK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uL2EriY7XK .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uL2EriY7XK .collapsed .btn {
  display: -webkit-flex;
}
.cid-uL2EriY7XK .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uL2EriY7XK .collapsed .navbar-collapse.collapsing,
.cid-uL2EriY7XK .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uL2EriY7XK .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uL2EriY7XK .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uL2EriY7XK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uL2EriY7XK .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uL2EriY7XK .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uL2EriY7XK .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uL2EriY7XK .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uL2EriY7XK .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uL2EriY7XK .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uL2EriY7XK .collapsed button.navbar-toggler {
  display: block;
}
.cid-uL2EriY7XK .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uL2EriY7XK .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uL2EriY7XK .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uL2EriY7XK .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uL2EriY7XK .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uL2EriY7XK .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uL2EriY7XK .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uL2EriY7XK img {
    height: 3.8rem !important;
  }
  .cid-uL2EriY7XK .btn {
    display: -webkit-flex;
  }
  .cid-uL2EriY7XK button.navbar-toggler {
    display: block;
  }
  .cid-uL2EriY7XK .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uL2EriY7XK .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uL2EriY7XK .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uL2EriY7XK .navbar-collapse.collapsing,
  .cid-uL2EriY7XK .navbar-collapse.show {
    display: block !important;
  }
  .cid-uL2EriY7XK .navbar-collapse.collapsing .navbar-nav,
  .cid-uL2EriY7XK .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uL2EriY7XK .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uL2EriY7XK .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uL2EriY7XK .navbar-collapse.collapsing .navbar-buttons,
  .cid-uL2EriY7XK .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uL2EriY7XK .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uL2EriY7XK .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uL2EriY7XK .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uL2EriY7XK .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uL2EriY7XK .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uL2EriY7XK .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uL2EriY7XK .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uL2EriY7XK .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uL2EriY7XK .nav-link:hover,
.cid-uL2EriY7XK .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uL2Erjlfgb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-9495-2000x1333.jpg");
}
.cid-uL2ESRLFKt {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL2ESRLFKt .mbr-text,
.cid-uL2ESRLFKt blockquote {
  color: #767676;
}
.cid-uL2ESRLFKt .mbr-text {
  color: #000000;
}
.cid-uL2FnYQATm {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uL2FnYQATm .mbr-section-subtitle {
  color: #000000;
  font-weight: 300;
}
.cid-uL2FnYQATm .mbr-content-text {
  color: #000000;
}
.cid-uL2FnYQATm .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uL2FnYQATm .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-uL2FnYQATm .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-uL2FnYQATm .img-text {
  color: #027747;
}
.cid-uL2GW36ik6 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uL2GW36ik6 .mbr-section-subtitle {
  color: #000000;
  font-weight: 300;
}
.cid-uL2GW36ik6 .mbr-content-text {
  color: #000000;
}
.cid-uL2GW36ik6 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uL2GW36ik6 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-uL2GW36ik6 .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-uL2GW36ik6 .img-text {
  color: #027747;
}
.cid-uL2ErkNWrb {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-uL2ErkNWrb p {
  color: #767676;
}
.cid-uL2ErkNWrb .mbr-section-subtitle {
  color: #767676;
}
.cid-uL2ErkNWrb .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uL2ErkNWrb .panel-group {
  width: 100%;
}
.cid-uL2ErkNWrb .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uL2ErkNWrb .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uL2ErkNWrb .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uL2ErkNWrb .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uL2ErkNWrb .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-uL2ErkNWrb .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uL2ErkNWrb .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-uL2ErkNWrb .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-uL2ErkNWrb H2 {
  color: #027747;
}
.cid-uL2ErkNWrb .panel-text {
  color: #027747;
}
.cid-uL2ErkNWrb H4 {
  color: #000000;
}
.cid-uL2ErlZpde {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uL2ErlZpde .mbr-section-subtitle {
  color: #767676;
}
.cid-uL2ErlZpde .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uL2ErlZpde .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-uL2ErlZpde .team-item .item-image img {
  width: 100%;
}
.cid-uL2ErlZpde .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uL2ErlZpde .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uL2ErlZpde .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uL2ErlZpde .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uL2ErlZpde .team-item .item-caption {
  background: #efefef;
}
.cid-uL2Ero9dDM {
  background-image: url("../../../assets/images/850-4237-1920x1280.jpg");
}
.cid-uL2Ero9dDM .form-control,
.cid-uL2Ero9dDM .form-control:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.cid-uL2Ero9dDM .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
  background: linear-gradient(#000000, #000000);
  border: none;
}
.cid-uL2Ero9dDM textarea.form-control {
  min-height: 188px;
}
.cid-uL2Ero9dDM .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-uL2Ero9dDM .content-container {
    padding-right: 5rem;
  }
}
.cid-uL2EroSx4O {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uL2EroSx4O .content {
    text-align: center;
  }
  .cid-uL2EroSx4O .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uL2EroSx4O .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uL2EroSx4O .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL2EroSx4O .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uL2EroSx4O .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uL2EroSx4O .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uL2EroSx4O .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uL2EroSx4O .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uL2EroSx4O .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uL2EroSx4O .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uL2EroSx4O .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uL2EroSx4O .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uL2EroSx4O P {
  color: #ffffff;
}
.cid-uL2EroSx4O H5 {
  color: #ffffff;
}
.cid-tPQEyoKeMn .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-tPQEyoKeMn .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tPQEyoKeMn a {
  font-style: normal;
}
.cid-tPQEyoKeMn .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tPQEyoKeMn .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tPQEyoKeMn .nav-item:focus,
.cid-tPQEyoKeMn .nav-link:focus {
  outline: none;
}
.cid-tPQEyoKeMn .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tPQEyoKeMn .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tPQEyoKeMn .menu-logo {
  margin-right: auto;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tPQEyoKeMn .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tPQEyoKeMn .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tPQEyoKeMn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tPQEyoKeMn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPQEyoKeMn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tPQEyoKeMn .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPQEyoKeMn .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tPQEyoKeMn .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tPQEyoKeMn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tPQEyoKeMn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tPQEyoKeMn button.navbar-toggler:focus {
  outline: none;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tPQEyoKeMn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tPQEyoKeMn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPQEyoKeMn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tPQEyoKeMn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tPQEyoKeMn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPQEyoKeMn .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPQEyoKeMn .collapsed .btn {
  display: -webkit-flex;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tPQEyoKeMn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tPQEyoKeMn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tPQEyoKeMn .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tPQEyoKeMn .collapsed button.navbar-toggler {
  display: block;
}
.cid-tPQEyoKeMn .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tPQEyoKeMn .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPQEyoKeMn .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tPQEyoKeMn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tPQEyoKeMn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tPQEyoKeMn .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tPQEyoKeMn .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPQEyoKeMn img {
    height: 3.8rem !important;
  }
  .cid-tPQEyoKeMn .btn {
    display: -webkit-flex;
  }
  .cid-tPQEyoKeMn button.navbar-toggler {
    display: block;
  }
  .cid-tPQEyoKeMn .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tPQEyoKeMn .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPQEyoKeMn .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing,
  .cid-tPQEyoKeMn .navbar-collapse.show {
    display: block !important;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing .navbar-nav,
  .cid-tPQEyoKeMn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tPQEyoKeMn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing .navbar-buttons,
  .cid-tPQEyoKeMn .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tPQEyoKeMn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tPQEyoKeMn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPQEyoKeMn .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tPQEyoKeMn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tPQEyoKeMn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tPQEyoKeMn .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tPQEyoKeMn .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tPQEyoKeMn .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tPQEyoKeMn .nav-link:hover,
.cid-tPQEyoKeMn .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uXbbEBlcsR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/24067997-1477689228980044-755708447399266863-n-960x640.jpg");
}
.cid-uZIQ5yF4Wy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f6;
}
.cid-uZIQ5yF4Wy .testimonial-text {
  font-style: italic;
  color: #000000;
  font-weight: 300;
}
.cid-uZIQ5yF4Wy .mbr-author-name {
  font-weight: bold;
  color: #027747;
}
.cid-uZIQ5yF4Wy .mbr-author-desc {
  color: #232;
}
@media (max-width: 991px) {
  .cid-uZIQ5yF4Wy .mbr-figure,
  .cid-uZIQ5yF4Wy img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-uXbrXvf1xR {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uXbrXvf1xR .mbr-text {
  color: #000000;
}
.cid-uXbrMOEZ7k {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uXbrMOEZ7k .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-uXbrMOEZ7k .mbr-author-name {
  font-weight: bold;
}
.cid-uXbrMOEZ7k .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-uXbrMOEZ7k .mbr-figure,
  .cid-uXbrMOEZ7k img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-uXbrMOEZ7k .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-uXWyWKCcaj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #027747;
}
.cid-uXWyWKCcaj .mbr-text,
.cid-uXWyWKCcaj blockquote {
  color: #767676;
}
.cid-uXbrNml8pm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uXbrNml8pm .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-uXbrNml8pm .mbr-author-name {
  font-weight: bold;
}
.cid-uXbrNml8pm .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-uXbrNml8pm .mbr-figure,
  .cid-uXbrNml8pm img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-uXbrNml8pm .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-uXbrPE5LmX {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #027747;
  background: linear-gradient(#027747, #17e87a);
}
.cid-uXbrPE5LmX .carousel-control {
  background: #000;
}
.cid-uXbrPE5LmX .mbr-section-subtitle {
  color: #767676;
}
.cid-uXbrPE5LmX .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uXbrPE5LmX .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uXbrPE5LmX .carousel-item .wrap-img {
  text-align: center;
}
.cid-uXbrPE5LmX .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-uXbrPE5LmX .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uXbrPE5LmX .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uXbrPE5LmX .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uXbrPE5LmX .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uXbrPE5LmX .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uXbrPE5LmX .cloneditem-1,
.cid-uXbrPE5LmX .cloneditem-2,
.cid-uXbrPE5LmX .cloneditem-3,
.cid-uXbrPE5LmX .cloneditem-4,
.cid-uXbrPE5LmX .cloneditem-5 {
  display: none;
}
.cid-uXbrPE5LmX .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXbrPE5LmX .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uXbrPE5LmX .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uXbrPE5LmX .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uXbrPE5LmX .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uXbrPE5LmX .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uXbrPE5LmX .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uXbrPE5LmX .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uXbrPE5LmX .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uXbrPE5LmX .carousel-inner.slides2 .cloneditem-1,
  .cid-uXbrPE5LmX .carousel-inner.slides2 .cloneditem-2,
  .cid-uXbrPE5LmX .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uXbrPE5LmX .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uXbrPE5LmX .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uXbrPE5LmX .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uXbrPE5LmX .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uXbrPE5LmX .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uXbrPE5LmX .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uXbrPE5LmX .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uXbrPE5LmX .carousel-inner.slides3 .cloneditem-1,
  .cid-uXbrPE5LmX .carousel-inner.slides3 .cloneditem-2,
  .cid-uXbrPE5LmX .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uXbrPE5LmX .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uXbrPE5LmX .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uXbrPE5LmX .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uXbrPE5LmX .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uXbrPE5LmX .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uXbrPE5LmX .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uXbrPE5LmX .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uXbrPE5LmX .carousel-inner.slides4 .cloneditem-1,
  .cid-uXbrPE5LmX .carousel-inner.slides4 .cloneditem-2,
  .cid-uXbrPE5LmX .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uXbrPE5LmX .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uXbrPE5LmX .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uXbrPE5LmX .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uXbrPE5LmX .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uXbrPE5LmX .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uXbrPE5LmX .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uXbrPE5LmX .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uXbrPE5LmX .carousel-inner.slides5 .cloneditem-1,
  .cid-uXbrPE5LmX .carousel-inner.slides5 .cloneditem-2,
  .cid-uXbrPE5LmX .carousel-inner.slides5 .cloneditem-3,
  .cid-uXbrPE5LmX .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uXbrPE5LmX .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uXbrPE5LmX .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uXbrPE5LmX .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uXbrPE5LmX .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uXbrPE5LmX .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uXbrPE5LmX .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uXbrPE5LmX .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uXbrPE5LmX .carousel-inner.slides6 .cloneditem-1,
  .cid-uXbrPE5LmX .carousel-inner.slides6 .cloneditem-2,
  .cid-uXbrPE5LmX .carousel-inner.slides6 .cloneditem-3,
  .cid-uXbrPE5LmX .carousel-inner.slides6 .cloneditem-4,
  .cid-uXbrPE5LmX .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uXbrPE5LmX H2 {
  color: #17e87a;
}
.cid-uZIRT99r7N {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uZIRT99r7N .mbr-section-subtitle {
  color: #000000;
}
.cid-uXX3GTggTl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXX3GTggTl p {
  color: #767676;
}
.cid-uXX3GTggTl .item:focus,
.cid-uXX3GTggTl span:focus {
  outline: none;
}
.cid-uXX3GTggTl .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-uXX3GTggTl .item-wrapper {
  position: relative;
}
.cid-uXX3GTggTl .item-btn,
.cid-uXX3GTggTl h4,
.cid-uXX3GTggTl h5 {
  margin: 0;
}
.cid-uXX3GTggTl .item-content {
  padding-top: 2rem;
}
.cid-uZIUNbk81H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZIUNbk81H p {
  color: #767676;
}
.cid-uZIUNbk81H .item:focus,
.cid-uZIUNbk81H span:focus {
  outline: none;
}
.cid-uZIUNbk81H .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-uZIUNbk81H .item-wrapper {
  position: relative;
}
.cid-uZIUNbk81H .item-btn,
.cid-uZIUNbk81H h4,
.cid-uZIUNbk81H h5 {
  margin: 0;
}
.cid-uZIUNbk81H .item-content {
  padding-top: 2rem;
}
.cid-uZIUNHi4r8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZIUNHi4r8 p {
  color: #767676;
}
.cid-uZIUNHi4r8 .item:focus,
.cid-uZIUNHi4r8 span:focus {
  outline: none;
}
.cid-uZIUNHi4r8 .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-uZIUNHi4r8 .item-wrapper {
  position: relative;
}
.cid-uZIUNHi4r8 .item-btn,
.cid-uZIUNHi4r8 h4,
.cid-uZIUNHi4r8 h5 {
  margin: 0;
}
.cid-uZIUNHi4r8 .item-content {
  padding-top: 2rem;
}
.cid-uXbrUupgjB {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #000000, #027747);
}
.cid-uXbrUupgjB .btn {
  margin: 0 0 .5rem 0;
}
.cid-uZIXOyeJYt {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #17e87a, #027747);
}
.cid-uZIXOyeJYt .btn {
  margin: 0 0 .5rem 0;
}
