body {
  font-family: Bellota Text;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Bellota Text', display;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #036d3f !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ede90e !important;
}
.bg-danger {
  background-color: #36187d !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: #ea2338 !important;
  border-color: #ea2338 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c71326 !important;
  border-color: #c71326 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c71326 !important;
  border-color: #c71326 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #036d3f !important;
  border-color: #036d3f !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #023b22 !important;
  border-color: #023b22 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #023b22 !important;
  border-color: #023b22 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ede90e !important;
  border-color: #ede90e !important;
  color: #000000 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #bdba0b !important;
  border-color: #bdba0b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #bdba0b !important;
  border-color: #bdba0b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #36187d !important;
  border-color: #36187d !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #241052 !important;
  border-color: #241052 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #241052 !important;
  border-color: #241052 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ea2338;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a61020 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ea2338 !important;
  border-color: #ea2338 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #036d3f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #01190e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #036d3f !important;
  border-color: #036d3f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ede90e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9b9909 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #ede90e !important;
  border-color: #ede90e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #36187d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #170a34 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #36187d !important;
  border-color: #36187d !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #ea2338 !important;
}
.text-success {
  color: #036d3f !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ede90e !important;
}
.text-danger {
  color: #36187d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #980f1d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000a06 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #8d8a08 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #110827 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  text-decoration: underline;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ede90e;
}
.alert-danger {
  background-color: #36187d;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.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: #06e987;
}
.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: #fcfbcb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #6a3bd9;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.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);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #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: #ffffff !important;
  background: #ea2338 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%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.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uT03lQGsDW .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uT03lQGsDW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uT03lQGsDW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uT03lQGsDW .menu_box .navbar.opened,
  .cid-uT03lQGsDW .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uT03lQGsDW .navbar-dropdown {
  position: relative !important;
}
.cid-uT03lQGsDW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uT03lQGsDW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uT03lQGsDW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uT03lQGsDW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uT03lQGsDW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uT03lQGsDW .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uT03lQGsDW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uT03lQGsDW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uT03lQGsDW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uT03lQGsDW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uT03lQGsDW .offcanvas-body .mbr-text,
  .cid-uT03lQGsDW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uT03lQGsDW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uT03lQGsDW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uT03lQGsDW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ede90e;
  }
  .cid-uT03lQGsDW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uT03lQGsDW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uT03lQGsDW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uT03lQGsDW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uT03lQGsDW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uT03lQGsDW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uT03lQGsDW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uT03lQGsDW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uT03lQGsDW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uT03lQGsDW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uT03lQGsDW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uT03lQGsDW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uT03lQGsDW .nav-item {
    margin: 0 !important;
  }
}
.cid-uT03lQGsDW .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uT03lQGsDW .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #47b5ed;
  transition: all 0.3s ease-out;
  display: none;
}
.cid-uT03lQGsDW .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uT03lQGsDW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uT03lQGsDW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uT03lQGsDW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uT03lQGsDW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uT03lQGsDW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uT03lQGsDW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uT03lQGsDW .offcanvas_box {
    display: none;
  }
}
.cid-uT03lQGsDW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uT03lQGsDW .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uT03lQGsDW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uT03lQGsDW .container {
  display: flex;
  margin: auto;
}
.cid-uT03lQGsDW .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uT03lQGsDW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uT03lQGsDW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uT03lQGsDW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uT03lQGsDW .navbar-nav {
    margin: 0;
  }
}
.cid-uT03lQGsDW .dropdown-menu,
.cid-uT03lQGsDW .navbar.opened {
  background-color: false !important;
}
.cid-uT03lQGsDW .nav-item:focus,
.cid-uT03lQGsDW .nav-link:focus {
  outline: none;
}
.cid-uT03lQGsDW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uT03lQGsDW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uT03lQGsDW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uT03lQGsDW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uT03lQGsDW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uT03lQGsDW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uT03lQGsDW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uT03lQGsDW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uT03lQGsDW .navbar.opened {
  transition: all 0.3s;
}
.cid-uT03lQGsDW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uT03lQGsDW .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uT03lQGsDW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uT03lQGsDW .navbar.collapsed {
  justify-content: center;
}
.cid-uT03lQGsDW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uT03lQGsDW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uT03lQGsDW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uT03lQGsDW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uT03lQGsDW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uT03lQGsDW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uT03lQGsDW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uT03lQGsDW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uT03lQGsDW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uT03lQGsDW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uT03lQGsDW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uT03lQGsDW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uT03lQGsDW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uT03lQGsDW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uT03lQGsDW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uT03lQGsDW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uT03lQGsDW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uT03lQGsDW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uT03lQGsDW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uT03lQGsDW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uT03lQGsDW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uT03lQGsDW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uT03lQGsDW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uT03lQGsDW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uT03lQGsDW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uT03lQGsDW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uT03lQGsDW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uT03lQGsDW .dropdown-item.active,
.cid-uT03lQGsDW .dropdown-item:active {
  background-color: transparent;
}
.cid-uT03lQGsDW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uT03lQGsDW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uT03lQGsDW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uT03lQGsDW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uT03lQGsDW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uT03lQGsDW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uT03lQGsDW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #036d3f;
}
.cid-uT03lQGsDW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ede90e;
}
.cid-uT03lQGsDW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uT03lQGsDW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT03lQGsDW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT03lQGsDW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uT03lQGsDW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT03lQGsDW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uT03lQGsDW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uT03lQGsDW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT03lQGsDW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uT03lQGsDW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uT03lQGsDW .navbar {
    height: 70px;
  }
  .cid-uT03lQGsDW .navbar.opened {
    height: auto;
  }
  .cid-uT03lQGsDW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uT03lQGsDW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uT03lQGsDW .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uT03lQGsDW .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uT03lQGsDW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uT03lQGsDW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uT03lQGsDW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uT03lQGsDW .navbar-caption:hover {
  color: #ea2338;
}
@media (min-width: 992px) {
  .cid-uT03lQGsDW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uT03lQGsDW .text_widget {
  margin-bottom: 32px;
}
.cid-uT03lQGsDW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uT03lQGsDW .text_widget a:hover {
  opacity: .5;
}
.cid-uT03lQGsDW .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uT03lQGsDW .navbar-caption {
  color: #000000;
}
.cid-uT03lQGsDW .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uT03lQGsDW .mbr-section-subtitle,
.cid-uT03lQGsDW .text_widget,
.cid-uT03lQGsDW .mbr-section-btn {
  text-align: left;
}
.cid-uT03lQGsDW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRhxBH8vIl {
  padding-top: 150px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/kampala-road-3.webp");
}
.cid-uRhxBH8vIl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRhxBH8vIl .mbr-section-title {
  color: #ffffff;
}
.cid-uRhxBH8vIl .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-uRhxBH8vIl .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-uRhxBH8vIl .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #000000;
  background-color: #eeeff2;
  font-size: 2.475rem;
}
.cid-uRhxBH8vIl .mbr-section-btn {
  display: flex;
}
.cid-uRhxBH8vIl .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-uRhxBH8vIl .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-uRhxBH8vIl .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-uRhxBH8vIl .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #ffe161;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-uRhxBH8vIl .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uRhxBH8vIl .video-wrap .icon-wrap {
  background-color: #3bb515;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-uRhxBH8vIl .video-wrap .icon-wrap .line-video-1,
