@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700,800,900,300i,400i,500i,600i,700i,800i,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800,300i,400i,500i,600i,700i,800i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 6.5rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 10.4rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.5rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 4rem;
}
.display-7 {
  font-family: 'Open Sans', 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: 5.2rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((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: #ffffff !important;
}
.bg-success {
  background-color: #e4d295 !important;
}
.bg-info {
  background-color: #15b660 !important;
}
.bg-warning {
  background-color: #007e2a !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #15b660 !important;
  border-color: #15b660 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0d713c !important;
  border-color: #0d713c !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0d713c !important;
  border-color: #0d713c !important;
}
.btn-success,
.btn-success:active {
  background-color: #e4d295 !important;
  border-color: #e4d295 !important;
  color: #615119 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #615119 !important;
  background-color: #d4b858 !important;
  border-color: #d4b858 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #615119 !important;
  background-color: #d4b858 !important;
  border-color: #d4b858 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #007e2a !important;
  border-color: #007e2a !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #003211 !important;
  border-color: #003211 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #003211 !important;
  border-color: #003211 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !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: #cccccc;
  color: #cccccc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #0a5b30;
  color: #0a5b30;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #15b660;
  border-color: #15b660;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #15b660 !important;
  border-color: #15b660 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #cfaf44;
  color: #cfaf44;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #615119;
  background-color: #e4d295;
  border-color: #e4d295;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #615119 !important;
  background-color: #e4d295 !important;
  border-color: #e4d295 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #001808;
  color: #001808;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #007e2a;
  border-color: #007e2a;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #007e2a !important;
  border-color: #007e2a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #ffffff !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #e4d295 !important;
}
.text-info {
  color: #15b660 !important;
}
.text-warning {
  color: #007e2a !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cfaf44 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0a5b30 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #001808 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cccccc !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: #15b660;
}
.alert-warning {
  background-color: #007e2a;
}
.alert-danger {
  background-color: #ffffff;
}
.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: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #5eeca0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #00fe55;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ffffff;
}
/* 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: #ffffff;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ffffff;
}
.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: #ffffff;
  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: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !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: #000000 !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='%23ffffff' %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-tyoBr0dzCG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #007e2a;
  text-shadow: black 0.2em 0.2em 0.2em;
}
.cid-tyoBr0dzCG .mbr-section-subtitle {
  color: #e4d295;
}
.cid-tyoBr0dzCG H2 {
  color: #ffffff;
}
.cid-tyoHSJzZ3m {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #000000;
}
.cid-tyoHSJzZ3m .text-content .btn-bgr {
  z-index: 0;
}
.cid-tyoHSJzZ3m .mbr-overlay {
  background: #d7e8f6;
}
.cid-tyoHSJzZ3m .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tyoHSJzZ3m .text-content {
  padding: 2rem 0rem;
  background-color: #000000;
}
.cid-tyoHSJzZ3m .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tyoHSJzZ3m .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tyoHSJzZ3m .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tyoHSJzZ3m .text-content {
    margin-bottom: 2rem;
  }
}
.cid-tyoHSJzZ3m .mbr-section-btn,
.cid-tyoHSJzZ3m .mbr-section-title {
  color: #ffffff;
}
.cid-tcI6KrS4cN {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #007e2a;
  overflow: hidden;
}
.cid-tcI6KrS4cN svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tcI6KrS4cN #e2_shape {
  fill: #ffffff !important;
}
.cid-tcI6KrS4cN img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(26, 26, 26, 0.35);
}
@media (max-width: 576px) {
  .cid-tcI6KrS4cN img {
    width: 90%!important;
  }
}
.cid-tcI6KrS4cN H1 {
  color: #ffffff;
}
.cid-typ1WgXuDz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #007e2a;
}
.cid-typ1WgXuDz .mbr-section-title {
  letter-spacing: .1em;
}
.cid-typ1WgXuDz .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-typ1WgXuDz .card-img span {
  font-size: 100px;
}
.cid-typ1WgXuDz .mbr-text,
.cid-typ1WgXuDz .mbr-section-btn {
  color: #ffffff;
}
.cid-typ1WgXuDz .mbr-section-title,
.cid-typ1WgXuDz .card-img {
  color: #e4d295;
}
.cid-tb1BZ1MWGg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tb1BZ1MWGg .line {
  background-color: #e4d295;
  color: #e4d295;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tb1BZ1MWGg .section-text {
  padding: 2rem 0;
  color: #007e2a;
}
.cid-tb1BZ1MWGg .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tb1BZ1MWGg .inner-container {
    width: 100% !important;
  }
}
.cid-taW7BikGvO {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #007e2a;
  overflow: hidden;
}
.cid-taW7BikGvO svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-taW7BikGvO #e2_shape {
  fill: #ffffff !important;
}
.cid-taW7BikGvO img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(26, 26, 26, 0.35);
}
@media (max-width: 576px) {
  .cid-taW7BikGvO img {
    width: 90%!important;
  }
}
.cid-taW7BikGvO H1 {
  color: #ffffff;
}
.cid-tb0T6SBmEW {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tb0T6SBmEW h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tb0T6SBmEW p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tb0T6SBmEW .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-tb0T6SBmEW .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-tb0T6SBmEW .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tb0T6SBmEW .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-tb0T6SBmEW .card-box {
    padding-left: 0;
  }
}
.cid-tb0T6SBmEW P {
  color: #232323;
}
.cid-tb1kh42GRc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tb1kh42GRc h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tb1kh42GRc p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tb1kh42GRc .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-tb1kh42GRc .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-tb1kh42GRc .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tb1kh42GRc .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-tb1kh42GRc .card-box {
    padding-left: 0;
  }
}
.cid-tb1kh42GRc P {
  color: #232323;
}
.cid-tb1khZv7JS {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tb1khZv7JS h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tb1khZv7JS p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tb1khZv7JS .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-tb1khZv7JS .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-tb1khZv7JS .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tb1khZv7JS .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-tb1khZv7JS .card-box {
    padding-left: 0;
  }
}
.cid-tb1khZv7JS P {
  color: #232323;
}
.cid-tb0U7B7WlW {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tb0U7B7WlW .mbr-text {
  position: relative;
  color: #232323;
}
.cid-tb0U7B7WlW .mbr-text:before {
  color: #e4d295;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-tb0U7B7WlW .mbr-text:after {
  color: #e4d295;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-tb0U7B7WlW .mbr-text:after,
  .cid-tb0U7B7WlW .mbr-text:before {
    display: none;
  }
}
.cid-taW7DF5v2t {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #007e2a;
}
.cid-taW7DF5v2t .line {
  background-color: #e4d295;
  color: #e4d295;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-taW7DF5v2t .section-text {
  padding: 2rem 0;
  color: #e4d295;
}
.cid-taW7DF5v2t .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-taW7DF5v2t .inner-container {
    width: 100% !important;
  }
}
.cid-typxd1sJIQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #007e2a;
}
.cid-typxd1sJIQ .mbr-section-title {
  letter-spacing: .1em;
}
.cid-typxd1sJIQ .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-typxd1sJIQ .card-img span {
  font-size: 100px;
}
.cid-typxd1sJIQ .mbr-text,
.cid-typxd1sJIQ .mbr-section-btn {
  color: #ffffff;
}
.cid-typxd1sJIQ .mbr-section-title,
.cid-typxd1sJIQ .card-img {
  color: #e4d295;
}
.cid-typyW8ugzF {
  padding-top: 0px;
  padding-bottom: 90px;
  background: #007e2a;
}
.cid-typyW8ugzF .list-group-item {
  padding: .75rem 4rem;
  background-color: transparent;
}
.cid-typyW8ugzF .plan {
  word-break: break-word;
  position: relative;
  z-index: 1;
  max-width: 400px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
}
.cid-typyW8ugzF .plan:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: -1;
  bottom: 1rem;
  left: 50%;
  right: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-typyW8ugzF .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-typyW8ugzF .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-typyW8ugzF .plan .list-group-item:last-child::after {
  display: none;
}
.cid-typyW8ugzF .plan:hover:after {
  opacity: 1;
}
.cid-typyW8ugzF .nav-tabs {
  border: none;
}
.cid-typyW8ugzF .nav-tabs .nav-item {
  margin: 0;
}
.cid-typyW8ugzF .nav-tabs .nav-item .btn {
  color: #095a2f !important;
  transition: all .5s;
  margin: 0px !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-color: #095a2f !important;
  box-shadow: none !important;
}
.cid-typyW8ugzF .nav-tabs .nav-item .btn:hover {
  cursor: pointer;
  color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-typyW8ugzF .nav-tabs .nav-item .btn.active {
  color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-typyW8ugzF .nav-tabs .nav-item .btn:after {
  display: none;
}
.cid-typyW8ugzF .card1 {
  background: #095a2f;
}
.cid-typyW8ugzF .card2 {
  background: #eaf4f8;
}
.cid-typyW8ugzF .card3 {
  background: #fff3f3;
}
.cid-typyW8ugzF .card4 {
  background: #eaf4f8;
}
.cid-typyW8ugzF .card1,
.cid-typyW8ugzF .card2,
.cid-typyW8ugzF .card3,
.cid-typyW8ugzF .card4 {
  height: calc(98%);
  margin: 1rem;
}
.cid-typyW8ugzF .plan-header {
  padding-top: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-typyW8ugzF .plan-body {
  padding-bottom: 5rem;
}
.cid-typyW8ugzF .price-figure {
  font-weight: 700;
  color: #3d626c;
}
.cid-typyW8ugzF .price-value {
  font-weight: 700;
  vertical-align: top;
  color: #3d626c;
}
@media (max-width: 767px) {
  .cid-typyW8ugzF .price-figure {
    font-size: 4.25rem;
  }
  .cid-typyW8ugzF .list-group-item {
    padding: .75rem 2rem;
  }
}
.cid-typyW8ugzF .plan-title,
.cid-typyW8ugzF .plan-text {
  color: #3d626c;
}
.cid-typyW8ugzF UL {
  color: #3d626c;
}
.cid-typyW8ugzF .plan-title {
  color: #ffffff;
}
.cid-typyW8ugzF .plan-price,
.cid-typyW8ugzF .price-figure {
  color: #e4d295;
}
.cid-typyW8ugzF .plan-text {
  color: #ffffff;
}
.cid-typyW8ugzF .plan-price,
.cid-typyW8ugzF .price-value {
  color: #ffffff;
}
.cid-tb0VONEJwp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tb0VONEJwp .container-fluid {
  padding: 0 3rem;
}
.cid-tb0VONEJwp .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #ffffff 50%, #000000 120%);
  display: inline-block;
}
.cid-tb0VONEJwp .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-tb0VONEJwp .header-text {
  padding: 2rem 1rem !important;
}
.cid-tb0VONEJwp .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tb0VONEJwp .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-tb0VONEJwp .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-tb0VONEJwp .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tb0VONEJwp .card .card-header a.panel-title:hover .sign {
  background-color: #cccccc !important;
}
.cid-tb0VONEJwp .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #efefef;
  padding: 2rem;
  padding-top: 36px;
  color: #000000;
}
.cid-tb0VONEJwp .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-tb0VONEJwp .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-tb0VONEJwp .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-tb0VONEJwp .container-fluid {
    padding: 0 1rem;
  }
  .cid-tb0VONEJwp .header-text {
    padding: 1rem !important;
  }
  .cid-tb0VONEJwp .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-tb0VONEJwp .panel-body {
    width: calc(100% - 48px);
  }
  .cid-tb0VONEJwp .panel-group {
    padding: 0;
  }
}
.cid-tb0VONEJwp .header-text,
.cid-tb0VONEJwp .sign {
  color: #007e2a;
}
.cid-tb0VONEJwp .mbr-section-subtitle {
  color: #007e2a;
}
.cid-taW7mxsF9A {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(to right, #000000 0%, #000000 30%, #000000 30%, #000000 100%);
}
.cid-taW7mxsF9A .animated-element {
  color: #cebfaf;
}
.cid-taW7mxsF9A .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-taW7mxsF9A .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-taW7mxsF9A {
    background: #000000;
  }
}
.cid-taW7mxsF9A .mbr-section-subtitle {
  color: #ffffff;
}
.cid-taW7mxsF9A .mbr-text,
.cid-taW7mxsF9A .mbr-section-btn {
  color: #0e4d20;
}
.cid-taW7mxsF9A .mbr-section-title {
  color: #232323;
}
.cid-taW7lIyyD5 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #007e2a;
}
.cid-taW7lIyyD5 a:link {
  text-decoration: none;
}
.cid-taW7lIyyD5 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-taW7lIyyD5 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-taW7lIyyD5 .inner-text {
  line-height: 3em;
}
.cid-taW7lIyyD5 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-taW7lIyyD5 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-taW7lIyyD5 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-taW7lIyyD5 .content-text,
.cid-taW7lIyyD5 .inner-text {
  color: #000000;
}
.cid-tiQ6Thb7Dt {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #007e2a;
}
.cid-tiQ6Thb7Dt .line {
  background-color: #007e2a;
  color: #007e2a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tiQ6Thb7Dt .section-text {
  padding: 2rem 0;
  color: #465052;
}
.cid-tiQ6Thb7Dt .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tiQ6Thb7Dt .inner-container {
    width: 100% !important;
  }
}
.cid-tiQ6Thb7Dt .section-text DIV {
  text-align: left;
}
.cid-tiQ6TiekgY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/people-office-discu6575on-730x410.png");
}
.cid-tiQ6TiekgY .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
  height: 100%;
  background-color: #007e2a;
}
.cid-tiQ6TiekgY img {
  width: 100%;
}
.cid-tiQ6TiekgY p {
  margin-top: 6rem;
}
.cid-tiQ6TiekgY .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-tiQ6TiekgY .content-wrapper {
  padding-top: 6rem;
}
.cid-tiQ6TiekgY h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tiQ6TiekgY .content-wrapper {
    padding-top: 0rem;
  }
  .cid-tiQ6TiekgY p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tiQ6TiekgY .back {
    width: 100%;
    height: 75%;
  }
  .cid-tiQ6TiekgY .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-tiQ6TiekgY p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tiQ6TiekgY .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-tiQ6TiekgY h4 {
    right: 2rem;
  }
}
.cid-tiQ6TiekgY .mbr-text,
.cid-tiQ6TiekgY .mbr-section-btn {
  color: #ffffff;
}
.cid-tiQ6TiekgY H3 {
  color: #ffffff;
}
.cid-tiQ6TiekgY H1 {
  color: #e4d295;
}
.cid-tiQ6Tj5yok {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #007e2a;
  overflow: hidden;
}
.cid-tiQ6Tj5yok svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tiQ6Tj5yok #e2_shape {
  fill: #ffffff !important;
}
.cid-tiQ6Tj5yok img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(26, 26, 26, 0.35);
}
@media (max-width: 576px) {
  .cid-tiQ6Tj5yok img {
    width: 90%!important;
  }
}
.cid-tiQ6Tj5yok H1 {
  color: #e4d295;
}
.cid-tiQ6TjQvIj {
  padding-top: 105px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/appartement4-1280x846.jpg");
}
.cid-tiQ6TjQvIj .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #ffffff;
}
.cid-tiQ6TjQvIj .block {
  background-color: #007e2a;
}
.cid-tiQ6TjQvIj img {
  width: 100%;
}
.cid-tiQ6TjQvIj .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
  display: flex;
  justify-content: flex-end;
}
.cid-tiQ6TjQvIj .content {
  max-width: 600px;
}
.cid-tiQ6TjQvIj h4 {
  position: absolute;
  transform: rotate(270deg);
  transform-origin: bottom left;
  left: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-tiQ6TjQvIj .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-tiQ6TjQvIj h4 {
    left: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-tiQ6TjQvIj .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-tiQ6TjQvIj h4 {
    left: 2rem;
    bottom: 30%;
  }
  .cid-tiQ6TjQvIj .content-wrapper {
    padding-left: 3rem;
  }
}
.cid-tiQ6TjQvIj .mbr-text,
.cid-tiQ6TjQvIj .mbr-section-btn {
  color: #ffffff;
}
.cid-tiQ6TjQvIj H4 {
  color: #e4d295;
}
.cid-tiQ6TjQvIj H3 {
  color: #e4d295;
}
.cid-tiQ6TkEJ4z {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tiQ6TkEJ4z .mbr-section-subtitle {
  color: #767676;
}
.cid-tiQ6Tl8xvy {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-tiQ6Tl8xvy .plan-body .btn-bgr {
  z-index: 0;
}
.cid-tiQ6Tl8xvy .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-tiQ6Tl8xvy .list-group-item {
  padding: .75rem 0rem;
}
.cid-tiQ6Tl8xvy .plan-subtitle {
  color: #cccccc;
}
.cid-tiQ6Tl8xvy .mbr-text {
  margin: 10px 0 0 0;
  color: #cccccc;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-tiQ6Tl8xvy .price-term .term {
  display: inline-block;
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 100px;
}
.cid-tiQ6Tl8xvy .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
}
.cid-tiQ6Tl8xvy .plan .mbr-overlay {
  background: #cccccc;
  opacity: 0.9;
}
.cid-tiQ6Tl8xvy .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 1px solid #ff3366;
}
.cid-tiQ6Tl8xvy .plan .plan-price .price-term {
  margin-top: 10px;
}
.cid-tiQ6Tl8xvy .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-tiQ6Tl8xvy .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #ff3366;
}
.cid-tiQ6Tl8xvy .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-tiQ6Tl8xvy .plan .plan-body {
  position: relative;
  border-top: 1px solid #ff3366;
}
@media (max-width: 992px) {
  .cid-tiQ6Tl8xvy .plan {
    margin-bottom: 30px;
  }
}
.cid-tiQ6Tl8xvy .plan-header {
  position: relative;
}
@media (max-width: 550px) {
  .cid-tiQ6Tl8xvy .price-figure {
    font-size: 4.25rem;
  }
}
.cid-tiQ6Tl8xvy .plan-price .price-figure {
  color: #cc2952;
}
.cid-tiQ6Tl8xvy .mbr-section-btn,
.cid-tiQ6Tl8xvy .list-group {
  color: #232323;
}
.cid-tiQ6Tl8xvy .plan-title {
  color: #232323;
}
.cid-tiQ6ToRtUq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tiQ6ToRtUq .mbr-section-subtitle {
  color: #767676;
}
.cid-tiQ6Tq0pRv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #007e2a;
}
.cid-tiQ6Tq0pRv .mbr-text {
  color: #767676;
}
.cid-tiQ6Tq0pRv h4 {
  text-align: center;
}
.cid-tiQ6Tq0pRv p {
  text-align: center;
}
.cid-tiQ6Tq0pRv .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tiQ6Tq0pRv .card-title,
.cid-tiQ6Tq0pRv .card-img {
  color: #ffffff;
}
.cid-tiQ6TqIBhz {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tiQ6TqIBhz .line {
  background-color: #e4d295;
  color: #e4d295;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tiQ6TqIBhz .section-text {
  padding: 2rem 0;
  color: #007e2a;
}
.cid-tiQ6TqIBhz .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tiQ6TqIBhz .inner-container {
    width: 100% !important;
  }
}
.cid-tiQ6Tr9MUq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #007e2a;
}
.cid-tiQ6Tr9MUq .mbr-text {
  color: #767676;
}
.cid-tiQ6Tr9MUq h4 {
  text-align: center;
}
.cid-tiQ6Tr9MUq p {
  text-align: center;
}
.cid-tiQ6Tr9MUq .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tiQ6Tr9MUq .card-title,
.cid-tiQ6Tr9MUq .card-img {
  color: #ffffff;
}
.cid-tiQ6TrSfHI {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tiQ6TrSfHI .line {
  background-color: #e4d295;
  color: #e4d295;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tiQ6TrSfHI .section-text {
  padding: 2rem 0;
  color: #007e2a;
}
.cid-tiQ6TrSfHI .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tiQ6TrSfHI .inner-container {
    width: 100% !important;
  }
}
.cid-tiQ6TseJzf {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #007e2a;
  overflow: hidden;
}
.cid-tiQ6TseJzf svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tiQ6TseJzf #e2_shape {
  fill: #ffffff !important;
}
.cid-tiQ6TseJzf img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(26, 26, 26, 0.35);
}
@media (max-width: 576px) {
  .cid-tiQ6TseJzf img {
    width: 90%!important;
  }
}
.cid-tiQ6TseJzf H1 {
  color: #ffffff;
}
.cid-tiQ6TsMYjm {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tiQ6TsMYjm h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tiQ6TsMYjm p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tiQ6TsMYjm .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-tiQ6TsMYjm .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-tiQ6TsMYjm .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tiQ6TsMYjm .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-tiQ6TsMYjm .card-box {
    padding-left: 0;
  }
}
.cid-tiQ6TsMYjm P {
  color: #232323;
}
.cid-tiQ6TtxpvQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tiQ6TtxpvQ h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tiQ6TtxpvQ p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tiQ6TtxpvQ .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-tiQ6TtxpvQ .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-tiQ6TtxpvQ .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tiQ6TtxpvQ .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-tiQ6TtxpvQ .card-box {
    padding-left: 0;
  }
}
.cid-tiQ6TtxpvQ P {
  color: #232323;
}
.cid-tiQ6TuoMDu {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tiQ6TuoMDu h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tiQ6TuoMDu p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tiQ6TuoMDu .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-tiQ6TuoMDu .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-tiQ6TuoMDu .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tiQ6TuoMDu .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-tiQ6TuoMDu .card-box {
    padding-left: 0;
  }
}
.cid-tiQ6TuoMDu P {
  color: #232323;
}
.cid-tiQ6Tv9mmW {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tiQ6Tv9mmW .mbr-text {
  position: relative;
  color: #232323;
}
.cid-tiQ6Tv9mmW .mbr-text:before {
  color: #e4d295;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-tiQ6Tv9mmW .mbr-text:after {
  color: #e4d295;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-tiQ6Tv9mmW .mbr-text:after,
  .cid-tiQ6Tv9mmW .mbr-text:before {
    display: none;
  }
}
.cid-tiQ6TvLQPV {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #007e2a;
}
.cid-tiQ6TvLQPV .line {
  background-color: #e4d295;
  color: #e4d295;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tiQ6TvLQPV .section-text {
  padding: 2rem 0;
  color: #e4d295;
}
.cid-tiQ6TvLQPV .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tiQ6TvLQPV .inner-container {
    width: 100% !important;
  }
}
.cid-tiQ6Twsh3F {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tiQ6Twsh3F .line {
  background-color: #e4d295;
  color: #e4d295;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tiQ6Twsh3F .section-text {
  padding: 2rem 0;
  color: #007e2a;
}
.cid-tiQ6Twsh3F .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tiQ6Twsh3F .inner-container {
    width: 100% !important;
  }
}
.cid-tiQ6Tx4szr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #007e2a;
}
.cid-tiQ6Tx4szr .mbr-text {
  color: #767676;
}
.cid-tiQ6Tx4szr h4 {
  text-align: center;
}
.cid-tiQ6Tx4szr p {
  text-align: center;
}
.cid-tiQ6Tx4szr .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tiQ6Tx4szr .card-title,
.cid-tiQ6Tx4szr .card-img {
  color: #ffffff;
}
.cid-tiQ6TxRitE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tiQ6TxRitE .mbr-section-subtitle {
  color: #767676;
}
.cid-tiQ6TypyKR {
  overflow: hidden !important;
  padding-top: 120px;
  padding-bottom: 120px;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 30%, #c1c1c1 30%, #c1c1c1 100%);
}
.cid-tiQ6TypyKR .animated-element {
  color: #cebfaf;
}
.cid-tiQ6TypyKR .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-tiQ6TypyKR .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tiQ6TypyKR {
    background: #c1c1c1;
  }
}
.cid-tiQ6TypyKR .mbr-section-subtitle {
  color: #000000;
}
.cid-tiQ6TypyKR .mbr-text,
.cid-tiQ6TypyKR .mbr-section-btn {
  color: #0e4d20;
}
.cid-tiQ6TypyKR .mbr-section-title {
  color: #232323;
}
.cid-tiQ6TzsV9j {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-tiQ6TzsV9j .container-fluid {
  padding: 0 3rem;
}
.cid-tiQ6TzsV9j .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #ffffff 50%, #000000 120%);
  display: inline-block;
}
.cid-tiQ6TzsV9j .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-tiQ6TzsV9j .header-text {
  padding: 2rem 1rem !important;
}
.cid-tiQ6TzsV9j .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tiQ6TzsV9j .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-tiQ6TzsV9j .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-tiQ6TzsV9j .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tiQ6TzsV9j .card .card-header a.panel-title:hover .sign {
  background-color: #cccccc !important;
}
.cid-tiQ6TzsV9j .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #efefef;
  padding: 2rem;
  padding-top: 36px;
  color: #000000;
}
.cid-tiQ6TzsV9j .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-tiQ6TzsV9j .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-tiQ6TzsV9j .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-tiQ6TzsV9j .container-fluid {
    padding: 0 1rem;
  }
  .cid-tiQ6TzsV9j .header-text {
    padding: 1rem !important;
  }
  .cid-tiQ6TzsV9j .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-tiQ6TzsV9j .panel-body {
    width: calc(100% - 48px);
  }
  .cid-tiQ6TzsV9j .panel-group {
    padding: 0;
  }
}
.cid-tiQ6TzsV9j .header-text,
.cid-tiQ6TzsV9j .sign {
  color: #007e2a;
}
.cid-tiQ6TzsV9j .mbr-section-subtitle {
  color: #007e2a;
}
.cid-tiQ6TAiNPZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #007e2a;
}
.cid-tiQ6TAiNPZ .mbr-text {
  color: #767676;
}
.cid-tiQ6TAiNPZ h4 {
  text-align: center;
}
.cid-tiQ6TAiNPZ p {
  text-align: center;
}
.cid-tiQ6TAiNPZ .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tiQ6TAiNPZ .card-title,
.cid-tiQ6TAiNPZ .card-img {
  color: #ffffff;
}
.cid-tiQ6TB4gcb {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tiQ6TB4gcb .mbr-section-subtitle {
  color: #767676;
}
.cid-tiQ6TBvd7t {
  overflow: hidden !important;
  padding-top: 120px;
  padding-bottom: 120px;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 60%, #cccccc 60%, #cccccc 100%);
}
.cid-tiQ6TBvd7t .animated-element {
  color: #cebfaf;
}
.cid-tiQ6TBvd7t .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-tiQ6TBvd7t .img-block {
    padding-left: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tiQ6TBvd7t {
    background: #cccccc;
  }
}
.cid-tiQ6TBvd7t .mbr-section-subtitle {
  color: #000000;
}
.cid-tiQ6TBvd7t .mbr-text,
.cid-tiQ6TBvd7t .mbr-section-btn {
  color: #0e4d20;
}
.cid-tiQ6TBvd7t .mbr-section-title {
  color: #232323;
}
.cid-tiQ6TCugAJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tiQ6TCugAJ .mbr-section-subtitle {
  color: #767676;
}
.cid-tiQ6TCVWwK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tiQ6TCVWwK .mbr-text,
.cid-tiQ6TCVWwK blockquote {
  color: #767676;
}
.cid-tiQ6TCVWwK .mbr-text {
  color: #000000;
}
.cid-tiQ6TCVWwK .mbr-text P {
  text-align: center;
}
.cid-tiQ6TDlYWR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tiQ6TDlYWR .mbr-text,
.cid-tiQ6TDlYWR blockquote {
  color: #767676;
}
.cid-tiQ6TDlYWR .mbr-text {
  color: #000000;
}
.cid-tiQ6TDlYWR .mbr-text P {
  text-align: center;
}
.cid-tiQ6TDLo6M {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tiQ6TDLo6M .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tiQ6TDLo6M textarea {
  min-height: 150px;
}
.cid-tiQ6TDLo6M .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-tiQ6TDLo6M .form-control,
.cid-tiQ6TDLo6M .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-tiQ6TDLo6M .form-control input::-webkit-input-placeholder,
.cid-tiQ6TDLo6M .field-input input::-webkit-input-placeholder,
.cid-tiQ6TDLo6M .form-control textarea::-webkit-input-placeholder,
.cid-tiQ6TDLo6M .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-tiQ6TDLo6M .form-control input:-moz-placeholder,
.cid-tiQ6TDLo6M .field-input input:-moz-placeholder,
.cid-tiQ6TDLo6M .form-control textarea:-moz-placeholder,
.cid-tiQ6TDLo6M .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-tiQ6TDLo6M .form-control:hover,
.cid-tiQ6TDLo6M .field-input:hover,
.cid-tiQ6TDLo6M .form-control:focus,
.cid-tiQ6TDLo6M .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tiQ6TDLo6M .form-control:hover input::-webkit-input-placeholder,
.cid-tiQ6TDLo6M .field-input:hover input::-webkit-input-placeholder,
.cid-tiQ6TDLo6M .form-control:focus input::-webkit-input-placeholder,
.cid-tiQ6TDLo6M .field-input:focus input::-webkit-input-placeholder,
.cid-tiQ6TDLo6M .form-control:hover textarea::-webkit-input-placeholder,
.cid-tiQ6TDLo6M .field-input:hover textarea::-webkit-input-placeholder,
.cid-tiQ6TDLo6M .form-control:focus textarea::-webkit-input-placeholder,
.cid-tiQ6TDLo6M .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tiQ6TDLo6M .form-control:hover input:-moz-placeholder,
.cid-tiQ6TDLo6M .field-input:hover input:-moz-placeholder,
.cid-tiQ6TDLo6M .form-control:focus input:-moz-placeholder,
.cid-tiQ6TDLo6M .field-input:focus input:-moz-placeholder,
.cid-tiQ6TDLo6M .form-control:hover textarea:-moz-placeholder,
.cid-tiQ6TDLo6M .field-input:hover textarea:-moz-placeholder,
.cid-tiQ6TDLo6M .form-control:focus textarea:-moz-placeholder,
.cid-tiQ6TDLo6M .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-tiQ6TDLo6M .jq-number__spin:hover,
.cid-tiQ6TDLo6M .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tiQ6TDLo6M .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tiQ6TDLo6M .jq-selectbox li,
.cid-tiQ6TDLo6M .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tiQ6TDLo6M .jq-selectbox li:hover,
.cid-tiQ6TDLo6M .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tiQ6TDLo6M .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tiQ6TDLo6M .jq-number__spin.minus:hover:after,
.cid-tiQ6TDLo6M .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tiQ6TDLo6M .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tiQ6TDLo6M .jq-number__spin.minus:after,
.cid-tiQ6TDLo6M .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tiQ6TDLo6M input::-webkit-clear-button {
  display: none;
}
.cid-tiQ6TDLo6M input::-webkit-inner-spin-button {
  display: none;
}
.cid-tiQ6TDLo6M input::-webkit-outer-spin-button {
  display: none;
}
.cid-tiQ6TDLo6M input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tiQ6TDLo6M P {
  text-align: center;
  color: #000000;
}
.cid-tiQ6TDLo6M LABEL {
  text-align: left;
}
.cid-tiQ6TF4sfM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tiQ6TF4sfM a:link {
  text-decoration: none;
}
.cid-tiQ6TF4sfM .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tiQ6TF4sfM .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-tiQ6TF4sfM .inner-text {
  line-height: 3em;
}
.cid-tiQ6TF4sfM .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tiQ6TF4sfM .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tiQ6TF4sfM .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tiQ6TF4sfM .content-text,
.cid-tiQ6TF4sfM .inner-text {
  color: #000000;
}
