body {
  font-family: 'Atkinson Hyperlegible', sans-serif;
}
.display-1 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f4d7d7 !important;
}
.bg-success {
  background-color: #f4aee6 !important;
}
.bg-info {
  background-color: #b17474 !important;
}
.bg-warning {
  background-color: #ffff33 !important;
}
.bg-danger {
  background-color: #b08546 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f4d7d7 !important;
  border-color: #f4d7d7 !important;
  color: #333333 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #333333 !important;
  background-color: #f4d7d7 !important;
  border-color: #f4d7d7 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #333333 !important;
  background-color: #e19393 !important;
  border-color: #e19393 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e582d2 !important;
  border-color: #e582d2 !important;
  color: #333333 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #333333 !important;
  background-color: #e582d2 !important;
  border-color: #e582d2 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #333333 !important;
  background-color: #d63ab8 !important;
  border-color: #d63ab8 !important;
}
.btn-info,
.btn-info:active {
  background-color: #b17474 !important;
  border-color: #b17474 !important;
  color: #333333 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #333333 !important;
  background-color: #b17474 !important;
  border-color: #b17474 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #333333 !important;
  background-color: #844a4a !important;
  border-color: #844a4a !important;
}
.btn-success,
.btn-success:active {
  background-color: #f4aee6 !important;
  border-color: #f4aee6 !important;
  color: #333333 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #333333 !important;
  background-color: #f4aee6 !important;
  border-color: #f4aee6 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #333333 !important;
  background-color: #ea62ce !important;
  border-color: #ea62ce !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffff33 !important;
  border-color: #ffff33 !important;
  color: #333333 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #000000 !important;
  background-color: #ffff33 !important;
  border-color: #ffff33 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #333333 !important;
  background-color: #dbdb00 !important;
  border-color: #dbdb00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b08546 !important;
  border-color: #b08546 !important;
  color: #333333 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #333333 !important;
  background-color: #b08546 !important;
  border-color: #b08546 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #333333 !important;
  background-color: #72562d !important;
  border-color: #72562d !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #333333 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #333333 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #333333 !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #333333 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #333333 !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #333333 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f4d7d7;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #e19393 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #a02c2c !important;
  background-color: #f4d7d7 !important;
  border-color: #f4d7d7 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e582d2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d63ab8 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e582d2 !important;
  border-color: #e582d2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b17474;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #844a4a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b17474 !important;
  border-color: #b17474 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f4aee6;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ea62ce !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f4aee6 !important;
  border-color: #f4aee6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffff33;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #dbdb00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #333300 !important;
  background-color: #ffff33 !important;
  border-color: #ffff33 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b08546;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #72562d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b08546 !important;
  border-color: #b08546 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f4d7d7 !important;
}
.text-secondary {
  color: #e582d2 !important;
}
.text-success {
  color: #f4aee6 !important;
}
.text-info {
  color: #b17474 !important;
}
.text-warning {
  color: #ffff33 !important;
}
.text-danger {
  color: #b08546 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #de8787 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d32eb4 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #e854ca !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #7a4545 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccc00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #674e29 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
.nav-tabs .nav-link.active {
  color: #f4d7d7;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b17474;
}
.alert-warning {
  background-color: #ffff33;
}
.alert-danger {
  background-color: #b08546;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f4d7d7;
  border-color: #f4d7d7;
  color: #b43131;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f4d7d7;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dfc6c6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d8c09d;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f4d7d7 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #f4d7d7;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f4d7d7;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f4d7d7;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f4d7d7;
  border-bottom-color: #f4d7d7;
}
.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: #000000 !important;
  background-color: #f4d7d7 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e582d2 !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='%23f4d7d7' %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-tUG65L1Keq {
  z-index: 1000;
  width: 100%;
}
.cid-tUG65L1Keq nav.navbar {
  position: fixed;
}
.cid-tUG65L1Keq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUG65L1Keq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUG65L1Keq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUG65L1Keq .dropdown-item:hover,
.cid-tUG65L1Keq .dropdown-item:focus {
  background: #f4d7d7 !important;
  color: white !important;
}
.cid-tUG65L1Keq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUG65L1Keq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUG65L1Keq .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-tUG65L1Keq .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-tUG65L1Keq .nav-item {
  margin: 0 31px;
}
.cid-tUG65L1Keq .nav-item:first-child {
  margin-left: 0;
}
.cid-tUG65L1Keq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUG65L1Keq .nav-link {
  position: relative;
}
.cid-tUG65L1Keq .nav-link:hover,
.cid-tUG65L1Keq .nav-link:focus,
.cid-tUG65L1Keq .nav-link:active {
  color: #ee3102 !important;
}
.cid-tUG65L1Keq .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-tUG65L1Keq .container {
    flex-wrap: inherit;
  }
}
.cid-tUG65L1Keq .navbar-caption:hover,
.cid-tUG65L1Keq .navbar-caption:focus,
.cid-tUG65L1Keq .navbar-caption:active {
  color: #ee3102 !important;
}
.cid-tUG65L1Keq .dropdown-menu,
.cid-tUG65L1Keq .navbar.opened {
  background: #99b466 !important;
}
.cid-tUG65L1Keq .nav-item:focus,
.cid-tUG65L1Keq .nav-link:focus {
  outline: none;
}
.cid-tUG65L1Keq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUG65L1Keq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUG65L1Keq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUG65L1Keq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUG65L1Keq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(153, 180, 102, 0.5);
}
.cid-tUG65L1Keq .navbar.opened {
  transition: all 0.3s;
}
.cid-tUG65L1Keq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUG65L1Keq .navbar .navbar-logo img {
  width: auto;
}
.cid-tUG65L1Keq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUG65L1Keq .navbar.collapsed {
  justify-content: center;
}
.cid-tUG65L1Keq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUG65L1Keq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tUG65L1Keq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUG65L1Keq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUG65L1Keq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tUG65L1Keq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUG65L1Keq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tUG65L1Keq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUG65L1Keq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUG65L1Keq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUG65L1Keq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUG65L1Keq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tUG65L1Keq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUG65L1Keq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tUG65L1Keq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUG65L1Keq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUG65L1Keq .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tUG65L1Keq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUG65L1Keq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUG65L1Keq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUG65L1Keq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}
.cid-tUG65L1Keq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUG65L1Keq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUG65L1Keq .dropdown-item.active,
.cid-tUG65L1Keq .dropdown-item:active {
  background-color: transparent;
}
.cid-tUG65L1Keq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUG65L1Keq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUG65L1Keq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUG65L1Keq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99b466;
}
.cid-tUG65L1Keq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUG65L1Keq .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-tUG65L1Keq .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-tUG65L1Keq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUG65L1Keq ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tUG65L1Keq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (max-width: 991px) {
  .cid-tUG65L1Keq .navbar-buttons {
    text-align: left;
    margin-left: -0.6rem;
  }
}
.cid-tUG65L1Keq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUG65L1Keq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #164b56;
}
.cid-tUG65L1Keq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUG65L1Keq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUG65L1Keq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUG65L1Keq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUG65L1Keq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUG65L1Keq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUG65L1Keq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUG65L1Keq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUG65L1Keq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUG65L1Keq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tUG65L1Keq a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUG65L1Keq .navbar {
    height: 70px;
  }
  .cid-tUG65L1Keq .navbar.opened {
    height: auto;
  }
  .cid-tUG65L1Keq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUG65L1Keq .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-tkWNV0ezSf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkWNV0ezSf .carousel {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-tkWNV0ezSf .carousel {
    height: 940px;
  }
}
@media (max-width: 768px) {
  .cid-tkWNV0ezSf .carousel {
    height: 400px;
  }
}
.cid-tkWNV0ezSf .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tkWNV0ezSf .carousel .carousel-item,
.cid-tkWNV0ezSf .carousel .carousel-inner {
  height: 100%;
}
.cid-tkWNV0ezSf .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tkWNV0ezSf .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tkWNV0ezSf .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tkWNV0ezSf .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-tkWNV0ezSf .item-wrapper {
  position: relative;
  text-align: start;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tkWNV0ezSf .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tkWNV0ezSf .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tkWNV0ezSf .row {
  position: relative;
}
.cid-tkWNV0ezSf .container {
  margin-bottom: 3px;
}
.cid-tkWNV0ezSf .carousel-control {
  color: #000000;
  top: 50%;
  width: 100px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: .8;
}
@media (max-width: 768px) {
  .cid-tkWNV0ezSf .carousel-control .mbri-left,
  .cid-tkWNV0ezSf .carousel-control .mbri-right {
    display: none;
  }
}
.cid-tkWNV0ezSf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tkWNV0ezSf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tkWNV0ezSf .carousel-control {
    top: 70%;
  }
  .cid-tkWNV0ezSf .carousel-control.carousel-control-prev {
    margin-left: .5rem;
  }
  .cid-tkWNV0ezSf .carousel-control.carousel-control-next {
    margin-right: .5rem;
  }
}
.cid-tkWNV0ezSf .buttons-wrap {
  justify-content: start;
}
.cid-tkWNV0ezSf .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-tkWNV0ezSf .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-tkWNV0ezSf .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cid-tkWNV0ezSf .buttons-wrap .mbr-section-btn {
    margin-bottom: 10px;
  }
}
.cid-tkWNV0ezSf .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tkWNV0ezSf .wrap {
  z-index: 9999;
}
.cid-tkWNV0ezSf .btnHeader {
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  cursor: pointer;
  left: 50%;
  top: 70%;
  border: 1px solid #333333;
  justify-content: center;
  transition: border 0.5s ease;
  transform: translateX(-50%);
}
.cid-tkWNV0ezSf .btnHeader::before,
.cid-tkWNV0ezSf .btnHeader::after {
  content: '';
  width: 102%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: -1%;
}
.cid-tkWNV0ezSf .btnHeader::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-tkWNV0ezSf .btnHeader:hover::before {
  border-top-color: #f7ee31;
  border-right-color: #f7ee31;
  border-bottom-color: #f7ee31;
}
.cid-tkWNV0ezSf .btnHeader::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-tkWNV0ezSf .btnHeader:hover::after {
  border-top: 1px solid #f7ee31;
  border-left-color: #f7ee31;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-tkWNV0ezSf .img {
  position: relative;
}
.cid-tkXNRl9d9e {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tkXNRl9d9e .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tkXNRl9d9e .row {
    padding: 20px 34px;
  }
}
.cid-tkXNRl9d9e .mbr-text {
  text-align: center;
}
.cid-tkWQr0hSGt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #164b56;
}
.cid-tkWQr0hSGt .row {
  justify-content: center;
  align-items: flex-start;
}
.cid-tkWQr0hSGt .mbr-section-title {
  color: #f3f4ef;
  text-align: center;
}
.cid-tkWQr0hSGt .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-tkWQr0hSGt .mbr-section-subtitle {
  color: #f3f4ef;
}
.cid-tpYQ5Txxp6 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tpYQ5Txxp6 .row {
  justify-content: center;
}
.cid-tpYQ5Txxp6 .col-title {
  margin-bottom: 2.5rem;
}
.cid-tpYQ5Txxp6 .mbr-section-title {
  color: #F6B7D2;
}
.cid-tpYQ5Txxp6 .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1.5rem;
}
.cid-tpYQ5Txxp6 .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tpYQ5Txxp6 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tpYQ5Txxp6 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tpYQ5Txxp6 .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 400px;
}
@media (max-width: 639px) {
  .cid-tpYQ5Txxp6 .card {
    min-height: 276px;
  }
}
.cid-tpYQ5Txxp6 .card-1 {
  background-color: #44af69;
}
.cid-tpYQ5Txxp6 .card-2 {
  background-color: #75083a;
}
.cid-tpYQ5Txxp6 .card-3 {
  background-color: #ff4545;
}
.cid-tpYQ5Txxp6 .card-4 {
  background-color: #fed243;
}
.cid-tpYQ5Txxp6 .card-5 {
  background-color: #44af69;
}
.cid-tpYQ5Txxp6 .card-6 {
  background-color: #ff7f11;
}
.cid-tpYQ5Txxp6 .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tpYQ5Txxp6 .card:hover .card-title {
  text-decoration: underline;
}
.cid-tpYQ5Txxp6 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tpYQ5Txxp6 .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-tpYQ5Txxp6 .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tpYQ5Txxp6 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tpYQ5Txxp6 .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tpYQ5Txxp6 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #FCF0D5;
  position: relative;
  z-index: 11;
}
.cid-tpYQ5Txxp6 .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-tpYQsGR4zL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tpYQsGR4zL .row {
  justify-content: center;
}
.cid-tpYQsGR4zL .col-title {
  margin-bottom: 2.5rem;
}
.cid-tpYQsGR4zL .mbr-section-title {
  color: #F6B7D2;
}
.cid-tpYQsGR4zL .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1.5rem;
}
.cid-tpYQsGR4zL .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tpYQsGR4zL .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tpYQsGR4zL .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tpYQsGR4zL .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 400px;
}
@media (max-width: 639px) {
  .cid-tpYQsGR4zL .card {
    min-height: 276px;
  }
}
.cid-tpYQsGR4zL .card-1 {
  background-color: #44af69;
}
.cid-tpYQsGR4zL .card-2 {
  background-color: #75083a;
}
.cid-tpYQsGR4zL .card-3 {
  background-color: #ff4545;
}
.cid-tpYQsGR4zL .card-4 {
  background-color: #fed243;
}
.cid-tpYQsGR4zL .card-5 {
  background-color: #44af69;
}
.cid-tpYQsGR4zL .card-6 {
  background-color: #ff7f11;
}
.cid-tpYQsGR4zL .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tpYQsGR4zL .card:hover .card-title {
  text-decoration: underline;
}
.cid-tpYQsGR4zL .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tpYQsGR4zL .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-tpYQsGR4zL .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tpYQsGR4zL .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tpYQsGR4zL .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tpYQsGR4zL .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #FCF0D5;
  position: relative;
  z-index: 11;
}
.cid-tpYQsGR4zL .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-tpYQT5lyie {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tpYQT5lyie .row {
  justify-content: center;
}
.cid-tpYQT5lyie .col-title {
  margin-bottom: 2.5rem;
}
.cid-tpYQT5lyie .mbr-section-title {
  color: #F6B7D2;
}
.cid-tpYQT5lyie .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1.5rem;
}
.cid-tpYQT5lyie .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tpYQT5lyie .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tpYQT5lyie .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tpYQT5lyie .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 400px;
}
@media (max-width: 639px) {
  .cid-tpYQT5lyie .card {
    min-height: 276px;
  }
}
.cid-tpYQT5lyie .card-1 {
  background-color: #44af69;
}
.cid-tpYQT5lyie .card-2 {
  background-color: #75083a;
}
.cid-tpYQT5lyie .card-3 {
  background-color: #ff4545;
}
.cid-tpYQT5lyie .card-4 {
  background-color: #fed243;
}
.cid-tpYQT5lyie .card-5 {
  background-color: #44af69;
}
.cid-tpYQT5lyie .card-6 {
  background-color: #ff7f11;
}
.cid-tpYQT5lyie .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tpYQT5lyie .card:hover .card-title {
  text-decoration: underline;
}
.cid-tpYQT5lyie .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tpYQT5lyie .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-tpYQT5lyie .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tpYQT5lyie .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tpYQT5lyie .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tpYQT5lyie .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #FCF0D5;
  position: relative;
  z-index: 11;
}
.cid-tpYQT5lyie .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-tpYRgY3iQK {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tpYRgY3iQK .row {
  justify-content: center;
}
.cid-tpYRgY3iQK .col-title {
  margin-bottom: 2.5rem;
}
.cid-tpYRgY3iQK .mbr-section-title {
  color: #F6B7D2;
}
.cid-tpYRgY3iQK .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1.5rem;
}
.cid-tpYRgY3iQK .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tpYRgY3iQK .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tpYRgY3iQK .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tpYRgY3iQK .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 400px;
}
@media (max-width: 639px) {
  .cid-tpYRgY3iQK .card {
    min-height: 276px;
  }
}
.cid-tpYRgY3iQK .card-1 {
  background-color: #44af69;
}
.cid-tpYRgY3iQK .card-2 {
  background-color: #75083a;
}
.cid-tpYRgY3iQK .card-3 {
  background-color: #ff4545;
}
.cid-tpYRgY3iQK .card-4 {
  background-color: #fed243;
}
.cid-tpYRgY3iQK .card-5 {
  background-color: #44af69;
}
.cid-tpYRgY3iQK .card-6 {
  background-color: #ff7f11;
}
.cid-tpYRgY3iQK .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tpYRgY3iQK .card:hover .card-title {
  text-decoration: underline;
}
.cid-tpYRgY3iQK .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tpYRgY3iQK .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-tpYRgY3iQK .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tpYRgY3iQK .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tpYRgY3iQK .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tpYRgY3iQK .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #FCF0D5;
  position: relative;
  z-index: 11;
}
.cid-tpYRgY3iQK .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-tkWUexe9gr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tkWUexe9gr h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tkWUexe9gr p {
  color: #767676;
  text-align: left;
}
.cid-tkWUexe9gr .card-wrapper {
  height: 100%;
}
.cid-tkWUexe9gr .container-fluid {
  max-width: 1600px;
}
.cid-tkWUexe9gr .card-img {
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 0 !important;
}
.cid-tkWUexe9gr img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-tkWUexe9gr .card:hover .second-img {
  opacity: 0.15;
}
.cid-tkWUexe9gr .card:hover .mbr-iconfont {
  opacity: 1;
}
.cid-tkWUexe9gr .title {
  text-align: center;
  padding: 0 !important;
  margin-bottom: 0.70rem;
  color: #b8d94f;
}
@media (max-width: 767px) {
  .cid-tkWUexe9gr .mbr-iconfont {
    opacity: 1;
  }
  .cid-tkWUexe9gr .second-img {
    opacity: 0.5;
  }
}
.cid-tkWUexe9gr .subtitle {
  text-align: center;
  margin-bottom: 0 !important;
  color: #47a15d;
  padding-bottom: 3rem !important;
}
.cid-tkWUexe9gr .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  top: 0%;
  opacity: 0;
  transition: .5s all;
  pointer-events: none;
}
.cid-tkWUexe9gr .button {
  padding-top: 1rem;
}
.cid-tkWZgt8Cl8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkWZgt8Cl8 .left-side {
  text-align: left;
}
.cid-tkWZgt8Cl8 .row {
  align-items: center;
}
@media (max-width: 9090px) {
  .cid-tkWZgt8Cl8 .item-wrapper {
    padding-top: 20px;
  }
}
.cid-tkWZgt8Cl8 .mbr-section-subtitle {
  color: #626262;
  padding-top: 20px;
  margin-top: 0;
}
.cid-tkWZgt8Cl8 .mbr-section-title {
  color: #000000;
}
.cid-tkWZgt8Cl8 .item-title {
  text-transform: uppercase;
  margin: 0;
}
.cid-tkWZgt8Cl8 .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-tkWZgt8Cl8 img,
.cid-tkWZgt8Cl8 .item-img {
  width: 100%;
  height: auto;
}
.cid-tkWZgt8Cl8 .mbr-text {
  padding-top: 10px;
}
.cid-tkWS80DqkL {
  background-color: #fef1e6;
}
.cid-tkWS80DqkL input {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none!important;
  box-shadow: none;
}
.cid-tkWS80DqkL a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-tkWS80DqkL .btn {
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 30px;
}
.cid-tkWS80DqkL .form-group {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  border-bottom: 1px solid #0c5b47!important;
}
.cid-tkWS80DqkL .mbr-section-title {
  padding-bottom: 10px;
  color: #0c5b47;
  font-size: 42px;
}
.cid-tkWS80DqkL .container {
  margin: auto;
  max-width: 1100px;
}
.cid-tkWS80DqkL .google-map {
  padding: 50px;
  filter: grayscale(0.9);
  height: 34rem;
  position: relative;
}
.cid-tkWS80DqkL .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tkWS80DqkL .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-tkWS80DqkL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tkWS80DqkL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tkWS80DqkL .mbr-link .address {
  text-align: left;
  color: #1b745e;
}
.cid-tkWS80DqkL .address {
  padding-top: 10px;
  margin-bottom: 0;
  font-style: italic;
}
.cid-tkWS80DqkL .tel {
  font-style: initial;
}
.cid-tkWS80DqkL .top {
  padding-top: 25px;
}
.cid-tkWS80DqkL .row {
  align-items: center;
}
@media (max-width: 990px) {
  .cid-tkWS80DqkL .google-map {
    padding: 15px 0px;
  }
  .cid-tkWS80DqkL .mbr-section-title {
    padding-top: 30px;
  }
}
.cid-tkWS80DqkL .button {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0;
}
.cid-tkWS80DqkL .form-control {
  font-style: italic;
  color: #1b745e !important;
  font-family: crimson text,serif;
}
.cid-tkWSbag8mB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #082c4e;
}
