body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Arvo', serif;
  font-size: 3.5rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.4rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 0.9rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Arvo', serif;
  font-size: 2rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.1rem;
  line-height: 2;
}
.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: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.81rem !important;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #6937a0 !important;
}
.bg-success {
  background-color: #65c16d !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6937a0 !important;
  border-color: #6937a0 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #442367 !important;
  border-color: #442367 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #442367 !important;
  border-color: #442367 !important;
}
.btn-primary:hover {
  background-color: #6937a0 !important;
  border-color: #6937a0 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #200960 !important;
  border-color: #200960 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #09021a !important;
  border-color: #09021a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #09021a !important;
  border-color: #09021a !important;
}
.btn-secondary:hover {
  background-color: #6937a0 !important;
  border-color: #6937a0 !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: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info:hover {
  background-color: #6937a0 !important;
  border-color: #6937a0 !important;
}
.btn-success,
.btn-success:active {
  background-color: #65c16d !important;
  border-color: #65c16d !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3e9b46 !important;
  border-color: #3e9b46 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3e9b46 !important;
  border-color: #3e9b46 !important;
}
.btn-success:hover {
  background-color: #6937a0 !important;
  border-color: #6937a0 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning:hover {
  background-color: #6937a0 !important;
  border-color: #6937a0 !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: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger:hover {
  background-color: #6937a0 !important;
  border-color: #6937a0 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #6937a0 !important;
  border-color: #6937a0 !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #6937a0 !important;
  border-color: #6937a0 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #6937a0;
  color: #6937a0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #6937a0;
  border-color: #6937a0;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6937a0 !important;
  border-color: #6937a0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #200960;
  color: #200960;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #200960;
  border-color: #200960;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #200960 !important;
  border-color: #200960 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.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: #65c16d;
  color: #65c16d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #65c16d;
  border-color: #65c16d;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #65c16d !important;
  border-color: #65c16d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.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: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #6937a0 !important;
}
.text-secondary {
  color: #200960 !important;
}
.text-success {
  color: #65c16d !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !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: #9c6fce !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3f12bd !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #aedeb2 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !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: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6937a0;
  border-color: #6937a0;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6937a0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a982d4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0e6c3;
}
.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: #c0c0c0;
}
.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;
}
blockquote {
  border-color: #6937a0;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6937a0;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6937a0;
  border-bottom-color: #6937a0;
}
.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: #6937a0 !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: #200960 !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='%236937a0' %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-srJYEHbM1f .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-srJYEHbM1f .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-srJYEHbM1f a {
  font-style: normal;
}
.cid-srJYEHbM1f .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-srJYEHbM1f .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-srJYEHbM1f .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srJYEHbM1f .content-text {
  margin-bottom: 0;
}
.cid-srJYEHbM1f .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-srJYEHbM1f .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #6937a0;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-srJYEHbM1f .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-srJYEHbM1f .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-srJYEHbM1f .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-srJYEHbM1f .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-srJYEHbM1f .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-srJYEHbM1f .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-srJYEHbM1f .navbar-buttons {
  flex-wrap: wrap;
}
.cid-srJYEHbM1f .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srJYEHbM1f .nav-dropdown .link {
  font-weight: 400;
}
.cid-srJYEHbM1f .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-srJYEHbM1f .content-right-side {
  text-align: center;
}
.cid-srJYEHbM1f .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-srJYEHbM1f .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-srJYEHbM1f .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-srJYEHbM1f .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-srJYEHbM1f .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-srJYEHbM1f .menu-bottom {
    justify-content: flex-end;
  }
  .cid-srJYEHbM1f img {
    height: 3.8rem !important;
  }
  .cid-srJYEHbM1f .btn {
    display: -webkit-flex;
  }
  .cid-srJYEHbM1f button.navbar-toggler {
    display: block;
  }
  .cid-srJYEHbM1f .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-srJYEHbM1f .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-srJYEHbM1f .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-srJYEHbM1f .navbar-collapse.collapsing,
  .cid-srJYEHbM1f .navbar-collapse.show {
    display: block !important;
  }
  .cid-srJYEHbM1f .navbar-collapse.collapsing .navbar-nav,
  .cid-srJYEHbM1f .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-srJYEHbM1f .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-srJYEHbM1f .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-srJYEHbM1f .navbar-collapse.collapsing .navbar-buttons,
  .cid-srJYEHbM1f .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-srJYEHbM1f .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-srJYEHbM1f .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-srJYEHbM1f .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-srJYEHbM1f .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-srJYEHbM1f .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-srJYEHbM1f .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    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;
  }
  .cid-srJYEHbM1f .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-srJYEHbM1f .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-srJYEHbM1f .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-srJYEHbM1f .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-srJYEHbM1f .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-srJYEHbM1f .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-srJYEHbM1f .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-srJYEHbM1f .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-srJYEHbM1f .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-srJYEHbM1f .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-srJYEHbM1f .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srJYEHbM1f .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-srJYEHbM1f .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-srJYEHbM1f .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-srJYEHbM1f .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-srJYEHbM1f .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-srJYEHbM1f .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-srJYEHbM1f .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-srJYEHbM1f .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-srJYEHbM1f .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-srJYEHbM1f .navbar {
    display: block;
    padding: 0;
  }
  .cid-srJYEHbM1f .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-srJYEHbM1f .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-srJYEHbM1f .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-srJYEHbM1f .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-srJYEHbM1f .navbar-toggler {
    display: none;
  }
  .cid-srJYEHbM1f .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srJYEHbM1f .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srJYEHbM1f .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-srJYEHbM1f .menu-logo {
  margin-right: auto;
}
.cid-srJYEHbM1f .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srJYEHbM1f .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-srJYEHbM1f .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-srJYEHbM1f .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-srJYEHbM1f .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-srJYEHbM1f .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-srJYEHbM1f .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-srJYEHbM1f .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-srJYEHbM1f .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-srJYEHbM1f .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-srJYEHbM1f .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-srJYEHbM1f .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-srJYEHbM1f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srJYEHbM1f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srJYEHbM1f .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-srJYEHbM1f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-srJYEHbM1f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srJYEHbM1f .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-srJYEHbM1f .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srJYEHbM1f .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-srJYEHbM1f .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-srJYEHbM1f .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-srJYEHbM1f .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-srJYEHbM1f .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-srJYEHbM1f .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-srJYEHbM1f button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srJYEHbM1f button.navbar-toggler:focus {
  outline: none;
}
.cid-srJYEHbM1f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-srJYEHbM1f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srJYEHbM1f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srJYEHbM1f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srJYEHbM1f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srJYEHbM1f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srJYEHbM1f nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-srJYEHbM1f nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-srJYEHbM1f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srJYEHbM1f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srJYEHbM1f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-srJYEHbM1f .collapsed .btn {
  display: -webkit-flex;
}
.cid-srJYEHbM1f .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-srJYEHbM1f .collapsed .navbar-collapse.collapsing,
.cid-srJYEHbM1f .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-srJYEHbM1f .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-srJYEHbM1f .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-srJYEHbM1f .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-srJYEHbM1f .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-srJYEHbM1f .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-srJYEHbM1f .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-srJYEHbM1f .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-srJYEHbM1f .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-srJYEHbM1f .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem - 1.5rem);
  }
  .cid-srJYEHbM1f .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-srJYEHbM1f .collapsed button.navbar-toggler {
  display: block;
}
.cid-srJYEHbM1f .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-srJYEHbM1f .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-srJYEHbM1f .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-srJYEHbM1f .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-srJYEHbM1f .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-srJYEHbM1f .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;
}
.cid-srJYEHbM1f .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srJYEHbM1f .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-srJYEHbM1f .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-srJYEHbM1f .nav-link:focus {
  outline: none;
}
.cid-srJYEHbM1f .navbar-toggler {
  position: relative;
}
.cid-srJYEHbM1f .dropdown-item.active,
.cid-srJYEHbM1f .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-srJYEHbM1f .nav-link:hover,
.cid-srJYEHbM1f .dropdown-item:hover {
  color: #4284df;
}
.cid-srPJvbftcc {
  padding-top: 195px;
  padding-bottom: 195px;
  background-image: url("../../../assets/images/img-20230924-wa0001-1600x1200.jpg");
}
.cid-srPJvbftcc .link-align {
  width: 100%;
}
.cid-srPJvbftcc .link-wrap {
  display: inline-block;
}
.cid-srPJvbftcc .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #65c16d;
}
.cid-srPJvbftcc .link:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 60px;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  opacity: 0.8;
  left: -80px;
}
.cid-srPJvbftcc .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  left: -80px;
}
.cid-srPJvbftcc .link:hover:before {
  width: 60px;
}
.cid-srPJvbftcc .mbr-text,
.cid-srPJvbftcc .link-align {
  color: #e5e5e5;
}
.cid-srPJvbftcc H1 {
  color: #65c16d;
  text-align: left;
}
.cid-rVtXUpDj2u {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f3f3f3;
}
.cid-rVtXUpDj2u .mbr-iconfont {
  font-size: 4rem;
  color: #6937a0;
  min-width: 100px;
  margin-bottom: 2rem;
  display: block;
  background: -webkit-linear-gradient(#6937a0, #65c16d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-rVtXUpDj2u .card-wrapper {
  background-color: #ffffff;
  padding: 1rem;
  transition: all 0.3s;
}
.cid-rVtXUpDj2u .card-wrapper:hover {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
.cid-rVtXUpDj2u .card-box {
  border: 1px solid transparent;
  padding: 2rem 1rem;
  transition: all 0.3s;
}
.cid-rVtXUpDj2u .card-title {
  position: relative;
  cursor: pointer;
  color: #000000;
}
.cid-rVtXUpDj2u .card {
  overflow: visible;
}
.cid-rVtXUpDj2u .card:hover {
  cursor: pointer;
}
.cid-rVtXUpDj2u .card:hover .card-box {
  border: 1px solid #f3f3f3;
}
.cid-rVtXUpDj2u .card-title,
.cid-rVtXUpDj2u .card-box {
  text-align: center;
}
.cid-rVtXUpDj2u .card-text {
  color: #999999;
  text-align: center;
}
.cid-rVtXUpDj2u .link {
  color: #999999;
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  .cid-rVtXUpDj2u .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rVtXUpDj2u .card-box {
    border: 1px solid #f3f3f3;
  }
}
.cid-rVtXUpDj2u .main-subtitle {
  color: #999999;
}
.cid-srKyO4eQUY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3f3f3;
}
.cid-srKyO4eQUY h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-srKyO4eQUY p {
  color: #767676;
  text-align: left;
}
.cid-srKyO4eQUY .card-wrapper {
  height: 100%;
}
.cid-srKyO4eQUY .container-fluid {
  max-width: 1600px;
}
.cid-srKyO4eQUY .card-img {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-srKyO4eQUY img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-srKyO4eQUY .mbr-iconfont {
  position: absolute;
  font-size: 1.8rem;
  color: #6937a0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-srKyO4eQUY .card:hover img {
  filter: blur(0px);
}
.cid-srKyO4eQUY .card:hover .mbr-iconfont {
  opacity: 1;
}
.cid-srKyO4eQUY .title {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-srKyO4eQUY .mbr-iconfont {
    opacity: 1;
  }
  .cid-srKyO4eQUY img {
    filter: blur(0px);
  }
}
.cid-tSnUsVQNf9 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tSnUsVQNf9 .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tSnUsVQNf9 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tSnUsVQNf9 .image-block:hover:before {
  opacity: 0.4;
}
.cid-tSnUsVQNf9 .image-block:hover .wrap {
  opacity: 1;
}
.cid-tSnUsVQNf9 .image-block:hover img {
  transform: scale(1.05);
}
.cid-tSnUsVQNf9 .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tSnUsVQNf9 h4 {
  letter-spacing: 2px;
}
.cid-tSnUsVQNf9 figcaption {
  position: relative;
}
.cid-tSnUsVQNf9 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tSnUsVQNf9 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tSnUsVQNf9 .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tSnUsVQNf9 .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tSnUsVQNf9 .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tSnUsVQNf9 .image-block:before {
    opacity: 0.4;
  }
  .cid-tSnUsVQNf9 .image-block .wrap {
    opacity: 1;
  }
}
.cid-srVFnujVmc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-srVFnujVmc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-srVFnujVmc .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-srVFnujVmc .img-col {
  padding: 0;
}
.cid-srVFnujVmc .wrapper {
  padding: 6rem 12rem;
}
.cid-srVFnujVmc .link-wrap {
  width: 100%;
}
.cid-srVFnujVmc .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-srVFnujVmc .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-srVFnujVmc .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-srVFnujVmc .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-srVFnujVmc .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-srVFnujVmc .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-srVFnujVmc .link,
.cid-srVFnujVmc .wrapper {
  color: #cc2952;
}
.cid-srVFnujVmc .mbr-section-subtitle {
  color: #000000;
}
.cid-srVFnujVmc .card-title,
.cid-srVFnujVmc .card-box {
  color: #000000;
}
.cid-srVFnujVmc .mbr-text,
.cid-srVFnujVmc .mbr-section-btn {
  color: #999999;
}
.cid-ssuA5zki0k {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f3f3f3;
}
.cid-ssuA5zki0k img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ssuA5zki0k .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-ssuA5zki0k .img-col {
  padding: 0;
}
.cid-ssuA5zki0k .wrapper {
  padding: 6rem 12rem;
}
.cid-ssuA5zki0k .link-wrap {
  width: 100%;
}
.cid-ssuA5zki0k .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-ssuA5zki0k .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-ssuA5zki0k .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-ssuA5zki0k .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-ssuA5zki0k .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ssuA5zki0k .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-ssuA5zki0k .link,
.cid-ssuA5zki0k .wrapper {
  color: #cc2952;
}
.cid-ssuA5zki0k .mbr-section-subtitle {
  color: #000000;
}
.cid-ssuA5zki0k .card-title,
.cid-ssuA5zki0k .card-box {
  color: #000000;
}
.cid-ssuA5zki0k .mbr-text,
.cid-ssuA5zki0k .mbr-section-btn {
  color: #999999;
}
.cid-tXbHEeZ56h {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
}
.cid-tXbHEeZ56h .wrapper {
  overflow: hidden;
  position: relative;
}
.cid-tXbHEeZ56h .mbr-media {
  z-index: 2;
}
.cid-tXbHEeZ56h .box {
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease-in-out;
}
.cid-tXbHEeZ56h .box:before {
  background-image: url("../../../assets/images/img-20230924-wa0004-1600x1200.jpg");
  background-size: cover;
  background-position: center;
  position: absolute;
  content: "";
  width: 100%;
  transition: all 2s;
  height: 100%;
  left: 0;
}
.cid-tXbHEeZ56h .box:hover:before {
  transform: scale(1.1);
}
.cid-tXbHEeZ56h .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  background: #ffffff;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.cid-tXbHEeZ56h .icon-wrap:hover {
  background: #ffffff;
}
.cid-tXbHEeZ56h .icon-wrap span {
  padding-left: 4px;
}
.cid-tXbHEeZ56h .mbr-media span {
  font-size: 1.4rem;
  border-radius: 50%;
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-tXbHEeZ56h .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tXbHEeZ56h .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tXbHEeZ56h .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tXbHEeZ56h .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tXbHEeZ56h a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tXbHEeZ56h a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tXbHEeZ56h .box {
    height: 250px;
  }
}
.cid-tXbHEeZ56h .mbr-section-title {
  color: #000000;
}
.cid-tXbHEeZ56h H4 {
  color: #000000;
}
.cid-tXbHEeZ56h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXbHEeZ56h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-srKuTaySDe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
}
.cid-srKuTaySDe img {
  width: 80px;
  border-radius: 100%;
  object-fit: cover;
  height: 80px;
}
@media (min-width: 1200px) {
  .cid-srKuTaySDe .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1500px) {
  .cid-srKuTaySDe .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cid-srKuTaySDe .col-lg-4 {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media (min-width: 767px) {
  .cid-srKuTaySDe .container-fluid {
    padding: 0 2rem;
  }
}
.cid-srKuTaySDe .bg-wrapper {
  background: #ffffff;
  padding: 2rem;
}
.cid-srKuTaySDe .img-wrapper {
  min-width: 100px;
}
.cid-srKuTaySDe .star-wrap {
  display: flex;
  margin-bottom: 1rem;
}
.cid-srKuTaySDe .mbr-iconfont {
  font-size: 1.2rem;
  margin-right: 0.3rem;
}
.cid-srKuTaySDe .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-srKuTaySDe .card .img-wrapper {
  overflow: hidden;
}
.cid-srKuTaySDe .mbr-section-date {
  color: #999999;
}
.cid-srKuTaySDe .mbr-section-text {
  color: #555555;
}
@media (max-width: 767px) {
  .cid-srKuTaySDe .bg-wrapper {
    padding: 1rem;
  }
  .cid-srKuTaySDe .mbr-section-title {
    text-align: left;
  }
}
.cid-srKuTaySDe .mbr-card-title {
  color: #6937a0;
}
.cid-srKAtbXnoM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-srKAtbXnoM .fb-page,
.cid-srKAtbXnoM span,
.cid-srKAtbXnoM iframe {
  width: 320px;
  height: 620px;
}
.cid-srKAtbXnoM blockquote {
  display: none;
}
.cid-srKAtbXnoM .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-srKAtbXnoM .mbr-section-title {
  color: #6937a0;
}
.cid-rVtXYxZcJ8 .google-map {
  height: 30rem;
  position: relative;
}
.cid-rVtXYxZcJ8 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rVtXYxZcJ8 .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-rVtXYxZcJ8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rVtXYxZcJ8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-srKr4Kxxr9 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-srKr4Kxxr9 .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-srKr4Kxxr9 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-srKr4Kxxr9 .col + .mbr-section-btn .btn,
.cid-srKr4Kxxr9 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-srKr4Kxxr9 .col + .mbr-section-btn .btn,
  .cid-srKr4Kxxr9 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-srKr4Kxxr9 .dragArea > *:nth-last-child(2).col,
  .cid-srKr4Kxxr9 .dragArea > *:nth-last-child(2).col-auto,
  .cid-srKr4Kxxr9 .col + .mbr-section-btn,
  .cid-srKr4Kxxr9 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-srKr4Kxxr9 .dragArea {
    flex-direction: column;
  }
}
.cid-srKr4Kxxr9 .btn-primary {
  border: 1px solid #6937a0 !important;
}
.cid-srKr4Kxxr9 .btn-primary:hover {
  border: 1px solid #6937a0 !important;
}
.cid-srKr4Kxxr9 .stripe {
  border-bottom: 1px solid #65c16d;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-srKr4Kxxr9 .form-group {
  max-width: 220px;
}
.cid-srKr4Kxxr9 .mbr-section-btn {
  padding-left: 0;
}
.cid-srKr4Kxxr9 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-srKr4Kxxr9 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-srKr4Kxxr9 .mbr-text {
  color: #444;
}
.cid-srKr4Kxxr9 h5 {
  margin-bottom: 0;
}
.cid-srKr4Kxxr9 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-srKr4Kxxr9 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srKr4Kxxr9 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-srKr4Kxxr9 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srKr4Kxxr9 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-srKr4Kxxr9 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-srKr4Kxxr9 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-srKr4Kxxr9 .social-list a:hover {
  opacity: 0.4;
}
.cid-srKr4Kxxr9 .media-container-row > div {
  padding: 0px;
}
.cid-srKr4Kxxr9 .text2 {
  color: #e5e5e5;
  text-align: left;
}
.cid-srKr4Kxxr9 .group-title {
  text-align: left;
  color: #cccccc;
  padding-bottom: 0.2rem;
}
.cid-srKr4Kxxr9 .links {
  color: #e5e5e5;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-srKr4Kxxr9 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-srKr4Kxxr9 .social-list,
  .cid-srKr4Kxxr9 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-srKr4Kxxr9 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-srKr4Kxxr9 .form-group {
    max-width: 180px;
  }
}
.cid-srKr4Kxxr9 .links span {
  color: #9e9e9e;
}
.cid-srKr4Kxxr9 .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-srKr4Kxxr9 .logo-title {
  text-align: center;
}
.cid-srKr4Kxxr9 .logo-title,
.cid-srKr4Kxxr9 .logo {
  color: #e5e5e5;
}
.cid-srKrAihZwz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-srKrAihZwz a:link {
  text-decoration: none;
}
.cid-srKrAihZwz .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-srKrAihZwz .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-srKrAihZwz .inner-text {
  line-height: 3em;
}
.cid-srKrAihZwz .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srKrAihZwz .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-srKrAihZwz .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-srKrAihZwz .content-text,
.cid-srKrAihZwz .inner-text {
  color: #c1c1c1;
}
.cid-srQ3jF8nrE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-srQ3jF8nrE .mbr-text,
.cid-srQ3jF8nrE .ornament {
  color: #232323;
}
.cid-srKByaVOKO .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-srKByaVOKO .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-srKByaVOKO a {
  font-style: normal;
}
.cid-srKByaVOKO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-srKByaVOKO .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-srKByaVOKO .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srKByaVOKO .content-text {
  margin-bottom: 0;
}
.cid-srKByaVOKO .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-srKByaVOKO .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #6937a0;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-srKByaVOKO .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-srKByaVOKO .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-srKByaVOKO .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-srKByaVOKO .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-srKByaVOKO .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-srKByaVOKO .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-srKByaVOKO .navbar-buttons {
  flex-wrap: wrap;
}
.cid-srKByaVOKO .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srKByaVOKO .nav-dropdown .link {
  font-weight: 400;
}
.cid-srKByaVOKO .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-srKByaVOKO .content-right-side {
  text-align: center;
}
.cid-srKByaVOKO .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-srKByaVOKO .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-srKByaVOKO .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-srKByaVOKO .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-srKByaVOKO .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-srKByaVOKO .menu-bottom {
    justify-content: flex-end;
  }
  .cid-srKByaVOKO img {
    height: 3.8rem !important;
  }
  .cid-srKByaVOKO .btn {
    display: -webkit-flex;
  }
  .cid-srKByaVOKO button.navbar-toggler {
    display: block;
  }
  .cid-srKByaVOKO .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-srKByaVOKO .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-srKByaVOKO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-srKByaVOKO .navbar-collapse.collapsing,
  .cid-srKByaVOKO .navbar-collapse.show {
    display: block !important;
  }
  .cid-srKByaVOKO .navbar-collapse.collapsing .navbar-nav,
  .cid-srKByaVOKO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-srKByaVOKO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-srKByaVOKO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-srKByaVOKO .navbar-collapse.collapsing .navbar-buttons,
  .cid-srKByaVOKO .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-srKByaVOKO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-srKByaVOKO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-srKByaVOKO .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-srKByaVOKO .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-srKByaVOKO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-srKByaVOKO .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    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;
  }
  .cid-srKByaVOKO .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-srKByaVOKO .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-srKByaVOKO .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-srKByaVOKO .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-srKByaVOKO .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-srKByaVOKO .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-srKByaVOKO .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-srKByaVOKO .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-srKByaVOKO .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-srKByaVOKO .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-srKByaVOKO .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srKByaVOKO .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-srKByaVOKO .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-srKByaVOKO .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-srKByaVOKO .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-srKByaVOKO .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-srKByaVOKO .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-srKByaVOKO .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-srKByaVOKO .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-srKByaVOKO .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-srKByaVOKO .navbar {
    display: block;
    padding: 0;
  }
  .cid-srKByaVOKO .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-srKByaVOKO .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-srKByaVOKO .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-srKByaVOKO .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-srKByaVOKO .navbar-toggler {
    display: none;
  }
  .cid-srKByaVOKO .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srKByaVOKO .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srKByaVOKO .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-srKByaVOKO .menu-logo {
  margin-right: auto;
}
.cid-srKByaVOKO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srKByaVOKO .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-srKByaVOKO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-srKByaVOKO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-srKByaVOKO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-srKByaVOKO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-srKByaVOKO .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-srKByaVOKO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-srKByaVOKO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-srKByaVOKO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-srKByaVOKO .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-srKByaVOKO .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-srKByaVOKO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srKByaVOKO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srKByaVOKO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-srKByaVOKO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-srKByaVOKO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srKByaVOKO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-srKByaVOKO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srKByaVOKO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-srKByaVOKO .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-srKByaVOKO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-srKByaVOKO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-srKByaVOKO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-srKByaVOKO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-srKByaVOKO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srKByaVOKO button.navbar-toggler:focus {
  outline: none;
}
.cid-srKByaVOKO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-srKByaVOKO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srKByaVOKO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srKByaVOKO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srKByaVOKO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srKByaVOKO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srKByaVOKO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-srKByaVOKO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-srKByaVOKO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srKByaVOKO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srKByaVOKO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-srKByaVOKO .collapsed .btn {
  display: -webkit-flex;
}
.cid-srKByaVOKO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-srKByaVOKO .collapsed .navbar-collapse.collapsing,
.cid-srKByaVOKO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-srKByaVOKO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-srKByaVOKO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-srKByaVOKO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-srKByaVOKO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-srKByaVOKO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-srKByaVOKO .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-srKByaVOKO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-srKByaVOKO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-srKByaVOKO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem - 1.5rem);
  }
  .cid-srKByaVOKO .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-srKByaVOKO .collapsed button.navbar-toggler {
  display: block;
}
.cid-srKByaVOKO .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-srKByaVOKO .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-srKByaVOKO .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-srKByaVOKO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-srKByaVOKO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-srKByaVOKO .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;
}
.cid-srKByaVOKO .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srKByaVOKO .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-srKByaVOKO .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-srKByaVOKO .nav-link:focus {
  outline: none;
}
.cid-srKByaVOKO .navbar-toggler {
  position: relative;
}
.cid-srKByaVOKO .dropdown-item.active,
.cid-srKByaVOKO .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-srKByaVOKO .nav-link:hover,
.cid-srKByaVOKO .dropdown-item:hover {
  color: #4284df;
}
.cid-srPY6UGRKs {
  padding-top: 195px;
  padding-bottom: 195px;
  background-image: url("../../../assets/images/img-20230924-wa0001-1600x1200.jpg");
}
.cid-srPY6UGRKs .link-align {
  width: 100%;
}
.cid-srPY6UGRKs .link-wrap {
  display: inline-block;
}
.cid-srPY6UGRKs .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #65c16d;
}
.cid-srPY6UGRKs .link:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 60px;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  opacity: 0.8;
  left: -80px;
}
.cid-srPY6UGRKs .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  left: -80px;
}
.cid-srPY6UGRKs .link:hover:before {
  width: 60px;
}
.cid-srPY6UGRKs .mbr-text,
.cid-srPY6UGRKs .link-align {
  color: #e5e5e5;
}
.cid-srPY6UGRKs H1 {
  color: #65c16d;
  text-align: left;
}
.cid-srKFM2zWYq {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-srKFM2zWYq img,
.cid-srKFM2zWYq .item-img {
  width: 100%;
}
.cid-srKFM2zWYq .item:focus,
.cid-srKFM2zWYq span:focus {
  outline: none;
}
.cid-srKFM2zWYq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-srKFM2zWYq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-srKFM2zWYq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-srKFM2zWYq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-srKFM2zWYq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-srKFM2zWYq .mbr-section-title {
  color: #232323;
}
.cid-srKFM2zWYq .mbr-text,
.cid-srKFM2zWYq .mbr-section-btn {
  text-align: center;
}
.cid-srKFM2zWYq .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-srKFM2zWYq .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-srKFZlLPMb {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-srKFZlLPMb img,
.cid-srKFZlLPMb .item-img {
  width: 100%;
}
.cid-srKFZlLPMb .item:focus,
.cid-srKFZlLPMb span:focus {
  outline: none;
}
.cid-srKFZlLPMb .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-srKFZlLPMb .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-srKFZlLPMb .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-srKFZlLPMb .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-srKFZlLPMb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-srKFZlLPMb .mbr-section-title {
  color: #232323;
}
.cid-srKFZlLPMb .mbr-text,
.cid-srKFZlLPMb .mbr-section-btn {
  text-align: center;
}
.cid-srKFZlLPMb .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-srKFZlLPMb .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-srKByerKHC {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #f3f3f3;
}
.cid-srKByerKHC h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-srKByerKHC p {
  color: #767676;
  text-align: left;
}
.cid-srKByerKHC .card-wrapper {
  height: 100%;
}
.cid-srKByerKHC .container-fluid {
  max-width: 1600px;
}
.cid-srKByerKHC .card-img {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-srKByerKHC img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-srKByerKHC .mbr-iconfont {
  position: absolute;
  font-size: 1.8rem;
  color: #6937a0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-srKByerKHC .card:hover img {
  filter: blur(0px);
}
.cid-srKByerKHC .card:hover .mbr-iconfont {
  opacity: 1;
}
.cid-srKByerKHC .title {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-srKByerKHC .mbr-iconfont {
    opacity: 1;
  }
  .cid-srKByerKHC img {
    filter: blur(0px);
  }
}
.cid-srKByibvrU .google-map {
  height: 30rem;
  position: relative;
}
.cid-srKByibvrU .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-srKByibvrU .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-srKByibvrU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-srKByibvrU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-srKByiEGWJ {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-srKByiEGWJ .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-srKByiEGWJ .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-srKByiEGWJ .col + .mbr-section-btn .btn,
.cid-srKByiEGWJ .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-srKByiEGWJ .col + .mbr-section-btn .btn,
  .cid-srKByiEGWJ .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-srKByiEGWJ .dragArea > *:nth-last-child(2).col,
  .cid-srKByiEGWJ .dragArea > *:nth-last-child(2).col-auto,
  .cid-srKByiEGWJ .col + .mbr-section-btn,
  .cid-srKByiEGWJ .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-srKByiEGWJ .dragArea {
    flex-direction: column;
  }
}
.cid-srKByiEGWJ .btn-primary {
  border: 1px solid #6937a0 !important;
}
.cid-srKByiEGWJ .btn-primary:hover {
  border: 1px solid #6937a0 !important;
}
.cid-srKByiEGWJ .stripe {
  border-bottom: 1px solid #65c16d;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-srKByiEGWJ .form-group {
  max-width: 220px;
}
.cid-srKByiEGWJ .mbr-section-btn {
  padding-left: 0;
}
.cid-srKByiEGWJ .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-srKByiEGWJ .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-srKByiEGWJ .mbr-text {
  color: #444;
}
.cid-srKByiEGWJ h5 {
  margin-bottom: 0;
}
.cid-srKByiEGWJ .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-srKByiEGWJ .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srKByiEGWJ .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-srKByiEGWJ .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srKByiEGWJ .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-srKByiEGWJ .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-srKByiEGWJ .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-srKByiEGWJ .social-list a:hover {
  opacity: 0.4;
}
.cid-srKByiEGWJ .media-container-row > div {
  padding: 0px;
}
.cid-srKByiEGWJ .text2 {
  color: #e5e5e5;
  text-align: left;
}
.cid-srKByiEGWJ .group-title {
  text-align: left;
  color: #cccccc;
  padding-bottom: 0.2rem;
}
.cid-srKByiEGWJ .links {
  color: #e5e5e5;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-srKByiEGWJ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-srKByiEGWJ .social-list,
  .cid-srKByiEGWJ .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-srKByiEGWJ h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-srKByiEGWJ .form-group {
    max-width: 180px;
  }
}
.cid-srKByiEGWJ .links span {
  color: #9e9e9e;
}
.cid-srKByiEGWJ .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-srKByiEGWJ .logo-title {
  text-align: center;
}
.cid-srKByiEGWJ .logo-title,
.cid-srKByiEGWJ .logo {
  color: #e5e5e5;
}
.cid-srKByjREDS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-srKByjREDS a:link {
  text-decoration: none;
}
.cid-srKByjREDS .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-srKByjREDS .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-srKByjREDS .inner-text {
  line-height: 3em;
}
.cid-srKByjREDS .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srKByjREDS .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-srKByjREDS .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-srKByjREDS .content-text,
.cid-srKByjREDS .inner-text {
  color: #c1c1c1;
}
.cid-srKBCxjqhl .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-srKBCxjqhl .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-srKBCxjqhl a {
  font-style: normal;
}
.cid-srKBCxjqhl .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-srKBCxjqhl .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-srKBCxjqhl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srKBCxjqhl .content-text {
  margin-bottom: 0;
}
.cid-srKBCxjqhl .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-srKBCxjqhl .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #6937a0;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-srKBCxjqhl .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-srKBCxjqhl .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-srKBCxjqhl .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-srKBCxjqhl .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-srKBCxjqhl .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-srKBCxjqhl .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-srKBCxjqhl .navbar-buttons {
  flex-wrap: wrap;
}
.cid-srKBCxjqhl .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srKBCxjqhl .nav-dropdown .link {
  font-weight: 400;
}
.cid-srKBCxjqhl .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-srKBCxjqhl .content-right-side {
  text-align: center;
}
.cid-srKBCxjqhl .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-srKBCxjqhl .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-srKBCxjqhl .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-srKBCxjqhl .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-srKBCxjqhl .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-srKBCxjqhl .menu-bottom {
    justify-content: flex-end;
  }
  .cid-srKBCxjqhl img {
    height: 3.8rem !important;
  }
  .cid-srKBCxjqhl .btn {
    display: -webkit-flex;
  }
  .cid-srKBCxjqhl button.navbar-toggler {
    display: block;
  }
  .cid-srKBCxjqhl .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-srKBCxjqhl .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-srKBCxjqhl .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-srKBCxjqhl .navbar-collapse.collapsing,
  .cid-srKBCxjqhl .navbar-collapse.show {
    display: block !important;
  }
  .cid-srKBCxjqhl .navbar-collapse.collapsing .navbar-nav,
  .cid-srKBCxjqhl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-srKBCxjqhl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-srKBCxjqhl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-srKBCxjqhl .navbar-collapse.collapsing .navbar-buttons,
  .cid-srKBCxjqhl .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-srKBCxjqhl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-srKBCxjqhl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-srKBCxjqhl .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-srKBCxjqhl .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-srKBCxjqhl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-srKBCxjqhl .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    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;
  }
  .cid-srKBCxjqhl .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-srKBCxjqhl .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-srKBCxjqhl .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-srKBCxjqhl .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-srKBCxjqhl .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-srKBCxjqhl .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-srKBCxjqhl .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-srKBCxjqhl .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-srKBCxjqhl .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-srKBCxjqhl .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-srKBCxjqhl .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srKBCxjqhl .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-srKBCxjqhl .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-srKBCxjqhl .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-srKBCxjqhl .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-srKBCxjqhl .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-srKBCxjqhl .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-srKBCxjqhl .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-srKBCxjqhl .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-srKBCxjqhl .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-srKBCxjqhl .navbar {
    display: block;
    padding: 0;
  }
  .cid-srKBCxjqhl .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-srKBCxjqhl .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-srKBCxjqhl .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-srKBCxjqhl .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-srKBCxjqhl .navbar-toggler {
    display: none;
  }
  .cid-srKBCxjqhl .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srKBCxjqhl .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srKBCxjqhl .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-srKBCxjqhl .menu-logo {
  margin-right: auto;
}
.cid-srKBCxjqhl .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srKBCxjqhl .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-srKBCxjqhl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-srKBCxjqhl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-srKBCxjqhl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-srKBCxjqhl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-srKBCxjqhl .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-srKBCxjqhl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-srKBCxjqhl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-srKBCxjqhl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-srKBCxjqhl .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-srKBCxjqhl .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-srKBCxjqhl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srKBCxjqhl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srKBCxjqhl .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-srKBCxjqhl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-srKBCxjqhl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srKBCxjqhl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-srKBCxjqhl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srKBCxjqhl .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-srKBCxjqhl .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-srKBCxjqhl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-srKBCxjqhl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-srKBCxjqhl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-srKBCxjqhl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-srKBCxjqhl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srKBCxjqhl button.navbar-toggler:focus {
  outline: none;
}
.cid-srKBCxjqhl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-srKBCxjqhl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srKBCxjqhl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srKBCxjqhl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srKBCxjqhl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srKBCxjqhl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srKBCxjqhl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-srKBCxjqhl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-srKBCxjqhl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srKBCxjqhl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srKBCxjqhl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-srKBCxjqhl .collapsed .btn {
  display: -webkit-flex;
}
.cid-srKBCxjqhl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-srKBCxjqhl .collapsed .navbar-collapse.collapsing,
.cid-srKBCxjqhl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-srKBCxjqhl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-srKBCxjqhl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-srKBCxjqhl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-srKBCxjqhl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-srKBCxjqhl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-srKBCxjqhl .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-srKBCxjqhl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-srKBCxjqhl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-srKBCxjqhl .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem - 1.5rem);
  }
  .cid-srKBCxjqhl .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-srKBCxjqhl .collapsed button.navbar-toggler {
  display: block;
}
.cid-srKBCxjqhl .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-srKBCxjqhl .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-srKBCxjqhl .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-srKBCxjqhl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-srKBCxjqhl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-srKBCxjqhl .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;
}
.cid-srKBCxjqhl .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srKBCxjqhl .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-srKBCxjqhl .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-srKBCxjqhl .nav-link:focus {
  outline: none;
}
.cid-srKBCxjqhl .navbar-toggler {
  position: relative;
}
.cid-srKBCxjqhl .dropdown-item.active,
.cid-srKBCxjqhl .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-srKBCxjqhl .nav-link:hover,
.cid-srKBCxjqhl .dropdown-item:hover {
  color: #4284df;
}
.cid-srPYa7hsJY {
  padding-top: 195px;
  padding-bottom: 195px;
  background-image: url("../../../assets/images/img-20230924-wa0001-1600x1200.jpg");
}
.cid-srPYa7hsJY .link-align {
  width: 100%;
}
.cid-srPYa7hsJY .link-wrap {
  display: inline-block;
}
.cid-srPYa7hsJY .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #65c16d;
}
.cid-srPYa7hsJY .link:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 60px;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  opacity: 0.8;
  left: -80px;
}
.cid-srPYa7hsJY .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  left: -80px;
}
.cid-srPYa7hsJY .link:hover:before {
  width: 60px;
}
.cid-srPYa7hsJY .mbr-text,
.cid-srPYa7hsJY .link-align {
  color: #e5e5e5;
}
.cid-srPYa7hsJY H1 {
  color: #65c16d;
  text-align: left;
}
.cid-srKBCA1lqB {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f3f3f3;
}
.cid-srKBCA1lqB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-srKBCA1lqB p {
  color: #767676;
  text-align: left;
}
.cid-srKBCA1lqB .card-wrapper {
  height: 100%;
}
.cid-srKBCA1lqB .container-fluid {
  max-width: 1600px;
}
.cid-srKBCA1lqB .card-img {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-srKBCA1lqB img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-srKBCA1lqB .mbr-iconfont {
  position: absolute;
  font-size: 1.8rem;
  color: #6937a0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-srKBCA1lqB .card:hover img {
  filter: blur(0px);
}
.cid-srKBCA1lqB .card:hover .mbr-iconfont {
  opacity: 1;
}
.cid-srKBCA1lqB .title {
  text-align: center;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-srKBCA1lqB .mbr-iconfont {
    opacity: 1;
  }
  .cid-srKBCA1lqB img {
    filter: blur(0px);
  }
}
.cid-srKDjkVJtn {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f3f3f3;
}
.cid-srKDjkVJtn h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-srKDjkVJtn p {
  color: #767676;
  text-align: left;
}
.cid-srKDjkVJtn .card-wrapper {
  height: 100%;
}
.cid-srKDjkVJtn .container-fluid {
  max-width: 1600px;
}
.cid-srKDjkVJtn .card-img {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-srKDjkVJtn img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-srKDjkVJtn .mbr-iconfont {
  position: absolute;
  font-size: 1.8rem;
  color: #6937a0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-srKDjkVJtn .card:hover img {
  filter: blur(0px);
}
.cid-srKDjkVJtn .card:hover .mbr-iconfont {
  opacity: 1;
}
.cid-srKDjkVJtn .title {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-srKDjkVJtn .mbr-iconfont {
    opacity: 1;
  }
  .cid-srKDjkVJtn img {
    filter: blur(0px);
  }
}
.cid-srKDjWOxkd {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f3f3f3;
}
.cid-srKDjWOxkd h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-srKDjWOxkd p {
  color: #767676;
  text-align: left;
}
.cid-srKDjWOxkd .card-wrapper {
  height: 100%;
}
.cid-srKDjWOxkd .container-fluid {
  max-width: 1600px;
}
.cid-srKDjWOxkd .card-img {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-srKDjWOxkd img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-srKDjWOxkd .mbr-iconfont {
  position: absolute;
  font-size: 1.8rem;
  color: #6937a0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-srKDjWOxkd .card:hover img {
  filter: blur(0px);
}
.cid-srKDjWOxkd .card:hover .mbr-iconfont {
  opacity: 1;
}
.cid-srKDjWOxkd .title {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-srKDjWOxkd .mbr-iconfont {
    opacity: 1;
  }
  .cid-srKDjWOxkd img {
    filter: blur(0px);
  }
}
.cid-srKDlw65QX {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f3f3f3;
}
.cid-srKDlw65QX h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-srKDlw65QX p {
  color: #767676;
  text-align: left;
}
.cid-srKDlw65QX .card-wrapper {
  height: 100%;
}
.cid-srKDlw65QX .container-fluid {
  max-width: 1600px;
}
.cid-srKDlw65QX .card-img {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-srKDlw65QX img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-srKDlw65QX .mbr-iconfont {
  position: absolute;
  font-size: 1.8rem;
  color: #6937a0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-srKDlw65QX .card:hover img {
  filter: blur(0px);
}
.cid-srKDlw65QX .card:hover .mbr-iconfont {
  opacity: 1;
}
.cid-srKDlw65QX .title {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-srKDlw65QX .mbr-iconfont {
    opacity: 1;
  }
  .cid-srKDlw65QX img {
    filter: blur(0px);
  }
}
.cid-srKDkuMeHA {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #f3f3f3;
}
.cid-srKDkuMeHA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-srKDkuMeHA p {
  color: #767676;
  text-align: left;
}
.cid-srKDkuMeHA .card-wrapper {
  height: 100%;
}
.cid-srKDkuMeHA .container-fluid {
  max-width: 1600px;
}
.cid-srKDkuMeHA .card-img {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-srKDkuMeHA img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-srKDkuMeHA .mbr-iconfont {
  position: absolute;
  font-size: 1.8rem;
  color: #6937a0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-srKDkuMeHA .card:hover img {
  filter: blur(0px);
}
.cid-srKDkuMeHA .card:hover .mbr-iconfont {
  opacity: 1;
}
.cid-srKDkuMeHA .title {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-srKDkuMeHA .mbr-iconfont {
    opacity: 1;
  }
  .cid-srKDkuMeHA img {
    filter: blur(0px);
  }
}
.cid-srKBCD5eIc .google-map {
  height: 30rem;
  position: relative;
}
.cid-srKBCD5eIc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-srKBCD5eIc .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-srKBCD5eIc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-srKBCD5eIc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-srKBCDy5PM {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-srKBCDy5PM .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-srKBCDy5PM .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-srKBCDy5PM .col + .mbr-section-btn .btn,
.cid-srKBCDy5PM .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-srKBCDy5PM .col + .mbr-section-btn .btn,
  .cid-srKBCDy5PM .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-srKBCDy5PM .dragArea > *:nth-last-child(2).col,
  .cid-srKBCDy5PM .dragArea > *:nth-last-child(2).col-auto,
  .cid-srKBCDy5PM .col + .mbr-section-btn,
  .cid-srKBCDy5PM .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-srKBCDy5PM .dragArea {
    flex-direction: column;
  }
}
.cid-srKBCDy5PM .btn-primary {
  border: 1px solid #6937a0 !important;
}
.cid-srKBCDy5PM .btn-primary:hover {
  border: 1px solid #6937a0 !important;
}
.cid-srKBCDy5PM .stripe {
  border-bottom: 1px solid #65c16d;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-srKBCDy5PM .form-group {
  max-width: 220px;
}
.cid-srKBCDy5PM .mbr-section-btn {
  padding-left: 0;
}
.cid-srKBCDy5PM .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-srKBCDy5PM .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-srKBCDy5PM .mbr-text {
  color: #444;
}
.cid-srKBCDy5PM h5 {
  margin-bottom: 0;
}
.cid-srKBCDy5PM .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-srKBCDy5PM .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srKBCDy5PM .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-srKBCDy5PM .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srKBCDy5PM .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-srKBCDy5PM .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-srKBCDy5PM .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-srKBCDy5PM .social-list a:hover {
  opacity: 0.4;
}
.cid-srKBCDy5PM .media-container-row > div {
  padding: 0px;
}
.cid-srKBCDy5PM .text2 {
  color: #e5e5e5;
  text-align: left;
}
.cid-srKBCDy5PM .group-title {
  text-align: left;
  color: #cccccc;
  padding-bottom: 0.2rem;
}
.cid-srKBCDy5PM .links {
  color: #e5e5e5;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-srKBCDy5PM .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-srKBCDy5PM .social-list,
  .cid-srKBCDy5PM .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-srKBCDy5PM h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-srKBCDy5PM .form-group {
    max-width: 180px;
  }
}
.cid-srKBCDy5PM .links span {
  color: #9e9e9e;
}
.cid-srKBCDy5PM .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-srKBCDy5PM .logo-title {
  text-align: center;
}
.cid-srKBCDy5PM .logo-title,
.cid-srKBCDy5PM .logo {
  color: #e5e5e5;
}
.cid-srKBCEK8CX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-srKBCEK8CX a:link {
  text-decoration: none;
}
.cid-srKBCEK8CX .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-srKBCEK8CX .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-srKBCEK8CX .inner-text {
  line-height: 3em;
}
.cid-srKBCEK8CX .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srKBCEK8CX .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-srKBCEK8CX .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-srKBCEK8CX .content-text,
.cid-srKBCEK8CX .inner-text {
  color: #c1c1c1;
}
.cid-srKBEqc28p .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-srKBEqc28p .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-srKBEqc28p a {
  font-style: normal;
}
.cid-srKBEqc28p .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-srKBEqc28p .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-srKBEqc28p .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srKBEqc28p .content-text {
  margin-bottom: 0;
}
.cid-srKBEqc28p .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-srKBEqc28p .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #6937a0;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-srKBEqc28p .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-srKBEqc28p .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-srKBEqc28p .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-srKBEqc28p .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-srKBEqc28p .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-srKBEqc28p .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-srKBEqc28p .navbar-buttons {
  flex-wrap: wrap;
}
.cid-srKBEqc28p .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srKBEqc28p .nav-dropdown .link {
  font-weight: 400;
}
.cid-srKBEqc28p .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-srKBEqc28p .content-right-side {
  text-align: center;
}
.cid-srKBEqc28p .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-srKBEqc28p .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-srKBEqc28p .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-srKBEqc28p .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-srKBEqc28p .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-srKBEqc28p .menu-bottom {
    justify-content: flex-end;
  }
  .cid-srKBEqc28p img {
    height: 3.8rem !important;
  }
  .cid-srKBEqc28p .btn {
    display: -webkit-flex;
  }
  .cid-srKBEqc28p button.navbar-toggler {
    display: block;
  }
  .cid-srKBEqc28p .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-srKBEqc28p .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-srKBEqc28p .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-srKBEqc28p .navbar-collapse.collapsing,
  .cid-srKBEqc28p .navbar-collapse.show {
    display: block !important;
  }
  .cid-srKBEqc28p .navbar-collapse.collapsing .navbar-nav,
  .cid-srKBEqc28p .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-srKBEqc28p .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-srKBEqc28p .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-srKBEqc28p .navbar-collapse.collapsing .navbar-buttons,
  .cid-srKBEqc28p .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-srKBEqc28p .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-srKBEqc28p .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-srKBEqc28p .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-srKBEqc28p .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-srKBEqc28p .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-srKBEqc28p .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    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;
  }
  .cid-srKBEqc28p .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-srKBEqc28p .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-srKBEqc28p .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-srKBEqc28p .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-srKBEqc28p .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-srKBEqc28p .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-srKBEqc28p .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-srKBEqc28p .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-srKBEqc28p .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-srKBEqc28p .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-srKBEqc28p .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srKBEqc28p .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-srKBEqc28p .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-srKBEqc28p .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-srKBEqc28p .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-srKBEqc28p .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-srKBEqc28p .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-srKBEqc28p .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-srKBEqc28p .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-srKBEqc28p .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-srKBEqc28p .navbar {
    display: block;
    padding: 0;
  }
  .cid-srKBEqc28p .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-srKBEqc28p .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-srKBEqc28p .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-srKBEqc28p .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-srKBEqc28p .navbar-toggler {
    display: none;
  }
  .cid-srKBEqc28p .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srKBEqc28p .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srKBEqc28p .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-srKBEqc28p .menu-logo {
  margin-right: auto;
}
.cid-srKBEqc28p .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srKBEqc28p .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-srKBEqc28p .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-srKBEqc28p .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-srKBEqc28p .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-srKBEqc28p .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-srKBEqc28p .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-srKBEqc28p .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-srKBEqc28p .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-srKBEqc28p .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-srKBEqc28p .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-srKBEqc28p .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-srKBEqc28p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srKBEqc28p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srKBEqc28p .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-srKBEqc28p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-srKBEqc28p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srKBEqc28p .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-srKBEqc28p .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srKBEqc28p .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-srKBEqc28p .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-srKBEqc28p .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-srKBEqc28p .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-srKBEqc28p .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-srKBEqc28p .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-srKBEqc28p button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srKBEqc28p button.navbar-toggler:focus {
  outline: none;
}
.cid-srKBEqc28p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-srKBEqc28p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srKBEqc28p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srKBEqc28p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srKBEqc28p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srKBEqc28p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srKBEqc28p nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-srKBEqc28p nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-srKBEqc28p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srKBEqc28p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srKBEqc28p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-srKBEqc28p .collapsed .btn {
  display: -webkit-flex;
}
.cid-srKBEqc28p .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-srKBEqc28p .collapsed .navbar-collapse.collapsing,
.cid-srKBEqc28p .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-srKBEqc28p .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-srKBEqc28p .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-srKBEqc28p .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-srKBEqc28p .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-srKBEqc28p .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-srKBEqc28p .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-srKBEqc28p .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-srKBEqc28p .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-srKBEqc28p .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem - 1.5rem);
  }
  .cid-srKBEqc28p .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-srKBEqc28p .collapsed button.navbar-toggler {
  display: block;
}
.cid-srKBEqc28p .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-srKBEqc28p .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-srKBEqc28p .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-srKBEqc28p .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-srKBEqc28p .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-srKBEqc28p .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;
}
.cid-srKBEqc28p .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srKBEqc28p .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-srKBEqc28p .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-srKBEqc28p .nav-link:focus {
  outline: none;
}
.cid-srKBEqc28p .navbar-toggler {
  position: relative;
}
.cid-srKBEqc28p .dropdown-item.active,
.cid-srKBEqc28p .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-srKBEqc28p .nav-link:hover,
.cid-srKBEqc28p .dropdown-item:hover {
  color: #4284df;
}
.cid-srPYfAzRFV {
  padding-top: 195px;
  padding-bottom: 195px;
  background-image: url("../../../assets/images/img-20230924-wa0001-1600x1200.jpg");
}
.cid-srPYfAzRFV .link-align {
  width: 100%;
}
.cid-srPYfAzRFV .link-wrap {
  display: inline-block;
}
.cid-srPYfAzRFV .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #65c16d;
}
.cid-srPYfAzRFV .link:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 60px;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  opacity: 0.8;
  left: -80px;
}
.cid-srPYfAzRFV .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  left: -80px;
}
.cid-srPYfAzRFV .link:hover:before {
  width: 60px;
}
.cid-srPYfAzRFV .mbr-text,
.cid-srPYfAzRFV .link-align {
  color: #e5e5e5;
}
.cid-srPYfAzRFV H1 {
  color: #65c16d;
  text-align: left;
}
.cid-srKCyMUkTf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-srKCyMUkTf .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-srKCyMUkTf H4 {
  text-align: center;
}
.cid-srKBEwm9um .google-map {
  height: 30rem;
  position: relative;
}
.cid-srKBEwm9um .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-srKBEwm9um .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-srKBEwm9um .google-map[data-state] {
  background: #e9e5dc;
}
.cid-srKBEwm9um .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-srKBEwPIYp {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-srKBEwPIYp .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-srKBEwPIYp .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-srKBEwPIYp .col + .mbr-section-btn .btn,
.cid-srKBEwPIYp .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-srKBEwPIYp .col + .mbr-section-btn .btn,
  .cid-srKBEwPIYp .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-srKBEwPIYp .dragArea > *:nth-last-child(2).col,
  .cid-srKBEwPIYp .dragArea > *:nth-last-child(2).col-auto,
  .cid-srKBEwPIYp .col + .mbr-section-btn,
  .cid-srKBEwPIYp .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-srKBEwPIYp .dragArea {
    flex-direction: column;
  }
}
.cid-srKBEwPIYp .btn-primary {
  border: 1px solid #6937a0 !important;
}
.cid-srKBEwPIYp .btn-primary:hover {
  border: 1px solid #6937a0 !important;
}
.cid-srKBEwPIYp .stripe {
  border-bottom: 1px solid #65c16d;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-srKBEwPIYp .form-group {
  max-width: 220px;
}
.cid-srKBEwPIYp .mbr-section-btn {
  padding-left: 0;
}
.cid-srKBEwPIYp .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-srKBEwPIYp .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-srKBEwPIYp .mbr-text {
  color: #444;
}
.cid-srKBEwPIYp h5 {
  margin-bottom: 0;
}
.cid-srKBEwPIYp .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-srKBEwPIYp .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srKBEwPIYp .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-srKBEwPIYp .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srKBEwPIYp .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-srKBEwPIYp .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-srKBEwPIYp .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-srKBEwPIYp .social-list a:hover {
  opacity: 0.4;
}
.cid-srKBEwPIYp .media-container-row > div {
  padding: 0px;
}
.cid-srKBEwPIYp .text2 {
  color: #e5e5e5;
  text-align: left;
}
.cid-srKBEwPIYp .group-title {
  text-align: left;
  color: #cccccc;
  padding-bottom: 0.2rem;
}
.cid-srKBEwPIYp .links {
  color: #e5e5e5;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-srKBEwPIYp .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-srKBEwPIYp .social-list,
  .cid-srKBEwPIYp .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-srKBEwPIYp h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-srKBEwPIYp .form-group {
    max-width: 180px;
  }
}
.cid-srKBEwPIYp .links span {
  color: #9e9e9e;
}
.cid-srKBEwPIYp .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-srKBEwPIYp .logo-title {
  text-align: center;
}
.cid-srKBEwPIYp .logo-title,
.cid-srKBEwPIYp .logo {
  color: #e5e5e5;
}
.cid-srKBExYsiD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-srKBExYsiD a:link {
  text-decoration: none;
}
.cid-srKBExYsiD .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-srKBExYsiD .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-srKBExYsiD .inner-text {
  line-height: 3em;
}
.cid-srKBExYsiD .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srKBExYsiD .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-srKBExYsiD .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-srKBExYsiD .content-text,
.cid-srKBExYsiD .inner-text {
  color: #c1c1c1;
}
.cid-srPQ0Cb9N2 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-srPQ0Cb9N2 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-srPQ0Cb9N2 a {
  font-style: normal;
}
.cid-srPQ0Cb9N2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-srPQ0Cb9N2 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-srPQ0Cb9N2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srPQ0Cb9N2 .content-text {
  margin-bottom: 0;
}
.cid-srPQ0Cb9N2 .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-srPQ0Cb9N2 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #6937a0;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-srPQ0Cb9N2 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-srPQ0Cb9N2 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-srPQ0Cb9N2 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-srPQ0Cb9N2 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-srPQ0Cb9N2 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-srPQ0Cb9N2 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-srPQ0Cb9N2 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-srPQ0Cb9N2 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srPQ0Cb9N2 .nav-dropdown .link {
  font-weight: 400;
}
.cid-srPQ0Cb9N2 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-srPQ0Cb9N2 .content-right-side {
  text-align: center;
}
.cid-srPQ0Cb9N2 .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-srPQ0Cb9N2 .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-srPQ0Cb9N2 .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-srPQ0Cb9N2 .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-srPQ0Cb9N2 .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-srPQ0Cb9N2 .menu-bottom {
    justify-content: flex-end;
  }
  .cid-srPQ0Cb9N2 img {
    height: 3.8rem !important;
  }
  .cid-srPQ0Cb9N2 .btn {
    display: -webkit-flex;
  }
  .cid-srPQ0Cb9N2 button.navbar-toggler {
    display: block;
  }
  .cid-srPQ0Cb9N2 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-srPQ0Cb9N2 .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-srPQ0Cb9N2 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-srPQ0Cb9N2 .navbar-collapse.collapsing,
  .cid-srPQ0Cb9N2 .navbar-collapse.show {
    display: block !important;
  }
  .cid-srPQ0Cb9N2 .navbar-collapse.collapsing .navbar-nav,
  .cid-srPQ0Cb9N2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-srPQ0Cb9N2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-srPQ0Cb9N2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-srPQ0Cb9N2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-srPQ0Cb9N2 .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-srPQ0Cb9N2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-srPQ0Cb9N2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-srPQ0Cb9N2 .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-srPQ0Cb9N2 .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-srPQ0Cb9N2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-srPQ0Cb9N2 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    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;
  }
  .cid-srPQ0Cb9N2 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-srPQ0Cb9N2 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-srPQ0Cb9N2 .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-srPQ0Cb9N2 .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-srPQ0Cb9N2 .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-srPQ0Cb9N2 .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-srPQ0Cb9N2 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-srPQ0Cb9N2 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-srPQ0Cb9N2 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-srPQ0Cb9N2 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-srPQ0Cb9N2 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srPQ0Cb9N2 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-srPQ0Cb9N2 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-srPQ0Cb9N2 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-srPQ0Cb9N2 .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-srPQ0Cb9N2 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-srPQ0Cb9N2 .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-srPQ0Cb9N2 .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-srPQ0Cb9N2 .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-srPQ0Cb9N2 .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-srPQ0Cb9N2 .navbar {
    display: block;
    padding: 0;
  }
  .cid-srPQ0Cb9N2 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-srPQ0Cb9N2 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-srPQ0Cb9N2 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-srPQ0Cb9N2 .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-srPQ0Cb9N2 .navbar-toggler {
    display: none;
  }
  .cid-srPQ0Cb9N2 .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srPQ0Cb9N2 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srPQ0Cb9N2 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-srPQ0Cb9N2 .menu-logo {
  margin-right: auto;
}
.cid-srPQ0Cb9N2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srPQ0Cb9N2 .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-srPQ0Cb9N2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-srPQ0Cb9N2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-srPQ0Cb9N2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-srPQ0Cb9N2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-srPQ0Cb9N2 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-srPQ0Cb9N2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-srPQ0Cb9N2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-srPQ0Cb9N2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-srPQ0Cb9N2 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-srPQ0Cb9N2 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-srPQ0Cb9N2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srPQ0Cb9N2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srPQ0Cb9N2 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-srPQ0Cb9N2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-srPQ0Cb9N2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srPQ0Cb9N2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-srPQ0Cb9N2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srPQ0Cb9N2 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-srPQ0Cb9N2 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-srPQ0Cb9N2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-srPQ0Cb9N2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-srPQ0Cb9N2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-srPQ0Cb9N2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-srPQ0Cb9N2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srPQ0Cb9N2 button.navbar-toggler:focus {
  outline: none;
}
.cid-srPQ0Cb9N2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-srPQ0Cb9N2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srPQ0Cb9N2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srPQ0Cb9N2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srPQ0Cb9N2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srPQ0Cb9N2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srPQ0Cb9N2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-srPQ0Cb9N2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-srPQ0Cb9N2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srPQ0Cb9N2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srPQ0Cb9N2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-srPQ0Cb9N2 .collapsed .btn {
  display: -webkit-flex;
}
.cid-srPQ0Cb9N2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-srPQ0Cb9N2 .collapsed .navbar-collapse.collapsing,
.cid-srPQ0Cb9N2 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-srPQ0Cb9N2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-srPQ0Cb9N2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-srPQ0Cb9N2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-srPQ0Cb9N2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-srPQ0Cb9N2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-srPQ0Cb9N2 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-srPQ0Cb9N2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-srPQ0Cb9N2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-srPQ0Cb9N2 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem - 1.5rem);
  }
  .cid-srPQ0Cb9N2 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-srPQ0Cb9N2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-srPQ0Cb9N2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-srPQ0Cb9N2 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-srPQ0Cb9N2 .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-srPQ0Cb9N2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-srPQ0Cb9N2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-srPQ0Cb9N2 .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;
}
.cid-srPQ0Cb9N2 .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srPQ0Cb9N2 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-srPQ0Cb9N2 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-srPQ0Cb9N2 .nav-link:focus {
  outline: none;
}
.cid-srPQ0Cb9N2 .navbar-toggler {
  position: relative;
}
.cid-srPQ0Cb9N2 .dropdown-item.active,
.cid-srPQ0Cb9N2 .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-srPQ0Cb9N2 .nav-link:hover,
.cid-srPQ0Cb9N2 .dropdown-item:hover {
  color: #4284df;
}
.cid-srPYcVJFw1 {
  padding-top: 195px;
  padding-bottom: 195px;
  background-image: url("../../../assets/images/img-20230924-wa0001-1600x1200.jpg");
}
.cid-srPYcVJFw1 .link-align {
  width: 100%;
}
.cid-srPYcVJFw1 .link-wrap {
  display: inline-block;
}
.cid-srPYcVJFw1 .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #65c16d;
}
.cid-srPYcVJFw1 .link:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 60px;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  opacity: 0.8;
  left: -80px;
}
.cid-srPYcVJFw1 .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  left: -80px;
}
.cid-srPYcVJFw1 .link:hover:before {
  width: 60px;
}
.cid-srPYcVJFw1 .mbr-text,
.cid-srPYcVJFw1 .link-align {
  color: #e5e5e5;
}
.cid-srPYcVJFw1 H1 {
  color: #65c16d;
  text-align: left;
}
.cid-srPVPMOUlS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-srPVPMOUlS .mbr-text {
  position: relative;
}
.cid-srPVPMOUlS .mbr-text:before {
  color: #ffffff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-srPVPMOUlS img {
  object-fit: contain;
}
.cid-srPVPMOUlS .mbr-text:after {
  color: #ffffff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-srPVPMOUlS .mbr-text:after,
  .cid-srPVPMOUlS .mbr-text:before {
    display: none;
  }
}
.cid-srVzsSvegB {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-srPRlqba3I {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-srPRlqba3I .container {
    max-width: 1400px;
  }
}
.cid-srPRlqba3I img {
  width: 100%;
  height: 20rem;
  transition: all 2s;
  object-fit: cover;
}
.cid-srPRlqba3I .inner-row {
  padding: 0;
}
.cid-srPRlqba3I .img-big {
  height: 42rem;
}
.cid-srPRlqba3I .card:hover {
  cursor: pointer;
}
.cid-srPRlqba3I .card:hover img {
  transform: scale(1.1);
}
.cid-srPRlqba3I .card:hover .img-wrapper:before {
  opacity: 0.0;
}
.cid-srPRlqba3I .card:hover .text-wrap {
  opacity: 1;
  transform: translateY(-50%);
}
.cid-srPRlqba3I .img-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-srPRlqba3I .img-wrapper:before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #6937a0;
  opacity: 0;
  transition: all 0.3s;
  content: "";
  pointer-events: none;
  z-index: 1;
}
.cid-srPRlqba3I .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  left: auto;
  padding: 2rem;
  width: 100%;
  top: 50%;
  z-index: 2;
  transform: translateY(-45%);
  margin-bottom: -2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-srPRlqba3I .card .img-wrapper:before {
    opacity: 0.0;
  }
  .cid-srPRlqba3I .card .text-wrap {
    opacity: 1;
    transform: translateY(-50%);
    padding: 1rem;
  }
}
.cid-srPRlqba3I .mbr-subtitle,
.cid-srPRlqba3I .link-align {
  color: #d58f76;
}
.cid-srPRlqba3I .card-title {
  color: #000000;
}
.cid-srPRlqba3I .mbr-section-subtitle {
  color: #cccccc;
}
.cid-srPRmdHDfn {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-srPRmdHDfn .container {
    max-width: 1400px;
  }
}
.cid-srPRmdHDfn img {
  width: 100%;
  height: 20rem;
  transition: all 2s;
  object-fit: cover;
}
.cid-srPRmdHDfn .inner-row {
  padding: 0;
}
.cid-srPRmdHDfn .img-big {
  height: 42rem;
}
.cid-srPRmdHDfn .card:hover {
  cursor: pointer;
}
.cid-srPRmdHDfn .card:hover img {
  transform: scale(1.1);
}
.cid-srPRmdHDfn .card:hover .img-wrapper:before {
  opacity: 0.0;
}
.cid-srPRmdHDfn .card:hover .text-wrap {
  opacity: 1;
  transform: translateY(-50%);
}
.cid-srPRmdHDfn .img-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-srPRmdHDfn .img-wrapper:before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #6937a0;
  opacity: 0;
  transition: all 0.3s;
  content: "";
  pointer-events: none;
  z-index: 1;
}
.cid-srPRmdHDfn .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  left: auto;
  padding: 2rem;
  width: 100%;
  top: 50%;
  z-index: 2;
  transform: translateY(-45%);
  margin-bottom: -2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-srPRmdHDfn .card .img-wrapper:before {
    opacity: 0.0;
  }
  .cid-srPRmdHDfn .card .text-wrap {
    opacity: 1;
    transform: translateY(-50%);
    padding: 1rem;
  }
}
.cid-srPRmdHDfn .mbr-subtitle,
.cid-srPRmdHDfn .link-align {
  color: #d58f76;
}
.cid-srPRmdHDfn .card-title {
  color: #000000;
}
.cid-srPRmdHDfn .mbr-section-subtitle {
  color: #cccccc;
}
.cid-srVDjNfKK2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
}
.cid-srVDjNfKK2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-srVDjNfKK2 .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-srVDjNfKK2 .img-col {
  padding: 0;
}
.cid-srVDjNfKK2 .wrapper {
  padding: 6rem 12rem;
}
.cid-srVDjNfKK2 .link-wrap {
  width: 100%;
}
.cid-srVDjNfKK2 .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-srVDjNfKK2 .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-srVDjNfKK2 .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-srVDjNfKK2 .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-srVDjNfKK2 .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-srVDjNfKK2 .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-srVDjNfKK2 .link,
.cid-srVDjNfKK2 .wrapper {
  color: #cc2952;
}
.cid-srVDjNfKK2 .mbr-section-subtitle {
  color: #000000;
}
.cid-srVDjNfKK2 .card-title,
.cid-srVDjNfKK2 .card-box {
  color: #000000;
}
.cid-srVDjNfKK2 .mbr-text,
.cid-srVDjNfKK2 .mbr-section-btn {
  color: #999999;
}
.cid-srPQ0ILG3x .google-map {
  height: 30rem;
  position: relative;
}
.cid-srPQ0ILG3x .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-srPQ0ILG3x .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-srPQ0ILG3x .google-map[data-state] {
  background: #e9e5dc;
}
.cid-srPQ0ILG3x .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-srPQ0JkMhm {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-srPQ0JkMhm .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-srPQ0JkMhm .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-srPQ0JkMhm .col + .mbr-section-btn .btn,
.cid-srPQ0JkMhm .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-srPQ0JkMhm .col + .mbr-section-btn .btn,
  .cid-srPQ0JkMhm .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-srPQ0JkMhm .dragArea > *:nth-last-child(2).col,
  .cid-srPQ0JkMhm .dragArea > *:nth-last-child(2).col-auto,
  .cid-srPQ0JkMhm .col + .mbr-section-btn,
  .cid-srPQ0JkMhm .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-srPQ0JkMhm .dragArea {
    flex-direction: column;
  }
}
.cid-srPQ0JkMhm .btn-primary {
  border: 1px solid #6937a0 !important;
}
.cid-srPQ0JkMhm .btn-primary:hover {
  border: 1px solid #6937a0 !important;
}
.cid-srPQ0JkMhm .stripe {
  border-bottom: 1px solid #65c16d;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-srPQ0JkMhm .form-group {
  max-width: 220px;
}
.cid-srPQ0JkMhm .mbr-section-btn {
  padding-left: 0;
}
.cid-srPQ0JkMhm .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-srPQ0JkMhm .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-srPQ0JkMhm .mbr-text {
  color: #444;
}
.cid-srPQ0JkMhm h5 {
  margin-bottom: 0;
}
.cid-srPQ0JkMhm .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-srPQ0JkMhm .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srPQ0JkMhm .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-srPQ0JkMhm .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srPQ0JkMhm .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-srPQ0JkMhm .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-srPQ0JkMhm .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-srPQ0JkMhm .social-list a:hover {
  opacity: 0.4;
}
.cid-srPQ0JkMhm .media-container-row > div {
  padding: 0px;
}
.cid-srPQ0JkMhm .text2 {
  color: #e5e5e5;
  text-align: left;
}
.cid-srPQ0JkMhm .group-title {
  text-align: left;
  color: #cccccc;
  padding-bottom: 0.2rem;
}
.cid-srPQ0JkMhm .links {
  color: #e5e5e5;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-srPQ0JkMhm .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-srPQ0JkMhm .social-list,
  .cid-srPQ0JkMhm .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-srPQ0JkMhm h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-srPQ0JkMhm .form-group {
    max-width: 180px;
  }
}
.cid-srPQ0JkMhm .links span {
  color: #9e9e9e;
}
.cid-srPQ0JkMhm .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-srPQ0JkMhm .logo-title {
  text-align: center;
}
.cid-srPQ0JkMhm .logo-title,
.cid-srPQ0JkMhm .logo {
  color: #e5e5e5;
}
.cid-srPQ0Ko6rS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-srPQ0Ko6rS a:link {
  text-decoration: none;
}
.cid-srPQ0Ko6rS .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-srPQ0Ko6rS .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-srPQ0Ko6rS .inner-text {
  line-height: 3em;
}
.cid-srPQ0Ko6rS .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srPQ0Ko6rS .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-srPQ0Ko6rS .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-srPQ0Ko6rS .content-text,
.cid-srPQ0Ko6rS .inner-text {
  color: #c1c1c1;
}
