body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', 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: #4853d2 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4853d2 !important;
  border-color: #4853d2 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #27309d !important;
  border-color: #27309d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #27309d !important;
  border-color: #27309d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !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: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4853d2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #27309d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4853d2 !important;
  border-color: #4853d2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !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: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !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: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !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: #ff9966 !important;
  border-color: #ff9966 !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: #4853d2 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #242c90 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #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: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4853d2;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4853d2;
  border-color: #4853d2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4853d2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ecedfa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #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: 'Jost', 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: #4853d2 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', 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: #4853d2;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4853d2;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4853d2;
}
.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: #4853d2;
  border-bottom-color: #4853d2;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #4853d2 !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: #ff6666 !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='%234853d2' %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-uvdppaUxBf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvdppaUxBf nav.navbar {
  position: fixed;
}
.cid-uvdppaUxBf .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-uvdppaUxBf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvdppaUxBf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvdppaUxBf .dropdown-item:hover,
.cid-uvdppaUxBf .dropdown-item:focus {
  background: #4853d2 !important;
  color: white !important;
}
.cid-uvdppaUxBf .dropdown-item:hover span {
  color: white;
}
.cid-uvdppaUxBf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvdppaUxBf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvdppaUxBf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvdppaUxBf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvdppaUxBf .nav-link {
  position: relative;
}
.cid-uvdppaUxBf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvdppaUxBf .container {
    flex-wrap: nowrap;
  }
}
.cid-uvdppaUxBf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvdppaUxBf .dropdown-menu,
.cid-uvdppaUxBf .navbar.opened {
  background: #ffffff !important;
}
.cid-uvdppaUxBf .nav-item:focus,
.cid-uvdppaUxBf .nav-link:focus {
  outline: none;
}
.cid-uvdppaUxBf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvdppaUxBf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvdppaUxBf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvdppaUxBf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvdppaUxBf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvdppaUxBf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvdppaUxBf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uvdppaUxBf .navbar.opened {
  transition: all 0.3s;
}
.cid-uvdppaUxBf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvdppaUxBf .navbar .navbar-logo img {
  width: auto;
}
.cid-uvdppaUxBf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvdppaUxBf .navbar.collapsed {
  justify-content: center;
}
.cid-uvdppaUxBf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvdppaUxBf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvdppaUxBf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uvdppaUxBf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvdppaUxBf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvdppaUxBf .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-uvdppaUxBf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvdppaUxBf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvdppaUxBf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvdppaUxBf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvdppaUxBf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvdppaUxBf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvdppaUxBf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvdppaUxBf .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-uvdppaUxBf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvdppaUxBf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvdppaUxBf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvdppaUxBf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvdppaUxBf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvdppaUxBf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvdppaUxBf .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvdppaUxBf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvdppaUxBf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvdppaUxBf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvdppaUxBf .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-uvdppaUxBf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvdppaUxBf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvdppaUxBf .dropdown-item.active,
.cid-uvdppaUxBf .dropdown-item:active {
  background-color: transparent;
}
.cid-uvdppaUxBf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvdppaUxBf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvdppaUxBf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvdppaUxBf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvdppaUxBf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvdppaUxBf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvdppaUxBf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvdppaUxBf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvdppaUxBf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvdppaUxBf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvdppaUxBf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvdppaUxBf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvdppaUxBf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvdppaUxBf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvdppaUxBf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvdppaUxBf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvdppaUxBf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvdppaUxBf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvdppaUxBf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvdppaUxBf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvdppaUxBf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvdppaUxBf .navbar {
    height: 70px;
  }
  .cid-uvdppaUxBf .navbar.opened {
    height: auto;
  }
  .cid-uvdppaUxBf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvdq73LAjq {
  background-image: url("../../../assets/images/istockphoto-2149039897-612x612-1-612x408.jpg");
}
.cid-uvdq73LAjq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdq73LAjq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdqhSvkZ2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #95ba7b;
}
.cid-uvdqhSvkZ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdqhSvkZ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvdqhSvkZ2 .container {
    padding: 0 15px;
  }
}
.cid-uvdqhSvkZ2 .row {
  justify-content: center;
}
.cid-uvdqhSvkZ2 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvdqhSvkZ2 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uvdqhSvkZ2 .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uvdqhSvkZ2 .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uvdqhSvkZ2 .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvdqhSvkZ2 .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uvdqhSvkZ2 .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uvdqhSvkZ2 .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uvdqhSvkZ2 .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uvdqhSvkZ2 .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uvdqhSvkZ2 .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: #171827;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uvdqhSvkZ2 .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uvdqhSvkZ2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvdqhSvkZ2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvdqhSvkZ2 .list {
  color: #ffffff;
}
.cid-uvduydQZo8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvduxrAyhH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvdqbZtnNY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #95ba7b;
}
.cid-uvdqbZtnNY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdqbZtnNY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdqbZtnNY .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uvdqbZtnNY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uvdqbZtnNY .container {
    padding: 0;
  }
}
.cid-uvdqbZtnNY .row {
  justify-content: center;
}
.cid-uvdqbZtnNY .nav.nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
  border: none;
}
@media (max-width: 992px) {
  .cid-uvdqbZtnNY .nav.nav-tabs {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uvdqbZtnNY .nav.nav-tabs .nav-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  border-left: 1px solid #263652;
}
.cid-uvdqbZtnNY .nav.nav-tabs .nav-item:first-child {
  border-left: none;
}
@media (max-width: 992px) {
  .cid-uvdqbZtnNY .nav.nav-tabs .nav-item {
    border: none;
    margin-bottom: 10px;
  }
}
.cid-uvdqbZtnNY .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  border: none;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uvdqbZtnNY .nav.nav-tabs .nav-item .nav-link.active {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uvdqbZtnNY .tab-content {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uvdqbZtnNY .tab-content .tab-pane .image-wrap img {
  height: 340px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvdqbZtnNY .tab-content .tab-pane .image-wrap img {
    height: 300px;
  }
}
.cid-uvdqbZtnNY .tab-content .tab-pane .text-wrap {
  padding-left: 70px;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-uvdqbZtnNY .tab-content .tab-pane .text-wrap {
    padding-left: 0;
  }
}
.cid-uvdqbZtnNY .tab-content .tab-pane .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uvdqbZtnNY .mbr-text {
  color: #263652;
}
.cid-uvdqcSZ5fr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvdqcSZ5fr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdqcSZ5fr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdqcSZ5fr .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uvdqcSZ5fr .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uvdqcSZ5fr .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uvdqcSZ5fr .mbr-section-title {
  color: #131313;
}
.cid-uvdqcSZ5fr .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uvdqcSZ5fr .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uvdqcSZ5fr .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uvdqcSZ5fr .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #95ba7b;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uvdqcSZ5fr .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uvdqcSZ5fr .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uvdqcSZ5fr .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uvdqcSZ5fr .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uvdqcSZ5fr .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uvdqcSZ5fr .card-title {
  color: #131313;
}
.cid-uvdqcSZ5fr .card-text {
  margin-top: 10px;
  color: #131313;
  text-align: center;
}
.cid-uvdqcSZ5fr .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uvdqcSZ5fr .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uvdqcSZ5fr .card-link {
    margin-top: 15px;
  }
}
.cid-uvdqcSZ5fr .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uvdqcSZ5fr .card-title,
.cid-uvdqcSZ5fr .iconfont-wrapper {
  text-align: center;
}
.cid-uvdqdTJRdJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvdqdTJRdJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdqdTJRdJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdqdTJRdJ .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uvdqdTJRdJ .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uvdqdTJRdJ .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uvdqdTJRdJ .mbr-section-title {
  color: #131313;
}
.cid-uvdqdTJRdJ .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uvdqdTJRdJ .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uvdqdTJRdJ .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uvdqdTJRdJ .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uvdqdTJRdJ .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uvdqdTJRdJ .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uvdqdTJRdJ .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uvdqdTJRdJ .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uvdqdTJRdJ .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uvdqdTJRdJ .card-title {
  color: #131313;
}
.cid-uvdqdTJRdJ .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-uvdqdTJRdJ .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uvdqdTJRdJ .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uvdqdTJRdJ .card-link {
    margin-top: 15px;
  }
}
.cid-uvdqdTJRdJ .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uvduCQ6baR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #95ba7b;
}
.cid-uvduCQ6baR blockquote {
  border-color: #95ba7b;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uvduCQ6baR .mbr-section-title {
  text-align: center;
}
.cid-uvdqeKb2dW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvdqeKb2dW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdqeKb2dW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdqeKb2dW .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uvdqeKb2dW .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uvdqeKb2dW .container {
    padding: 0 25px;
  }
}
.cid-uvdqeKb2dW .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvdqeKb2dW .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uvdqeKb2dW .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-uvdqeKb2dW .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-uvdqeKb2dW .panel-group .card {
  border-bottom: 1px solid #95ba7b;
  border-radius: 0;
}
.cid-uvdqeKb2dW .panel-group .card:first-child {
  border-top: 1px solid #95ba7b;
}
.cid-uvdqeKb2dW .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-uvdqeKb2dW .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvdqeKb2dW .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uvdqeKb2dW .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uvdqeKb2dW .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uvdqeKb2dW .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #95ba7b;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-uvdqeKb2dW .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-uvdqeKb2dW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uvdqeKb2dW .panel-title-edit {
  color: #000000;
}
.cid-uvdqeKb2dW .panel-text {
  color: #000000;
}
.cid-uvduDZOiZD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvduDZOiZD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvduDZOiZD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvduDZOiZD .card-wrapper {
  background: #95ba7b;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uvduDZOiZD .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvduDZOiZD .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvduDZOiZD .card-wrapper {
    padding: 4rem;
  }
}
.cid-uvduDZOiZD .mbr-text,
.cid-uvduDZOiZD .mbr-section-btn {
  color: #ffffff;
}
.cid-uvduDZOiZD .card-title,
.cid-uvduDZOiZD .card-box {
  text-align: left;
}
.cid-uvdSSHuLcG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvdSSHuLcG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdSSHuLcG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvdSSHuLcG .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uvdSSHuLcG .container {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uvdSSHuLcG .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uvdSSHuLcG .video-block .video-wrapper .app-video-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uvdSSHuLcG .video-block .video-wrapper .app-video-wrapper img {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-uvdSSHuLcG .video-block .video-wrapper .app-video-wrapper::before {
  color: #ff6928;
  text-shadow: none;
}
.cid-uvdSSHuLcG .video-block .video-wrapper iframe {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uvdSSHuLcG .video-block .video-wrapper iframe {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-uvdSSHuLcG .mbr-section-title {
  color: #222222;
}
.cid-uvduG0DGgP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvdqPjdJzq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uvdqPjdJzq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdqPjdJzq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdqPjdJzq .google-map {
  height: 30rem;
  position: relative;
}
.cid-uvdqPjdJzq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uvdqPjdJzq .google-map [data-state-details] {
  color: #6b6763;
  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-uvdqPjdJzq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uvdqPjdJzq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uvdqGpbXE3 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uvdqGpbXE3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdqGpbXE3 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uvdqGpbXE3 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvdqGpbXE3 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uvdqGpbXE3 a {
  font-weight: 600;
}
.cid-uvdqGpbXE3 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uvdqGpbXE3 .col-lg-3,
  .cid-uvdqGpbXE3 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uvdqGpbXE3 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uvdqGpbXE3 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uvdqGpbXE3 h5 {
  margin: 0;
}
.cid-uvdqGpbXE3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdqGpbXE3 .iconfont-wrapper {
  position: relative;
}
.cid-uvdqGpbXE3 .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uvdqGpbXE3 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uvdqGpbXE3 .sociconfont-wrapper {
  display: flex;
}
.cid-uvdqGpbXE3 .card-title,
.cid-uvdqGpbXE3 .iconfont-wrapper {
  color: #ffffff;
}
.cid-uvdqGpbXE3 .card-text {
  color: #ffffff;
}
.cid-uvdqGpbXE3 .mbr-section-title {
  color: #000000;
}
.cid-uvdqGpbXE3 .main-title,
.cid-uvdqGpbXE3 .iconfont-wrapper {
  text-align: left;
}
.cid-uvdqR6Rlza {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uvdOJm7YdX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvdOJm7YdX nav.navbar {
  position: fixed;
}
.cid-uvdOJm7YdX .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-uvdOJm7YdX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvdOJm7YdX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvdOJm7YdX .dropdown-item:hover,
.cid-uvdOJm7YdX .dropdown-item:focus {
  background: #4853d2 !important;
  color: white !important;
}
.cid-uvdOJm7YdX .dropdown-item:hover span {
  color: white;
}
.cid-uvdOJm7YdX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvdOJm7YdX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvdOJm7YdX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvdOJm7YdX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvdOJm7YdX .nav-link {
  position: relative;
}
.cid-uvdOJm7YdX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvdOJm7YdX .container {
    flex-wrap: nowrap;
  }
}
.cid-uvdOJm7YdX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvdOJm7YdX .dropdown-menu,
.cid-uvdOJm7YdX .navbar.opened {
  background: #ffffff !important;
}
.cid-uvdOJm7YdX .nav-item:focus,
.cid-uvdOJm7YdX .nav-link:focus {
  outline: none;
}
.cid-uvdOJm7YdX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvdOJm7YdX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvdOJm7YdX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvdOJm7YdX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvdOJm7YdX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvdOJm7YdX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvdOJm7YdX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uvdOJm7YdX .navbar.opened {
  transition: all 0.3s;
}
.cid-uvdOJm7YdX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvdOJm7YdX .navbar .navbar-logo img {
  width: auto;
}
.cid-uvdOJm7YdX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvdOJm7YdX .navbar.collapsed {
  justify-content: center;
}
.cid-uvdOJm7YdX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvdOJm7YdX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvdOJm7YdX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uvdOJm7YdX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvdOJm7YdX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvdOJm7YdX .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-uvdOJm7YdX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvdOJm7YdX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvdOJm7YdX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvdOJm7YdX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvdOJm7YdX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvdOJm7YdX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvdOJm7YdX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvdOJm7YdX .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-uvdOJm7YdX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvdOJm7YdX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvdOJm7YdX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvdOJm7YdX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvdOJm7YdX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvdOJm7YdX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvdOJm7YdX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvdOJm7YdX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvdOJm7YdX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvdOJm7YdX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvdOJm7YdX .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-uvdOJm7YdX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvdOJm7YdX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvdOJm7YdX .dropdown-item.active,
.cid-uvdOJm7YdX .dropdown-item:active {
  background-color: transparent;
}
.cid-uvdOJm7YdX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvdOJm7YdX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvdOJm7YdX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvdOJm7YdX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvdOJm7YdX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvdOJm7YdX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvdOJm7YdX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvdOJm7YdX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvdOJm7YdX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvdOJm7YdX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvdOJm7YdX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvdOJm7YdX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvdOJm7YdX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvdOJm7YdX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvdOJm7YdX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvdOJm7YdX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvdOJm7YdX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvdOJm7YdX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvdOJm7YdX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvdOJm7YdX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvdOJm7YdX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvdOJm7YdX .navbar {
    height: 70px;
  }
  .cid-uvdOJm7YdX .navbar.opened {
    height: auto;
  }
  .cid-uvdOJm7YdX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvdOJmQNBw {
  background-image: url("../../../assets/images/istockphoto-171591278-612x612-1-406x612.jpg");
}
.cid-uvdOJmQNBw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdOJmQNBw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdOJqoHy7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #95ba7b;
}
.cid-uvdOJqoHy7 blockquote {
  border-color: #95ba7b;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uvdOJqoHy7 .mbr-section-title {
  text-align: center;
}
.cid-uvdOJsoICP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uvdOJsoICP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdOJsoICP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdOJsoICP .google-map {
  height: 30rem;
  position: relative;
}
.cid-uvdOJsoICP .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uvdOJsoICP .google-map [data-state-details] {
  color: #6b6763;
  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-uvdOJsoICP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uvdOJsoICP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uvdOJsWQPe {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uvdOJsWQPe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdOJsWQPe .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uvdOJsWQPe .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvdOJsWQPe .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uvdOJsWQPe a {
  font-weight: 600;
}
.cid-uvdOJsWQPe a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uvdOJsWQPe .col-lg-3,
  .cid-uvdOJsWQPe .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uvdOJsWQPe .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uvdOJsWQPe .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uvdOJsWQPe h5 {
  margin: 0;
}
.cid-uvdOJsWQPe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdOJsWQPe .iconfont-wrapper {
  position: relative;
}
.cid-uvdOJsWQPe .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uvdOJsWQPe .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uvdOJsWQPe .sociconfont-wrapper {
  display: flex;
}
.cid-uvdOJsWQPe .card-title,
.cid-uvdOJsWQPe .iconfont-wrapper {
  color: #ffffff;
}
.cid-uvdOJsWQPe .card-text {
  color: #ffffff;
}
.cid-uvdOJsWQPe .mbr-section-title {
  color: #000000;
}
.cid-uvdOJsWQPe .main-title,
.cid-uvdOJsWQPe .iconfont-wrapper {
  text-align: left;
}
.cid-uvdOJttXdO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uvdP8A5Pjs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvdP8A5Pjs nav.navbar {
  position: fixed;
}
.cid-uvdP8A5Pjs .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-uvdP8A5Pjs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvdP8A5Pjs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvdP8A5Pjs .dropdown-item:hover,
.cid-uvdP8A5Pjs .dropdown-item:focus {
  background: #4853d2 !important;
  color: white !important;
}
.cid-uvdP8A5Pjs .dropdown-item:hover span {
  color: white;
}
.cid-uvdP8A5Pjs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvdP8A5Pjs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvdP8A5Pjs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvdP8A5Pjs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvdP8A5Pjs .nav-link {
  position: relative;
}
.cid-uvdP8A5Pjs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvdP8A5Pjs .container {
    flex-wrap: nowrap;
  }
}
.cid-uvdP8A5Pjs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvdP8A5Pjs .dropdown-menu,
.cid-uvdP8A5Pjs .navbar.opened {
  background: #ffffff !important;
}
.cid-uvdP8A5Pjs .nav-item:focus,
.cid-uvdP8A5Pjs .nav-link:focus {
  outline: none;
}
.cid-uvdP8A5Pjs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvdP8A5Pjs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvdP8A5Pjs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvdP8A5Pjs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvdP8A5Pjs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvdP8A5Pjs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvdP8A5Pjs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uvdP8A5Pjs .navbar.opened {
  transition: all 0.3s;
}
.cid-uvdP8A5Pjs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvdP8A5Pjs .navbar .navbar-logo img {
  width: auto;
}
.cid-uvdP8A5Pjs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvdP8A5Pjs .navbar.collapsed {
  justify-content: center;
}
.cid-uvdP8A5Pjs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvdP8A5Pjs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvdP8A5Pjs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uvdP8A5Pjs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvdP8A5Pjs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvdP8A5Pjs .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-uvdP8A5Pjs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvdP8A5Pjs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvdP8A5Pjs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvdP8A5Pjs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvdP8A5Pjs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvdP8A5Pjs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvdP8A5Pjs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvdP8A5Pjs .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-uvdP8A5Pjs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvdP8A5Pjs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvdP8A5Pjs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvdP8A5Pjs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvdP8A5Pjs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvdP8A5Pjs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvdP8A5Pjs .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvdP8A5Pjs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvdP8A5Pjs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvdP8A5Pjs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvdP8A5Pjs .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-uvdP8A5Pjs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvdP8A5Pjs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvdP8A5Pjs .dropdown-item.active,
.cid-uvdP8A5Pjs .dropdown-item:active {
  background-color: transparent;
}
.cid-uvdP8A5Pjs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvdP8A5Pjs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvdP8A5Pjs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvdP8A5Pjs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvdP8A5Pjs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvdP8A5Pjs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvdP8A5Pjs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvdP8A5Pjs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvdP8A5Pjs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvdP8A5Pjs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvdP8A5Pjs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvdP8A5Pjs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvdP8A5Pjs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvdP8A5Pjs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvdP8A5Pjs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvdP8A5Pjs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvdP8A5Pjs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvdP8A5Pjs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvdP8A5Pjs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvdP8A5Pjs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvdP8A5Pjs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvdP8A5Pjs .navbar {
    height: 70px;
  }
  .cid-uvdP8A5Pjs .navbar.opened {
    height: auto;
  }
  .cid-uvdP8A5Pjs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvdP8Az5IX {
  background-image: url("../../../assets/images/istockphoto-1397210991-612x408.jpg");
}
.cid-uvdP8Az5IX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdP8Az5IX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdP8APJVq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #95ba7b;
}
.cid-uvdP8APJVq blockquote {
  border-color: #95ba7b;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uvdP8APJVq .mbr-section-title {
  text-align: center;
}
.cid-uvdP8Bd6c1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uvdP8Bd6c1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdP8Bd6c1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdP8Bd6c1 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uvdP8Bd6c1 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uvdP8Bd6c1 .google-map [data-state-details] {
  color: #6b6763;
  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-uvdP8Bd6c1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uvdP8Bd6c1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uvdP8BFOKW {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uvdP8BFOKW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdP8BFOKW .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uvdP8BFOKW .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvdP8BFOKW .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uvdP8BFOKW a {
  font-weight: 600;
}
.cid-uvdP8BFOKW a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uvdP8BFOKW .col-lg-3,
  .cid-uvdP8BFOKW .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uvdP8BFOKW .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uvdP8BFOKW .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uvdP8BFOKW h5 {
  margin: 0;
}
.cid-uvdP8BFOKW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdP8BFOKW .iconfont-wrapper {
  position: relative;
}
.cid-uvdP8BFOKW .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uvdP8BFOKW .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uvdP8BFOKW .sociconfont-wrapper {
  display: flex;
}
.cid-uvdP8BFOKW .card-title,
.cid-uvdP8BFOKW .iconfont-wrapper {
  color: #ffffff;
}
.cid-uvdP8BFOKW .card-text {
  color: #ffffff;
}
.cid-uvdP8BFOKW .mbr-section-title {
  color: #000000;
}
.cid-uvdP8BFOKW .main-title,
.cid-uvdP8BFOKW .iconfont-wrapper {
  text-align: left;
}
.cid-uvdP8C2fZk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uvdx8heDPN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvdx8heDPN nav.navbar {
  position: fixed;
}
.cid-uvdx8heDPN .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-uvdx8heDPN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvdx8heDPN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvdx8heDPN .dropdown-item:hover,
.cid-uvdx8heDPN .dropdown-item:focus {
  background: #4853d2 !important;
  color: white !important;
}
.cid-uvdx8heDPN .dropdown-item:hover span {
  color: white;
}
.cid-uvdx8heDPN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvdx8heDPN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvdx8heDPN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvdx8heDPN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvdx8heDPN .nav-link {
  position: relative;
}
.cid-uvdx8heDPN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvdx8heDPN .container {
    flex-wrap: nowrap;
  }
}
.cid-uvdx8heDPN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvdx8heDPN .dropdown-menu,
.cid-uvdx8heDPN .navbar.opened {
  background: #ffffff !important;
}
.cid-uvdx8heDPN .nav-item:focus,
.cid-uvdx8heDPN .nav-link:focus {
  outline: none;
}
.cid-uvdx8heDPN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvdx8heDPN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvdx8heDPN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvdx8heDPN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvdx8heDPN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvdx8heDPN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvdx8heDPN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uvdx8heDPN .navbar.opened {
  transition: all 0.3s;
}
.cid-uvdx8heDPN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvdx8heDPN .navbar .navbar-logo img {
  width: auto;
}
.cid-uvdx8heDPN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvdx8heDPN .navbar.collapsed {
  justify-content: center;
}
.cid-uvdx8heDPN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvdx8heDPN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvdx8heDPN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uvdx8heDPN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvdx8heDPN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvdx8heDPN .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-uvdx8heDPN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvdx8heDPN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvdx8heDPN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvdx8heDPN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvdx8heDPN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvdx8heDPN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvdx8heDPN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvdx8heDPN .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-uvdx8heDPN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvdx8heDPN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvdx8heDPN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvdx8heDPN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvdx8heDPN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvdx8heDPN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvdx8heDPN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvdx8heDPN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvdx8heDPN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvdx8heDPN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvdx8heDPN .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-uvdx8heDPN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvdx8heDPN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvdx8heDPN .dropdown-item.active,
.cid-uvdx8heDPN .dropdown-item:active {
  background-color: transparent;
}
.cid-uvdx8heDPN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvdx8heDPN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvdx8heDPN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvdx8heDPN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvdx8heDPN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvdx8heDPN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvdx8heDPN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvdx8heDPN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvdx8heDPN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvdx8heDPN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvdx8heDPN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvdx8heDPN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvdx8heDPN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvdx8heDPN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvdx8heDPN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvdx8heDPN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvdx8heDPN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvdx8heDPN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvdx8heDPN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvdx8heDPN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvdx8heDPN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvdx8heDPN .navbar {
    height: 70px;
  }
  .cid-uvdx8heDPN .navbar.opened {
    height: auto;
  }
  .cid-uvdx8heDPN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvdx8hQf2S {
  background-image: url("../../../assets/images/istockphoto-1836946795-612x612-1-559x612.jpg");
}
.cid-uvdx8hQf2S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdx8hQf2S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdx8ifPB7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #95ba7b;
}
.cid-uvdx8ifPB7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdx8ifPB7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvdx8ifPB7 .container {
    padding: 0 15px;
  }
}
.cid-uvdx8ifPB7 .row {
  justify-content: center;
}
.cid-uvdx8ifPB7 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvdx8ifPB7 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uvdx8ifPB7 .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uvdx8ifPB7 .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uvdx8ifPB7 .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvdx8ifPB7 .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uvdx8ifPB7 .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uvdx8ifPB7 .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uvdx8ifPB7 .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uvdx8ifPB7 .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uvdx8ifPB7 .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: #171827;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uvdx8ifPB7 .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uvdx8ifPB7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvdx8ifPB7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvdx8ifPB7 .list {
  color: #ffffff;
}
.cid-uvdx8iywle {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvdx8iQeMe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvdx8j7sCJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #95ba7b;
}
.cid-uvdx8j7sCJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdx8j7sCJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdx8j7sCJ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uvdx8j7sCJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uvdx8j7sCJ .container {
    padding: 0;
  }
}
.cid-uvdx8j7sCJ .row {
  justify-content: center;
}
.cid-uvdx8j7sCJ .nav.nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
  border: none;
}
@media (max-width: 992px) {
  .cid-uvdx8j7sCJ .nav.nav-tabs {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uvdx8j7sCJ .nav.nav-tabs .nav-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  border-left: 1px solid #263652;
}
.cid-uvdx8j7sCJ .nav.nav-tabs .nav-item:first-child {
  border-left: none;
}
@media (max-width: 992px) {
  .cid-uvdx8j7sCJ .nav.nav-tabs .nav-item {
    border: none;
    margin-bottom: 10px;
  }
}
.cid-uvdx8j7sCJ .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  border: none;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uvdx8j7sCJ .nav.nav-tabs .nav-item .nav-link.active {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uvdx8j7sCJ .tab-content {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uvdx8j7sCJ .tab-content .tab-pane .image-wrap img {
  height: 340px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvdx8j7sCJ .tab-content .tab-pane .image-wrap img {
    height: 300px;
  }
}
.cid-uvdx8j7sCJ .tab-content .tab-pane .text-wrap {
  padding-left: 70px;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-uvdx8j7sCJ .tab-content .tab-pane .text-wrap {
    padding-left: 0;
  }
}
.cid-uvdx8j7sCJ .tab-content .tab-pane .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uvdx8j7sCJ .mbr-text {
  color: #263652;
}
.cid-uvdx8jGMC0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvdx8jGMC0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdx8jGMC0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdx8jGMC0 .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uvdx8jGMC0 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uvdx8jGMC0 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uvdx8jGMC0 .mbr-section-title {
  color: #131313;
}
.cid-uvdx8jGMC0 .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uvdx8jGMC0 .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uvdx8jGMC0 .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uvdx8jGMC0 .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #95ba7b;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uvdx8jGMC0 .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uvdx8jGMC0 .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uvdx8jGMC0 .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uvdx8jGMC0 .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uvdx8jGMC0 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uvdx8jGMC0 .card-title {
  color: #131313;
}
.cid-uvdx8jGMC0 .card-text {
  margin-top: 10px;
  color: #131313;
  text-align: center;
}
.cid-uvdx8jGMC0 .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uvdx8jGMC0 .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uvdx8jGMC0 .card-link {
    margin-top: 15px;
  }
}
.cid-uvdx8jGMC0 .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uvdx8jGMC0 .card-title,
.cid-uvdx8jGMC0 .iconfont-wrapper {
  text-align: center;
}
.cid-uvdx8kiPiN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvdx8kiPiN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdx8kiPiN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdx8kiPiN .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uvdx8kiPiN .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uvdx8kiPiN .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uvdx8kiPiN .mbr-section-title {
  color: #131313;
}
.cid-uvdx8kiPiN .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uvdx8kiPiN .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uvdx8kiPiN .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uvdx8kiPiN .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uvdx8kiPiN .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uvdx8kiPiN .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uvdx8kiPiN .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uvdx8kiPiN .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uvdx8kiPiN .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uvdx8kiPiN .card-title {
  color: #131313;
}
.cid-uvdx8kiPiN .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-uvdx8kiPiN .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uvdx8kiPiN .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uvdx8kiPiN .card-link {
    margin-top: 15px;
  }
}
.cid-uvdx8kiPiN .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uvdx8kNsQm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #95ba7b;
}
.cid-uvdx8kNsQm blockquote {
  border-color: #95ba7b;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uvdx8kNsQm .mbr-section-title {
  text-align: center;
}
.cid-uvdx8l9ASS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvdx8l9ASS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdx8l9ASS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdx8l9ASS .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uvdx8l9ASS .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uvdx8l9ASS .container {
    padding: 0 25px;
  }
}
.cid-uvdx8l9ASS .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvdx8l9ASS .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uvdx8l9ASS .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-uvdx8l9ASS .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-uvdx8l9ASS .panel-group .card {
  border-bottom: 1px solid #95ba7b;
  border-radius: 0;
}
.cid-uvdx8l9ASS .panel-group .card:first-child {
  border-top: 1px solid #95ba7b;
}
.cid-uvdx8l9ASS .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-uvdx8l9ASS .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvdx8l9ASS .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uvdx8l9ASS .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uvdx8l9ASS .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uvdx8l9ASS .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #95ba7b;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-uvdx8l9ASS .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-uvdx8l9ASS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uvdx8l9ASS .panel-title-edit {
  color: #000000;
}
.cid-uvdx8l9ASS .panel-text {
  color: #000000;
}
.cid-uvdx8lJPf4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvdx8lJPf4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdx8lJPf4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdx8lJPf4 .card-wrapper {
  background: #95ba7b;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uvdx8lJPf4 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvdx8lJPf4 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvdx8lJPf4 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uvdx8lJPf4 .mbr-text,
.cid-uvdx8lJPf4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uvdx8lJPf4 .card-title,
.cid-uvdx8lJPf4 .card-box {
  text-align: left;
}
.cid-uvdx8m3GDA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvdRI8B9YZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #95ba7b;
}
.cid-uvdRI8B9YZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdRI8B9YZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdRI8B9YZ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uvdRI8B9YZ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvdRI8B9YZ .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4853d2;
}
.cid-uvdRI8B9YZ .panel-body,
.cid-uvdRI8B9YZ .card-header {
  padding: 1rem 0;
}
.cid-uvdRI8B9YZ .panel-title-edit {
  color: #000000;
}
.cid-uvdx8mpFxI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uvdx8mpFxI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdx8mpFxI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdx8mpFxI .google-map {
  height: 30rem;
  position: relative;
}
.cid-uvdx8mpFxI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uvdx8mpFxI .google-map [data-state-details] {
  color: #6b6763;
  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-uvdx8mpFxI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uvdx8mpFxI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uvdx8mQUB9 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uvdx8mQUB9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdx8mQUB9 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uvdx8mQUB9 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvdx8mQUB9 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uvdx8mQUB9 a {
  font-weight: 600;
}
.cid-uvdx8mQUB9 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uvdx8mQUB9 .col-lg-3,
  .cid-uvdx8mQUB9 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uvdx8mQUB9 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uvdx8mQUB9 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uvdx8mQUB9 h5 {
  margin: 0;
}
.cid-uvdx8mQUB9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdx8mQUB9 .iconfont-wrapper {
  position: relative;
}
.cid-uvdx8mQUB9 .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uvdx8mQUB9 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uvdx8mQUB9 .sociconfont-wrapper {
  display: flex;
}
.cid-uvdx8mQUB9 .card-title,
.cid-uvdx8mQUB9 .iconfont-wrapper {
  color: #ffffff;
}
.cid-uvdx8mQUB9 .card-text {
  color: #ffffff;
}
.cid-uvdx8mQUB9 .mbr-section-title {
  color: #000000;
}
.cid-uvdx8mQUB9 .main-title,
.cid-uvdx8mQUB9 .iconfont-wrapper {
  text-align: left;
}
.cid-uvdx8nl5Q5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uvdy7KWK9G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvdy7KWK9G nav.navbar {
  position: fixed;
}
.cid-uvdy7KWK9G .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-uvdy7KWK9G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvdy7KWK9G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvdy7KWK9G .dropdown-item:hover,
.cid-uvdy7KWK9G .dropdown-item:focus {
  background: #4853d2 !important;
  color: white !important;
}
.cid-uvdy7KWK9G .dropdown-item:hover span {
  color: white;
}
.cid-uvdy7KWK9G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvdy7KWK9G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvdy7KWK9G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvdy7KWK9G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvdy7KWK9G .nav-link {
  position: relative;
}
.cid-uvdy7KWK9G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvdy7KWK9G .container {
    flex-wrap: nowrap;
  }
}
.cid-uvdy7KWK9G .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvdy7KWK9G .dropdown-menu,
.cid-uvdy7KWK9G .navbar.opened {
  background: #ffffff !important;
}
.cid-uvdy7KWK9G .nav-item:focus,
.cid-uvdy7KWK9G .nav-link:focus {
  outline: none;
}
.cid-uvdy7KWK9G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvdy7KWK9G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvdy7KWK9G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvdy7KWK9G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvdy7KWK9G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvdy7KWK9G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvdy7KWK9G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uvdy7KWK9G .navbar.opened {
  transition: all 0.3s;
}
.cid-uvdy7KWK9G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvdy7KWK9G .navbar .navbar-logo img {
  width: auto;
}
.cid-uvdy7KWK9G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvdy7KWK9G .navbar.collapsed {
  justify-content: center;
}
.cid-uvdy7KWK9G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvdy7KWK9G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvdy7KWK9G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uvdy7KWK9G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvdy7KWK9G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvdy7KWK9G .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-uvdy7KWK9G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvdy7KWK9G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvdy7KWK9G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvdy7KWK9G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvdy7KWK9G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvdy7KWK9G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvdy7KWK9G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvdy7KWK9G .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-uvdy7KWK9G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvdy7KWK9G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvdy7KWK9G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvdy7KWK9G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvdy7KWK9G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvdy7KWK9G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvdy7KWK9G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvdy7KWK9G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvdy7KWK9G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvdy7KWK9G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvdy7KWK9G .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-uvdy7KWK9G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvdy7KWK9G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvdy7KWK9G .dropdown-item.active,
.cid-uvdy7KWK9G .dropdown-item:active {
  background-color: transparent;
}
.cid-uvdy7KWK9G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvdy7KWK9G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvdy7KWK9G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvdy7KWK9G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvdy7KWK9G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvdy7KWK9G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvdy7KWK9G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvdy7KWK9G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvdy7KWK9G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvdy7KWK9G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvdy7KWK9G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvdy7KWK9G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvdy7KWK9G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvdy7KWK9G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvdy7KWK9G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvdy7KWK9G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvdy7KWK9G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvdy7KWK9G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvdy7KWK9G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvdy7KWK9G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvdy7KWK9G .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvdy7KWK9G .navbar {
    height: 70px;
  }
  .cid-uvdy7KWK9G .navbar.opened {
    height: auto;
  }
  .cid-uvdy7KWK9G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvdy7LCVAL {
  background-image: url("../../../assets/images/istockphoto-1503952435-612x612-1-612x408.jpg");
}
.cid-uvdy7LCVAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdy7LCVAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdy7MguZR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #95ba7b;
}
.cid-uvdy7MguZR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdy7MguZR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvdy7MguZR .container {
    padding: 0 15px;
  }
}
.cid-uvdy7MguZR .row {
  justify-content: center;
}
.cid-uvdy7MguZR .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvdy7MguZR .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uvdy7MguZR .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uvdy7MguZR .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uvdy7MguZR .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvdy7MguZR .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uvdy7MguZR .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uvdy7MguZR .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uvdy7MguZR .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uvdy7MguZR .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uvdy7MguZR .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: #171827;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uvdy7MguZR .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uvdy7MguZR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvdy7MguZR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvdy7MguZR .list {
  color: #ffffff;
}
.cid-uvdy7MHiY5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvdy7N4lVi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvdy7NtQm4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #95ba7b;
}
.cid-uvdy7NtQm4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdy7NtQm4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdy7NtQm4 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uvdy7NtQm4 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uvdy7NtQm4 .container {
    padding: 0;
  }
}
.cid-uvdy7NtQm4 .row {
  justify-content: center;
}
.cid-uvdy7NtQm4 .nav.nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
  border: none;
}
@media (max-width: 992px) {
  .cid-uvdy7NtQm4 .nav.nav-tabs {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uvdy7NtQm4 .nav.nav-tabs .nav-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  border-left: 1px solid #263652;
}
.cid-uvdy7NtQm4 .nav.nav-tabs .nav-item:first-child {
  border-left: none;
}
@media (max-width: 992px) {
  .cid-uvdy7NtQm4 .nav.nav-tabs .nav-item {
    border: none;
    margin-bottom: 10px;
  }
}
.cid-uvdy7NtQm4 .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  border: none;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uvdy7NtQm4 .nav.nav-tabs .nav-item .nav-link.active {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uvdy7NtQm4 .tab-content {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uvdy7NtQm4 .tab-content .tab-pane .image-wrap img {
  height: 340px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvdy7NtQm4 .tab-content .tab-pane .image-wrap img {
    height: 300px;
  }
}
.cid-uvdy7NtQm4 .tab-content .tab-pane .text-wrap {
  padding-left: 70px;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-uvdy7NtQm4 .tab-content .tab-pane .text-wrap {
    padding-left: 0;
  }
}
.cid-uvdy7NtQm4 .tab-content .tab-pane .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uvdy7NtQm4 .mbr-text {
  color: #263652;
}
.cid-uvdy7O3wKQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvdy7O3wKQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdy7O3wKQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdy7O3wKQ .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uvdy7O3wKQ .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uvdy7O3wKQ .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uvdy7O3wKQ .mbr-section-title {
  color: #131313;
}
.cid-uvdy7O3wKQ .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uvdy7O3wKQ .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uvdy7O3wKQ .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uvdy7O3wKQ .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #95ba7b;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uvdy7O3wKQ .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uvdy7O3wKQ .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uvdy7O3wKQ .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uvdy7O3wKQ .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uvdy7O3wKQ .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uvdy7O3wKQ .card-title {
  color: #131313;
}
.cid-uvdy7O3wKQ .card-text {
  margin-top: 10px;
  color: #131313;
  text-align: center;
}
.cid-uvdy7O3wKQ .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uvdy7O3wKQ .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uvdy7O3wKQ .card-link {
    margin-top: 15px;
  }
}
.cid-uvdy7O3wKQ .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uvdy7O3wKQ .card-title,
.cid-uvdy7O3wKQ .iconfont-wrapper {
  text-align: center;
}
.cid-uvdy7OCjre {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvdy7OCjre .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdy7OCjre .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdy7OCjre .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uvdy7OCjre .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uvdy7OCjre .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uvdy7OCjre .mbr-section-title {
  color: #131313;
}
.cid-uvdy7OCjre .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uvdy7OCjre .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uvdy7OCjre .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uvdy7OCjre .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uvdy7OCjre .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uvdy7OCjre .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uvdy7OCjre .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uvdy7OCjre .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uvdy7OCjre .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uvdy7OCjre .card-title {
  color: #131313;
}
.cid-uvdy7OCjre .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-uvdy7OCjre .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uvdy7OCjre .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uvdy7OCjre .card-link {
    margin-top: 15px;
  }
}
.cid-uvdy7OCjre .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uvdy7PayIj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #95ba7b;
}
.cid-uvdy7PayIj blockquote {
  border-color: #95ba7b;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uvdy7PayIj .mbr-section-title {
  text-align: center;
}
.cid-uvdy7Pv8J6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvdy7Pv8J6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdy7Pv8J6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdy7Pv8J6 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uvdy7Pv8J6 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uvdy7Pv8J6 .container {
    padding: 0 25px;
  }
}
.cid-uvdy7Pv8J6 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvdy7Pv8J6 .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uvdy7Pv8J6 .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-uvdy7Pv8J6 .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-uvdy7Pv8J6 .panel-group .card {
  border-bottom: 1px solid #95ba7b;
  border-radius: 0;
}
.cid-uvdy7Pv8J6 .panel-group .card:first-child {
  border-top: 1px solid #95ba7b;
}
.cid-uvdy7Pv8J6 .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-uvdy7Pv8J6 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvdy7Pv8J6 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uvdy7Pv8J6 .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uvdy7Pv8J6 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uvdy7Pv8J6 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #95ba7b;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-uvdy7Pv8J6 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-uvdy7Pv8J6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uvdy7Pv8J6 .panel-title-edit {
  color: #000000;
}
.cid-uvdy7Pv8J6 .panel-text {
  color: #000000;
}
.cid-uvdy7QavpE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvdy7QavpE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdy7QavpE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdy7QavpE .card-wrapper {
  background: #95ba7b;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uvdy7QavpE .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvdy7QavpE .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvdy7QavpE .card-wrapper {
    padding: 4rem;
  }
}
.cid-uvdy7QavpE .mbr-text,
.cid-uvdy7QavpE .mbr-section-btn {
  color: #ffffff;
}
.cid-uvdy7QavpE .card-title,
.cid-uvdy7QavpE .card-box {
  text-align: left;
}
.cid-uvdy7QyRKC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvdS9Jh5ee {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #95ba7b;
}
.cid-uvdS9Jh5ee .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdS9Jh5ee .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdS9Jh5ee .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uvdS9Jh5ee .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvdS9Jh5ee .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4853d2;
}
.cid-uvdS9Jh5ee .panel-body,
.cid-uvdS9Jh5ee .card-header {
  padding: 1rem 0;
}
.cid-uvdS9Jh5ee .panel-title-edit {
  color: #000000;
}
.cid-uvdy7QW0kP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uvdy7QW0kP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdy7QW0kP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdy7QW0kP .google-map {
  height: 30rem;
  position: relative;
}
.cid-uvdy7QW0kP .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uvdy7QW0kP .google-map [data-state-details] {
  color: #6b6763;
  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-uvdy7QW0kP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uvdy7QW0kP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uvdy7RqWuJ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uvdy7RqWuJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdy7RqWuJ .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uvdy7RqWuJ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvdy7RqWuJ .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uvdy7RqWuJ a {
  font-weight: 600;
}
.cid-uvdy7RqWuJ a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uvdy7RqWuJ .col-lg-3,
  .cid-uvdy7RqWuJ .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uvdy7RqWuJ .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uvdy7RqWuJ .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uvdy7RqWuJ h5 {
  margin: 0;
}
.cid-uvdy7RqWuJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdy7RqWuJ .iconfont-wrapper {
  position: relative;
}
.cid-uvdy7RqWuJ .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uvdy7RqWuJ .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uvdy7RqWuJ .sociconfont-wrapper {
  display: flex;
}
.cid-uvdy7RqWuJ .card-title,
.cid-uvdy7RqWuJ .iconfont-wrapper {
  color: #ffffff;
}
.cid-uvdy7RqWuJ .card-text {
  color: #ffffff;
}
.cid-uvdy7RqWuJ .mbr-section-title {
  color: #000000;
}
.cid-uvdy7RqWuJ .main-title,
.cid-uvdy7RqWuJ .iconfont-wrapper {
  text-align: left;
}
.cid-uvdy7RUaxd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uvdwo83cui {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvdwo83cui nav.navbar {
  position: fixed;
}
.cid-uvdwo83cui .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-uvdwo83cui .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvdwo83cui .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvdwo83cui .dropdown-item:hover,
.cid-uvdwo83cui .dropdown-item:focus {
  background: #4853d2 !important;
  color: white !important;
}
.cid-uvdwo83cui .dropdown-item:hover span {
  color: white;
}
.cid-uvdwo83cui .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvdwo83cui .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvdwo83cui .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvdwo83cui .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvdwo83cui .nav-link {
  position: relative;
}
.cid-uvdwo83cui .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvdwo83cui .container {
    flex-wrap: nowrap;
  }
}
.cid-uvdwo83cui .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvdwo83cui .dropdown-menu,
.cid-uvdwo83cui .navbar.opened {
  background: #ffffff !important;
}
.cid-uvdwo83cui .nav-item:focus,
.cid-uvdwo83cui .nav-link:focus {
  outline: none;
}
.cid-uvdwo83cui .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvdwo83cui .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvdwo83cui .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvdwo83cui .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvdwo83cui .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvdwo83cui .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvdwo83cui .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uvdwo83cui .navbar.opened {
  transition: all 0.3s;
}
.cid-uvdwo83cui .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvdwo83cui .navbar .navbar-logo img {
  width: auto;
}
.cid-uvdwo83cui .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvdwo83cui .navbar.collapsed {
  justify-content: center;
}
.cid-uvdwo83cui .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvdwo83cui .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvdwo83cui .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uvdwo83cui .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvdwo83cui .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvdwo83cui .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-uvdwo83cui .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvdwo83cui .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvdwo83cui .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvdwo83cui .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvdwo83cui .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvdwo83cui .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvdwo83cui .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvdwo83cui .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-uvdwo83cui .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvdwo83cui .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvdwo83cui .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvdwo83cui .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvdwo83cui .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvdwo83cui .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvdwo83cui .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvdwo83cui .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvdwo83cui .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvdwo83cui .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvdwo83cui .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-uvdwo83cui .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvdwo83cui .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvdwo83cui .dropdown-item.active,
.cid-uvdwo83cui .dropdown-item:active {
  background-color: transparent;
}
.cid-uvdwo83cui .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvdwo83cui .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvdwo83cui .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvdwo83cui .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvdwo83cui .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvdwo83cui .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvdwo83cui ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvdwo83cui .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvdwo83cui button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvdwo83cui button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvdwo83cui button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvdwo83cui button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvdwo83cui button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvdwo83cui button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvdwo83cui nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvdwo83cui nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvdwo83cui nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvdwo83cui nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvdwo83cui .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvdwo83cui a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvdwo83cui .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvdwo83cui .navbar {
    height: 70px;
  }
  .cid-uvdwo83cui .navbar.opened {
    height: auto;
  }
  .cid-uvdwo83cui .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvdwo9p5TP {
  background-image: url("../../../assets/images/istockphoto-1132536561-612x612-1-612x408.jpg");
}
.cid-uvdwo9p5TP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdwo9p5TP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdwo9R5Jl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #95ba7b;
}
.cid-uvdwo9R5Jl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdwo9R5Jl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvdwo9R5Jl .container {
    padding: 0 15px;
  }
}
.cid-uvdwo9R5Jl .row {
  justify-content: center;
}
.cid-uvdwo9R5Jl .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvdwo9R5Jl .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uvdwo9R5Jl .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uvdwo9R5Jl .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uvdwo9R5Jl .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvdwo9R5Jl .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uvdwo9R5Jl .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uvdwo9R5Jl .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uvdwo9R5Jl .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uvdwo9R5Jl .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uvdwo9R5Jl .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: #171827;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uvdwo9R5Jl .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uvdwo9R5Jl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvdwo9R5Jl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvdwo9R5Jl .list {
  color: #ffffff;
}
.cid-uvdwoa8CaF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvdwoapX3X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvdwoaRYNX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #95ba7b;
}
.cid-uvdwoaRYNX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdwoaRYNX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdwoaRYNX .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uvdwoaRYNX .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uvdwoaRYNX .container {
    padding: 0;
  }
}
.cid-uvdwoaRYNX .row {
  justify-content: center;
}
.cid-uvdwoaRYNX .nav.nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
  border: none;
}
@media (max-width: 992px) {
  .cid-uvdwoaRYNX .nav.nav-tabs {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uvdwoaRYNX .nav.nav-tabs .nav-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  border-left: 1px solid #263652;
}
.cid-uvdwoaRYNX .nav.nav-tabs .nav-item:first-child {
  border-left: none;
}
@media (max-width: 992px) {
  .cid-uvdwoaRYNX .nav.nav-tabs .nav-item {
    border: none;
    margin-bottom: 10px;
  }
}
.cid-uvdwoaRYNX .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  border: none;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uvdwoaRYNX .nav.nav-tabs .nav-item .nav-link.active {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uvdwoaRYNX .tab-content {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uvdwoaRYNX .tab-content .tab-pane .image-wrap img {
  height: 340px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvdwoaRYNX .tab-content .tab-pane .image-wrap img {
    height: 300px;
  }
}
.cid-uvdwoaRYNX .tab-content .tab-pane .text-wrap {
  padding-left: 70px;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-uvdwoaRYNX .tab-content .tab-pane .text-wrap {
    padding-left: 0;
  }
}
.cid-uvdwoaRYNX .tab-content .tab-pane .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uvdwoaRYNX .mbr-text {
  color: #263652;
}
.cid-uvdwobCaqm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvdwobCaqm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdwobCaqm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdwobCaqm .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uvdwobCaqm .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uvdwobCaqm .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uvdwobCaqm .mbr-section-title {
  color: #131313;
}
.cid-uvdwobCaqm .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uvdwobCaqm .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uvdwobCaqm .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uvdwobCaqm .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #95ba7b;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uvdwobCaqm .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uvdwobCaqm .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uvdwobCaqm .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uvdwobCaqm .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uvdwobCaqm .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uvdwobCaqm .card-title {
  color: #131313;
}
.cid-uvdwobCaqm .card-text {
  margin-top: 10px;
  color: #131313;
  text-align: center;
}
.cid-uvdwobCaqm .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uvdwobCaqm .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uvdwobCaqm .card-link {
    margin-top: 15px;
  }
}
.cid-uvdwobCaqm .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uvdwobCaqm .card-title,
.cid-uvdwobCaqm .iconfont-wrapper {
  text-align: center;
}
.cid-uvdwoc9S2U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvdwoc9S2U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdwoc9S2U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdwoc9S2U .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uvdwoc9S2U .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uvdwoc9S2U .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uvdwoc9S2U .mbr-section-title {
  color: #131313;
}
.cid-uvdwoc9S2U .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uvdwoc9S2U .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uvdwoc9S2U .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uvdwoc9S2U .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uvdwoc9S2U .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uvdwoc9S2U .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uvdwoc9S2U .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uvdwoc9S2U .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uvdwoc9S2U .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uvdwoc9S2U .card-title {
  color: #131313;
}
.cid-uvdwoc9S2U .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-uvdwoc9S2U .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uvdwoc9S2U .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uvdwoc9S2U .card-link {
    margin-top: 15px;
  }
}
.cid-uvdwoc9S2U .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uvdSMkZu7i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvdSMkZu7i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdSMkZu7i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvdSMkZu7i .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uvdSMkZu7i .container {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uvdSMkZu7i .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uvdSMkZu7i .video-block .video-wrapper .app-video-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uvdSMkZu7i .video-block .video-wrapper .app-video-wrapper img {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-uvdSMkZu7i .video-block .video-wrapper .app-video-wrapper::before {
  color: #ff6928;
  text-shadow: none;
}
.cid-uvdSMkZu7i .video-block .video-wrapper iframe {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uvdSMkZu7i .video-block .video-wrapper iframe {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-uvdSMkZu7i .mbr-section-title {
  color: #222222;
}
.cid-uvdwocJE5l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #95ba7b;
}
.cid-uvdwocJE5l blockquote {
  border-color: #95ba7b;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uvdwocJE5l .mbr-section-title {
  text-align: center;
}
.cid-uvdwod1qip {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvdwod1qip .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdwod1qip .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdwod1qip .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uvdwod1qip .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uvdwod1qip .container {
    padding: 0 25px;
  }
}
.cid-uvdwod1qip .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvdwod1qip .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uvdwod1qip .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-uvdwod1qip .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-uvdwod1qip .panel-group .card {
  border-bottom: 1px solid #95ba7b;
  border-radius: 0;
}
.cid-uvdwod1qip .panel-group .card:first-child {
  border-top: 1px solid #95ba7b;
}
.cid-uvdwod1qip .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-uvdwod1qip .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvdwod1qip .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uvdwod1qip .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uvdwod1qip .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uvdwod1qip .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #95ba7b;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-uvdwod1qip .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-uvdwod1qip .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uvdwod1qip .panel-title-edit {
  color: #000000;
}
.cid-uvdwod1qip .panel-text {
  color: #000000;
}
.cid-uvdwodGHQz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvdwodGHQz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdwodGHQz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdwodGHQz .card-wrapper {
  background: #95ba7b;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uvdwodGHQz .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvdwodGHQz .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvdwodGHQz .card-wrapper {
    padding: 4rem;
  }
}
.cid-uvdwodGHQz .mbr-text,
.cid-uvdwodGHQz .mbr-section-btn {
  color: #ffffff;
}
.cid-uvdwodGHQz .card-title,
.cid-uvdwodGHQz .card-box {
  text-align: left;
}
.cid-uvdwoe3TGI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvdReUYWhw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #95ba7b;
}
.cid-uvdReUYWhw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdReUYWhw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdReUYWhw .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uvdReUYWhw .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvdReUYWhw .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4853d2;
}
.cid-uvdReUYWhw .panel-body,
.cid-uvdReUYWhw .card-header {
  padding: 1rem 0;
}
.cid-uvdReUYWhw .panel-title-edit {
  color: #000000;
}
.cid-uvdwoeo8lQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uvdwoeo8lQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdwoeo8lQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdwoeo8lQ .google-map {
  height: 30rem;
  position: relative;
}
.cid-uvdwoeo8lQ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uvdwoeo8lQ .google-map [data-state-details] {
  color: #6b6763;
  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-uvdwoeo8lQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uvdwoeo8lQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uvdwoeR4Gf {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uvdwoeR4Gf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdwoeR4Gf .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uvdwoeR4Gf .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvdwoeR4Gf .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uvdwoeR4Gf a {
  font-weight: 600;
}
.cid-uvdwoeR4Gf a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uvdwoeR4Gf .col-lg-3,
  .cid-uvdwoeR4Gf .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uvdwoeR4Gf .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uvdwoeR4Gf .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uvdwoeR4Gf h5 {
  margin: 0;
}
.cid-uvdwoeR4Gf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdwoeR4Gf .iconfont-wrapper {
  position: relative;
}
.cid-uvdwoeR4Gf .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uvdwoeR4Gf .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uvdwoeR4Gf .sociconfont-wrapper {
  display: flex;
}
.cid-uvdwoeR4Gf .card-title,
.cid-uvdwoeR4Gf .iconfont-wrapper {
  color: #ffffff;
}
.cid-uvdwoeR4Gf .card-text {
  color: #ffffff;
}
.cid-uvdwoeR4Gf .mbr-section-title {
  color: #000000;
}
.cid-uvdwoeR4Gf .main-title,
.cid-uvdwoeR4Gf .iconfont-wrapper {
  text-align: left;
}
.cid-uvdwoftpeP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