.cid-uRhxBH8vIl .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-uRhxBH8vIl .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-uRhxBH8vIl .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-uRhxBH8vIl .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uRhxBH8vIl .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uRhxBH8vIl .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uRhxBH8vIl a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #036d3f;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uRhxBH8vIl a.close:hover {
  color: #036d3f;
}
@media (max-width: 991px) {
  .cid-uRhxBH8vIl .separator,
  .cid-uRhxBH8vIl .sep-holder,
  .cid-uRhxBH8vIl .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uRhxBH8vIl .buttons-wrap {
    flex-direction: column;
  }
  .cid-uRhxBH8vIl .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-uRhxBH8vIl .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-uRhxBH8vIl .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-uRhxBH8vIl .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-uRhxBH8vIl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRhxBH8vIl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRhxBH8vIl p {
  padding: 10px;
}
.cid-uRhxBH8vIl .image-wrapper img {
  transition: all 0.3s;
  height: 250px;
  width: auto;
  max-width: 100%;
  border-radius: 10px;
  margin-left: 3.2rem;
  background-color: white;
  padding: 10px;
  -webkit-box-shadow: 8px 11px 11px -11px #151518;
  -moz-box-shadow: 8px 11px 11px -11px #151518;
  box-shadow: 8px 11px 11px -11px #151518;
}
@media (max-width: 991px) {
  .cid-uRhxBH8vIl .image-wrapper img {
    margin: auto;
    margin-top: 4rem;
  }
}
.cid-uRhxBH8vIl .colimage {
  display: none;
}
.cid-uREJchwSb9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uREJchwSb9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uREJchwSb9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uREJchwSb9 .number-wrap {
  color: #cccccc;
  text-align: center;
}
.cid-uREJchwSb9 .number {
  color: #ea2338;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}
.cid-uREJchwSb9 .period {
  display: block;
}
.cid-uREJchwSb9 .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-uREJchwSb9 .period {
    font-size: 0.8rem;
  }
}
.cid-uREJchwSb9 .btn {
  height: 100%;
  margin: 0;
}
.cid-uREJchwSb9 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uREJchwSb9 .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-uREJchwSb9 .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #036d3f;
  border: 2px solid #036d3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uREJchwSb9 .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-uREJchwSb9 .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #036d3f;
  color: #ffffff;
}
.cid-uREJchwSb9 H3 {
  color: #036d3f;
}
.cid-uRM0Y2R1Xf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRM0Y2R1Xf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRM0Y2R1Xf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRM0Y2R1Xf p {
  text-align: justify !important;
  padding: 10px;
}
.cid-uT1uGshDw9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uT1uGshDw9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uT1uGshDw9 .row {
    flex-direction: column-reverse;
  }
  .cid-uT1uGshDw9 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uT1uGshDw9 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uT1uGshDw9 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uT1uGshDw9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 0rem;
}
.cid-uT1uGshDw9 .card-title {
  color: #036d3f;
}
.cid-uT1uGshDw9 .mbr-text,
.cid-uT1uGshDw9 .mbr-section-btn {
  color: #000000;
}
.cid-uT1uGshDw9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT1uGshDw9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT1uGshDw9 .image-wrapper {
  padding: 2rem;
}
.cid-uRRFZIXEyW {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uRRFZIXEyW .card-wrapper {
  height: 100%;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uRRFZIXEyW .card-wrapper .card-img {
  position: relative;
  width: auto;
  padding-right: 20px;
}
.cid-uRRFZIXEyW .card-wrapper .card-img .card-icon {
  background: #279e64;
  height: 100px;
  width: 100px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}
.cid-uRRFZIXEyW .card-wrapper .card-img .card-icon .mbr-iconfont {
  font-size: 2.5rem;
  color: #ffffff;
}
.cid-uRRFZIXEyW .card-wrapper .card-box {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uRRFZIXEyW .card-wrapper .card-box .card-title {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 10px !important;
  color: #130947;
  font-weight: 700;
}
.cid-uRRFZIXEyW .card-wrapper .card-box .card-title.display-7 {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uRRFZIXEyW .card-wrapper .card-box p {
  text-align: left;
  color: #6d7a8c;
  line-height: 1.29;
}
.cid-uRRFZIXEyW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRFZIXEyW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRFZIXEyW .card-wrapper .card-box .card-title {
  color: #053e49;
}
.cid-uTafDV0QiT {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ede90e;
}
.cid-uTafDV0QiT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTafDV0QiT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTafDV0QiT .mbr-section-title {
  color: #053e49;
}
.cid-uTafDV0QiT .mbr-section-subtitle {
  color: #053e49;
}
.cid-uTa5Nf88BQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/kcf-background-05.png-1-2000x1125.png");
}
.cid-uTa5Nf88BQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTa5Nf88BQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTa5Nf88BQ .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uTa5Nf88BQ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uTa5Nf88BQ .container {
    padding: 0 26px;
  }
}
.cid-uTa5Nf88BQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 535px;
  max-width: 535px;
}
@media (max-width: 768px) {
  .cid-uTa5Nf88BQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uTa5Nf88BQ .embla__slide a {
  display: block;
  width: 100%;
}
.cid-uTa5Nf88BQ .embla__slide a .card-wrap .item-wrapper .image-wrap img {
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTa5Nf88BQ .embla__slide a .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uTa5Nf88BQ .embla__button--next,
.cid-uTa5Nf88BQ .embla__button--prev {
  display: flex;
}
.cid-uTa5Nf88BQ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uTa5Nf88BQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uTa5Nf88BQ .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-uTa5Nf88BQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 60px;
}
@media (max-width: 992px) {
  .cid-uTa5Nf88BQ .embla__button.embla__button--prev {
    margin-left: 26px;
  }
}
.cid-uTa5Nf88BQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-uTa5Nf88BQ .embla__button.embla__button--next {
    margin-right: 26px;
  }
}
.cid-uTa5Nf88BQ .embla {
  position: relative;
  width: 100%;
}
.cid-uTa5Nf88BQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uTa5Nf88BQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTa5Nf88BQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTa5Nf88BQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRi3gZOBLM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #053e49;
}
.cid-uRi3gZOBLM h1 {
  display: none;
}
.cid-uSvwZMn7KS.popup-builder {
  background-color: #ffffff;
}
.cid-uSvwZMn7KS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uSvwZMn7KS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uSvwZMn7KS .modal-content,
.cid-uSvwZMn7KS .modal-dialog {
  height: auto;
}
.cid-uSvwZMn7KS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uSvwZMn7KS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uSvwZMn7KS .form-wrapper .mbr-form .form-group,
  .cid-uSvwZMn7KS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uSvwZMn7KS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uSvwZMn7KS .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSvwZMn7KS .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-uSvwZMn7KS .pt-0 {
  padding-top: 0 !important;
}
.cid-uSvwZMn7KS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uSvwZMn7KS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uSvwZMn7KS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uSvwZMn7KS .modal-open {
  overflow: hidden;
}
.cid-uSvwZMn7KS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uSvwZMn7KS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uSvwZMn7KS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uSvwZMn7KS .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uSvwZMn7KS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uSvwZMn7KS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uSvwZMn7KS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uSvwZMn7KS .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uSvwZMn7KS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uSvwZMn7KS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uSvwZMn7KS .modal-backdrop.fade {
  opacity: 0;
}
.cid-uSvwZMn7KS .modal-backdrop.show {
  opacity: .5;
}
.cid-uSvwZMn7KS .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uSvwZMn7KS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSvwZMn7KS .modal-header {
    padding: 1rem;
  }
}
.cid-uSvwZMn7KS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uSvwZMn7KS .modal-header .close svg {
  fill: #353535;
}
.cid-uSvwZMn7KS .modal-header .close:hover {
  opacity: 1;
}
.cid-uSvwZMn7KS .modal-header .close:focus {
  outline: none;
}
.cid-uSvwZMn7KS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uSvwZMn7KS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uSvwZMn7KS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSvwZMn7KS .modal-body {
    padding: 1rem;
  }
}
.cid-uSvwZMn7KS .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uSvwZMn7KS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSvwZMn7KS .modal-footer {
    padding: 1rem;
  }
}
.cid-uSvwZMn7KS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uSvwZMn7KS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uSvwZMn7KS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uSvwZMn7KS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uSvwZMn7KS .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uSvwZMn7KS .modal-lg,
  .cid-uSvwZMn7KS .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uSvwZMn7KS .modal-xl {
    max-width: 1140px;
  }
}
.cid-uSvwZMn7KS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uSvwZMn7KS .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uSvwZMn7KS .form-group {
  margin-bottom: 1rem;
}
.cid-uSvwZMn7KS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uSvwZMn7KS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uSvwZMn7KS .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uSvwZMn7KS .mbr-section-btn {
  margin: 0;
}
.cid-uSvwZMn7KS .mbr-section-btn .btn {
  margin: 0;
}
.cid-uT03lQGsDW .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uT03lQGsDW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uT03lQGsDW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uT03lQGsDW .menu_box .navbar.opened,
  .cid-uT03lQGsDW .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uT03lQGsDW .navbar-dropdown {
  position: relative !important;
}
.cid-uT03lQGsDW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uT03lQGsDW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uT03lQGsDW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uT03lQGsDW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uT03lQGsDW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uT03lQGsDW .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uT03lQGsDW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uT03lQGsDW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uT03lQGsDW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uT03lQGsDW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uT03lQGsDW .offcanvas-body .mbr-text,
  .cid-uT03lQGsDW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uT03lQGsDW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uT03lQGsDW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uT03lQGsDW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ede90e;
  }
  .cid-uT03lQGsDW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uT03lQGsDW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uT03lQGsDW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uT03lQGsDW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uT03lQGsDW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uT03lQGsDW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uT03lQGsDW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uT03lQGsDW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uT03lQGsDW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uT03lQGsDW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uT03lQGsDW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uT03lQGsDW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uT03lQGsDW .nav-item {
    margin: 0 !important;
  }
}
.cid-uT03lQGsDW .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uT03lQGsDW .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #47b5ed;
  transition: all 0.3s ease-out;
  display: none;
}
.cid-uT03lQGsDW .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uT03lQGsDW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uT03lQGsDW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uT03lQGsDW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uT03lQGsDW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uT03lQGsDW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uT03lQGsDW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uT03lQGsDW .offcanvas_box {
    display: none;
  }
}
.cid-uT03lQGsDW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uT03lQGsDW .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uT03lQGsDW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uT03lQGsDW .container {
  display: flex;
  margin: auto;
}
.cid-uT03lQGsDW .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uT03lQGsDW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uT03lQGsDW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uT03lQGsDW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uT03lQGsDW .navbar-nav {
    margin: 0;
  }
}
.cid-uT03lQGsDW .dropdown-menu,
.cid-uT03lQGsDW .navbar.opened {
  background-color: false !important;
}
.cid-uT03lQGsDW .nav-item:focus,
.cid-uT03lQGsDW .nav-link:focus {
  outline: none;
}
.cid-uT03lQGsDW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uT03lQGsDW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uT03lQGsDW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uT03lQGsDW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uT03lQGsDW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uT03lQGsDW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uT03lQGsDW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uT03lQGsDW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uT03lQGsDW .navbar.opened {
  transition: all 0.3s;
}
.cid-uT03lQGsDW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uT03lQGsDW .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uT03lQGsDW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uT03lQGsDW .navbar.collapsed {
  justify-content: center;
}
.cid-uT03lQGsDW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uT03lQGsDW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uT03lQGsDW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uT03lQGsDW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uT03lQGsDW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uT03lQGsDW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uT03lQGsDW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uT03lQGsDW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uT03lQGsDW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uT03lQGsDW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uT03lQGsDW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uT03lQGsDW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uT03lQGsDW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uT03lQGsDW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uT03lQGsDW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uT03lQGsDW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uT03lQGsDW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uT03lQGsDW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uT03lQGsDW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uT03lQGsDW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uT03lQGsDW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uT03lQGsDW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uT03lQGsDW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uT03lQGsDW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uT03lQGsDW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uT03lQGsDW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uT03lQGsDW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uT03lQGsDW .dropdown-item.active,
.cid-uT03lQGsDW .dropdown-item:active {
  background-color: transparent;
}
.cid-uT03lQGsDW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uT03lQGsDW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uT03lQGsDW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uT03lQGsDW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uT03lQGsDW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uT03lQGsDW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uT03lQGsDW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #036d3f;
}
.cid-uT03lQGsDW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ede90e;
}
.cid-uT03lQGsDW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uT03lQGsDW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT03lQGsDW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT03lQGsDW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uT03lQGsDW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT03lQGsDW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uT03lQGsDW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uT03lQGsDW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT03lQGsDW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uT03lQGsDW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uT03lQGsDW .navbar {
    height: 70px;
  }
  .cid-uT03lQGsDW .navbar.opened {
    height: auto;
  }
  .cid-uT03lQGsDW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uT03lQGsDW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uT03lQGsDW .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uT03lQGsDW .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uT03lQGsDW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uT03lQGsDW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uT03lQGsDW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uT03lQGsDW .navbar-caption:hover {
  color: #ea2338;
}
@media (min-width: 992px) {
  .cid-uT03lQGsDW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uT03lQGsDW .text_widget {
  margin-bottom: 32px;
}
.cid-uT03lQGsDW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uT03lQGsDW .text_widget a:hover {
  opacity: .5;
}
.cid-uT03lQGsDW .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uT03lQGsDW .navbar-caption {
  color: #000000;
}
.cid-uT03lQGsDW .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uT03lQGsDW .mbr-section-subtitle,
.cid-uT03lQGsDW .text_widget,
.cid-uT03lQGsDW .mbr-section-btn {
  text-align: left;
}
.cid-uT03lQGsDW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uT0rZi2SuL {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-uT0rZi2SuL .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #036d3f;
}
.cid-uT0rZi2SuL .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-uT0rZi2SuL .button-align {
  text-align: center;
}
.cid-uT0rZi2SuL .mbr-section-btn {
  display: block;
}
.cid-uT0rZi2SuL .container {
  max-width: 739px;
}
.cid-uT0rZi2SuL .btn {
  margin-top: 20px;
}
.cid-uT0rZi2SuL a.btn > span {
  margin-left: 0.5rem;
}
.cid-uT0rZi2SuL .mbr-text,
.cid-uT0rZi2SuL .button-align {
  color: #000000;
}
.cid-uSxwsjGR72 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background: #efefef;
}
.cid-uSxwsjGR72 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxwsjGR72 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSxwsjGR72 .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uSxwsjGR72 .plan-body {
  padding-bottom: 2rem;
}
.cid-uSxwsjGR72 .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uSxwsjGR72 .price {
  color: #000000;
}
.cid-uSxwsjGR72 .plan {
  word-break: break-word;
  background-color: white;
}
.cid-uSxwsjGR72 .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uSxwsjGR72 .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uSxwsjGR72 .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uSxwsjGR72 .plan {
    margin-bottom: 2rem;
  }
}
.cid-uSxwsjGR72 UL {
  text-align: center;
}
.cid-uSxwsjGR72 .price-term {
  color: #3bb515;
  display: none;
}
.cid-uSxwsjGR72 .plan-title {
  color: #036d3f;
}
.cid-uSxmwld7LK {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #efefef;
}
.cid-uSxmwld7LK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxmwld7LK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSxmwld7LK .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uSxmwld7LK .plan-body {
  padding-bottom: 2rem;
}
.cid-uSxmwld7LK .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uSxmwld7LK .price {
  color: #000000;
}
.cid-uSxmwld7LK .plan {
  word-break: break-word;
  background-color: white;
}
.cid-uSxmwld7LK .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uSxmwld7LK .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uSxmwld7LK .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uSxmwld7LK .plan {
    margin-bottom: 2rem;
  }
}
.cid-uSxmwld7LK UL {
  text-align: center;
}
.cid-uSxmwld7LK .price-term {
  color: #3bb515;
  display: none;
}
.cid-uSxmwld7LK .plan-title {
  color: #036d3f;
}
.cid-uT0l0Xzu7K {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #efefef;
}
.cid-uT0l0Xzu7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT0l0Xzu7K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT0l0Xzu7K .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uT0l0Xzu7K .plan-body {
  padding-bottom: 2rem;
}
.cid-uT0l0Xzu7K .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uT0l0Xzu7K .price {
  color: #000000;
}
.cid-uT0l0Xzu7K .plan {
  word-break: break-word;
  background-color: white;
}
.cid-uT0l0Xzu7K .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uT0l0Xzu7K .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uT0l0Xzu7K .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uT0l0Xzu7K .plan {
    margin-bottom: 2rem;
  }
}
.cid-uT0l0Xzu7K UL {
  text-align: center;
}
.cid-uT0l0Xzu7K .price-term {
  color: #3bb515;
  display: none;
}
.cid-uT0l0Xzu7K .plan-title {
  color: #036d3f;
}
.cid-uT0lpa2CYq {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #efefef;
}
.cid-uT0lpa2CYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT0lpa2CYq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT0lpa2CYq .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uT0lpa2CYq .plan-body {
  padding-bottom: 2rem;
}
.cid-uT0lpa2CYq .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uT0lpa2CYq .price {
  color: #000000;
}
.cid-uT0lpa2CYq .plan {
  word-break: break-word;
  background-color: white;
}
.cid-uT0lpa2CYq .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uT0lpa2CYq .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uT0lpa2CYq .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uT0lpa2CYq .plan {
    margin-bottom: 2rem;
  }
}
.cid-uT0lpa2CYq UL {
  text-align: center;
}
.cid-uT0lpa2CYq .price-term {
  color: #3bb515;
  display: none;
}
.cid-uT0lpa2CYq .plan-title {
  color: #036d3f;
}
.cid-uSBh5nqIut.popup-builder {
  background-color: #ffffff;
}
.cid-uSBh5nqIut.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uSBh5nqIut.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uSBh5nqIut .modal-content,
.cid-uSBh5nqIut .modal-dialog {
  height: auto;
}
.cid-uSBh5nqIut .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uSBh5nqIut .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uSBh5nqIut .form-wrapper .mbr-form .form-group,
  .cid-uSBh5nqIut .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uSBh5nqIut .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uSBh5nqIut .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSBh5nqIut .mbr-text {
  text-align: center;
}
.cid-uSBh5nqIut .pt-0 {
  padding-top: 0 !important;
}
.cid-uSBh5nqIut .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uSBh5nqIut .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uSBh5nqIut .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uSBh5nqIut .modal-open {
  overflow: hidden;
}
.cid-uSBh5nqIut .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uSBh5nqIut .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uSBh5nqIut .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uSBh5nqIut .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uSBh5nqIut .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uSBh5nqIut .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uSBh5nqIut .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uSBh5nqIut .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uSBh5nqIut .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uSBh5nqIut .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uSBh5nqIut .modal-backdrop.fade {
  opacity: 0;
}
.cid-uSBh5nqIut .modal-backdrop.show {
  opacity: .5;
}
.cid-uSBh5nqIut .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uSBh5nqIut .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSBh5nqIut .modal-header {
    padding: 1rem;
  }
}
.cid-uSBh5nqIut .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uSBh5nqIut .modal-header .close svg {
  fill: #353535;
}
.cid-uSBh5nqIut .modal-header .close:hover {
  opacity: 1;
}
.cid-uSBh5nqIut .modal-header .close:focus {
  outline: none;
}
.cid-uSBh5nqIut .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uSBh5nqIut .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uSBh5nqIut .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSBh5nqIut .modal-body {
    padding: 1rem;
  }
}
.cid-uSBh5nqIut .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uSBh5nqIut .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSBh5nqIut .modal-footer {
    padding: 1rem;
  }
}
.cid-uSBh5nqIut .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uSBh5nqIut .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uSBh5nqIut .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uSBh5nqIut .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uSBh5nqIut .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uSBh5nqIut .modal-lg,
  .cid-uSBh5nqIut .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uSBh5nqIut .modal-xl {
    max-width: 1140px;
  }
}
.cid-uSBh5nqIut .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uSBh5nqIut .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uSBh5nqIut .form-group {
  margin-bottom: 1rem;
}
.cid-uSBh5nqIut .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uSBh5nqIut .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uSBh5nqIut .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uSBh5nqIut .mbr-section-btn {
  margin: 0;
}
.cid-uSBh5nqIut .mbr-section-btn .btn {
  margin: 0;
}
.cid-uRi3gZOBLM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #053e49;
}
.cid-uRi3gZOBLM h1 {
  display: none;
}
.cid-uSBtBRcund.popup-builder {
  background-color: #ffffff;
}
.cid-uSBtBRcund.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uSBtBRcund.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uSBtBRcund .modal-content,
.cid-uSBtBRcund .modal-dialog {
  height: auto;
}
.cid-uSBtBRcund .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uSBtBRcund .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uSBtBRcund .form-wrapper .mbr-form .form-group,
  .cid-uSBtBRcund .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uSBtBRcund .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uSBtBRcund .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSBtBRcund .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-uSBtBRcund .pt-0 {
  padding-top: 0 !important;
}
.cid-uSBtBRcund .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uSBtBRcund .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uSBtBRcund .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uSBtBRcund .modal-open {
  overflow: hidden;
}
.cid-uSBtBRcund .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uSBtBRcund .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uSBtBRcund .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uSBtBRcund .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uSBtBRcund .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uSBtBRcund .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uSBtBRcund .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uSBtBRcund .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uSBtBRcund .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uSBtBRcund .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uSBtBRcund .modal-backdrop.fade {
  opacity: 0;
}
.cid-uSBtBRcund .modal-backdrop.show {
  opacity: .5;
}
.cid-uSBtBRcund .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uSBtBRcund .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSBtBRcund .modal-header {
    padding: 1rem;
  }
}
.cid-uSBtBRcund .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uSBtBRcund .modal-header .close svg {
  fill: #353535;
}
.cid-uSBtBRcund .modal-header .close:hover {
  opacity: 1;
}
.cid-uSBtBRcund .modal-header .close:focus {
  outline: none;
}
.cid-uSBtBRcund .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uSBtBRcund .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uSBtBRcund .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSBtBRcund .modal-body {
    padding: 1rem;
  }
}
.cid-uSBtBRcund .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uSBtBRcund .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSBtBRcund .modal-footer {
    padding: 1rem;
  }
}
.cid-uSBtBRcund .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uSBtBRcund .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uSBtBRcund .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uSBtBRcund .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uSBtBRcund .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uSBtBRcund .modal-lg,
  .cid-uSBtBRcund .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uSBtBRcund .modal-xl {
    max-width: 1140px;
  }
}
.cid-uSBtBRcund .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uSBtBRcund .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uSBtBRcund .form-group {
  margin-bottom: 1rem;
}
.cid-uSBtBRcund .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uSBtBRcund .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uSBtBRcund .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uSBtBRcund .mbr-section-btn {
  margin: 0;
}
.cid-uSBtBRcund .mbr-section-btn .btn {
  margin: 0;
}
.cid-uT03lQGsDW .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uT03lQGsDW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uT03lQGsDW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uT03lQGsDW .menu_box .navbar.opened,
  .cid-uT03lQGsDW .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uT03lQGsDW .navbar-dropdown {
  position: relative !important;
}
.cid-uT03lQGsDW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uT03lQGsDW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uT03lQGsDW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uT03lQGsDW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uT03lQGsDW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uT03lQGsDW .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uT03lQGsDW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uT03lQGsDW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uT03lQGsDW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uT03lQGsDW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uT03lQGsDW .offcanvas-body .mbr-text,
  .cid-uT03lQGsDW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uT03lQGsDW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uT03lQGsDW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uT03lQGsDW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ede90e;
  }
  .cid-uT03lQGsDW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uT03lQGsDW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uT03lQGsDW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uT03lQGsDW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uT03lQGsDW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uT03lQGsDW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uT03lQGsDW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uT03lQGsDW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uT03lQGsDW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uT03lQGsDW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uT03lQGsDW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uT03lQGsDW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uT03lQGsDW .nav-item {
    margin: 0 !important;
  }
}
.cid-uT03lQGsDW .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uT03lQGsDW .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #47b5ed;
  transition: all 0.3s ease-out;
  display: none;
}
.cid-uT03lQGsDW .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uT03lQGsDW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uT03lQGsDW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uT03lQGsDW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uT03lQGsDW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uT03lQGsDW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uT03lQGsDW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uT03lQGsDW .offcanvas_box {
    display: none;
  }
}
.cid-uT03lQGsDW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uT03lQGsDW .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uT03lQGsDW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uT03lQGsDW .container {
  display: flex;
  margin: auto;
}
.cid-uT03lQGsDW .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uT03lQGsDW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uT03lQGsDW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uT03lQGsDW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uT03lQGsDW .navbar-nav {
    margin: 0;
  }
}
.cid-uT03lQGsDW .dropdown-menu,
.cid-uT03lQGsDW .navbar.opened {
  background-color: false !important;
}
.cid-uT03lQGsDW .nav-item:focus,
.cid-uT03lQGsDW .nav-link:focus {
  outline: none;
}
.cid-uT03lQGsDW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uT03lQGsDW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uT03lQGsDW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uT03lQGsDW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uT03lQGsDW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uT03lQGsDW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uT03lQGsDW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uT03lQGsDW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uT03lQGsDW .navbar.opened {
  transition: all 0.3s;
}
.cid-uT03lQGsDW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uT03lQGsDW .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uT03lQGsDW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uT03lQGsDW .navbar.collapsed {
  justify-content: center;
}
.cid-uT03lQGsDW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uT03lQGsDW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uT03lQGsDW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uT03lQGsDW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uT03lQGsDW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uT03lQGsDW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uT03lQGsDW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uT03lQGsDW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uT03lQGsDW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uT03lQGsDW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uT03lQGsDW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uT03lQGsDW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uT03lQGsDW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uT03lQGsDW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uT03lQGsDW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uT03lQGsDW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uT03lQGsDW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uT03lQGsDW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uT03lQGsDW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uT03lQGsDW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uT03lQGsDW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uT03lQGsDW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uT03lQGsDW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uT03lQGsDW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uT03lQGsDW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uT03lQGsDW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uT03lQGsDW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uT03lQGsDW .dropdown-item.active,
.cid-uT03lQGsDW .dropdown-item:active {
  background-color: transparent;
}
.cid-uT03lQGsDW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uT03lQGsDW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uT03lQGsDW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uT03lQGsDW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uT03lQGsDW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uT03lQGsDW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uT03lQGsDW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #036d3f;
}
.cid-uT03lQGsDW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ede90e;
}
.cid-uT03lQGsDW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uT03lQGsDW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT03lQGsDW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT03lQGsDW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uT03lQGsDW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT03lQGsDW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uT03lQGsDW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uT03lQGsDW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT03lQGsDW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uT03lQGsDW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uT03lQGsDW .navbar {
    height: 70px;
  }
  .cid-uT03lQGsDW .navbar.opened {
    height: auto;
  }
  .cid-uT03lQGsDW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uT03lQGsDW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uT03lQGsDW .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uT03lQGsDW .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uT03lQGsDW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uT03lQGsDW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uT03lQGsDW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uT03lQGsDW .navbar-caption:hover {
  color: #ea2338;
}
@media (min-width: 992px) {
  .cid-uT03lQGsDW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uT03lQGsDW .text_widget {
  margin-bottom: 32px;
}
.cid-uT03lQGsDW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uT03lQGsDW .text_widget a:hover {
  opacity: .5;
}
.cid-uT03lQGsDW .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uT03lQGsDW .navbar-caption {
  color: #000000;
}
.cid-uT03lQGsDW .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uT03lQGsDW .mbr-section-subtitle,
.cid-uT03lQGsDW .text_widget,
.cid-uT03lQGsDW .mbr-section-btn {
  text-align: left;
}
.cid-uT03lQGsDW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSBrjFx78I {
  padding-top: 150px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/kampala-road-3.webp");
}
.cid-uSBrjFx78I .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uSBrjFx78I input,
.cid-uSBrjFx78I textarea {
  opacity: 0.7;
  border-radius: 10px;
}
.cid-uSBrjFx78I input:hover,
.cid-uSBrjFx78I textarea:hover {
  border-color: transparent!important;
}
.cid-uSBrjFx78I .btn {
  border-radius: 2rem;
  padding: 1rem 3rem;
  width: -webkit-fill-available;
}
.cid-uSBrjFx78I h4 {
  margin-bottom: 3rem;
}
.cid-uSBrjFx78I .col-auto {
  width: 100%;
}
.cid-uSBrjFx78I textarea {
  min-height: 250px;
}
.cid-uSBrjFx78I .mbr-form {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 7rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uSBrjFx78I .mbr-form {
    padding: 2rem 1rem;
  }
}
.cid-uSBrjFx78I .mbr-form:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uSBrjFx78I H4 {
  text-align: center;
  color: #000000;
}
.cid-uRi3gZOBLM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #053e49;
}
.cid-uRi3gZOBLM h1 {
  display: none;
}
.cid-uSBtBTdbgS.popup-builder {
  background-color: #ffffff;
}
.cid-uSBtBTdbgS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uSBtBTdbgS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uSBtBTdbgS .modal-content,
.cid-uSBtBTdbgS .modal-dialog {
  height: auto;
}
.cid-uSBtBTdbgS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uSBtBTdbgS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uSBtBTdbgS .form-wrapper .mbr-form .form-group,
  .cid-uSBtBTdbgS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uSBtBTdbgS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uSBtBTdbgS .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSBtBTdbgS .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-uSBtBTdbgS .pt-0 {
  padding-top: 0 !important;
}
.cid-uSBtBTdbgS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uSBtBTdbgS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uSBtBTdbgS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uSBtBTdbgS .modal-open {
  overflow: hidden;
}
.cid-uSBtBTdbgS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uSBtBTdbgS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uSBtBTdbgS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uSBtBTdbgS .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uSBtBTdbgS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uSBtBTdbgS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uSBtBTdbgS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uSBtBTdbgS .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uSBtBTdbgS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uSBtBTdbgS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uSBtBTdbgS .modal-backdrop.fade {
  opacity: 0;
}
.cid-uSBtBTdbgS .modal-backdrop.show {
  opacity: .5;
}
.cid-uSBtBTdbgS .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uSBtBTdbgS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSBtBTdbgS .modal-header {
    padding: 1rem;
  }
}
.cid-uSBtBTdbgS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uSBtBTdbgS .modal-header .close svg {
  fill: #353535;
}
.cid-uSBtBTdbgS .modal-header .close:hover {
  opacity: 1;
}
.cid-uSBtBTdbgS .modal-header .close:focus {
  outline: none;
}
.cid-uSBtBTdbgS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uSBtBTdbgS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uSBtBTdbgS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSBtBTdbgS .modal-body {
    padding: 1rem;
  }
}
.cid-uSBtBTdbgS .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uSBtBTdbgS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSBtBTdbgS .modal-footer {
    padding: 1rem;
  }
}
.cid-uSBtBTdbgS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uSBtBTdbgS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uSBtBTdbgS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uSBtBTdbgS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uSBtBTdbgS .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uSBtBTdbgS .modal-lg,
  .cid-uSBtBTdbgS .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uSBtBTdbgS .modal-xl {
    max-width: 1140px;
  }
}
.cid-uSBtBTdbgS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uSBtBTdbgS .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uSBtBTdbgS .form-group {
  margin-bottom: 1rem;
}
.cid-uSBtBTdbgS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uSBtBTdbgS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uSBtBTdbgS .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uSBtBTdbgS .mbr-section-btn {
  margin: 0;
}
.cid-uSBtBTdbgS .mbr-section-btn .btn {
  margin: 0;
}
.cid-uT03lQGsDW .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uT03lQGsDW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uT03lQGsDW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uT03lQGsDW .menu_box .navbar.opened,
  .cid-uT03lQGsDW .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uT03lQGsDW .navbar-dropdown {
  position: relative !important;
}
.cid-uT03lQGsDW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uT03lQGsDW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uT03lQGsDW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uT03lQGsDW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uT03lQGsDW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uT03lQGsDW .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uT03lQGsDW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uT03lQGsDW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uT03lQGsDW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uT03lQGsDW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uT03lQGsDW .offcanvas-body .mbr-text,
  .cid-uT03lQGsDW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uT03lQGsDW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uT03lQGsDW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uT03lQGsDW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ede90e;
  }
  .cid-uT03lQGsDW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uT03lQGsDW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uT03lQGsDW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uT03lQGsDW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uT03lQGsDW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uT03lQGsDW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uT03lQGsDW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uT03lQGsDW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uT03lQGsDW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uT03lQGsDW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uT03lQGsDW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uT03lQGsDW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uT03lQGsDW .nav-item {
    margin: 0 !important;
  }
}
.cid-uT03lQGsDW .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uT03lQGsDW .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #47b5ed;
  transition: all 0.3s ease-out;
  display: none;
}
.cid-uT03lQGsDW .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uT03lQGsDW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uT03lQGsDW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uT03lQGsDW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uT03lQGsDW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uT03lQGsDW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uT03lQGsDW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uT03lQGsDW .offcanvas_box {
    display: none;
  }
}
.cid-uT03lQGsDW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uT03lQGsDW .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uT03lQGsDW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uT03lQGsDW .container {
  display: flex;
  margin: auto;
}
.cid-uT03lQGsDW .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uT03lQGsDW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uT03lQGsDW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uT03lQGsDW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uT03lQGsDW .navbar-nav {
    margin: 0;
  }
}
.cid-uT03lQGsDW .dropdown-menu,
.cid-uT03lQGsDW .navbar.opened {
  background-color: false !important;
}
.cid-uT03lQGsDW .nav-item:focus,
.cid-uT03lQGsDW .nav-link:focus {
  outline: none;
}
.cid-uT03lQGsDW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uT03lQGsDW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uT03lQGsDW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uT03lQGsDW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uT03lQGsDW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uT03lQGsDW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uT03lQGsDW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uT03lQGsDW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uT03lQGsDW .navbar.opened {
  transition: all 0.3s;
}
.cid-uT03lQGsDW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uT03lQGsDW .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uT03lQGsDW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uT03lQGsDW .navbar.collapsed {
  justify-content: center;
}
.cid-uT03lQGsDW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uT03lQGsDW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uT03lQGsDW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uT03lQGsDW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uT03lQGsDW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uT03lQGsDW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uT03lQGsDW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uT03lQGsDW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uT03lQGsDW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uT03lQGsDW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uT03lQGsDW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uT03lQGsDW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uT03lQGsDW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uT03lQGsDW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uT03lQGsDW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uT03lQGsDW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uT03lQGsDW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uT03lQGsDW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uT03lQGsDW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uT03lQGsDW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uT03lQGsDW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uT03lQGsDW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uT03lQGsDW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uT03lQGsDW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uT03lQGsDW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uT03lQGsDW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uT03lQGsDW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uT03lQGsDW .dropdown-item.active,
.cid-uT03lQGsDW .dropdown-item:active {
  background-color: transparent;
}
.cid-uT03lQGsDW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uT03lQGsDW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uT03lQGsDW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uT03lQGsDW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uT03lQGsDW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uT03lQGsDW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uT03lQGsDW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #036d3f;
}
.cid-uT03lQGsDW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ede90e;
}
.cid-uT03lQGsDW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uT03lQGsDW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT03lQGsDW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT03lQGsDW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uT03lQGsDW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT03lQGsDW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uT03lQGsDW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uT03lQGsDW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT03lQGsDW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uT03lQGsDW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uT03lQGsDW .navbar {
    height: 70px;
  }
  .cid-uT03lQGsDW .navbar.opened {
    height: auto;
  }
  .cid-uT03lQGsDW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uT03lQGsDW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uT03lQGsDW .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uT03lQGsDW .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uT03lQGsDW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uT03lQGsDW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uT03lQGsDW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uT03lQGsDW .navbar-caption:hover {
  color: #ea2338;
}
@media (min-width: 992px) {
  .cid-uT03lQGsDW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uT03lQGsDW .text_widget {
  margin-bottom: 32px;
}
.cid-uT03lQGsDW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uT03lQGsDW .text_widget a:hover {
  opacity: .5;
}
.cid-uT03lQGsDW .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uT03lQGsDW .navbar-caption {
  color: #000000;
}
.cid-uT03lQGsDW .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uT03lQGsDW .mbr-section-subtitle,
.cid-uT03lQGsDW .text_widget,
.cid-uT03lQGsDW .mbr-section-btn {
  text-align: left;
}
.cid-uT03lQGsDW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uT1kypmEIf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/kcf-background-5.png");
}
.cid-uT1kypmEIf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT1kypmEIf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT1kypmEIf .content-wrapper {
  background: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-uT1kypmEIf .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uT1kypmEIf .content-wrapper .image-wrapper {
    margin: 1rem;
  }
  .cid-uT1kypmEIf .content-wrapper h6 {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .cid-uT1kypmEIf .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uT1kypmEIf .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uT1kypmEIf .content-wrapper {
    padding: 1rem 50px;
  }
  .cid-uT1kypmEIf .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uT1kypmEIf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uT1kypmEIf .card-title {
  text-align: center;
  color: #036d3f;
}
.cid-uSBFNfGv2s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSBFNfGv2s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSBFNfGv2s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSBFNfGv2s .text-wrap {
  width: 100%;
}
.cid-uSBFNfGv2s .mbr-title {
  margin-bottom: 0;
  color: #036d3f;
  text-align: center;
}
.cid-uSBFNfGv2s .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-uSBFNfGv2s .comment-text {
  margin-top: 40px;
  color: #000000;
}
.cid-uSBFBWHuWI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #053e49;
}
.cid-uSBFBWHuWI h1 {
  display: none;
}
.cid-uSBFBXp1iV.popup-builder {
  background-color: #ffffff;
}
.cid-uSBFBXp1iV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uSBFBXp1iV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uSBFBXp1iV .modal-content,
.cid-uSBFBXp1iV .modal-dialog {
  height: auto;
}
.cid-uSBFBXp1iV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uSBFBXp1iV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uSBFBXp1iV .form-wrapper .mbr-form .form-group,
  .cid-uSBFBXp1iV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uSBFBXp1iV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uSBFBXp1iV .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSBFBXp1iV .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-uSBFBXp1iV .pt-0 {
  padding-top: 0 !important;
}
.cid-uSBFBXp1iV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uSBFBXp1iV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uSBFBXp1iV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uSBFBXp1iV .modal-open {
  overflow: hidden;
}
.cid-uSBFBXp1iV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uSBFBXp1iV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uSBFBXp1iV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uSBFBXp1iV .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uSBFBXp1iV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uSBFBXp1iV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uSBFBXp1iV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uSBFBXp1iV .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uSBFBXp1iV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uSBFBXp1iV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uSBFBXp1iV .modal-backdrop.fade {
  opacity: 0;
}
.cid-uSBFBXp1iV .modal-backdrop.show {
  opacity: .5;
}
.cid-uSBFBXp1iV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uSBFBXp1iV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSBFBXp1iV .modal-header {
    padding: 1rem;
  }
}
.cid-uSBFBXp1iV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uSBFBXp1iV .modal-header .close svg {
  fill: #353535;
}
.cid-uSBFBXp1iV .modal-header .close:hover {
  opacity: 1;
}
.cid-uSBFBXp1iV .modal-header .close:focus {
  outline: none;
}
.cid-uSBFBXp1iV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uSBFBXp1iV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uSBFBXp1iV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSBFBXp1iV .modal-body {
    padding: 1rem;
  }
}
.cid-uSBFBXp1iV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uSBFBXp1iV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSBFBXp1iV .modal-footer {
    padding: 1rem;
  }
}
.cid-uSBFBXp1iV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uSBFBXp1iV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uSBFBXp1iV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uSBFBXp1iV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uSBFBXp1iV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uSBFBXp1iV .modal-lg,
  .cid-uSBFBXp1iV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uSBFBXp1iV .modal-xl {
    max-width: 1140px;
  }
}
.cid-uSBFBXp1iV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uSBFBXp1iV .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uSBFBXp1iV .form-group {
  margin-bottom: 1rem;
}
.cid-uSBFBXp1iV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uSBFBXp1iV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uSBFBXp1iV .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uSBFBXp1iV .mbr-section-btn {
  margin: 0;
}
.cid-uSBFBXp1iV .mbr-section-btn .btn {
  margin: 0;
}
.cid-uT03lQGsDW .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uT03lQGsDW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uT03lQGsDW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uT03lQGsDW .menu_box .navbar.opened,
  .cid-uT03lQGsDW .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uT03lQGsDW .navbar-dropdown {
  position: relative !important;
}
.cid-uT03lQGsDW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uT03lQGsDW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uT03lQGsDW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uT03lQGsDW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uT03lQGsDW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uT03lQGsDW .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uT03lQGsDW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uT03lQGsDW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uT03lQGsDW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uT03lQGsDW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uT03lQGsDW .offcanvas-body .mbr-text,
  .cid-uT03lQGsDW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uT03lQGsDW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uT03lQGsDW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uT03lQGsDW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ede90e;
  }
  .cid-uT03lQGsDW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uT03lQGsDW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uT03lQGsDW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uT03lQGsDW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uT03lQGsDW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uT03lQGsDW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uT03lQGsDW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uT03lQGsDW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uT03lQGsDW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uT03lQGsDW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uT03lQGsDW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uT03lQGsDW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uT03lQGsDW .nav-item {
    margin: 0 !important;
  }
}
.cid-uT03lQGsDW .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uT03lQGsDW .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #47b5ed;
  transition: all 0.3s ease-out;
  display: none;
}
.cid-uT03lQGsDW .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uT03lQGsDW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uT03lQGsDW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uT03lQGsDW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uT03lQGsDW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uT03lQGsDW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uT03lQGsDW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uT03lQGsDW .offcanvas_box {
    display: none;
  }
}
.cid-uT03lQGsDW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uT03lQGsDW .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uT03lQGsDW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uT03lQGsDW .container {
  display: flex;
  margin: auto;
}
.cid-uT03lQGsDW .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uT03lQGsDW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uT03lQGsDW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uT03lQGsDW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uT03lQGsDW .navbar-nav {
    margin: 0;
  }
}
.cid-uT03lQGsDW .dropdown-menu,
.cid-uT03lQGsDW .navbar.opened {
  background-color: false !important;
}
.cid-uT03lQGsDW .nav-item:focus,
.cid-uT03lQGsDW .nav-link:focus {
  outline: none;
}
.cid-uT03lQGsDW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uT03lQGsDW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uT03lQGsDW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uT03lQGsDW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uT03lQGsDW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uT03lQGsDW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uT03lQGsDW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uT03lQGsDW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uT03lQGsDW .navbar.opened {
  transition: all 0.3s;
}
.cid-uT03lQGsDW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uT03lQGsDW .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uT03lQGsDW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uT03lQGsDW .navbar.collapsed {
  justify-content: center;
}
.cid-uT03lQGsDW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uT03lQGsDW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uT03lQGsDW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uT03lQGsDW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uT03lQGsDW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uT03lQGsDW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uT03lQGsDW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uT03lQGsDW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uT03lQGsDW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uT03lQGsDW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uT03lQGsDW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uT03lQGsDW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uT03lQGsDW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uT03lQGsDW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uT03lQGsDW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uT03lQGsDW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uT03lQGsDW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uT03lQGsDW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uT03lQGsDW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uT03lQGsDW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uT03lQGsDW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uT03lQGsDW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uT03lQGsDW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uT03lQGsDW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uT03lQGsDW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uT03lQGsDW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uT03lQGsDW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uT03lQGsDW .dropdown-item.active,
.cid-uT03lQGsDW .dropdown-item:active {
  background-color: transparent;
}
.cid-uT03lQGsDW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uT03lQGsDW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uT03lQGsDW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uT03lQGsDW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uT03lQGsDW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uT03lQGsDW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uT03lQGsDW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #036d3f;
}
.cid-uT03lQGsDW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ede90e;
}
.cid-uT03lQGsDW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uT03lQGsDW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT03lQGsDW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT03lQGsDW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uT03lQGsDW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT03lQGsDW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uT03lQGsDW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uT03lQGsDW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT03lQGsDW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uT03lQGsDW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uT03lQGsDW .navbar {
    height: 70px;
  }
  .cid-uT03lQGsDW .navbar.opened {
    height: auto;
  }
  .cid-uT03lQGsDW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uT03lQGsDW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uT03lQGsDW .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uT03lQGsDW .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uT03lQGsDW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uT03lQGsDW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uT03lQGsDW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uT03lQGsDW .navbar-caption:hover {
  color: #ea2338;
}
@media (min-width: 992px) {
  .cid-uT03lQGsDW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uT03lQGsDW .text_widget {
  margin-bottom: 32px;
}
.cid-uT03lQGsDW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uT03lQGsDW .text_widget a:hover {
  opacity: .5;
}
.cid-uT03lQGsDW .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uT03lQGsDW .navbar-caption {
  color: #000000;
}
.cid-uT03lQGsDW .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uT03lQGsDW .mbr-section-subtitle,
.cid-uT03lQGsDW .text_widget,
.cid-uT03lQGsDW .mbr-section-btn {
  text-align: left;
}
.cid-uT03lQGsDW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTap07xWEq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/kcf-background-5.png");
}
.cid-uTap07xWEq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTap07xWEq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTap07xWEq .content-wrapper {
  background: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-uTap07xWEq .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uTap07xWEq .content-wrapper .image-wrapper {
    margin: 1rem;
  }
  .cid-uTap07xWEq .content-wrapper h6 {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .cid-uTap07xWEq .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uTap07xWEq .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uTap07xWEq .content-wrapper {
    padding: 1rem 50px;
  }
  .cid-uTap07xWEq .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uTap07xWEq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uTap07xWEq .card-title {
  text-align: center;
  color: #036d3f;
}
.cid-uTah2D5Wlv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/kcf-background-05.png-1-2000x1125.png");
}
.cid-uTah2D5Wlv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTah2D5Wlv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTah2D5Wlv .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uTah2D5Wlv .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uTah2D5Wlv .container {
    padding: 0 26px;
  }
}
.cid-uTah2D5Wlv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 535px;
  max-width: 535px;
}
@media (max-width: 768px) {
  .cid-uTah2D5Wlv .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uTah2D5Wlv .embla__slide a {
  display: block;
  width: 100%;
}
.cid-uTah2D5Wlv .embla__slide a .card-wrap .item-wrapper .image-wrap img {
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTah2D5Wlv .embla__slide a .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uTah2D5Wlv .embla__button--next,
.cid-uTah2D5Wlv .embla__button--prev {
  display: flex;
}
.cid-uTah2D5Wlv .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uTah2D5Wlv .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uTah2D5Wlv .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-uTah2D5Wlv .embla__button.embla__button--prev {
  left: 0;
  margin-left: 60px;
}
@media (max-width: 992px) {
  .cid-uTah2D5Wlv .embla__button.embla__button--prev {
    margin-left: 26px;
  }
}
.cid-uTah2D5Wlv .embla__button.embla__button--next {
  right: 0;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-uTah2D5Wlv .embla__button.embla__button--next {
    margin-right: 26px;
  }
}
.cid-uTah2D5Wlv .embla {
  position: relative;
  width: 100%;
}
.cid-uTah2D5Wlv .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uTah2D5Wlv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTah2D5Wlv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTah2D5Wlv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uTaih7chbG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTaih7chbG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTaih7chbG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTaih7chbG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uTajAvtsBS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uTajAvtsBS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTajAvtsBS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTajAvtsBS .row {
  justify-content: center;
}
.cid-uTajAvtsBS .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uTajAvtsBS .row {
    padding: 0 12px;
  }
}
.cid-uTajAvtsBS .item-wrap {
  z-index: 1;
}
.cid-uTajAvtsBS .image-wrapper {
  padding: 32px 16px;
}
@media (max-width: 992px) {
  .cid-uTajAvtsBS .image-wrapper {
    padding: 12px 0;
  }
}
.cid-uTajAvtsBS .image-wrapper img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTajAvtsBS .image-wrapper img {
    height: 200px;
  }
}
@media (max-width: 425px) {
  .cid-uTajAvtsBS .image-wrapper img {
    height: 150px;
  }
}
.cid-uTahQOpGea {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTahQOpGea .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTahQOpGea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTahQOpGea .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uTahwEYCVx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTahwEYCVx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTahwEYCVx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTahwEYCVx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uTahh28GR1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTahh28GR1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTahh28GR1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTahh28GR1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uRi3gZOBLM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #053e49;
}
.cid-uRi3gZOBLM h1 {
  display: none;
}
.cid-uTauGjsOm3.popup-builder {
  background-color: #ffffff;
}
.cid-uTauGjsOm3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uTauGjsOm3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uTauGjsOm3 .modal-content,
.cid-uTauGjsOm3 .modal-dialog {
  height: auto;
}
.cid-uTauGjsOm3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uTauGjsOm3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uTauGjsOm3 .form-wrapper .mbr-form .form-group,
  .cid-uTauGjsOm3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uTauGjsOm3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uTauGjsOm3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTauGjsOm3 .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-uTauGjsOm3 .pt-0 {
  padding-top: 0 !important;
}
.cid-uTauGjsOm3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uTauGjsOm3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uTauGjsOm3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uTauGjsOm3 .modal-open {
  overflow: hidden;
}
.cid-uTauGjsOm3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uTauGjsOm3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uTauGjsOm3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uTauGjsOm3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uTauGjsOm3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uTauGjsOm3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uTauGjsOm3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uTauGjsOm3 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uTauGjsOm3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uTauGjsOm3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uTauGjsOm3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uTauGjsOm3 .modal-backdrop.show {
  opacity: .5;
}
.cid-uTauGjsOm3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uTauGjsOm3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uTauGjsOm3 .modal-header {
    padding: 1rem;
  }
}
.cid-uTauGjsOm3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uTauGjsOm3 .modal-header .close svg {
  fill: #353535;
}
.cid-uTauGjsOm3 .modal-header .close:hover {
  opacity: 1;
}
.cid-uTauGjsOm3 .modal-header .close:focus {
  outline: none;
}
.cid-uTauGjsOm3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uTauGjsOm3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uTauGjsOm3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTauGjsOm3 .modal-body {
    padding: 1rem;
  }
}
.cid-uTauGjsOm3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uTauGjsOm3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTauGjsOm3 .modal-footer {
    padding: 1rem;
  }
}
.cid-uTauGjsOm3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uTauGjsOm3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uTauGjsOm3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uTauGjsOm3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uTauGjsOm3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uTauGjsOm3 .modal-lg,
  .cid-uTauGjsOm3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uTauGjsOm3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uTauGjsOm3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uTauGjsOm3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uTauGjsOm3 .form-group {
  margin-bottom: 1rem;
}
.cid-uTauGjsOm3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uTauGjsOm3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uTauGjsOm3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uTauGjsOm3 .mbr-section-btn {
  margin: 0;
}
.cid-uTauGjsOm3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uT03lQGsDW .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uT03lQGsDW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uT03lQGsDW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uT03lQGsDW .menu_box .navbar.opened,
  .cid-uT03lQGsDW .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uT03lQGsDW .navbar-dropdown {
  position: relative !important;
}
.cid-uT03lQGsDW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uT03lQGsDW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uT03lQGsDW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uT03lQGsDW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uT03lQGsDW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uT03lQGsDW .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uT03lQGsDW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uT03lQGsDW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uT03lQGsDW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uT03lQGsDW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uT03lQGsDW .offcanvas-body .mbr-text,
  .cid-uT03lQGsDW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uT03lQGsDW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uT03lQGsDW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uT03lQGsDW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ede90e;
  }
  .cid-uT03lQGsDW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uT03lQGsDW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uT03lQGsDW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uT03lQGsDW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uT03lQGsDW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uT03lQGsDW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uT03lQGsDW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uT03lQGsDW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uT03lQGsDW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uT03lQGsDW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uT03lQGsDW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uT03lQGsDW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uT03lQGsDW .nav-item {
    margin: 0 !important;
  }
}
.cid-uT03lQGsDW .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uT03lQGsDW .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #47b5ed;
  transition: all 0.3s ease-out;
  display: none;
}
.cid-uT03lQGsDW .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uT03lQGsDW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uT03lQGsDW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uT03lQGsDW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uT03lQGsDW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uT03lQGsDW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uT03lQGsDW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uT03lQGsDW .offcanvas_box {
    display: none;
  }
}
.cid-uT03lQGsDW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uT03lQGsDW .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uT03lQGsDW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uT03lQGsDW .container {
  display: flex;
  margin: auto;
}
.cid-uT03lQGsDW .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uT03lQGsDW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uT03lQGsDW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uT03lQGsDW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uT03lQGsDW .navbar-nav {
    margin: 0;
  }
}
.cid-uT03lQGsDW .dropdown-menu,
.cid-uT03lQGsDW .navbar.opened {
  background-color: false !important;
}
.cid-uT03lQGsDW .nav-item:focus,
.cid-uT03lQGsDW .nav-link:focus {
  outline: none;
}
.cid-uT03lQGsDW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uT03lQGsDW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uT03lQGsDW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uT03lQGsDW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uT03lQGsDW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uT03lQGsDW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uT03lQGsDW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uT03lQGsDW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uT03lQGsDW .navbar.opened {
  transition: all 0.3s;
}
.cid-uT03lQGsDW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uT03lQGsDW .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uT03lQGsDW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uT03lQGsDW .navbar.collapsed {
  justify-content: center;
}
.cid-uT03lQGsDW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uT03lQGsDW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uT03lQGsDW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uT03lQGsDW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uT03lQGsDW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uT03lQGsDW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uT03lQGsDW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uT03lQGsDW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uT03lQGsDW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uT03lQGsDW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uT03lQGsDW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uT03lQGsDW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uT03lQGsDW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uT03lQGsDW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uT03lQGsDW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uT03lQGsDW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uT03lQGsDW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uT03lQGsDW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uT03lQGsDW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uT03lQGsDW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uT03lQGsDW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uT03lQGsDW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uT03lQGsDW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uT03lQGsDW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uT03lQGsDW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uT03lQGsDW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uT03lQGsDW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uT03lQGsDW .dropdown-item.active,
.cid-uT03lQGsDW .dropdown-item:active {
  background-color: transparent;
}
.cid-uT03lQGsDW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uT03lQGsDW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uT03lQGsDW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uT03lQGsDW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uT03lQGsDW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uT03lQGsDW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uT03lQGsDW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #036d3f;
}
.cid-uT03lQGsDW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ede90e;
}
.cid-uT03lQGsDW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uT03lQGsDW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT03lQGsDW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT03lQGsDW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uT03lQGsDW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT03lQGsDW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uT03lQGsDW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uT03lQGsDW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT03lQGsDW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uT03lQGsDW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uT03lQGsDW .navbar {
    height: 70px;
  }
  .cid-uT03lQGsDW .navbar.opened {
    height: auto;
  }
  .cid-uT03lQGsDW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uT03lQGsDW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uT03lQGsDW .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uT03lQGsDW .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uT03lQGsDW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uT03lQGsDW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uT03lQGsDW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uT03lQGsDW .navbar-caption:hover {
  color: #ea2338;
}
@media (min-width: 992px) {
  .cid-uT03lQGsDW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uT03lQGsDW .text_widget {
  margin-bottom: 32px;
}
.cid-uT03lQGsDW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uT03lQGsDW .text_widget a:hover {
  opacity: .5;
}
.cid-uT03lQGsDW .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uT03lQGsDW .navbar-caption {
  color: #000000;
}
.cid-uT03lQGsDW .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uT03lQGsDW .mbr-section-subtitle,
.cid-uT03lQGsDW .text_widget,
.cid-uT03lQGsDW .mbr-section-btn {
  text-align: left;
}
.cid-uT03lQGsDW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRi3gZOBLM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #053e49;
}
.cid-uRi3gZOBLM h1 {
  display: none;
}
.cid-uTauGjtPqM.popup-builder {
  background-color: #ffffff;
}
.cid-uTauGjtPqM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uTauGjtPqM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uTauGjtPqM .modal-content,
.cid-uTauGjtPqM .modal-dialog {
  height: auto;
}
.cid-uTauGjtPqM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uTauGjtPqM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uTauGjtPqM .form-wrapper .mbr-form .form-group,
  .cid-uTauGjtPqM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uTauGjtPqM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uTauGjtPqM .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTauGjtPqM .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-uTauGjtPqM .pt-0 {
  padding-top: 0 !important;
}
.cid-uTauGjtPqM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uTauGjtPqM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uTauGjtPqM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uTauGjtPqM .modal-open {
  overflow: hidden;
}
.cid-uTauGjtPqM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uTauGjtPqM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uTauGjtPqM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uTauGjtPqM .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uTauGjtPqM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uTauGjtPqM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uTauGjtPqM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uTauGjtPqM .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uTauGjtPqM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uTauGjtPqM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uTauGjtPqM .modal-backdrop.fade {
  opacity: 0;
}
.cid-uTauGjtPqM .modal-backdrop.show {
  opacity: .5;
}
.cid-uTauGjtPqM .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uTauGjtPqM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uTauGjtPqM .modal-header {
    padding: 1rem;
  }
}
.cid-uTauGjtPqM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uTauGjtPqM .modal-header .close svg {
  fill: #353535;
}
.cid-uTauGjtPqM .modal-header .close:hover {
  opacity: 1;
}
.cid-uTauGjtPqM .modal-header .close:focus {
  outline: none;
}
.cid-uTauGjtPqM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uTauGjtPqM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uTauGjtPqM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTauGjtPqM .modal-body {
    padding: 1rem;
  }
}
.cid-uTauGjtPqM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uTauGjtPqM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTauGjtPqM .modal-footer {
    padding: 1rem;
  }
}
.cid-uTauGjtPqM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uTauGjtPqM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uTauGjtPqM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uTauGjtPqM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uTauGjtPqM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uTauGjtPqM .modal-lg,
  .cid-uTauGjtPqM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uTauGjtPqM .modal-xl {
    max-width: 1140px;
  }
}
.cid-uTauGjtPqM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uTauGjtPqM .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uTauGjtPqM .form-group {
  margin-bottom: 1rem;
}
.cid-uTauGjtPqM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uTauGjtPqM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uTauGjtPqM .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uTauGjtPqM .mbr-section-btn {
  margin: 0;
}
.cid-uTauGjtPqM .mbr-section-btn .btn {
  margin: 0;
}
