body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Livvic', sans-serif;
  font-size: 5.6rem;
  letter-spacing: -1px;
}
.display-1 > .mbr-iconfont {
  font-size: 8.96rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.4rem;
  letter-spacing: -1px;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.48rem;
    font-size: calc( 2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.61rem + (5.6 - 2.61) * ((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.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #eab308 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #767676 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #40c0ec !important;
  border-color: #40c0ec !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #40c0ec !important;
  border-color: #40c0ec !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff809f !important;
  border-color: #ff809f !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff809f !important;
  border-color: #ff809f !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-success,
.btn-success:active {
  background-color: #eab308 !important;
  border-color: #eab308 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #f9cd46 !important;
  border-color: #f9cd46 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #f9cd46 !important;
  border-color: #f9cd46 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ccc3a5 !important;
  border-color: #ccc3a5 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ccc3a5 !important;
  border-color: #ccc3a5 !important;
}
.btn-white {
  color: #222222 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #876805;
  color: #876805;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #eab308;
  border-color: #eab308;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #eab308 !important;
  border-color: #eab308 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #eab308 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #767676 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #57c8ef !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ff99b3 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fad45e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a9a9a9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #767676;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fdeec1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b6b6b6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !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: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-tbDTSpBWDR .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-tbDTSpBWDR .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-tbDTSpBWDR a {
  font-style: normal;
}
.cid-tbDTSpBWDR .show {
  overflow: visible;
}
.cid-tbDTSpBWDR .dropdown-menu {
  max-height: 400px;
}
.cid-tbDTSpBWDR .dropdown-item:active {
  background-color: transparent;
}
.cid-tbDTSpBWDR .nav-link {
  font-weight: 600 !important;
}
.cid-tbDTSpBWDR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tbDTSpBWDR .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-tbDTSpBWDR .nav-item:focus,
.cid-tbDTSpBWDR .nav-link:focus {
  outline: none;
}
.cid-tbDTSpBWDR .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tbDTSpBWDR .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tbDTSpBWDR .menu-logo {
  margin-right: auto;
}
.cid-tbDTSpBWDR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tbDTSpBWDR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tbDTSpBWDR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-tbDTSpBWDR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tbDTSpBWDR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tbDTSpBWDR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tbDTSpBWDR .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tbDTSpBWDR .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-tbDTSpBWDR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tbDTSpBWDR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tbDTSpBWDR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tbDTSpBWDR .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tbDTSpBWDR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-tbDTSpBWDR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbDTSpBWDR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tbDTSpBWDR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbDTSpBWDR .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tbDTSpBWDR .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-tbDTSpBWDR .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tbDTSpBWDR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tbDTSpBWDR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tbDTSpBWDR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tbDTSpBWDR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tbDTSpBWDR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tbDTSpBWDR button.navbar-toggler:focus {
  outline: none;
}
.cid-tbDTSpBWDR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tbDTSpBWDR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tbDTSpBWDR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbDTSpBWDR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbDTSpBWDR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tbDTSpBWDR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbDTSpBWDR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tbDTSpBWDR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tbDTSpBWDR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbDTSpBWDR .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbDTSpBWDR .collapsed .btn {
  display: -webkit-flex;
}
.cid-tbDTSpBWDR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tbDTSpBWDR .collapsed .navbar-collapse.collapsing,
.cid-tbDTSpBWDR .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tbDTSpBWDR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tbDTSpBWDR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tbDTSpBWDR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tbDTSpBWDR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tbDTSpBWDR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tbDTSpBWDR .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tbDTSpBWDR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tbDTSpBWDR .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tbDTSpBWDR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tbDTSpBWDR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tbDTSpBWDR .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-tbDTSpBWDR .collapsed button.navbar-toggler {
  display: block;
}
.cid-tbDTSpBWDR .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tbDTSpBWDR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbDTSpBWDR .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tbDTSpBWDR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tbDTSpBWDR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tbDTSpBWDR .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-tbDTSpBWDR.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbDTSpBWDR img {
    height: 3.8rem !important;
  }
  .cid-tbDTSpBWDR .btn {
    display: -webkit-flex;
  }
  .cid-tbDTSpBWDR button.navbar-toggler {
    display: block;
  }
  .cid-tbDTSpBWDR .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tbDTSpBWDR .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbDTSpBWDR .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tbDTSpBWDR .navbar-collapse.collapsing,
  .cid-tbDTSpBWDR .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-tbDTSpBWDR .navbar-collapse.collapsing .navbar-nav,
  .cid-tbDTSpBWDR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tbDTSpBWDR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tbDTSpBWDR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tbDTSpBWDR .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tbDTSpBWDR .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tbDTSpBWDR .navbar-collapse.collapsing .navbar-buttons,
  .cid-tbDTSpBWDR .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tbDTSpBWDR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tbDTSpBWDR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tbDTSpBWDR .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tbDTSpBWDR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tbDTSpBWDR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tbDTSpBWDR .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-tbDTSpBWDR .nav-link {
    justify-content: start !important;
  }
  .cid-tbDTSpBWDR .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tbDTSpBWDR .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-tbDTSpBWDR .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 767px) {
  .cid-tbDTSpBWDR .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tbDTSpBWDR .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tbDTSpBWDR .nav-link:hover,
.cid-tbDTSpBWDR .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-tbDTSpBWDR .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-tbDTSpBWDR .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uRrwncp3JW {
  background-image: url("../../../assets/images/chatgpt-image-20-07-2025-00-45-36.png-1536x1024.png");
}
.cid-uRrwncp3JW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRrwncp3JW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRrwncp3JW .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uRrwncp3JW .content-wrapper {
    margin-top: 0;
  }
}
.cid-uRrwncp3JW .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #282124, #149dcc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uRrwncp3JW .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uRrwncp3JW .mbr-section-title {
  color: #ffffff;
}
.cid-uRrwncp3JW .mbr-text {
  color: #000000;
}
.cid-uRrwncp3JW .mbr-section-title,
.cid-uRrwncp3JW .mbr-section-btn {
  color: #0c5b47;
}
.cid-tbDUuSSbJJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-tbDUuSSbJJ .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-tbDUuSSbJJ .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/istockphoto-1627685698-1024x1024-cleanup.jpg-1024x683.jpg");
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.cid-tbDUuSSbJJ .overlay {
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background: #cccccc;
}
.cid-tbDUuSSbJJ .wrap {
  width: 100%;
  min-height: 400px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.cid-tbDUuSSbJJ .wrap:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-tbDUuSSbJJ .wrap:hover .img-content {
  opacity: 1;
  transition-delay: 0.3s;
}
.cid-tbDUuSSbJJ .wrap:hover .box-title2,
.cid-tbDUuSSbJJ .wrap:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-tbDUuSSbJJ .wrap:hover .box-content {
  transition-delay: 0.3s;
  background: transparent;
}
.cid-tbDUuSSbJJ .box-title2,
.cid-tbDUuSSbJJ .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-tbDUuSSbJJ .box-content {
  transition: all 0.3s;
  background: #cccccc;
  width: 50%;
}
.cid-tbDUuSSbJJ .content-box {
  padding: 4rem 3rem;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tbDUuSSbJJ .img-content {
    opacity: 1;
  }
  .cid-tbDUuSSbJJ .box-title2,
  .cid-tbDUuSSbJJ .box-text2 {
    color: #333333 !important;
  }
  .cid-tbDUuSSbJJ .content-block,
  .cid-tbDUuSSbJJ .box-content {
    padding: 3rem 1rem;
  }
  .cid-tbDUuSSbJJ .wrap {
    min-height: 300px;
  }
  .cid-tbDUuSSbJJ .box-content {
    width: 100%;
    background: transparent;
  }
}
.cid-tbDUuSSbJJ .box-text2 {
  color: #111111;
}
.cid-tbDUuSSbJJ .box-title2 {
  color: #111111;
}
.cid-tbDUZpxuxi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-tbDUZpxuxi .content-block {
  max-width: 350px;
  padding: 4rem 3rem;
  z-index: 5;
  position: relative;
}
.cid-tbDUZpxuxi .block2 {
  background-image: url("../../../assets/images/06.jpg");
}
.cid-tbDUZpxuxi .block2:hover .block2-over {
  opacity: 0;
}
.cid-tbDUZpxuxi .block1 {
  background-image: url("../../../assets/images/05.jpg");
}
.cid-tbDUZpxuxi .block1:hover .block1-over {
  opacity: 0;
}
.cid-tbDUZpxuxi .block1-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #c1c1c1;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-tbDUZpxuxi .block2-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #f9f295;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-tbDUZpxuxi .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/istockphoto-1171130891-1024x1024-cleanup.jpg-1024x692.jpg");
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.cid-tbDUZpxuxi .overlay {
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background: #879a9f;
}
.cid-tbDUZpxuxi .wrap {
  width: 100%;
  min-height: 400px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.cid-tbDUZpxuxi .wrap:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-tbDUZpxuxi .wrap:hover .img-content {
  opacity: 1;
  transition-delay: 0.3s;
}
.cid-tbDUZpxuxi .wrap:hover .box-title2,
.cid-tbDUZpxuxi .wrap:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-tbDUZpxuxi .wrap:hover .box-content {
  transition-delay: 0.3s;
  background: transparent;
}
.cid-tbDUZpxuxi .box-title2,
.cid-tbDUZpxuxi .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-tbDUZpxuxi .box-content {
  transition: all 0.3s;
  background: #879a9f;
  width: 50%;
}
.cid-tbDUZpxuxi .content-box {
  padding: 4rem 3rem;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tbDUZpxuxi .img-content {
    opacity: 1;
  }
  .cid-tbDUZpxuxi .box-title2,
  .cid-tbDUZpxuxi .box-text2 {
    color: #333333 !important;
  }
  .cid-tbDUZpxuxi .content-block,
  .cid-tbDUZpxuxi .content1 {
    padding: 3rem 1rem;
  }
  .cid-tbDUZpxuxi .wrap {
    min-height: 300px;
  }
  .cid-tbDUZpxuxi .box-content {
    width: 100%;
    background: transparent;
  }
}
.cid-tbDUZpxuxi .box-text2 {
  color: #111111;
}
.cid-tbDUZpxuxi .block1-text,
.cid-tbDUZpxuxi .mbr-section-btn {
  color: #073b4c;
}
.cid-tbDVny3cZN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-tbDVny3cZN .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-tbDVny3cZN .block2 {
  background: #b2ccd2;
  display: flex;
  justify-content: center;
}
.cid-tbDVny3cZN p {
  margin-left: 10rem;
  max-width: 450px;
}
.cid-tbDVny3cZN .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/chatgpt-image-13-07-2025-17-55-49-3.webp");
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.cid-tbDVny3cZN .overlay {
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background: #f9f295;
}
.cid-tbDVny3cZN .wrap {
  width: 100%;
  min-height: 400px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.cid-tbDVny3cZN .wrap:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-tbDVny3cZN .wrap:hover .img-content {
  opacity: 1;
  transition-delay: 0.3s;
}
.cid-tbDVny3cZN .wrap:hover .box-title2,
.cid-tbDVny3cZN .wrap:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-tbDVny3cZN .wrap:hover .box-content {
  transition-delay: 0.3s;
  background: transparent;
}
.cid-tbDVny3cZN .box-title2,
.cid-tbDVny3cZN .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-tbDVny3cZN .box-content {
  transition: all 0.3s;
  background: #f9f295;
  width: 50%;
}
.cid-tbDVny3cZN .content-box {
  padding: 4rem 3rem;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tbDVny3cZN .img-content {
    opacity: 1;
  }
  .cid-tbDVny3cZN .box-content {
    width: 100%;
    background: transparent;
  }
  .cid-tbDVny3cZN .box-title2,
  .cid-tbDVny3cZN .box-text2 {
    color: #333333 !important;
  }
  .cid-tbDVny3cZN p {
    margin-left: 0;
  }
  .cid-tbDVny3cZN .content-block,
  .cid-tbDVny3cZN .content1 {
    padding: 3rem 1rem;
  }
  .cid-tbDVny3cZN .wrap {
    min-height: 300px;
  }
}
.cid-tbDVny3cZN H2 {
  color: #111111;
}
.cid-tbDVny3cZN .mbr-text,
.cid-tbDVny3cZN .mbr-section-btn {
  color: #111111;
}
.cid-tbDVny3cZN .box-text2 {
  color: #111111;
}
.cid-tbDVny3cZN .box-title2 {
  color: #333333;
}
.cid-uQQGc2ijs2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efeeee;
}
.cid-uQQGc2ijs2 .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-uQQGc2ijs2 .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-uQQGc2ijs2 .card-wrapper {
    margin: 0rem;
  }
}
.cid-uQQGc2ijs2 .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-uQQGc2ijs2 .row {
    padding: 0 4rem;
  }
}
.cid-uQQGc2ijs2 .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #f9f295;
}
.cid-uQQGc2ijs2 .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-uQQGc2ijs2 .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-uQQGc2ijs2 .card1 {
  background-color: #333333;
}
.cid-uQQGc2ijs2 .card2 {
  background-color: #ffffff;
}
.cid-uQQGc2ijs2 .card3 {
  background-color: #ffffff;
}
.cid-uQQGc2ijs2 .card4 {
  background-color: #333333;
}
.cid-uQQGc2ijs2 img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-uQQGc2ijs2 .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-uQQGc2ijs2 .container {
  max-width: 1500px;
}
.cid-uQQGc2ijs2 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uQQGc2ijs2 .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center;
}
.cid-uQQGc2ijs2 P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-uQQGc2ijs2 .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-uQQGc2ijs2 .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-uQQGc2ijs2 .col2,
  .cid-uQQGc2ijs2 .col3,
  .cid-uQQGc2ijs2 .col4 {
    margin-top: 0rem;
  }
  .cid-uQQGc2ijs2 .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-uQQGc2ijs2 .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-uQQGc2ijs2 .number {
    margin: auto;
  }
}
.cid-uQQGc2ijs2 .mbr-text {
  color: #cccccc;
}
.cid-uQQGc2ijs2 .text2 {
  color: #333333;
}
.cid-uQQGc2ijs2 .text3 {
  color: #333333;
}
.cid-uQQGc2ijs2 .title2 {
  color: #0352b9;
}
.cid-uQQGc2ijs2 .title1 {
  color: #ffda00;
}
.cid-uQQGc2ijs2 .title3 {
  color: #0352b9;
}
.cid-uQQGc2ijs2 .title4 {
  color: #ffda00;
}
.cid-uQQGc2ijs2 .text4 {
  color: #efeeee;
}
.cid-uQQGc2ijs2 .text1 {
  color: #efeeee;
}
.cid-uQQGc2ijs2 .title3 B {
  color: #c1c1c1;
}
.cid-uQQGc2ijs2 H1 {
  color: #282124;
}
.cid-uQQGc2ijs2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQGc2ijs2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQQVo17Lh {
  background-color: #edece8;
}
.cid-uQQQVo17Lh input {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none!important;
  box-shadow: none;
}
.cid-uQQQVo17Lh a {
  padding: 0;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-uQQQVo17Lh .btn {
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 30px;
}
.cid-uQQQVo17Lh .form-group {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  border-bottom: 1px solid #0c5b47!important;
}
.cid-uQQQVo17Lh .left {
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uQQQVo17Lh .mbr-section-title {
  padding-bottom: 10px;
  color: #073b4c;
  font-size: 42px;
}
.cid-uQQQVo17Lh .right {
  padding-top: 80px;
  padding-bottom: 80px;
  display: inline-block;
}
.cid-uQQQVo17Lh .container {
  max-width: initial;
}
.cid-uQQQVo17Lh .no-padding {
  padding-right: 0;
}
.cid-uQQQVo17Lh .mbr-section-subtitle {
  width: 100%;
  padding: 25px 25px;
  color: #0c5b47;
}
.cid-uQQQVo17Lh .desc {
  margin-top: 13px;
  color: #0c5b47;
}
.cid-uQQQVo17Lh .google-map {
  filter: grayscale(0.9);
  height: 31rem;
  position: relative;
}
.cid-uQQQVo17Lh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uQQQVo17Lh .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uQQQVo17Lh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uQQQVo17Lh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uQQQVo17Lh .mbr-link .address {
  text-align: left;
  color: #073b4c;
}
.cid-uQQQVo17Lh .address {
  padding-top: 10px;
  margin-bottom: 0;
  font-style: italic;
}
.cid-uQQQVo17Lh .tel {
  font-style: initial;
}
.cid-uQQQVo17Lh .top {
  padding-top: 25px;
}
.cid-uQQQVo17Lh .row {
  align-items: center;
}
.cid-uQQQVo17Lh .b {
  text-align: left;
  width: 60%;
  margin: auto;
}
.cid-uQQQVo17Lh .bottom {
  margin: auto;
}
@media (max-width: 990px) {
  .cid-uQQQVo17Lh .b {
    width: 100%;
  }
  .cid-uQQQVo17Lh .google-map {
    padding: 15px 0px 0px;
  }
  .cid-uQQQVo17Lh .mbr-section-title {
    padding-top: 30px;
  }
}
@media (max-width: 690px) {
  .cid-uQQQVo17Lh .container {
    display: block;
  }
  .cid-uQQQVo17Lh .mbr-section-subtitle {
    padding-top: 25px;
  }
  .cid-uQQQVo17Lh .no-padding {
    padding: 15px;
    padding-bottom: 0px;
  }
  .cid-uQQQVo17Lh .no-padd {
    padding: 0;
  }
  .cid-uQQQVo17Lh .bottom {
    margin-bottom: 30px;
  }
}
.cid-uQQQVo17Lh .button {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0;
}
.cid-uQQQVo17Lh .form-control {
  font-style: italic;
  color: #1b745e !important;
  font-family: crimson text,serif;
}
.cid-tbDYmSvWTH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-tbDYmSvWTH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tbDYmSvWTH input,
.cid-tbDYmSvWTH textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem !important;
  font-size: 1rem;
}
.cid-tbDYmSvWTH input:focus,
.cid-tbDYmSvWTH textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tbDYmSvWTH .form-control,
.cid-tbDYmSvWTH .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tbDYmSvWTH .form-control:hover,
.cid-tbDYmSvWTH .field-input:hover,
.cid-tbDYmSvWTH .form-control:focus,
.cid-tbDYmSvWTH .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tbDYmSvWTH input::-webkit-input-placeholder,
.cid-tbDYmSvWTH textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-tbDYmSvWTH input:-moz-placeholder,
.cid-tbDYmSvWTH textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-tbDYmSvWTH .jq-selectbox li,
.cid-tbDYmSvWTH .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-tbDYmSvWTH .jq-selectbox li:hover,
.cid-tbDYmSvWTH .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-tbDYmSvWTH .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-tbDYmSvWTH .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-tbDYmSvWTH img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tbDYmSvWTH .mbr-form {
  max-width: 450px;
}
.cid-tbDYmSvWTH textarea {
  min-height: 150px;
}
.cid-tbDYmSvWTH .mbr-text {
  color: #cccccc;
}
.cid-tbDYmSvWTH .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-tbDYmSvWTH .mbr-form .btn .mbr-iconfont {
  order: 2;
  font-size: 1.5rem;
}
.cid-tbDYmSvWTH LABEL {
  color: #c1c1c1;
}
.cid-tbDYmSvWTH P {
  color: #ffffff;
}
.cid-uQQVczheDv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cfcfcf;
}
.cid-uQQVczheDv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQVczheDv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQVczheDv .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uQQVczheDv .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uQQVczheDv .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQQVczheDv .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uQQVczheDv .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQQVczheDv .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uQQVczheDv .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQQVczheDv .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #436cb2;
  color: #ffffff;
}
.cid-uQQVczheDv .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uQQVczheDv .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQQVczheDv .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uQQVczheDv .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uQQVczheDv .items-wrapper .card {
  padding: 0 32px;
}
.cid-uQQVczheDv .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uQQVczheDv .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uQQVczheDv .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uQQVczheDv .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uQQVczheDv .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uQQVczheDv .list-wrapper .list .item-wrap:hover,
.cid-uQQVczheDv .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uQQVczheDv .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQQVczheDv .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uQQVczheDv .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uQQVczheDv .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uQQVczheDv .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uQQVczheDv .mbr-copy {
  margin-bottom: 0;
  color: #111111;
  text-align: center;
}
.cid-uQQVczheDv .mbr-desc {
  color: #ffffff;
}
.cid-uQQVczheDv .mbr-text,
.cid-uQQVczheDv .text-wrapper {
  color: #9aa0a6;
}
.cid-uQQVczheDv .list {
  color: #9aa0a6;
}
.cid-uQQVczheDv .list,
.cid-uQQVczheDv .item-wrap {
  color: #111111;
}
.cid-uQQVczheDv .mbr-desc,
.cid-uQQVczheDv .content-wrapper {
  color: #111111;
}
.cid-uQQVczheDv .mbr-text,
.cid-uQQVczheDv .mbr-section-btn {
  color: #111111;
}
.cid-uQQVczheDv P {
  color: #111111;
}
.cid-uQQXNk85d3 .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-uQQXNk85d3 .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-uQQXNk85d3 a {
  font-style: normal;
}
.cid-uQQXNk85d3 .show {
  overflow: visible;
}
.cid-uQQXNk85d3 .dropdown-menu {
  max-height: 400px;
}
.cid-uQQXNk85d3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQQXNk85d3 .nav-link {
  font-weight: 600 !important;
}
.cid-uQQXNk85d3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uQQXNk85d3 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-uQQXNk85d3 .nav-item:focus,
.cid-uQQXNk85d3 .nav-link:focus {
  outline: none;
}
.cid-uQQXNk85d3 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uQQXNk85d3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uQQXNk85d3 .menu-logo {
  margin-right: auto;
}
.cid-uQQXNk85d3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQQXNk85d3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uQQXNk85d3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-uQQXNk85d3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uQQXNk85d3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uQQXNk85d3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uQQXNk85d3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uQQXNk85d3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-uQQXNk85d3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uQQXNk85d3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQQXNk85d3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uQQXNk85d3 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uQQXNk85d3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-uQQXNk85d3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQQXNk85d3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uQQXNk85d3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQQXNk85d3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uQQXNk85d3 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-uQQXNk85d3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uQQXNk85d3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uQQXNk85d3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uQQXNk85d3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uQQXNk85d3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uQQXNk85d3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uQQXNk85d3 button.navbar-toggler:focus {
  outline: none;
}
.cid-uQQXNk85d3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uQQXNk85d3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQQXNk85d3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQQXNk85d3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQQXNk85d3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQQXNk85d3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQQXNk85d3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQQXNk85d3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQQXNk85d3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQQXNk85d3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uQQXNk85d3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uQQXNk85d3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uQQXNk85d3 .collapsed .navbar-collapse.collapsing,
.cid-uQQXNk85d3 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-uQQXNk85d3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uQQXNk85d3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uQQXNk85d3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uQQXNk85d3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uQQXNk85d3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uQQXNk85d3 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uQQXNk85d3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uQQXNk85d3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uQQXNk85d3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uQQXNk85d3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uQQXNk85d3 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-uQQXNk85d3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uQQXNk85d3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uQQXNk85d3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uQQXNk85d3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uQQXNk85d3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uQQXNk85d3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uQQXNk85d3 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-uQQXNk85d3.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uQQXNk85d3 img {
    height: 3.8rem !important;
  }
  .cid-uQQXNk85d3 .btn {
    display: -webkit-flex;
  }
  .cid-uQQXNk85d3 button.navbar-toggler {
    display: block;
  }
  .cid-uQQXNk85d3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uQQXNk85d3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uQQXNk85d3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uQQXNk85d3 .navbar-collapse.collapsing,
  .cid-uQQXNk85d3 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-uQQXNk85d3 .navbar-collapse.collapsing .navbar-nav,
  .cid-uQQXNk85d3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uQQXNk85d3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uQQXNk85d3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uQQXNk85d3 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uQQXNk85d3 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uQQXNk85d3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uQQXNk85d3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uQQXNk85d3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uQQXNk85d3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uQQXNk85d3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uQQXNk85d3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uQQXNk85d3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uQQXNk85d3 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-uQQXNk85d3 .nav-link {
    justify-content: start !important;
  }
  .cid-uQQXNk85d3 .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-uQQXNk85d3 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-uQQXNk85d3 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 767px) {
  .cid-uQQXNk85d3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uQQXNk85d3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uQQXNk85d3 .nav-link:hover,
.cid-uQQXNk85d3 .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-uQQXNk85d3 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-uQQXNk85d3 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uQQYfSgzBA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/istockphoto-1582919186-1024x1024-cleanup-1.jpg-1024x683.jpg");
}
.cid-uQQYfSgzBA::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uQQYfSgzBA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQYfSgzBA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uQQYfSgzBA .container {
    padding: 0 22px;
  }
}
.cid-uQQYfSgzBA .row {
  justify-content: center;
}
.cid-uQQYfSgzBA .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uQQYfSgzBA .content-wrapper {
    padding: 0;
  }
}
.cid-uQQYfSgzBA .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQQYfSgzBA .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uQQYfSgzBA .mbr-section-title {
  color: #ffffff;
}
.cid-uQQYfSgzBA .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uQQYfSgzBA .mbr-section-title,
.cid-uQQYfSgzBA .mbr-section-btn {
  text-align: center;
}
.cid-uQQYmz445q {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background: #fffcee;
}
.cid-uQQYmz445q .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uQQYmz445q .team-card:hover {
  transform: translateY(-10px);
}
.cid-uQQYmz445q .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #149dcc;
}
.cid-uQQYmz445q .svg-top .st0 {
  fill: #fffcee;
}
@media (max-width: 992px) {
  .cid-uQQYmz445q .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uQQYmz445q .image-wrap {
  height: 300px;
  padding-bottom: 2rem;
}
.cid-uQQYmz445q .image-wrap img {
  height: 100%;
  object-fit: contain;
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@media (max-width: 991px) {
  .cid-uQQYmz445q .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uQQYmz445q .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uQQYmz445q .card-wrap:hover h5:before {
  animation: 1s ease-in-out alternate line;
}
.cid-uQQYmz445q .card-title,
.cid-uQQYmz445q .social-row {
  color: #1a449a;
}
.cid-uQQYmz445q .mbr-role,
.cid-uQQYmz445q .social-row {
  color: #1a449a;
}
.cid-uQQYmz445q .card-text,
.cid-uQQYmz445q .mbr-section-btn,
.cid-uQQYmz445q .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uQQYmz445q .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uQQYmz445q .card-title,
.cid-uQQYmz445q .content-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uQQYmz445q .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uQQXNnAEBd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cfcfcf;
}
.cid-uQQXNnAEBd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQXNnAEBd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQXNnAEBd .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uQQXNnAEBd .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uQQXNnAEBd .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQQXNnAEBd .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uQQXNnAEBd .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQQXNnAEBd .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uQQXNnAEBd .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQQXNnAEBd .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #436cb2;
  color: #ffffff;
}
.cid-uQQXNnAEBd .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uQQXNnAEBd .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQQXNnAEBd .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uQQXNnAEBd .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uQQXNnAEBd .items-wrapper .card {
  padding: 0 32px;
}
.cid-uQQXNnAEBd .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uQQXNnAEBd .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uQQXNnAEBd .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uQQXNnAEBd .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uQQXNnAEBd .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uQQXNnAEBd .list-wrapper .list .item-wrap:hover,
.cid-uQQXNnAEBd .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uQQXNnAEBd .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQQXNnAEBd .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uQQXNnAEBd .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uQQXNnAEBd .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uQQXNnAEBd .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uQQXNnAEBd .mbr-copy {
  margin-bottom: 0;
  color: #111111;
  text-align: center;
}
.cid-uQQXNnAEBd .mbr-desc {
  color: #ffffff;
}
.cid-uQQXNnAEBd .mbr-text,
.cid-uQQXNnAEBd .text-wrapper {
  color: #9aa0a6;
}
.cid-uQQXNnAEBd .list {
  color: #9aa0a6;
}
.cid-uQQXNnAEBd .list,
.cid-uQQXNnAEBd .item-wrap {
  color: #111111;
}
.cid-uQQXNnAEBd .mbr-desc,
.cid-uQQXNnAEBd .content-wrapper {
  color: #111111;
}
.cid-uQQXNnAEBd .mbr-text,
.cid-uQQXNnAEBd .mbr-section-btn {
  color: #111111;
}
.cid-uQQXNnAEBd P {
  color: #111111;
}
.cid-uQQZbTdgkF .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-uQQZbTdgkF .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-uQQZbTdgkF a {
  font-style: normal;
}
.cid-uQQZbTdgkF .show {
  overflow: visible;
}
.cid-uQQZbTdgkF .dropdown-menu {
  max-height: 400px;
}
.cid-uQQZbTdgkF .dropdown-item:active {
  background-color: transparent;
}
.cid-uQQZbTdgkF .nav-link {
  font-weight: 600 !important;
}
.cid-uQQZbTdgkF .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uQQZbTdgkF .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-uQQZbTdgkF .nav-item:focus,
.cid-uQQZbTdgkF .nav-link:focus {
  outline: none;
}
.cid-uQQZbTdgkF .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uQQZbTdgkF .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uQQZbTdgkF .menu-logo {
  margin-right: auto;
}
.cid-uQQZbTdgkF .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQQZbTdgkF .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uQQZbTdgkF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-uQQZbTdgkF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uQQZbTdgkF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uQQZbTdgkF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uQQZbTdgkF .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uQQZbTdgkF .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-uQQZbTdgkF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uQQZbTdgkF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQQZbTdgkF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uQQZbTdgkF .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uQQZbTdgkF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-uQQZbTdgkF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQQZbTdgkF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uQQZbTdgkF .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQQZbTdgkF .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uQQZbTdgkF .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-uQQZbTdgkF .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uQQZbTdgkF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uQQZbTdgkF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uQQZbTdgkF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uQQZbTdgkF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uQQZbTdgkF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uQQZbTdgkF button.navbar-toggler:focus {
  outline: none;
}
.cid-uQQZbTdgkF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uQQZbTdgkF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQQZbTdgkF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQQZbTdgkF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQQZbTdgkF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQQZbTdgkF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQQZbTdgkF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQQZbTdgkF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQQZbTdgkF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQQZbTdgkF .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uQQZbTdgkF .collapsed .btn {
  display: -webkit-flex;
}
.cid-uQQZbTdgkF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uQQZbTdgkF .collapsed .navbar-collapse.collapsing,
.cid-uQQZbTdgkF .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-uQQZbTdgkF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uQQZbTdgkF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uQQZbTdgkF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uQQZbTdgkF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uQQZbTdgkF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uQQZbTdgkF .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uQQZbTdgkF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uQQZbTdgkF .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uQQZbTdgkF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uQQZbTdgkF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uQQZbTdgkF .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-uQQZbTdgkF .collapsed button.navbar-toggler {
  display: block;
}
.cid-uQQZbTdgkF .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uQQZbTdgkF .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uQQZbTdgkF .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uQQZbTdgkF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uQQZbTdgkF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uQQZbTdgkF .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-uQQZbTdgkF.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uQQZbTdgkF img {
    height: 3.8rem !important;
  }
  .cid-uQQZbTdgkF .btn {
    display: -webkit-flex;
  }
  .cid-uQQZbTdgkF button.navbar-toggler {
    display: block;
  }
  .cid-uQQZbTdgkF .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uQQZbTdgkF .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uQQZbTdgkF .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uQQZbTdgkF .navbar-collapse.collapsing,
  .cid-uQQZbTdgkF .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-uQQZbTdgkF .navbar-collapse.collapsing .navbar-nav,
  .cid-uQQZbTdgkF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uQQZbTdgkF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uQQZbTdgkF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uQQZbTdgkF .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uQQZbTdgkF .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uQQZbTdgkF .navbar-collapse.collapsing .navbar-buttons,
  .cid-uQQZbTdgkF .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uQQZbTdgkF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uQQZbTdgkF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uQQZbTdgkF .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uQQZbTdgkF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uQQZbTdgkF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uQQZbTdgkF .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-uQQZbTdgkF .nav-link {
    justify-content: start !important;
  }
  .cid-uQQZbTdgkF .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-uQQZbTdgkF .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-uQQZbTdgkF .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 767px) {
  .cid-uQQZbTdgkF .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uQQZbTdgkF .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uQQZbTdgkF .nav-link:hover,
.cid-uQQZbTdgkF .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-uQQZbTdgkF .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-uQQZbTdgkF .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uQQZbU3DMQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/istockphoto-1582919186-1024x1024-cleanup-1.jpg-1024x683.jpg");
}
.cid-uQQZbU3DMQ::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uQQZbU3DMQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQZbU3DMQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uQQZbU3DMQ .container {
    padding: 0 22px;
  }
}
.cid-uQQZbU3DMQ .row {
  justify-content: center;
}
.cid-uQQZbU3DMQ .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uQQZbU3DMQ .content-wrapper {
    padding: 0;
  }
}
.cid-uQQZbU3DMQ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQQZbU3DMQ .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uQQZbU3DMQ .mbr-section-title {
  color: #ffffff;
}
.cid-uQQZbU3DMQ .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uQQZbU3DMQ .mbr-section-title,
.cid-uQQZbU3DMQ .mbr-section-btn {
  text-align: center;
}
.cid-uQQZbUtXuB {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background: #fffcee;
}
.cid-uQQZbUtXuB .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uQQZbUtXuB .team-card:hover {
  transform: translateY(-10px);
}
.cid-uQQZbUtXuB .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #149dcc;
}
.cid-uQQZbUtXuB .svg-top .st0 {
  fill: #fffcee;
}
@media (max-width: 992px) {
  .cid-uQQZbUtXuB .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uQQZbUtXuB .image-wrap {
  height: 300px;
  padding-bottom: 2rem;
}
.cid-uQQZbUtXuB .image-wrap img {
  height: 100%;
  object-fit: contain;
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@media (max-width: 991px) {
  .cid-uQQZbUtXuB .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uQQZbUtXuB .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uQQZbUtXuB .card-wrap:hover h5:before {
  animation: 1s ease-in-out alternate line;
}
.cid-uQQZbUtXuB .card-title,
.cid-uQQZbUtXuB .social-row {
  color: #1a449a;
}
.cid-uQQZbUtXuB .mbr-role,
.cid-uQQZbUtXuB .social-row {
  color: #1a449a;
}
.cid-uQQZbUtXuB .card-text,
.cid-uQQZbUtXuB .mbr-section-btn,
.cid-uQQZbUtXuB .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uQQZbUtXuB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uQQZbUtXuB .card-title,
.cid-uQQZbUtXuB .content-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uQQZbUtXuB .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uQQZbVhZ6v {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cfcfcf;
}
.cid-uQQZbVhZ6v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQZbVhZ6v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQZbVhZ6v .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uQQZbVhZ6v .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uQQZbVhZ6v .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQQZbVhZ6v .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uQQZbVhZ6v .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQQZbVhZ6v .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uQQZbVhZ6v .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQQZbVhZ6v .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #436cb2;
  color: #ffffff;
}
.cid-uQQZbVhZ6v .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uQQZbVhZ6v .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQQZbVhZ6v .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uQQZbVhZ6v .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uQQZbVhZ6v .items-wrapper .card {
  padding: 0 32px;
}
.cid-uQQZbVhZ6v .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uQQZbVhZ6v .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uQQZbVhZ6v .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uQQZbVhZ6v .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uQQZbVhZ6v .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uQQZbVhZ6v .list-wrapper .list .item-wrap:hover,
.cid-uQQZbVhZ6v .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uQQZbVhZ6v .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQQZbVhZ6v .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uQQZbVhZ6v .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uQQZbVhZ6v .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uQQZbVhZ6v .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uQQZbVhZ6v .mbr-copy {
  margin-bottom: 0;
  color: #111111;
  text-align: center;
}
.cid-uQQZbVhZ6v .mbr-desc {
  color: #ffffff;
}
.cid-uQQZbVhZ6v .mbr-text,
.cid-uQQZbVhZ6v .text-wrapper {
  color: #9aa0a6;
}
.cid-uQQZbVhZ6v .list {
  color: #9aa0a6;
}
.cid-uQQZbVhZ6v .list,
.cid-uQQZbVhZ6v .item-wrap {
  color: #111111;
}
.cid-uQQZbVhZ6v .mbr-desc,
.cid-uQQZbVhZ6v .content-wrapper {
  color: #111111;
}
.cid-uQQZbVhZ6v .mbr-text,
.cid-uQQZbVhZ6v .mbr-section-btn {
  color: #111111;
}
.cid-uQQZbVhZ6v P {
  color: #111111;
}
