body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Dancing Script', handwriting;
  font-size: 2rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-2 {
  font-family: 'Oleo Script', display;
  font-size: 1.8rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Oleo Script', display;
  font-size: 2.4rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 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-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #cccccc !important;
}
.bg-success {
  background-color: #55b4d4 !important;
}
.bg-info {
  background-color: #55b4d4 !important;
}
.bg-warning {
  background-color: #149dcc !important;
}
.bg-danger {
  background-color: #256326 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #4d4d4d !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #787324 !important;
  border-color: #787324 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #3d3b12 !important;
  border-color: #3d3b12 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3d3b12 !important;
  border-color: #3d3b12 !important;
}
.btn-info,
.btn-info:active {
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-success,
.btn-success:active {
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #256326 !important;
  border-color: #256326 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #102b11 !important;
  border-color: #102b11 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #102b11 !important;
  border-color: #102b11 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #2a280c;
  color: #2a280c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #787324;
  border-color: #787324;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #787324 !important;
  border-color: #787324 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #277e9c;
  color: #277e9c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #55b4d4;
  border-color: #55b4d4;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #277e9c;
  color: #277e9c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #55b4d4;
  border-color: #55b4d4;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #091909;
  color: #091909;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #256326;
  border-color: #256326;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #256326 !important;
  border-color: #256326 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #cccccc !important;
}
.text-secondary {
  color: #787324 !important;
}
.text-success {
  color: #55b4d4 !important;
}
.text-info {
  color: #55b4d4 !important;
}
.text-warning {
  color: #149dcc !important;
}
.text-danger {
  color: #256326 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #999999 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #2a280c !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #277e9c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #277e9c !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #0b566f !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #091909 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #55b4d4;
}
.alert-warning {
  background-color: #149dcc;
}
.alert-danger {
  background-color: #256326;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #595959;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #cccccc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f8fcfd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f8fcfd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #4cbc4d;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #cccccc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #cccccc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #cccccc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #cccccc;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #cccccc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #787324 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23cccccc' %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.3;
}
.cid-qZz1Aeqi93 {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/20160421-182947-2000x1125.jpg");
}
.cid-qZz1Aeqi93 B {
  color: #efefef;
}
.cid-qZz1Aeqi93 P {
  color: #efefef;
}
.cid-uWiqMpHTVl {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #e4d295, #ff3366);
}
.cid-uWiqMpHTVl .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-sCh2gytQg5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sCh2gytQg5 .item {
  padding-bottom: 2rem;
}
.cid-sCh2gytQg5 .item-wrapper {
  height: 100%;
}
.cid-sCh2gytQg5 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sCh2gytQg5 .carousel-control,
.cid-sCh2gytQg5 .close {
  background: #1b1b1b;
}
.cid-sCh2gytQg5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sCh2gytQg5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sCh2gytQg5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-sCh2gytQg5 .close::before {
  content: '\e91a';
}
.cid-sCh2gytQg5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sCh2gytQg5 .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-sCh2gytQg5 .carousel-inner > .active {
  display: block;
}
.cid-sCh2gytQg5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCh2gytQg5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCh2gytQg5 .carousel-control .icon-next,
.cid-sCh2gytQg5 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sCh2gytQg5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sCh2gytQg5 .carousel-control,
  .cid-sCh2gytQg5 .carousel-indicators,
  .cid-sCh2gytQg5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sCh2gytQg5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sCh2gytQg5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sCh2gytQg5 .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-sCh2gytQg5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sCh2gytQg5 .carousel-indicators {
    display: none;
  }
}
.cid-sCh2gytQg5 .carousel-indicators .active,
.cid-sCh2gytQg5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-sCh2gytQg5 .carousel-indicators .active {
  background: #fff;
}
.cid-sCh2gytQg5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sCh2gytQg5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sCh2gytQg5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sCh2gytQg5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sCh2gytQg5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sCh2gytQg5 .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-sCh2gytQg5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sCh2gytQg5 .carousel {
  width: 100%;
}
.cid-sCh2gytQg5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sCh2gytQg5 .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-sCh2gytQg5 .modal.fade .modal-dialog,
.cid-sCh2gytQg5 .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-sCh2gytQg5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sCh2gytQg5 a {
  display: block;
}
.cid-sCh2gytQg5 a.img {
  pointer-events: none;
}
.cid-usMym1cl6t {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-usMym1cl6t .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-usMym1cl6t .section-text {
  padding: 2rem 0;
  color: #256326;
}
.cid-usMym1cl6t .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-usMym1cl6t .inner-container {
    width: 100% !important;
  }
}
.cid-usMym1cl6t .section-text DIV {
  text-align: center;
}
.cid-t4eTZIjyiJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t4eTZIjyiJ .item {
  padding-bottom: 2rem;
}
.cid-t4eTZIjyiJ .item-wrapper {
  height: 100%;
}
.cid-t4eTZIjyiJ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t4eTZIjyiJ .carousel-control,
.cid-t4eTZIjyiJ .close {
  background: #1b1b1b;
}
.cid-t4eTZIjyiJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t4eTZIjyiJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t4eTZIjyiJ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-t4eTZIjyiJ .close::before {
  content: '\e91a';
}
.cid-t4eTZIjyiJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t4eTZIjyiJ .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-t4eTZIjyiJ .carousel-inner > .active {
  display: block;
}
.cid-t4eTZIjyiJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4eTZIjyiJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t4eTZIjyiJ .carousel-control .icon-next,
.cid-t4eTZIjyiJ .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-t4eTZIjyiJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t4eTZIjyiJ .carousel-control,
  .cid-t4eTZIjyiJ .carousel-indicators,
  .cid-t4eTZIjyiJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t4eTZIjyiJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t4eTZIjyiJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t4eTZIjyiJ .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-t4eTZIjyiJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t4eTZIjyiJ .carousel-indicators {
    display: none;
  }
}
.cid-t4eTZIjyiJ .carousel-indicators .active,
.cid-t4eTZIjyiJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-t4eTZIjyiJ .carousel-indicators .active {
  background: #fff;
}
.cid-t4eTZIjyiJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t4eTZIjyiJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t4eTZIjyiJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t4eTZIjyiJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t4eTZIjyiJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t4eTZIjyiJ .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-t4eTZIjyiJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t4eTZIjyiJ .carousel {
  width: 100%;
}
.cid-t4eTZIjyiJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t4eTZIjyiJ .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-t4eTZIjyiJ .modal.fade .modal-dialog,
.cid-t4eTZIjyiJ .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-t4eTZIjyiJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t4eTZIjyiJ a {
  display: block;
}
.cid-t4eTZIjyiJ a.img {
  pointer-events: none;
}
.cid-t4eRgZt05p {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t4eRgZt05p .item {
  padding-bottom: 2rem;
}
.cid-t4eRgZt05p .item-wrapper {
  height: 100%;
}
.cid-t4eRgZt05p .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t4eRgZt05p .carousel-control,
.cid-t4eRgZt05p .close {
  background: #1b1b1b;
}
.cid-t4eRgZt05p .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t4eRgZt05p .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t4eRgZt05p .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-t4eRgZt05p .close::before {
  content: '\e91a';
}
.cid-t4eRgZt05p .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t4eRgZt05p .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-t4eRgZt05p .carousel-inner > .active {
  display: block;
}
.cid-t4eRgZt05p .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4eRgZt05p .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t4eRgZt05p .carousel-control .icon-next,
.cid-t4eRgZt05p .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-t4eRgZt05p .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t4eRgZt05p .carousel-control,
  .cid-t4eRgZt05p .carousel-indicators,
  .cid-t4eRgZt05p .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t4eRgZt05p .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t4eRgZt05p .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t4eRgZt05p .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-t4eRgZt05p .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t4eRgZt05p .carousel-indicators {
    display: none;
  }
}
.cid-t4eRgZt05p .carousel-indicators .active,
.cid-t4eRgZt05p .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-t4eRgZt05p .carousel-indicators .active {
  background: #fff;
}
.cid-t4eRgZt05p .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t4eRgZt05p .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t4eRgZt05p .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t4eRgZt05p .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t4eRgZt05p .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t4eRgZt05p .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-t4eRgZt05p .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t4eRgZt05p .carousel {
  width: 100%;
}
.cid-t4eRgZt05p .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t4eRgZt05p .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-t4eRgZt05p .modal.fade .modal-dialog,
.cid-t4eRgZt05p .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-t4eRgZt05p .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t4eRgZt05p a {
  display: block;
}
.cid-t4eRgZt05p a.img {
  pointer-events: none;
}
.cid-uCjV2QDF5l {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-uCjV2QDF5l .mbr-section-subtitle,
.cid-uCjV2QDF5l .mbr-text {
  color: #767676;
}
.cid-uCjV2QDF5l .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uCjV2QDF5l .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uCjV2QDF5l .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uCjV2QDF5l .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-uCjV2QDF5l .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-uCjV2QDF5l .card-wrapper .card-img img {
  width: 100%;
}
.cid-uCjV2QDF5l .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-uCjV2QDF5l .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uCjV2QDF5l .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-uCjV2QDF5l .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-uCjV2QDF5l .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-uCjV2QDF5l .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-uCjV2QDF5l .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-uCjV2QDF5l .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-uCjV2QDF5l .mbr-section-title {
  text-align: center;
  color: #ff7f9f;
}
.cid-uCjV2QDF5l .mbr-section-subtitle {
  text-align: right;
  color: #ff7f9f;
}
.cid-uhAFB6xpLm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uhAFB6xpLm .item {
  padding-bottom: 2rem;
}
.cid-uhAFB6xpLm .item-wrapper {
  height: 100%;
}
.cid-uhAFB6xpLm .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uhAFB6xpLm .carousel-control,
.cid-uhAFB6xpLm .close {
  background: #1b1b1b;
}
.cid-uhAFB6xpLm .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uhAFB6xpLm .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uhAFB6xpLm .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-uhAFB6xpLm .close::before {
  content: '\e91a';
}
.cid-uhAFB6xpLm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uhAFB6xpLm .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-uhAFB6xpLm .carousel-inner > .active {
  display: block;
}
.cid-uhAFB6xpLm .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uhAFB6xpLm .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uhAFB6xpLm .carousel-control .icon-next,
.cid-uhAFB6xpLm .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uhAFB6xpLm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uhAFB6xpLm .carousel-control,
  .cid-uhAFB6xpLm .carousel-indicators,
  .cid-uhAFB6xpLm .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uhAFB6xpLm .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uhAFB6xpLm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uhAFB6xpLm .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-uhAFB6xpLm .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uhAFB6xpLm .carousel-indicators {
    display: none;
  }
}
.cid-uhAFB6xpLm .carousel-indicators .active,
.cid-uhAFB6xpLm .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-uhAFB6xpLm .carousel-indicators .active {
  background: #fff;
}
.cid-uhAFB6xpLm .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uhAFB6xpLm .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uhAFB6xpLm .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uhAFB6xpLm .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uhAFB6xpLm .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uhAFB6xpLm .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-uhAFB6xpLm .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uhAFB6xpLm .carousel {
  width: 100%;
}
.cid-uhAFB6xpLm .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uhAFB6xpLm .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-uhAFB6xpLm .modal.fade .modal-dialog,
.cid-uhAFB6xpLm .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-uhAFB6xpLm .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uhAFB6xpLm a {
  display: block;
}
.cid-uhAFB6xpLm a.img {
  pointer-events: none;
}
.cid-uhAGsP8yh0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uhAGsP8yh0 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uhAGsP8yh0 p {
  color: #767676;
  text-align: left;
}
.cid-uhAGsP8yh0 .card-img {
  text-align: left;
  padding-right: 30px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: auto;
}
.cid-uhAGsP8yh0 .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-uhAGsP8yh0 .card-title {
  margin-bottom: 0;
}
.cid-uhAGsP8yh0 .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uhAGsP8yh0 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 300px) {
  .cid-uhAGsP8yh0 .card-img span {
    font-size: 40px !important;
  }
}
.cid-sioW9QrVCx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffcc;
}
.cid-sioW9QrVCx .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sioW9QrVCx .section-text {
  padding: 2rem 0;
  color: #256326;
}
.cid-sioW9QrVCx .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sioW9QrVCx .inner-container {
    width: 100% !important;
  }
}
.cid-sioW9QrVCx .section-text DIV {
  text-align: center;
}
.cid-t7FoGAIkqe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #256326;
}
.cid-t7FoGAIkqe .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t7FoGAIkqe .section-text {
  padding: 2rem 0;
}
.cid-t7FoGAIkqe .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t7FoGAIkqe .inner-container {
    width: 100% !important;
  }
}
.cid-tF7f6lSwtW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #149dcc;
}
.cid-tF7f6lSwtW .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tF7f6lSwtW .section-text {
  padding: 2rem 0;
}
.cid-tF7f6lSwtW .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tF7f6lSwtW .inner-container {
    width: 100% !important;
  }
}
.cid-sCKU14Ezpo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sCKU14Ezpo .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sCKU14Ezpo .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCKU14Ezpo .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCKU14Ezpo .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sCKU14Ezpo .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sCKU14Ezpo .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sCKU14Ezpo .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sCKU14Ezpo .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sCKU14Ezpo .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tzpNCfB5M6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #256326;
}
.cid-tzpNCfB5M6 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tzpNCfB5M6 .section-text {
  padding: 2rem 0;
}
.cid-tzpNCfB5M6 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tzpNCfB5M6 .inner-container {
    width: 100% !important;
  }
}
.cid-uSfdtE5q3J {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uSfdtE5q3J h2 {
  text-align: center;
}
.cid-uSfdtE5q3J h3 {
  text-align: center;
  font-weight: 300;
}
.cid-uSfdtE5q3J p {
  color: #767676;
}
.cid-uSfdtE5q3J img {
  object-fit: cover;
}
.cid-uSfdtE5q3J .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uSfdtE5q3J .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uSfdtE5q3J .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-uSfdtE5q3J .mbr-section-subtitle {
  color: #767676;
}
.cid-uSfdtE5q3J .card-title {
  font-weight: 500;
}
.cid-uSfdtE5q3J .card-img {
  text-align: inherit;
}
.cid-uSfdtE5q3J .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uSfdtE5q3J .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uSfdtE5q3J .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSfdtE5q3J .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-uSfdtE5q3J .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-uSfdtE5q3J .card:nth-child(1) {
    padding-bottom: 0 !important;
  }
}
.cid-qZoKRPGFnh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffcc;
}
.cid-qZoKRPGFnh .card-img {
  background-color: #fff;
}
.cid-qZoKRPGFnh .card-box {
  background-color: #efefef;
  padding: 0.8rem;
}
.cid-qZoKRPGFnh h4 {
  font-size: 1.3em;
  margin-before: 1em;
  margin-after: 1em;
  font-weight: bold;
  margin-bottom: 0;
  text-align: left;
}
.cid-qZoKRPGFnh p {
  text-align: left;
}
.cid-qZoKRPGFnh .mbr-text {
  color: #767676;
}
.cid-qZoKRPGFnh .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qZoKRPGFnh .card-wrapper:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qZoKRPGFnh .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qZoKRPGFnh .card-title SPAN {
  color: #256326;
}
.cid-qZoKRPGFnh .card-title {
  color: #256326;
}
.cid-tBfyQybR1H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tBfyQybR1H .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tBfyQybR1H .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBfyQybR1H .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tBfyQybR1H .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tBfyQybR1H .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tBfyQybR1H .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tBfyQybR1H .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tBfyQybR1H .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tBfyQybR1H .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tF7fJ0YsVg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-tF7fJ0YsVg .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tF7fJ0YsVg .section-text {
  padding: 2rem 0;
}
.cid-tF7fJ0YsVg .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tF7fJ0YsVg .inner-container {
    width: 100% !important;
  }
}
.cid-t4eQF6OlBm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t4eQF6OlBm .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t4eQF6OlBm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4eQF6OlBm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t4eQF6OlBm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t4eQF6OlBm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t4eQF6OlBm .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t4eQF6OlBm .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-t4eQF6OlBm .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t4eQF6OlBm .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t4ePFsD5kU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4ePFsD5kU .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t4ePFsD5kU .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t4ePFsD5kU .item-wrapper {
  height: 100%;
}
.cid-t4ePFsD5kU .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t4ePFsD5kU .carousel-control,
.cid-t4ePFsD5kU .close {
  background: #1b1b1b;
}
.cid-t4ePFsD5kU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t4ePFsD5kU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t4ePFsD5kU .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-t4ePFsD5kU .close::before {
  content: '\e91a';
}
.cid-t4ePFsD5kU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t4ePFsD5kU .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-t4ePFsD5kU .carousel-inner > .active {
  display: block;
}
.cid-t4ePFsD5kU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4ePFsD5kU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t4ePFsD5kU .carousel-control .icon-next,
.cid-t4ePFsD5kU .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-t4ePFsD5kU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t4ePFsD5kU .carousel-control,
  .cid-t4ePFsD5kU .carousel-indicators,
  .cid-t4ePFsD5kU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t4ePFsD5kU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t4ePFsD5kU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t4ePFsD5kU .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-t4ePFsD5kU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t4ePFsD5kU .carousel-indicators {
    display: none;
  }
}
.cid-t4ePFsD5kU .carousel-indicators .active,
.cid-t4ePFsD5kU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-t4ePFsD5kU .carousel-indicators .active {
  background: #fff;
}
.cid-t4ePFsD5kU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t4ePFsD5kU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t4ePFsD5kU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t4ePFsD5kU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t4ePFsD5kU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t4ePFsD5kU .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-t4ePFsD5kU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t4ePFsD5kU .carousel {
  width: 100%;
}
.cid-t4ePFsD5kU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t4ePFsD5kU .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-t4ePFsD5kU .modal.fade .modal-dialog,
.cid-t4ePFsD5kU .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-t4ePFsD5kU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t4ePFsD5kU a {
  display: block;
}
.cid-t4ePFsD5kU a.img {
  pointer-events: none;
}
.cid-sUA4IkJEW9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sUA4IkJEW9 .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sUA4IkJEW9 .modal-body .close {
  background: #1b1b1b;
}
.cid-sUA4IkJEW9 .modal-body .close span {
  font-style: normal;
}
.cid-sUA4IkJEW9 .carousel-inner > .active,
.cid-sUA4IkJEW9 .carousel-inner > .next,
.cid-sUA4IkJEW9 .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sUA4IkJEW9 .carousel-control .icon-next,
.cid-sUA4IkJEW9 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sUA4IkJEW9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sUA4IkJEW9 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sUA4IkJEW9 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sUA4IkJEW9 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sUA4IkJEW9 .boxed-slider > div {
  position: relative;
}
.cid-sUA4IkJEW9 .container img {
  width: 100%;
}
.cid-sUA4IkJEW9 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sUA4IkJEW9 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sUA4IkJEW9 .mbr-table-cell {
  padding: 0;
}
.cid-sUA4IkJEW9 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sUA4IkJEW9 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sUA4IkJEW9 .mbr-overlay {
  z-index: 1;
}
.cid-sUA4IkJEW9 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sUA4IkJEW9 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sUA4IkJEW9 .carousel-item.active.right,
.cid-sUA4IkJEW9 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sUA4IkJEW9 .carousel-item.active.left,
.cid-sUA4IkJEW9 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sUA4IkJEW9 .carousel-item.active,
.cid-sUA4IkJEW9 .carousel-item.next.left,
.cid-sUA4IkJEW9 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sUA4IkJEW9 .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-sUA4IkJEW9 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUA4IkJEW9 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sUA4IkJEW9 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sUA4IkJEW9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sUA4IkJEW9 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sUA4IkJEW9 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sUA4IkJEW9 .mbr-slider .carousel-indicators li.active,
.cid-sUA4IkJEW9 .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sUA4IkJEW9 .mbr-slider .carousel-indicators li::after,
.cid-sUA4IkJEW9 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sUA4IkJEW9 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sUA4IkJEW9 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sUA4IkJEW9 .mbr-slider > .container img {
  width: 100%;
}
.cid-sUA4IkJEW9 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sUA4IkJEW9 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sUA4IkJEW9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sUA4IkJEW9 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sUA4IkJEW9 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sUA4IkJEW9 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sUA4IkJEW9 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sUA4IkJEW9 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sUA4IkJEW9 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sUA4IkJEW9 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sUA4IkJEW9 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sUA4IkJEW9 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sUA4IkJEW9 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sUA4IkJEW9 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sUA4IkJEW9 .carousel-inner {
  height: 100%;
}
.cid-sUA4IkJEW9 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sUA4IkJEW9 .image_wrapper {
  height: 400px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sUA4IkJEW9 .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-sUA4IkJEW9 .carousel-item .container-slide {
  text-align: center;
}
.cid-sUA4IkJEW9 .content-slider-wrap {
  width: 60%;
}
.cid-r0TVNNedUs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffcc;
}
@media (min-width: 992px) {
  .cid-r0TVNNedUs .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-r0TVNNedUs .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-r0TVNNedUs .mbr-text {
  color: #767676;
}
.cid-r0TVNNedUs B {
  color: #5b686b;
}
.cid-r1a8SSF0Ss {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/20160317-124848-2000x1125.jpg");
}
.cid-r1a8SSF0Ss .testimonials-container {
  margin: 0 auto;
}
.cid-r1a8SSF0Ss .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 1rem;
}
.cid-r1a8SSF0Ss .testimonials-container .testimonials-item .user {
  background: #ffffcc;
}
.cid-r1a8SSF0Ss .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-r1a8SSF0Ss .testimonials-container .testimonials-item .user .user_image {
  width: 170px;
  height: 170px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-r1a8SSF0Ss .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-r1a8SSF0Ss .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-r1a8SSF0Ss .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-r1a8SSF0Ss .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-r1a8SSF0Ss .user_text B {
  color: #256326;
}
.cid-r1a8SSF0Ss .user_text {
  color: #256326;
}
.cid-r0IE1Qmsw1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #5b686b;
}
@media (max-width: 767px) {
  .cid-r0IE1Qmsw1 .content {
    text-align: center;
  }
  .cid-r0IE1Qmsw1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-r0IE1Qmsw1 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-r0IE1Qmsw1 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-r0IE1Qmsw1 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-r0IE1Qmsw1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-r0IE1Qmsw1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-r0IE1Qmsw1 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-r0IE1Qmsw1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-r0IE1Qmsw1 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-r0IE1Qmsw1 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-r0IE1Qmsw1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r0IE1Qmsw1 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rFJnIG9DXJ .navbar {
  background: #ffffcc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rFJnIG9DXJ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffcc;
}
.cid-rFJnIG9DXJ a {
  font-style: normal;
}
.cid-rFJnIG9DXJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rFJnIG9DXJ .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rFJnIG9DXJ .nav-item:focus,
.cid-rFJnIG9DXJ .nav-link:focus {
  outline: none;
}
.cid-rFJnIG9DXJ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rFJnIG9DXJ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rFJnIG9DXJ .menu-logo {
  margin-right: auto;
}
.cid-rFJnIG9DXJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rFJnIG9DXJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rFJnIG9DXJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rFJnIG9DXJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rFJnIG9DXJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rFJnIG9DXJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rFJnIG9DXJ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rFJnIG9DXJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rFJnIG9DXJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rFJnIG9DXJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rFJnIG9DXJ .dropdown .dropdown-menu {
  background: #ffffcc;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rFJnIG9DXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rFJnIG9DXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rFJnIG9DXJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rFJnIG9DXJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rFJnIG9DXJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rFJnIG9DXJ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rFJnIG9DXJ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rFJnIG9DXJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rFJnIG9DXJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rFJnIG9DXJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rFJnIG9DXJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rFJnIG9DXJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rFJnIG9DXJ button.navbar-toggler:focus {
  outline: none;
}
.cid-rFJnIG9DXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rFJnIG9DXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rFJnIG9DXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rFJnIG9DXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rFJnIG9DXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rFJnIG9DXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rFJnIG9DXJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rFJnIG9DXJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rFJnIG9DXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rFJnIG9DXJ .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rFJnIG9DXJ .collapsed .btn {
  display: flex;
}
.cid-rFJnIG9DXJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rFJnIG9DXJ .collapsed .navbar-collapse.collapsing,
.cid-rFJnIG9DXJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rFJnIG9DXJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rFJnIG9DXJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rFJnIG9DXJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rFJnIG9DXJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rFJnIG9DXJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rFJnIG9DXJ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rFJnIG9DXJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rFJnIG9DXJ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rFJnIG9DXJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rFJnIG9DXJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rFJnIG9DXJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-rFJnIG9DXJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rFJnIG9DXJ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rFJnIG9DXJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rFJnIG9DXJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rFJnIG9DXJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rFJnIG9DXJ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rFJnIG9DXJ.navbar-expand {
    flex-direction: column;
  }
  .cid-rFJnIG9DXJ img {
    height: 3.8rem !important;
  }
  .cid-rFJnIG9DXJ .btn {
    display: flex;
  }
  .cid-rFJnIG9DXJ button.navbar-toggler {
    display: block;
  }
  .cid-rFJnIG9DXJ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rFJnIG9DXJ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rFJnIG9DXJ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rFJnIG9DXJ .navbar-collapse.collapsing,
  .cid-rFJnIG9DXJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-rFJnIG9DXJ .navbar-collapse.collapsing .navbar-nav,
  .cid-rFJnIG9DXJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rFJnIG9DXJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rFJnIG9DXJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rFJnIG9DXJ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rFJnIG9DXJ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rFJnIG9DXJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-rFJnIG9DXJ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rFJnIG9DXJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rFJnIG9DXJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rFJnIG9DXJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rFJnIG9DXJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rFJnIG9DXJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rFJnIG9DXJ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rFJnIG9DXJ .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rFJnIG9DXJ .navbar-collapse {
  flex-basis: auto;
}
.cid-rFJnIG9DXJ .nav-link:hover,
.cid-rFJnIG9DXJ .dropdown-item:hover {
  color: #ffffcc !important;
}
.cid-sCh1Qou8HD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sCh1Qou8HD [class^="socicon-"]:before,
.cid-sCh1Qou8HD [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sCh1Qou8HD .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #149dcc;
}
.cid-sCh1Qou8HD .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sCh1Qou8HD .btn-social:hover {
  color: #fff;
  background: #149dcc;
}
.cid-sCh1Qou8HD .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sCh1Qou8HD .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-sCh1Qou8HD .btn {
    font-size: 20px !important;
  }
}
.cid-r0CEb8bNRV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffcc;
}
.cid-r0CEb8bNRV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r0CEb8bNRV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r0CEb8bNRV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r0CEb8bNRV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r0CEb8bNRV .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r0CEb8bNRV .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-r0CEb8bNRV .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-r0CEb8bNRV .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-r0CEb8bNRV .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-seeh94GAqj .navbar {
  background: #ffffcc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-seeh94GAqj .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffcc;
}
.cid-seeh94GAqj a {
  font-style: normal;
}
.cid-seeh94GAqj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-seeh94GAqj .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-seeh94GAqj .nav-item:focus,
.cid-seeh94GAqj .nav-link:focus {
  outline: none;
}
.cid-seeh94GAqj .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-seeh94GAqj .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-seeh94GAqj .menu-logo {
  margin-right: auto;
}
.cid-seeh94GAqj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-seeh94GAqj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-seeh94GAqj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-seeh94GAqj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-seeh94GAqj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-seeh94GAqj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-seeh94GAqj .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-seeh94GAqj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-seeh94GAqj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-seeh94GAqj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-seeh94GAqj .dropdown .dropdown-menu {
  background: #ffffcc;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-seeh94GAqj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-seeh94GAqj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-seeh94GAqj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-seeh94GAqj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-seeh94GAqj .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-seeh94GAqj .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-seeh94GAqj .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-seeh94GAqj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-seeh94GAqj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-seeh94GAqj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-seeh94GAqj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-seeh94GAqj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-seeh94GAqj button.navbar-toggler:focus {
  outline: none;
}
.cid-seeh94GAqj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-seeh94GAqj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-seeh94GAqj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-seeh94GAqj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-seeh94GAqj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-seeh94GAqj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seeh94GAqj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-seeh94GAqj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-seeh94GAqj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seeh94GAqj .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-seeh94GAqj .collapsed .btn {
  display: flex;
}
.cid-seeh94GAqj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-seeh94GAqj .collapsed .navbar-collapse.collapsing,
.cid-seeh94GAqj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-seeh94GAqj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-seeh94GAqj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-seeh94GAqj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-seeh94GAqj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-seeh94GAqj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-seeh94GAqj .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-seeh94GAqj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-seeh94GAqj .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-seeh94GAqj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-seeh94GAqj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-seeh94GAqj .collapsed button.navbar-toggler {
  display: block;
}
.cid-seeh94GAqj .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-seeh94GAqj .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-seeh94GAqj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-seeh94GAqj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-seeh94GAqj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-seeh94GAqj .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-seeh94GAqj.navbar-expand {
    flex-direction: column;
  }
  .cid-seeh94GAqj img {
    height: 3.8rem !important;
  }
  .cid-seeh94GAqj .btn {
    display: flex;
  }
  .cid-seeh94GAqj button.navbar-toggler {
    display: block;
  }
  .cid-seeh94GAqj .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-seeh94GAqj .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-seeh94GAqj .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-seeh94GAqj .navbar-collapse.collapsing,
  .cid-seeh94GAqj .navbar-collapse.show {
    display: block !important;
  }
  .cid-seeh94GAqj .navbar-collapse.collapsing .navbar-nav,
  .cid-seeh94GAqj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-seeh94GAqj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-seeh94GAqj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-seeh94GAqj .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-seeh94GAqj .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-seeh94GAqj .navbar-collapse.collapsing .navbar-buttons,
  .cid-seeh94GAqj .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-seeh94GAqj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-seeh94GAqj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-seeh94GAqj .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-seeh94GAqj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-seeh94GAqj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-seeh94GAqj .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-seeh94GAqj .menu-logo {
    flex-shrink: 0;
  }
}
.cid-seeh94GAqj .navbar-collapse {
  flex-basis: auto;
}
.cid-seeh94GAqj .nav-link:hover,
.cid-seeh94GAqj .dropdown-item:hover {
  color: #ffffcc !important;
}
.cid-seehdPSXlK {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-seehdPSXlK .mbr-text,
.cid-seehdPSXlK blockquote {
  color: #767676;
}
.cid-seehdPSXlK .mbr-text DIV {
  color: #000000;
}
.cid-seeh84gGcQ .navbar {
  background: #ffffcc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-seeh84gGcQ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffcc;
}
.cid-seeh84gGcQ a {
  font-style: normal;
}
.cid-seeh84gGcQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-seeh84gGcQ .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-seeh84gGcQ .nav-item:focus,
.cid-seeh84gGcQ .nav-link:focus {
  outline: none;
}
.cid-seeh84gGcQ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-seeh84gGcQ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-seeh84gGcQ .menu-logo {
  margin-right: auto;
}
.cid-seeh84gGcQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-seeh84gGcQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-seeh84gGcQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-seeh84gGcQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-seeh84gGcQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-seeh84gGcQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-seeh84gGcQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-seeh84gGcQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-seeh84gGcQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-seeh84gGcQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-seeh84gGcQ .dropdown .dropdown-menu {
  background: #ffffcc;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-seeh84gGcQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-seeh84gGcQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-seeh84gGcQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-seeh84gGcQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-seeh84gGcQ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-seeh84gGcQ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-seeh84gGcQ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-seeh84gGcQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-seeh84gGcQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-seeh84gGcQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-seeh84gGcQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-seeh84gGcQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-seeh84gGcQ button.navbar-toggler:focus {
  outline: none;
}
.cid-seeh84gGcQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-seeh84gGcQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-seeh84gGcQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-seeh84gGcQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-seeh84gGcQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-seeh84gGcQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seeh84gGcQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-seeh84gGcQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-seeh84gGcQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seeh84gGcQ .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-seeh84gGcQ .collapsed .btn {
  display: flex;
}
.cid-seeh84gGcQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-seeh84gGcQ .collapsed .navbar-collapse.collapsing,
.cid-seeh84gGcQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-seeh84gGcQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-seeh84gGcQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-seeh84gGcQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-seeh84gGcQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-seeh84gGcQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-seeh84gGcQ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-seeh84gGcQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-seeh84gGcQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-seeh84gGcQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-seeh84gGcQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-seeh84gGcQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-seeh84gGcQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-seeh84gGcQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-seeh84gGcQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-seeh84gGcQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-seeh84gGcQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-seeh84gGcQ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-seeh84gGcQ.navbar-expand {
    flex-direction: column;
  }
  .cid-seeh84gGcQ img {
    height: 3.8rem !important;
  }
  .cid-seeh84gGcQ .btn {
    display: flex;
  }
  .cid-seeh84gGcQ button.navbar-toggler {
    display: block;
  }
  .cid-seeh84gGcQ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-seeh84gGcQ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-seeh84gGcQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-seeh84gGcQ .navbar-collapse.collapsing,
  .cid-seeh84gGcQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-seeh84gGcQ .navbar-collapse.collapsing .navbar-nav,
  .cid-seeh84gGcQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-seeh84gGcQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-seeh84gGcQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-seeh84gGcQ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-seeh84gGcQ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-seeh84gGcQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-seeh84gGcQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-seeh84gGcQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-seeh84gGcQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-seeh84gGcQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-seeh84gGcQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-seeh84gGcQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-seeh84gGcQ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-seeh84gGcQ .menu-logo {
    flex-shrink: 0;
  }
}
.cid-seeh84gGcQ .navbar-collapse {
  flex-basis: auto;
}
.cid-seeh84gGcQ .nav-link:hover,
.cid-seeh84gGcQ .dropdown-item:hover {
  color: #ffffcc !important;
}
.cid-seehzMlXKG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-seehzMlXKG .mbr-section-subtitle {
  color: #767676;
}
.cid-seehzMlXKG .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-seehzMlXKG P {
  color: #000000;
}
.cid-sC1dp5Rw7J {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/20160421-182947-2000x1125.jpg");
}
.cid-sC1dp5Rw7J B {
  color: #efefef;
}
.cid-sC1dp5Rw7J P {
  color: #efefef;
}
.cid-sC1dp6Mlsu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffcc;
}
.cid-sC1dp6Mlsu .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sC1dp6Mlsu .section-text {
  padding: 2rem 0;
  color: #256326;
}
.cid-sC1dp6Mlsu .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sC1dp6Mlsu .inner-container {
    width: 100% !important;
  }
}
.cid-sC1dp73sFS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffcc;
}
.cid-sC1dp73sFS .card-img {
  background-color: #fff;
}
.cid-sC1dp73sFS .card-box {
  background-color: #efefef;
  padding: 0.8rem;
}
.cid-sC1dp73sFS h4 {
  font-size: 1.3em;
  margin-before: 1em;
  margin-after: 1em;
  font-weight: bold;
  margin-bottom: 0;
  text-align: left;
}
.cid-sC1dp73sFS p {
  text-align: left;
}
.cid-sC1dp73sFS .mbr-text {
  color: #767676;
}
.cid-sC1dp73sFS .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sC1dp73sFS .card-wrapper:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sC1dp73sFS .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sC1dp73sFS .card-title SPAN {
  color: #256326;
}
.cid-sC1dp73sFS .card-title {
  color: #256326;
}
.cid-sC1dp7KJKK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffcc;
}
.cid-sC1dp7KJKK .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sC1dp7KJKK .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sC1dp7KJKK .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sC1dp7KJKK .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sC1dp7KJKK .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sC1dp7KJKK .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sC1dp7KJKK .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-sC1dp7KJKK .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sC1dp7KJKK .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sC1dp8L2gA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffcc;
}
@media (min-width: 992px) {
  .cid-sC1dp8L2gA .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sC1dp8L2gA .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sC1dp8L2gA .mbr-text {
  color: #767676;
}
.cid-sC1dp8L2gA B {
  color: #5b686b;
}
.cid-sC1dp91wAH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffcc;
}
@media (min-width: 992px) {
  .cid-sC1dp91wAH .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sC1dp91wAH .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sC1dp91wAH .mbr-text {
  color: #767676;
}
.cid-sC1dp91wAH B {
  color: #5b686b;
}
.cid-sC1dp9hA6Y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/20160317-124848-2000x1125.jpg");
}
.cid-sC1dp9hA6Y .testimonials-container {
  margin: 0 auto;
}
.cid-sC1dp9hA6Y .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 1rem;
}
.cid-sC1dp9hA6Y .testimonials-container .testimonials-item .user {
  background: #ffffcc;
}
.cid-sC1dp9hA6Y .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-sC1dp9hA6Y .testimonials-container .testimonials-item .user .user_image {
  width: 170px;
  height: 170px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-sC1dp9hA6Y .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sC1dp9hA6Y .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-sC1dp9hA6Y .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-sC1dp9hA6Y .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-sC1dp9hA6Y .user_text B {
  color: #256326;
}
.cid-sC1dp9hA6Y .user_text {
  color: #256326;
}
.cid-sC1dpasFlc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #5b686b;
}
@media (max-width: 767px) {
  .cid-sC1dpasFlc .content {
    text-align: center;
  }
  .cid-sC1dpasFlc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sC1dpasFlc .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sC1dpasFlc .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sC1dpasFlc .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sC1dpasFlc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sC1dpasFlc .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sC1dpasFlc .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sC1dpasFlc .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sC1dpasFlc .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sC1dpasFlc .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sC1dpasFlc .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sC1dpasFlc .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sC1dpaSdR2 .navbar {
  background: #ffffcc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sC1dpaSdR2 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffcc;
}
.cid-sC1dpaSdR2 a {
  font-style: normal;
}
.cid-sC1dpaSdR2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sC1dpaSdR2 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sC1dpaSdR2 .nav-item:focus,
.cid-sC1dpaSdR2 .nav-link:focus {
  outline: none;
}
.cid-sC1dpaSdR2 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sC1dpaSdR2 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sC1dpaSdR2 .menu-logo {
  margin-right: auto;
}
.cid-sC1dpaSdR2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sC1dpaSdR2 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sC1dpaSdR2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sC1dpaSdR2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sC1dpaSdR2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sC1dpaSdR2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sC1dpaSdR2 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sC1dpaSdR2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sC1dpaSdR2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sC1dpaSdR2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sC1dpaSdR2 .dropdown .dropdown-menu {
  background: #ffffcc;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sC1dpaSdR2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sC1dpaSdR2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sC1dpaSdR2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sC1dpaSdR2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sC1dpaSdR2 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sC1dpaSdR2 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sC1dpaSdR2 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sC1dpaSdR2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sC1dpaSdR2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sC1dpaSdR2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sC1dpaSdR2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sC1dpaSdR2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sC1dpaSdR2 button.navbar-toggler:focus {
  outline: none;
}
.cid-sC1dpaSdR2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sC1dpaSdR2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sC1dpaSdR2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sC1dpaSdR2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sC1dpaSdR2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sC1dpaSdR2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC1dpaSdR2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sC1dpaSdR2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sC1dpaSdR2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC1dpaSdR2 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sC1dpaSdR2 .collapsed .btn {
  display: flex;
}
.cid-sC1dpaSdR2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sC1dpaSdR2 .collapsed .navbar-collapse.collapsing,
.cid-sC1dpaSdR2 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sC1dpaSdR2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sC1dpaSdR2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sC1dpaSdR2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sC1dpaSdR2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sC1dpaSdR2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sC1dpaSdR2 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sC1dpaSdR2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sC1dpaSdR2 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sC1dpaSdR2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sC1dpaSdR2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sC1dpaSdR2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sC1dpaSdR2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sC1dpaSdR2 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sC1dpaSdR2 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sC1dpaSdR2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sC1dpaSdR2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sC1dpaSdR2 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sC1dpaSdR2.navbar-expand {
    flex-direction: column;
  }
  .cid-sC1dpaSdR2 img {
    height: 3.8rem !important;
  }
  .cid-sC1dpaSdR2 .btn {
    display: flex;
  }
  .cid-sC1dpaSdR2 button.navbar-toggler {
    display: block;
  }
  .cid-sC1dpaSdR2 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sC1dpaSdR2 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sC1dpaSdR2 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sC1dpaSdR2 .navbar-collapse.collapsing,
  .cid-sC1dpaSdR2 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sC1dpaSdR2 .navbar-collapse.collapsing .navbar-nav,
  .cid-sC1dpaSdR2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sC1dpaSdR2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sC1dpaSdR2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sC1dpaSdR2 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sC1dpaSdR2 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC1dpaSdR2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sC1dpaSdR2 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sC1dpaSdR2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sC1dpaSdR2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC1dpaSdR2 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sC1dpaSdR2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sC1dpaSdR2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sC1dpaSdR2 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sC1dpaSdR2 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sC1dpaSdR2 .navbar-collapse {
  flex-basis: auto;
}
.cid-sC1dpaSdR2 .nav-link:hover,
.cid-sC1dpaSdR2 .dropdown-item:hover {
  color: #ffffcc !important;
}
