.btn {
  border-width: 2px;
}
body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Dancing Script', handwriting;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-7 {
  font-family: 'Crimson Text', serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.mbr-section-btn {
  width: 100%;
}
.mbr-section-title {
  margin: 0;
}
.mbr-section-subtitle {
  padding: 0;
  margin: 0;
}
.mbr-text {
  padding: 0;
  margin: 0;
}
.btn {
  padding: 0.5625rem 2.3125rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.8rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #d8e3d5 !important;
}
.bg-success {
  background-color: #0c5b47 !important;
}
.bg-info {
  background-color: #1b745e !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d8e3d5 !important;
  border-color: #d8e3d5 !important;
  color: #10634e !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #10634e !important;
  background-color: #c4d5c0 !important;
  border-color: #c4d5c0 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #10634e !important;
  background-color: #c4d5c0 !important;
  border-color: #c4d5c0 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fef1e6 !important;
  border-color: #fef1e6 !important;
  color: #10634e !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #10634e !important;
  background-color: #fddec4 !important;
  border-color: #fddec4 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #10634e !important;
  background-color: #fddec4 !important;
  border-color: #fddec4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #1b745e !important;
  border-color: #1b745e !important;
  color: #10634e !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #10634e !important;
  background-color: #145747 !important;
  border-color: #145747 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #10634e !important;
  background-color: #145747 !important;
  border-color: #145747 !important;
}
.btn-success,
.btn-success:active {
  background-color: #0c5b47 !important;
  border-color: #0c5b47 !important;
  color: #10634e !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #10634e !important;
  background-color: #083b2e !important;
  border-color: #083b2e !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #10634e !important;
  background-color: #083b2e !important;
  border-color: #083b2e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #10634e !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #10634e !important;
  background-color: #ffda3d !important;
  border-color: #ffda3d !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #10634e !important;
  background-color: #ffda3d !important;
  border-color: #ffda3d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #10634e !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #10634e !important;
  background-color: #ff8142 !important;
  border-color: #ff8142 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #10634e !important;
  background-color: #ff8142 !important;
  border-color: #ff8142 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #10634e !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #10634e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #10634e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #10634e !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #10634e !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #10634e !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #d8e3d5;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #d8e3d5 !important;
  border-color: #d8e3d5;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d8e3d5 !important;
  border-color: #d8e3d5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fef1e6;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #fef1e6 !important;
  border-color: #fef1e6;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fef1e6 !important;
  border-color: #fef1e6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #1b745e;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #1b745e !important;
  border-color: #1b745e;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1b745e !important;
  border-color: #1b745e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #0c5b47;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #0c5b47 !important;
  border-color: #0c5b47;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0c5b47 !important;
  border-color: #0c5b47 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #ffe161 !important;
  border-color: #ffe161;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #000000;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #d8e3d5 !important;
}
.text-secondary {
  color: #fef1e6 !important;
}
.text-success {
  color: #0c5b47 !important;
}
.text-info {
  color: #1b745e !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #faba84 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #faba84 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000101 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #08211b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #000000;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #ffffff;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
  transition: all 0.2s ease-in-out;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  /*transition: background-position 0s ease-in-out;*/
  /*background-image: linear-gradient(currentColor 50%, currentColor 50%);*/
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d8e3d5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #1b745e;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d8e3d5;
  border-color: #d8e3d5;
  /*.color: contrast(@primaryColor, darken(@primaryColor, 45%), #ffffff, 60%);*/
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d8e3d5;
}
.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: #1bcc9f;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #3dd2ad;
}
.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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: @primaryColor!important;*/
}
.form-control:-webkit-input-placeholder {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #d8e3d5;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d8e3d5;
  color: #000000;
}
.jq-number__spin {
  transition: 0s ease;
}
.jq-number__spin:hover {
  border-color: #d8e3d5;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0s;
  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: #d8e3d5;
  border-bottom-color: #d8e3d5;
}
.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: #d8e3d5 !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: #fef1e6 !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='%23d8e3d5' %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;
}
.container {
  max-width: 1100px;
}
.btn {
  font-weight: 400;
}
.cid-sxbaalA7lJ .navbar-dropdown {
  position: relative !important;
}
.cid-sxbaalA7lJ .navbar-dropdown {
  position: absolute !important;
}
.cid-sxbaalA7lJ .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-sxbaalA7lJ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sxbaalA7lJ .dropdown-item:hover,
.cid-sxbaalA7lJ .dropdown-item:focus {
  color: #d8e3d5 !important;
}
.cid-sxbaalA7lJ .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-sxbaalA7lJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sxbaalA7lJ .nav-link {
  position: relative;
  padding: 0;
}
.cid-sxbaalA7lJ .container {
  display: flex;
  margin: auto;
}
.cid-sxbaalA7lJ .iconfont-wrapper {
  color: #d8e3d5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sxbaalA7lJ .dropdown-menu,
.cid-sxbaalA7lJ .navbar.opened {
  background: #0c5b47 !important;
}
.cid-sxbaalA7lJ .nav-item:focus,
.cid-sxbaalA7lJ .nav-link:focus {
  outline: none;
}
.cid-sxbaalA7lJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sxbaalA7lJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxbaalA7lJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sxbaalA7lJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxbaalA7lJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxbaalA7lJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxbaalA7lJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(12, 91, 71, 0.6);
}
.cid-sxbaalA7lJ .navbar.opened {
  transition: all 0.3s;
}
.cid-sxbaalA7lJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sxbaalA7lJ .navbar .navbar-logo img {
  width: auto;
}
.cid-sxbaalA7lJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxbaalA7lJ .navbar.collapsed {
  justify-content: center;
}
.cid-sxbaalA7lJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxbaalA7lJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxbaalA7lJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-sxbaalA7lJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxbaalA7lJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxbaalA7lJ .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-sxbaalA7lJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxbaalA7lJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxbaalA7lJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxbaalA7lJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxbaalA7lJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxbaalA7lJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxbaalA7lJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxbaalA7lJ .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-sxbaalA7lJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sxbaalA7lJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxbaalA7lJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxbaalA7lJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sxbaalA7lJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sxbaalA7lJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxbaalA7lJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sxbaalA7lJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sxbaalA7lJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sxbaalA7lJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sxbaalA7lJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxbaalA7lJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxbaalA7lJ .dropdown-item.active,
.cid-sxbaalA7lJ .dropdown-item:active {
  background-color: transparent;
}
.cid-sxbaalA7lJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxbaalA7lJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxbaalA7lJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxbaalA7lJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c5b47;
}
.cid-sxbaalA7lJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxbaalA7lJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxbaalA7lJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxbaalA7lJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sxbaalA7lJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sxbaalA7lJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d8e3d5;
}
.cid-sxbaalA7lJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxbaalA7lJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxbaalA7lJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxbaalA7lJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxbaalA7lJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxbaalA7lJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxbaalA7lJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxbaalA7lJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxbaalA7lJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sxbaalA7lJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxbaalA7lJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sxbaalA7lJ .navbar {
    height: 70px;
  }
  .cid-sxbaalA7lJ .navbar.opened {
    height: auto;
  }
  .cid-sxbaalA7lJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxbaalA7lJ .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sxbaalA7lJ .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sxbaalA7lJ a {
  display: inline;
  font-weight: bold;
}
.cid-sxbaalA7lJ img {
  display: inline;
  padding-right: 10px;
}
.cid-sxbaalA7lJ .dropdown-toggle:after {
  display: none;
}
.cid-sxbaalA7lJ .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sxbaalA7lJ .dropdown-item:hover {
  color: #ffe161 !important;
}
@media (max-width: 990px) {
  .cid-sxbaalA7lJ .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-uCdeVuZghI {
  background-image: url("../../../assets/images/dog-with-bluebells-940x492.jpg");
}
.cid-uCdeVuZghI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCdeVuZghI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCdeVuZghI .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uCdeVuZghI .container-fluid {
    padding: 0 25px;
  }
}
.cid-uCdeVuZghI .container-fluid .row {
  padding: 0;
}
.cid-uCdeVuZghI .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-uCdeVuZghI .title-wrapper .image-wrapper img {
  max-width: 600px;
  max-height: 600px;
  display: inline;
}
.cid-uCdeVuZghI .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uCdeVuZghI .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-uCdeVuZghI .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uCdeVuZghI .mbr-section-title {
  color: #ffffff;
}
.cid-uCdeVuZghI .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-uCdeVuZghI .mbr-section-title,
.cid-uCdeVuZghI .mbr-section-btn,
.cid-uCdeVuZghI .image-wrapper {
  text-align: left;
  color: #e0ecdc;
}
.cid-uBMespnVp6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uBMespnVp6 .card {
  padding: 5rem 20%;
  background: #0c5b47;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
.cid-uBMespnVp6 .lin {
  display: inline;
  text-align: center;
  color: #0c5b47;
}
.cid-uBMespnVp6 .mbr-iconfont {
  font-size: 50px;
  color: #d8e3d5;
}
.cid-uBMespnVp6 .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: center;
}
.cid-uBMespnVp6 .mbr-section-subtitle {
  padding-top: 15px;
  text-align: center;
  color: #d8e3d5;
  font-style: italic;
}
.cid-uBMespnVp6 .lin,
.cid-uBMespnVp6 .iconfont-wrapper {
  color: #d8e3d5;
}
.cid-uC7WOAqA1v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC7WOAqA1v .left-side {
  text-align: left;
  padding-right: 150px;
  padding-left: 80px;
}
.cid-uC7WOAqA1v .row {
  align-items: center;
  background: #e0ecdc;
  padding: 0px;
  margin: 0;
}
.cid-uC7WOAqA1v .right-side {
  padding: 0;
}
.cid-uC7WOAqA1v .mbr-section-title {
  margin: 0 0 12px;
  color: #0c5b47;
}
.cid-uC7WOAqA1v .col-auto {
  display: inline-block;
}
.cid-uC7WOAqA1v .container-fluid {
  padding: 0;
}
.cid-uC7WOAqA1v .mbr-section-subtitle {
  color: #1b745e;
  font-style: italic;
  margin-bottom: 0;
}
.cid-uC7WOAqA1v .mbr-iconfont {
  font-size: 48px;
  color: #0c5b47;
}
.cid-uC7WOAqA1v .iconfont-wrapper {
  margin-bottom: 13px;
}
.cid-uC7WOAqA1v .desc {
  padding: 0 15px 30px;
  color: #1b745e;
}
.cid-uC7WOAqA1v .desc1 {
  padding-bottom: 5px;
  padding-right: 3.75rem;
}
.cid-uC7WOAqA1v .desc2 {
  font-style: italic;
  color: #1b745e;
}
.cid-uC7WOAqA1v .desc1,
.cid-uC7WOAqA1v .iconfont-wrapper {
  color: #0c5b47;
}
@media (min-width: 960px) {
  .cid-uC7WOAqA1v .bord {
    border-right: 1px solid #c0c0c0;
  }
}
.cid-uC7WOAqA1v .mbr-section-title,
.cid-uC7WOAqA1v .mbr-section-subtitle {
  margin: 0 15px 10px;
  color: #0c5b47;
}
@media (max-width: 990px) {
  .cid-uC7WOAqA1v .mbr-iconfont {
    font-size: 60px;
  }
  .cid-uC7WOAqA1v .desc1 {
    padding-right: 0;
    text-align: center;
  }
  .cid-uC7WOAqA1v .left-side {
    padding: 25px 0;
    text-align: center;
  }
  .cid-uC7WOAqA1v .desc2 {
    text-align: center;
  }
  .cid-uC7WOAqA1v .iconfont-wrapper {
    text-align: right;
  }
}
.cid-uC3itL6zQk {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #0c5b47;
}
.cid-uC3itL6zQk .mbr-section-title {
  color: #d8e3d5;
  text-align: center;
}
.cid-uC3itL6zQk .mbr-section-subtitle {
  color: #d8e3d5;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-uC3itL6zQk .row {
  align-items: center;
  height: 100%;
}
.cid-uC3itL6zQk .container {
  max-width: 720px;
  margin: auto;
}
.cid-uC3hWIGCQS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bluebell-cat-300x168.jpg");
}
.cid-uC3hWIGCQS .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uC3hWIGCQS .team-card:hover {
  transform: translateY(-10px);
}
.cid-uC3hWIGCQS .card-wrap {
  position: relative;
  background: #d8e3d5;
}
@media (max-width: 991px) {
  .cid-uC3hWIGCQS .card-wrap {
    margin-bottom: 3rem;
  }
}
.cid-uC3hWIGCQS .card-wrap .image-wrap img {
  width: 100%;
}
.cid-uC3hWIGCQS .social-row {
  text-align: center;
  position: absolute;
  top: 1%;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.cid-uC3hWIGCQS .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-right: 0.6rem;
  margin-bottom: 1.5rem;
  padding: 0.5rem;
  transition: all 0.3s;
}
.cid-uC3hWIGCQS .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d8e3d5;
  font-size: 1.5rem;
  background-color: white;
  padding: 6px;
  border-radius: 50%;
}
.cid-uC3hWIGCQS .image-wrap {
  padding-bottom: 22px;
}
.cid-uC3hWIGCQS .card-title,
.cid-uC3hWIGCQS .social-row {
  color: #0c5b47;
}
.cid-uC3hWIGCQS .mbr-role,
.cid-uC3hWIGCQS .social-row {
  color: #338873;
}
.cid-uC3hWIGCQS .mbr-role {
  font-style: italic;
}
.cid-uC3hWIGCQS .soc-item {
  width: auto;
  height: 20px;
  border: none;
  margin: 0;
  padding: 0;
}
.cid-uC3hWIGCQS .card-wrap:hover .social-row {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 990px) {
  .cid-uC3hWIGCQS .social-row {
    display: block;
    position: initial;
    opacity: 1;
  }
}
.cid-uC3hWIGCQS .content-wrap {
  padding: 0 10px 0px;
}
@media (max-width: 991px) {
  .cid-uC3hWIGCQS .top {
    margin-bottom: 0px;
  }
}
.cid-uC3hWIGCQS .card-title {
  font-size: 25px;
}
.cid-uC7k35APGh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uC7k35APGh .mbr-section-title {
  color: #d8e3d5;
  text-align: center;
}
.cid-uC7k35APGh .mbr-section-subtitle {
  color: #d8e3d5;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-uC7k35APGh .row {
  align-items: center;
  height: 100%;
}
.cid-uC7k35APGh .container {
  max-width: 720px;
  margin: auto;
}
.cid-uC7kRfxH8q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uC7kRfxH8q .mbr-section-title {
  color: #d8e3d5;
  text-align: center;
}
.cid-uC7kRfxH8q .mbr-section-subtitle {
  color: #d8e3d5;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-uC7kRfxH8q .row {
  align-items: center;
  height: 100%;
}
.cid-uC7kRfxH8q .container {
  max-width: 720px;
  margin: auto;
}
.cid-uC7lnhxB6p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uC7lnhxB6p .mbr-section-title {
  color: #d8e3d5;
  text-align: center;
}
.cid-uC7lnhxB6p .mbr-section-subtitle {
  color: #d8e3d5;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-uC7lnhxB6p .row {
  align-items: center;
  height: 100%;
}
.cid-uC7lnhxB6p .container {
  max-width: 720px;
  margin: auto;
}
.cid-uC7lO003A7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uC7lO003A7 .mbr-section-title {
  color: #d8e3d5;
  text-align: center;
}
.cid-uC7lO003A7 .mbr-section-subtitle {
  color: #d8e3d5;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-uC7lO003A7 .row {
  align-items: center;
  height: 100%;
}
.cid-uC7lO003A7 .container {
  max-width: 720px;
  margin: auto;
}
.cid-uCdV3kpwhE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uCdV3kpwhE .mbr-section-title {
  margin-bottom: 1rem;
  color: #e0ecdc;
}
.cid-uCdV3kpwhE .footer_logo {
  margin-bottom: 2rem;
  text-align: center;
}
.cid-uCdV3kpwhE .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-uCdV3kpwhE .mbr-text {
  margin: 10px 0;
  text-align: center;
}
.cid-uCdV3kpwhE .footer_info {
  margin: 10px 0;
  text-align: center;
  color: #e0ecdc;
}
.cid-uCdV3kpwhE .social_icons {
  text-align: center;
}
.cid-uCdV3kpwhE .icons_footer {
  margin-top: 35px;
  padding: 0;
  display: inline-flex;
}
.cid-uCdV3kpwhE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uCdV3kpwhE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uCdV3kpwhE .iconfont-wrapper:hover {
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  .cid-uCdV3kpwhE .footer_timework {
    margin-top: 50px;
  }
  .cid-uCdV3kpwhE .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-uCdV3kpwhE .mbr-text,
.cid-uCdV3kpwhE .footer_logo,
.cid-uCdV3kpwhE .social_icons {
  color: #e0ecdc;
}
.cid-uBQ4lXwbaU .navbar-dropdown {
  position: relative !important;
}
.cid-uBQ4lXwbaU .navbar-dropdown {
  position: absolute !important;
}
.cid-uBQ4lXwbaU .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-uBQ4lXwbaU .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uBQ4lXwbaU .dropdown-item:hover,
.cid-uBQ4lXwbaU .dropdown-item:focus {
  color: #d8e3d5 !important;
}
.cid-uBQ4lXwbaU .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-uBQ4lXwbaU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBQ4lXwbaU .nav-link {
  position: relative;
  padding: 0;
}
.cid-uBQ4lXwbaU .container {
  display: flex;
  margin: auto;
}
.cid-uBQ4lXwbaU .iconfont-wrapper {
  color: #d8e3d5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBQ4lXwbaU .dropdown-menu,
.cid-uBQ4lXwbaU .navbar.opened {
  background: #0c5b47 !important;
}
.cid-uBQ4lXwbaU .nav-item:focus,
.cid-uBQ4lXwbaU .nav-link:focus {
  outline: none;
}
.cid-uBQ4lXwbaU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBQ4lXwbaU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBQ4lXwbaU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBQ4lXwbaU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBQ4lXwbaU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBQ4lXwbaU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBQ4lXwbaU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(12, 91, 71, 0.6);
}
.cid-uBQ4lXwbaU .navbar.opened {
  transition: all 0.3s;
}
.cid-uBQ4lXwbaU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBQ4lXwbaU .navbar .navbar-logo img {
  width: auto;
}
.cid-uBQ4lXwbaU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBQ4lXwbaU .navbar.collapsed {
  justify-content: center;
}
.cid-uBQ4lXwbaU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBQ4lXwbaU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBQ4lXwbaU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uBQ4lXwbaU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBQ4lXwbaU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBQ4lXwbaU .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-uBQ4lXwbaU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBQ4lXwbaU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBQ4lXwbaU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBQ4lXwbaU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBQ4lXwbaU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBQ4lXwbaU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBQ4lXwbaU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBQ4lXwbaU .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-uBQ4lXwbaU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBQ4lXwbaU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBQ4lXwbaU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBQ4lXwbaU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBQ4lXwbaU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBQ4lXwbaU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBQ4lXwbaU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBQ4lXwbaU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBQ4lXwbaU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBQ4lXwbaU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBQ4lXwbaU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBQ4lXwbaU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBQ4lXwbaU .dropdown-item.active,
.cid-uBQ4lXwbaU .dropdown-item:active {
  background-color: transparent;
}
.cid-uBQ4lXwbaU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBQ4lXwbaU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBQ4lXwbaU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBQ4lXwbaU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c5b47;
}
.cid-uBQ4lXwbaU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBQ4lXwbaU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBQ4lXwbaU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBQ4lXwbaU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBQ4lXwbaU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBQ4lXwbaU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d8e3d5;
}
.cid-uBQ4lXwbaU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBQ4lXwbaU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBQ4lXwbaU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBQ4lXwbaU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBQ4lXwbaU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBQ4lXwbaU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBQ4lXwbaU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBQ4lXwbaU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBQ4lXwbaU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBQ4lXwbaU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBQ4lXwbaU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBQ4lXwbaU .navbar {
    height: 70px;
  }
  .cid-uBQ4lXwbaU .navbar.opened {
    height: auto;
  }
  .cid-uBQ4lXwbaU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBQ4lXwbaU .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uBQ4lXwbaU .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uBQ4lXwbaU a {
  display: inline;
  font-weight: bold;
}
.cid-uBQ4lXwbaU img {
  display: inline;
  padding-right: 10px;
}
.cid-uBQ4lXwbaU .dropdown-toggle:after {
  display: none;
}
.cid-uBQ4lXwbaU .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uBQ4lXwbaU .dropdown-item:hover {
  color: #ffe161 !important;
}
@media (max-width: 990px) {
  .cid-uBQ4lXwbaU .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-uC3sLzybMF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/rabbit-bluebells-3-1625x1300.jpg");
}
.cid-uC3sLzybMF .mbr-section-title {
  color: #e0ecdc;
  text-align: center;
}
.cid-uC3sLzybMF .mbr-section-subtitle {
  color: #0c5b47;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-uC3sLzybMF .row {
  align-items: center;
  height: 100%;
}
.cid-uC3sLzybMF .container {
  max-width: 720px;
  margin: auto;
}
.cid-uC6YDo7oAT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uC6YDo7oAT .left-side {
  text-align: left;
  padding-right: 150px;
  padding-left: 80px;
}
.cid-uC6YDo7oAT .row {
  align-items: center;
  background: #d8e3d5;
  padding: 0px;
  margin: 0;
}
.cid-uC6YDo7oAT .right-side {
  padding: 0;
}
.cid-uC6YDo7oAT .mbr-section-title {
  margin: 0 0 12px;
  color: #0c5b47;
}
.cid-uC6YDo7oAT .col-auto {
  display: inline-block;
}
.cid-uC6YDo7oAT .container-fluid {
  padding: 0;
}
.cid-uC6YDo7oAT .mbr-section-subtitle {
  color: #1b745e;
  font-style: italic;
  margin-bottom: 0;
}
.cid-uC6YDo7oAT .mbr-iconfont {
  font-size: 48px;
  color: #0c5b47;
}
.cid-uC6YDo7oAT .iconfont-wrapper {
  margin-bottom: 13px;
}
.cid-uC6YDo7oAT .desc {
  padding: 0 15px 30px;
  color: #0c5b47;
}
.cid-uC6YDo7oAT .desc1 {
  padding-bottom: 5px;
  padding-right: 3.75rem;
}
.cid-uC6YDo7oAT .desc2 {
  font-style: italic;
  color: #1b745e;
}
.cid-uC6YDo7oAT .desc1,
.cid-uC6YDo7oAT .iconfont-wrapper {
  color: #0c5b47;
}
@media (min-width: 960px) {
  .cid-uC6YDo7oAT .bord {
    border-right: 1px solid #c0c0c0;
  }
}
.cid-uC6YDo7oAT .mbr-section-title,
.cid-uC6YDo7oAT .mbr-section-subtitle {
  margin: 0 15px 10px;
  color: #0c5b47;
}
@media (max-width: 990px) {
  .cid-uC6YDo7oAT .mbr-iconfont {
    font-size: 60px;
  }
  .cid-uC6YDo7oAT .desc1 {
    padding-right: 0;
    text-align: center;
  }
  .cid-uC6YDo7oAT .left-side {
    padding: 25px 0;
    text-align: center;
  }
  .cid-uC6YDo7oAT .desc2 {
    text-align: center;
  }
  .cid-uC6YDo7oAT .iconfont-wrapper {
    text-align: center;
  }
}
.cid-uC71kbVoDd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uC71kbVoDd .left-side {
  text-align: left;
  padding-right: 150px;
  padding-left: 80px;
}
.cid-uC71kbVoDd .row {
  align-items: center;
  background: #0c5b47;
  padding: 0px;
  margin: 0;
}
.cid-uC71kbVoDd .right-side {
  padding: 0;
}
.cid-uC71kbVoDd .mbr-section-title {
  margin: 0 0 12px;
  color: #0c5b47;
}
.cid-uC71kbVoDd .col-auto {
  display: inline-block;
}
.cid-uC71kbVoDd .container-fluid {
  padding: 0;
}
.cid-uC71kbVoDd .row {
  flex-direction: row-reverse;
}
.cid-uC71kbVoDd .left-side {
  padding-left: 150px;
  padding-right: 80px;
}
.cid-uC71kbVoDd .mbr-section-subtitle {
  color: #1b745e;
  font-style: italic;
  margin-bottom: 0;
}
.cid-uC71kbVoDd .mbr-iconfont {
  font-size: 48px;
  color: #d8e3d5;
}
.cid-uC71kbVoDd .iconfont-wrapper {
  margin-bottom: 13px;
}
.cid-uC71kbVoDd .desc {
  padding: 0 15px 30px;
  color: #d8e3d5;
}
.cid-uC71kbVoDd .desc1 {
  padding-bottom: 5px;
  padding-right: 3.75rem;
}
.cid-uC71kbVoDd .desc2 {
  font-style: italic;
  color: #1b745e;
}
.cid-uC71kbVoDd .desc1,
.cid-uC71kbVoDd .iconfont-wrapper {
  color: #0c5b47;
}
@media (min-width: 960px) {
  .cid-uC71kbVoDd .bord {
    border-right: 1px solid #c0c0c0;
  }
}
.cid-uC71kbVoDd .mbr-section-title,
.cid-uC71kbVoDd .mbr-section-subtitle {
  margin: 0 15px 10px;
  color: #0c5b47;
}
@media (max-width: 990px) {
  .cid-uC71kbVoDd .mbr-iconfont {
    font-size: 60px;
  }
  .cid-uC71kbVoDd .desc1 {
    padding-right: 0;
    text-align: center;
  }
  .cid-uC71kbVoDd .left-side {
    padding: 25px 0;
    text-align: center;
  }
  .cid-uC71kbVoDd .desc2 {
    text-align: center;
  }
  .cid-uC71kbVoDd .iconfont-wrapper {
    text-align: center;
  }
}
.cid-uBQ4lYlHrA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uBQ4lYlHrA .card {
  padding: 5rem 20%;
  background: #d8e3d5;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
.cid-uBQ4lYlHrA .lin {
  display: inline;
  text-align: center;
  color: #0c5b47;
}
.cid-uBQ4lYlHrA .mbr-iconfont {
  font-size: 50px;
  color: #0c5b47;
}
.cid-uBQ4lYlHrA .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: center;
}
.cid-uBQ4lYlHrA .mbr-section-subtitle {
  padding-top: 15px;
  text-align: center;
  color: #0c5b47;
  font-style: italic;
}
.cid-uBQ4lYlHrA .lin,
.cid-uBQ4lYlHrA .iconfont-wrapper {
  color: #0c5b47;
}
.cid-uBQ4lYlHrA .lin,
.cid-uBQ4lYlHrA .iconfont-wrapper DIV {
  text-align: center;
}
.cid-uBQ4lZvy0r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uBQ4lZvy0r .mbr-section-title {
  color: #d8e3d5;
  text-align: center;
}
.cid-uBQ4lZvy0r .mbr-section-subtitle {
  color: #d8e3d5;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-uBQ4lZvy0r .row {
  align-items: center;
  height: 100%;
}
.cid-uBQ4lZvy0r .container {
  max-width: 720px;
  margin: auto;
}
.cid-uCdV3kpwhE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uCdV3kpwhE .mbr-section-title {
  margin-bottom: 1rem;
  color: #e0ecdc;
}
.cid-uCdV3kpwhE .footer_logo {
  margin-bottom: 2rem;
  text-align: center;
}
.cid-uCdV3kpwhE .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-uCdV3kpwhE .mbr-text {
  margin: 10px 0;
  text-align: center;
}
.cid-uCdV3kpwhE .footer_info {
  margin: 10px 0;
  text-align: center;
  color: #e0ecdc;
}
.cid-uCdV3kpwhE .social_icons {
  text-align: center;
}
.cid-uCdV3kpwhE .icons_footer {
  margin-top: 35px;
  padding: 0;
  display: inline-flex;
}
.cid-uCdV3kpwhE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uCdV3kpwhE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uCdV3kpwhE .iconfont-wrapper:hover {
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  .cid-uCdV3kpwhE .footer_timework {
    margin-top: 50px;
  }
  .cid-uCdV3kpwhE .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-uCdV3kpwhE .mbr-text,
.cid-uCdV3kpwhE .footer_logo,
.cid-uCdV3kpwhE .social_icons {
  color: #e0ecdc;
}
.cid-uBQ6UdQBgS .navbar-dropdown {
  position: relative !important;
}
.cid-uBQ6UdQBgS .navbar-dropdown {
  position: absolute !important;
}
.cid-uBQ6UdQBgS .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-uBQ6UdQBgS .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uBQ6UdQBgS .dropdown-item:hover,
.cid-uBQ6UdQBgS .dropdown-item:focus {
  color: #d8e3d5 !important;
}
.cid-uBQ6UdQBgS .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-uBQ6UdQBgS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBQ6UdQBgS .nav-link {
  position: relative;
  padding: 0;
}
.cid-uBQ6UdQBgS .container {
  display: flex;
  margin: auto;
}
.cid-uBQ6UdQBgS .iconfont-wrapper {
  color: #d8e3d5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBQ6UdQBgS .dropdown-menu,
.cid-uBQ6UdQBgS .navbar.opened {
  background: #0c5b47 !important;
}
.cid-uBQ6UdQBgS .nav-item:focus,
.cid-uBQ6UdQBgS .nav-link:focus {
  outline: none;
}
.cid-uBQ6UdQBgS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBQ6UdQBgS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBQ6UdQBgS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBQ6UdQBgS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBQ6UdQBgS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBQ6UdQBgS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBQ6UdQBgS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(12, 91, 71, 0.6);
}
.cid-uBQ6UdQBgS .navbar.opened {
  transition: all 0.3s;
}
.cid-uBQ6UdQBgS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBQ6UdQBgS .navbar .navbar-logo img {
  width: auto;
}
.cid-uBQ6UdQBgS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBQ6UdQBgS .navbar.collapsed {
  justify-content: center;
}
.cid-uBQ6UdQBgS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBQ6UdQBgS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBQ6UdQBgS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uBQ6UdQBgS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBQ6UdQBgS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBQ6UdQBgS .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-uBQ6UdQBgS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBQ6UdQBgS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBQ6UdQBgS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBQ6UdQBgS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBQ6UdQBgS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBQ6UdQBgS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBQ6UdQBgS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBQ6UdQBgS .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-uBQ6UdQBgS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBQ6UdQBgS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBQ6UdQBgS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBQ6UdQBgS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBQ6UdQBgS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBQ6UdQBgS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBQ6UdQBgS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBQ6UdQBgS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBQ6UdQBgS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBQ6UdQBgS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBQ6UdQBgS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBQ6UdQBgS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBQ6UdQBgS .dropdown-item.active,
.cid-uBQ6UdQBgS .dropdown-item:active {
  background-color: transparent;
}
.cid-uBQ6UdQBgS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBQ6UdQBgS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBQ6UdQBgS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBQ6UdQBgS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c5b47;
}
.cid-uBQ6UdQBgS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBQ6UdQBgS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBQ6UdQBgS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBQ6UdQBgS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBQ6UdQBgS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBQ6UdQBgS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d8e3d5;
}
.cid-uBQ6UdQBgS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBQ6UdQBgS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBQ6UdQBgS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBQ6UdQBgS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBQ6UdQBgS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBQ6UdQBgS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBQ6UdQBgS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBQ6UdQBgS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBQ6UdQBgS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBQ6UdQBgS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBQ6UdQBgS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBQ6UdQBgS .navbar {
    height: 70px;
  }
  .cid-uBQ6UdQBgS .navbar.opened {
    height: auto;
  }
  .cid-uBQ6UdQBgS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBQ6UdQBgS .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uBQ6UdQBgS .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uBQ6UdQBgS a {
  display: inline;
  font-weight: bold;
}
.cid-uBQ6UdQBgS img {
  display: inline;
  padding-right: 10px;
}
.cid-uBQ6UdQBgS .dropdown-toggle:after {
  display: none;
}
.cid-uBQ6UdQBgS .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uBQ6UdQBgS .dropdown-item:hover {
  color: #ffe161 !important;
}
@media (max-width: 990px) {
  .cid-uBQ6UdQBgS .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-uC3mVqxi03 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/image-04-02-2025-at-15.16-2000x1125.jpg");
}
.cid-uC3mVqxi03 .mbr-section-title {
  color: #d8e3d5;
  text-align: center;
}
.cid-uC3mVqxi03 .mbr-section-subtitle {
  color: #0c5b47;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-uC3mVqxi03 .row {
  align-items: center;
  height: 100%;
}
.cid-uC3mVqxi03 .container {
  max-width: 720px;
  margin: auto;
}
.cid-uC3r29k22T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC3r29k22T .left-side {
  text-align: left;
  padding-right: 150px;
  padding-left: 80px;
}
.cid-uC3r29k22T .row {
  align-items: center;
  background: #e0ecdc;
  padding: 0px;
  margin: 0;
}
.cid-uC3r29k22T .right-side {
  padding: 0;
}
.cid-uC3r29k22T .mbr-section-title {
  margin: 0 0 12px;
  color: #0c5b47;
}
.cid-uC3r29k22T .col-auto {
  display: inline-block;
}
.cid-uC3r29k22T .container-fluid {
  padding: 0;
}
.cid-uC3r29k22T .mbr-section-subtitle {
  color: #1b745e;
  font-style: italic;
  margin-bottom: 0;
}
.cid-uC3r29k22T .mbr-iconfont {
  font-size: 48px;
  color: #0c5b47;
}
.cid-uC3r29k22T .iconfont-wrapper {
  margin-bottom: 13px;
}
.cid-uC3r29k22T .desc {
  padding: 0 15px 30px;
  color: #1b745e;
}
.cid-uC3r29k22T .desc1 {
  padding-bottom: 5px;
  padding-right: 3.75rem;
}
.cid-uC3r29k22T .desc2 {
  font-style: italic;
  color: #1b745e;
}
.cid-uC3r29k22T .desc1,
.cid-uC3r29k22T .iconfont-wrapper {
  color: #0c5b47;
}
@media (min-width: 960px) {
  .cid-uC3r29k22T .bord {
    border-right: 1px solid #c0c0c0;
  }
}
.cid-uC3r29k22T .mbr-section-title,
.cid-uC3r29k22T .mbr-section-subtitle {
  margin: 0 15px 10px;
  color: #0c5b47;
}
@media (max-width: 990px) {
  .cid-uC3r29k22T .mbr-iconfont {
    font-size: 60px;
  }
  .cid-uC3r29k22T .desc1 {
    padding-right: 0;
    text-align: center;
  }
  .cid-uC3r29k22T .left-side {
    padding: 25px 0;
    text-align: center;
  }
  .cid-uC3r29k22T .desc2 {
    text-align: center;
  }
  .cid-uC3r29k22T .iconfont-wrapper {
    text-align: center;
  }
}
.cid-uC83YoCCR9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uC83YoCCR9 .card {
  padding: 5rem 20%;
  background: #0c5b47;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
.cid-uC83YoCCR9 .lin {
  display: inline;
  text-align: center;
  color: #0c5b47;
}
.cid-uC83YoCCR9 .mbr-iconfont {
  font-size: 50px;
  color: #d8e3d5;
}
.cid-uC83YoCCR9 .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: center;
}
.cid-uC83YoCCR9 .mbr-section-subtitle {
  padding-top: 15px;
  text-align: center;
  color: #d8e3d5;
  font-style: italic;
}
.cid-uC83YoCCR9 .lin,
.cid-uC83YoCCR9 .iconfont-wrapper {
  color: #d8e3d5;
}
.cid-uBQ6Uen8AR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uBQ6Uen8AR .mbr-section-title {
  color: #d8e3d5;
  text-align: center;
}
.cid-uBQ6Uen8AR .mbr-section-subtitle {
  color: #d8e3d5;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-uBQ6Uen8AR .row {
  align-items: center;
  height: 100%;
}
.cid-uBQ6Uen8AR .container {
  max-width: 720px;
  margin: auto;
}
.cid-uCdV3kpwhE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uCdV3kpwhE .mbr-section-title {
  margin-bottom: 1rem;
  color: #e0ecdc;
}
.cid-uCdV3kpwhE .footer_logo {
  margin-bottom: 2rem;
  text-align: center;
}
.cid-uCdV3kpwhE .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-uCdV3kpwhE .mbr-text {
  margin: 10px 0;
  text-align: center;
}
.cid-uCdV3kpwhE .footer_info {
  margin: 10px 0;
  text-align: center;
  color: #e0ecdc;
}
.cid-uCdV3kpwhE .social_icons {
  text-align: center;
}
.cid-uCdV3kpwhE .icons_footer {
  margin-top: 35px;
  padding: 0;
  display: inline-flex;
}
.cid-uCdV3kpwhE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uCdV3kpwhE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uCdV3kpwhE .iconfont-wrapper:hover {
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  .cid-uCdV3kpwhE .footer_timework {
    margin-top: 50px;
  }
  .cid-uCdV3kpwhE .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-uCdV3kpwhE .mbr-text,
.cid-uCdV3kpwhE .footer_logo,
.cid-uCdV3kpwhE .social_icons {
  color: #e0ecdc;
}
.cid-uBQ8JLOHI4 .navbar-dropdown {
  position: relative !important;
}
.cid-uBQ8JLOHI4 .navbar-dropdown {
  position: absolute !important;
}
.cid-uBQ8JLOHI4 .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-uBQ8JLOHI4 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uBQ8JLOHI4 .dropdown-item:hover,
.cid-uBQ8JLOHI4 .dropdown-item:focus {
  color: #d8e3d5 !important;
}
.cid-uBQ8JLOHI4 .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-uBQ8JLOHI4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBQ8JLOHI4 .nav-link {
  position: relative;
  padding: 0;
}
.cid-uBQ8JLOHI4 .container {
  display: flex;
  margin: auto;
}
.cid-uBQ8JLOHI4 .iconfont-wrapper {
  color: #d8e3d5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBQ8JLOHI4 .dropdown-menu,
.cid-uBQ8JLOHI4 .navbar.opened {
  background: #0c5b47 !important;
}
.cid-uBQ8JLOHI4 .nav-item:focus,
.cid-uBQ8JLOHI4 .nav-link:focus {
  outline: none;
}
.cid-uBQ8JLOHI4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBQ8JLOHI4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBQ8JLOHI4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBQ8JLOHI4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBQ8JLOHI4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBQ8JLOHI4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBQ8JLOHI4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(12, 91, 71, 0.6);
}
.cid-uBQ8JLOHI4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uBQ8JLOHI4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBQ8JLOHI4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uBQ8JLOHI4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBQ8JLOHI4 .navbar.collapsed {
  justify-content: center;
}
.cid-uBQ8JLOHI4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBQ8JLOHI4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBQ8JLOHI4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uBQ8JLOHI4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBQ8JLOHI4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBQ8JLOHI4 .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-uBQ8JLOHI4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBQ8JLOHI4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBQ8JLOHI4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBQ8JLOHI4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBQ8JLOHI4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBQ8JLOHI4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBQ8JLOHI4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBQ8JLOHI4 .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-uBQ8JLOHI4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBQ8JLOHI4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBQ8JLOHI4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBQ8JLOHI4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBQ8JLOHI4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBQ8JLOHI4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBQ8JLOHI4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBQ8JLOHI4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBQ8JLOHI4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBQ8JLOHI4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBQ8JLOHI4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBQ8JLOHI4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBQ8JLOHI4 .dropdown-item.active,
.cid-uBQ8JLOHI4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBQ8JLOHI4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBQ8JLOHI4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBQ8JLOHI4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBQ8JLOHI4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c5b47;
}
.cid-uBQ8JLOHI4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBQ8JLOHI4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBQ8JLOHI4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBQ8JLOHI4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBQ8JLOHI4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBQ8JLOHI4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d8e3d5;
}
.cid-uBQ8JLOHI4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBQ8JLOHI4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBQ8JLOHI4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBQ8JLOHI4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBQ8JLOHI4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBQ8JLOHI4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBQ8JLOHI4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBQ8JLOHI4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBQ8JLOHI4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBQ8JLOHI4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBQ8JLOHI4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBQ8JLOHI4 .navbar {
    height: 70px;
  }
  .cid-uBQ8JLOHI4 .navbar.opened {
    height: auto;
  }
  .cid-uBQ8JLOHI4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBQ8JLOHI4 .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uBQ8JLOHI4 .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uBQ8JLOHI4 a {
  display: inline;
  font-weight: bold;
}
.cid-uBQ8JLOHI4 img {
  display: inline;
  padding-right: 10px;
}
.cid-uBQ8JLOHI4 .dropdown-toggle:after {
  display: none;
}
.cid-uBQ8JLOHI4 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uBQ8JLOHI4 .dropdown-item:hover {
  color: #ffe161 !important;
}
@media (max-width: 990px) {
  .cid-uBQ8JLOHI4 .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-uBQctTeY9K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/rabbit-bluebells-2-2000x1334.jpg");
}
.cid-uBQctTeY9K .mbr-section-title {
  color: #e0ecdc;
  text-align: center;
}
.cid-uBQctTeY9K .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-uBQctTeY9K .row {
  align-items: center;
  height: 100%;
}
.cid-uBQctTeY9K .container {
  max-width: 720px;
  margin: auto;
}
.cid-uBQcd5iJjg {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #e0ecdc;
}
.cid-uBQcd5iJjg .card-wrapper {
  background: none;
  display: block;
  margin: 25px 0;
}
.cid-uBQcd5iJjg .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-uBQcd5iJjg .mbr-iconfont {
  display: block;
  font-size: 2.5rem;
  color: #1b745e;
  margin-right: 15px;
  height: 100%;
  margin-bottom: 8px;
}
.cid-uBQcd5iJjg .row {
  align-items: center;
}
.cid-uBQcd5iJjg .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-uBQcd5iJjg .col {
  padding: 0;
}
.cid-uBQcd5iJjg .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-uBQcd5iJjg .card-title,
.cid-uBQcd5iJjg .iconfont-wrapper {
  color: #0c5b47;
}
.cid-uBQcd5iJjg a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-uBQcd5iJjg .card-title,
.cid-uBQcd5iJjg .lin {
  color: #1b745e;
}
.cid-uBQcd5iJjg .card-title {
  font-size: 25px;
  margin-bottom: 8px;
}
.cid-uBQf0np9pk {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #0c5b47;
}
.cid-uBQf0np9pk .card-wrapper {
  background: none;
  display: block;
  margin: 25px 0;
}
.cid-uBQf0np9pk .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-uBQf0np9pk .mbr-iconfont {
  display: block;
  font-size: 2.5rem;
  color: #1b745e;
  margin-right: 15px;
  height: 100%;
  margin-bottom: 8px;
}
.cid-uBQf0np9pk .row {
  align-items: center;
}
.cid-uBQf0np9pk .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-uBQf0np9pk .col {
  padding: 0;
}
.cid-uBQf0np9pk .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-uBQf0np9pk .card-title,
.cid-uBQf0np9pk .iconfont-wrapper {
  color: #0c5b47;
}
.cid-uBQf0np9pk a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-uBQf0np9pk .card-title,
.cid-uBQf0np9pk .lin {
  color: #d8e3d5;
}
.cid-uBQf0np9pk .card-title {
  font-size: 25px;
  margin-bottom: 8px;
}
.cid-uBQf0np9pk .lin {
  color: #d8e3d5;
}
.cid-uBQg8gnYEt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/9eee5659-726d-455d-9c5c-76d567125a91-1024x1024.jpg");
}
.cid-uBQg8gnYEt .mbr-section-title {
  color: #e0ecdc;
  text-align: center;
}
.cid-uBQg8gnYEt .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-uBQg8gnYEt .row {
  align-items: center;
  height: 100%;
}
.cid-uBQg8gnYEt .container {
  max-width: 720px;
  margin: auto;
}
.cid-uBQgDy4N64 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0ecdc;
}
.cid-uBQgDy4N64 H4 {
  text-align: center;
}
.cid-uBQgDy4N64 H3 {
  text-align: center;
}
.cid-uBQgDy4N64 .desc2 {
  color: #1b745e;
  padding-top: 5px;
}
.cid-uBQgDy4N64 .card {
  padding: 20px 22px 0;
  margin: auto;
  background: none;
  width: 80%;
  border-radius: 0;
}
.cid-uBQgDy4N64 .desc1 {
  color: #1b745e;
}
.cid-uBQgDy4N64 .features-image {
  padding-top: 32px;
}
.cid-uBQgDy4N64 .features-image:first-child {
  padding-top: 0px;
}
.cid-uBQgDy4N64 .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-uBQgDy4N64 .features-image:nth-child(3) {
  padding-top: 0px;
}
.cid-uBQgDy4N64 .features-image:nth-child(4) {
  padding-top: 0px;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-uBQgDy4N64 .features-image {
    padding-top: 32px;
  }
  .cid-uBQgDy4N64 .features-image:first-child {
    padding-top: 0px;
  }
  .cid-uBQgDy4N64 .features-image:nth-child(2) {
    padding-top: 0px;
  }
  .cid-uBQgDy4N64 .features-image:nth-child(3) {
    padding-top: 32px;
  }
  .cid-uBQgDy4N64 .features-image:nth-child(4) {
    padding-top: 32px;
  }
}
@media (max-width: 574px) {
  .cid-uBQgDy4N64 .features-image {
    padding-top: 32px;
  }
  .cid-uBQgDy4N64 .features-image:first-child {
    padding-top: 0px;
  }
  .cid-uBQgDy4N64 .features-image:nth-child(2) {
    padding-top: 32px;
  }
  .cid-uBQgDy4N64 .features-image:nth-child(3) {
    padding-top: 32px;
  }
  .cid-uBQgDy4N64 .features-image:nth-child(4) {
    padding-top: 32px;
  }
}
.cid-uBQihmGXUB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1efef;
}
.cid-uBQihmGXUB H4 {
  text-align: center;
}
.cid-uBQihmGXUB H3 {
  text-align: center;
}
.cid-uBQihmGXUB .desc2 {
  color: #1b745e;
  padding-top: 5px;
}
.cid-uBQihmGXUB .card {
  padding: 20px 22px 0;
  margin: auto;
  background: none;
  width: 80%;
  border-radius: 0;
}
.cid-uBQihmGXUB .desc1 {
  color: #1b745e;
}
.cid-uBQihmGXUB .features-image {
  padding-top: 32px;
}
.cid-uBQihmGXUB .features-image:first-child {
  padding-top: 0px;
}
.cid-uBQihmGXUB .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-uBQihmGXUB .features-image:nth-child(3) {
  padding-top: 0px;
}
.cid-uBQihmGXUB .features-image:nth-child(4) {
  padding-top: 0px;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-uBQihmGXUB .features-image {
    padding-top: 32px;
  }
  .cid-uBQihmGXUB .features-image:first-child {
    padding-top: 0px;
  }
  .cid-uBQihmGXUB .features-image:nth-child(2) {
    padding-top: 0px;
  }
  .cid-uBQihmGXUB .features-image:nth-child(3) {
    padding-top: 32px;
  }
  .cid-uBQihmGXUB .features-image:nth-child(4) {
    padding-top: 32px;
  }
}
@media (max-width: 574px) {
  .cid-uBQihmGXUB .features-image {
    padding-top: 32px;
  }
  .cid-uBQihmGXUB .features-image:first-child {
    padding-top: 0px;
  }
  .cid-uBQihmGXUB .features-image:nth-child(2) {
    padding-top: 32px;
  }
  .cid-uBQihmGXUB .features-image:nth-child(3) {
    padding-top: 32px;
  }
  .cid-uBQihmGXUB .features-image:nth-child(4) {
    padding-top: 32px;
  }
}
.cid-uBQjEfEwU6 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #e0ecdc;
}
.cid-uBQjEfEwU6 H4 {
  text-align: center;
}
.cid-uBQjEfEwU6 H3 {
  text-align: center;
}
.cid-uBQjEfEwU6 .desc2 {
  color: #1b745e;
  padding-top: 5px;
}
.cid-uBQjEfEwU6 .card {
  padding: 20px 22px 0;
  margin: auto;
  background: none;
  width: 80%;
  border-radius: 0;
}
.cid-uBQjEfEwU6 .desc1 {
  color: #1b745e;
}
.cid-uBQjEfEwU6 .features-image {
  padding-top: 32px;
}
.cid-uBQjEfEwU6 .features-image:first-child {
  padding-top: 0px;
}
.cid-uBQjEfEwU6 .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-uBQjEfEwU6 .features-image:nth-child(3) {
  padding-top: 0px;
}
.cid-uBQjEfEwU6 .features-image:nth-child(4) {
  padding-top: 0px;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-uBQjEfEwU6 .features-image {
    padding-top: 32px;
  }
  .cid-uBQjEfEwU6 .features-image:first-child {
    padding-top: 0px;
  }
  .cid-uBQjEfEwU6 .features-image:nth-child(2) {
    padding-top: 0px;
  }
  .cid-uBQjEfEwU6 .features-image:nth-child(3) {
    padding-top: 32px;
  }
  .cid-uBQjEfEwU6 .features-image:nth-child(4) {
    padding-top: 32px;
  }
}
@media (max-width: 574px) {
  .cid-uBQjEfEwU6 .features-image {
    padding-top: 32px;
  }
  .cid-uBQjEfEwU6 .features-image:first-child {
    padding-top: 0px;
  }
  .cid-uBQjEfEwU6 .features-image:nth-child(2) {
    padding-top: 32px;
  }
  .cid-uBQjEfEwU6 .features-image:nth-child(3) {
    padding-top: 32px;
  }
  .cid-uBQjEfEwU6 .features-image:nth-child(4) {
    padding-top: 32px;
  }
}
.cid-uC767TnR15 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e1efef;
}
.cid-uC767TnR15 .card {
  padding: 5rem 20%;
  background: #e1efef;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
.cid-uC767TnR15 .lin {
  display: inline;
  text-align: center;
  color: #0c5b47;
}
.cid-uC767TnR15 .mbr-iconfont {
  font-size: 50px;
  color: #0c5b47;
}
.cid-uC767TnR15 .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: center;
}
.cid-uC767TnR15 .mbr-section-subtitle {
  padding-top: 15px;
  text-align: center;
  color: #0c5b47;
  font-style: italic;
}
.cid-uC767TnR15 .lin,
.cid-uC767TnR15 .iconfont-wrapper {
  color: #0c5b47;
}
.cid-uBQ8JM47Kp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uBQ8JM47Kp .mbr-section-title {
  color: #d8e3d5;
  text-align: center;
}
.cid-uBQ8JM47Kp .mbr-section-subtitle {
  color: #d8e3d5;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-uBQ8JM47Kp .row {
  align-items: center;
  height: 100%;
}
.cid-uBQ8JM47Kp .container {
  max-width: 720px;
  margin: auto;
}
.cid-uCdV3kpwhE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uCdV3kpwhE .mbr-section-title {
  margin-bottom: 1rem;
  color: #e0ecdc;
}
.cid-uCdV3kpwhE .footer_logo {
  margin-bottom: 2rem;
  text-align: center;
}
.cid-uCdV3kpwhE .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-uCdV3kpwhE .mbr-text {
  margin: 10px 0;
  text-align: center;
}
.cid-uCdV3kpwhE .footer_info {
  margin: 10px 0;
  text-align: center;
  color: #e0ecdc;
}
.cid-uCdV3kpwhE .social_icons {
  text-align: center;
}
.cid-uCdV3kpwhE .icons_footer {
  margin-top: 35px;
  padding: 0;
  display: inline-flex;
}
.cid-uCdV3kpwhE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uCdV3kpwhE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uCdV3kpwhE .iconfont-wrapper:hover {
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  .cid-uCdV3kpwhE .footer_timework {
    margin-top: 50px;
  }
  .cid-uCdV3kpwhE .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-uCdV3kpwhE .mbr-text,
.cid-uCdV3kpwhE .footer_logo,
.cid-uCdV3kpwhE .social_icons {
  color: #e0ecdc;
}
