@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i);





body {
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 5.2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8.32rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.8rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 4.16rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((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.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))));
  }
}
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #60e419 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #60e419 !important;
  border-color: #60e419 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #439f11 !important;
  border-color: #439f11 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #439f11 !important;
  border-color: #439f11 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #62de1f !important;
  border-color: #62de1f !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #449b16 !important;
  border-color: #449b16 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #449b16 !important;
  border-color: #449b16 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !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: #39880f;
  color: #39880f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #60e419;
  border-color: #60e419;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #60e419 !important;
  border-color: #60e419 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3a8413;
  color: #3a8413;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #62de1f;
  border-color: #62de1f;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #62de1f !important;
  border-color: #62de1f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !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: #60e419 !important;
}
.text-secondary {
  color: #62de1f !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #39880f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3a8413 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !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: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.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: #60e419;
  border-color: #60e419;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #60e419;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #defacf;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #60e419;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}
/* 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);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #60e419;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #60e419;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #60e419;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #60e419;
}
.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;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}
.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}
@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1023px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
  display: none;
}
.card-img {
  width: auto;
}
.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
@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: #60e419;
  color: #ffffff;
}
.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: #60e419;
  border-bottom-color: #60e419;
}
.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: #60e419 !important;
  box-shadow: none!important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #62de1f !important;
  box-shadow: none !important;
}
.cid-sgsdtO9FaH {
  background-image: url("../../../assets/images/slide1-1040x780.jpg");
}
.cid-sgsdtO9FaH h1 {
  color: #616161;
}
.cid-sgsdtO9FaH h2,
.cid-sgsdtO9FaH h3,
.cid-sgsdtO9FaH p {
  color: #767676;
}
.cid-sgsdtO9FaH .mbr-section-subtitle {
  font-style: italic;
}
.cid-sgsdtO9FaH H1 {
  color: #ffffff;
  text-align: center;
}
.cid-sgsdtO9FaH .mbr-text,
.cid-sgsdtO9FaH .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sgsdtO9FaH H3 {
  color: #60e419;
  text-align: center;
}
.cid-sgo57pT960 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sgo57pT960 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sgo57pT960 a {
  font-style: normal;
}
.cid-sgo57pT960 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sgo57pT960 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sgo57pT960 .nav-item:focus,
.cid-sgo57pT960 .nav-link:focus {
  outline: none;
}
.cid-sgo57pT960 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgo57pT960 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sgo57pT960 .menu-logo {
  margin-right: auto;
}
.cid-sgo57pT960 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgo57pT960 .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-sgo57pT960 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgo57pT960 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgo57pT960 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sgo57pT960 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgo57pT960 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sgo57pT960 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sgo57pT960 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgo57pT960 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgo57pT960 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgo57pT960 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sgo57pT960 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sgo57pT960 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgo57pT960 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgo57pT960 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgo57pT960 .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-sgo57pT960 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sgo57pT960 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sgo57pT960 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgo57pT960 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgo57pT960 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sgo57pT960 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgo57pT960 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sgo57pT960 button.navbar-toggler:focus {
  outline: none;
}
.cid-sgo57pT960 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #60e419;
}
.cid-sgo57pT960 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgo57pT960 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgo57pT960 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgo57pT960 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgo57pT960 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgo57pT960 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgo57pT960 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgo57pT960 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgo57pT960 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgo57pT960 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sgo57pT960 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgo57pT960 .collapsed .navbar-collapse.collapsing,
.cid-sgo57pT960 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sgo57pT960 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgo57pT960 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgo57pT960 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgo57pT960 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgo57pT960 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgo57pT960 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sgo57pT960 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgo57pT960 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sgo57pT960 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sgo57pT960 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgo57pT960 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sgo57pT960 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgo57pT960 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sgo57pT960 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgo57pT960 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgo57pT960 .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: 1023px) {
  .cid-sgo57pT960.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgo57pT960 img {
    height: 3.8rem !important;
  }
  .cid-sgo57pT960 .btn {
    display: -webkit-flex;
  }
  .cid-sgo57pT960 button.navbar-toggler {
    display: block;
  }
  .cid-sgo57pT960 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sgo57pT960 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgo57pT960 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgo57pT960 .navbar-collapse.collapsing,
  .cid-sgo57pT960 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sgo57pT960 .navbar-collapse.collapsing .navbar-nav,
  .cid-sgo57pT960 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgo57pT960 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgo57pT960 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgo57pT960 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgo57pT960 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sgo57pT960 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgo57pT960 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgo57pT960 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sgo57pT960 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgo57pT960 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgo57pT960 .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-sgo57pT960 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sgo57pT960 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sgo57pT960 .nav-link:hover,
.cid-sgo57pT960 .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-sgj9MnOROt {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #60e419;
}
.cid-sgj9MnOROt .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sgj9MnOROt .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgj9MnOROt .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sgj9MnOROt .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sgj9MnOROt .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-sgn3p7IIM0 {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #60e419;
}
.cid-sgn3p7IIM0 P {
  color: #767676;
}
.cid-sgnpOvO15E {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sgnpOvO15E .line {
  background-color: #f7ed4a;
  color: #f7ed4a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgnpOvO15E .section-text {
  padding: 2rem 0;
}
.cid-sgnpOvO15E .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgnpOvO15E .inner-container {
    width: 100% !important;
  }
}
.cid-sgnpXQBeGG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgnpXQBeGG .mbr-section-subtitle {
  color: #333333;
}
.cid-sgnrmqPSuP {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgnrmqPSuP .mbr-text {
  color: #2e2e2e;
  text-align: center;
}
.cid-sgnrmqPSuP .mbr-text p {
  background: #ffffff;
}
.cid-sgnrmqPSuP .mbr-text P {
  text-align: left;
}
.cid-sgobIU9djQ .modal-body .close {
  background: #1b1b1b;
}
.cid-sgobIU9djQ .modal-body .close span {
  font-style: normal;
}
.cid-sgobIU9djQ .carousel-inner > .active,
.cid-sgobIU9djQ .carousel-inner > .next,
.cid-sgobIU9djQ .carousel-inner > .prev {
  display: table;
}
.cid-sgobIU9djQ .carousel-control .icon-next,
.cid-sgobIU9djQ .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sgobIU9djQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgobIU9djQ .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sgobIU9djQ .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sgobIU9djQ .boxed-slider > div {
  position: relative;
}
.cid-sgobIU9djQ .container img {
  width: 100%;
}
.cid-sgobIU9djQ .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-sgobIU9djQ .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sgobIU9djQ .mbr-table-cell {
  padding: 0;
}
.cid-sgobIU9djQ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sgobIU9djQ .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-sgobIU9djQ .mbr-overlay {
  z-index: 1;
}
.cid-sgobIU9djQ .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sgobIU9djQ .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sgobIU9djQ .carousel-item .container {
    width: 100%;
  }
}
.cid-sgobIU9djQ .carousel-item-next.carousel-item-left,
.cid-sgobIU9djQ .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sgobIU9djQ .active.carousel-item-right,
.cid-sgobIU9djQ .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sgobIU9djQ .active.carousel-item-left,
.cid-sgobIU9djQ .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sgobIU9djQ .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sgobIU9djQ .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgobIU9djQ .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgobIU9djQ .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sgobIU9djQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sgobIU9djQ .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sgobIU9djQ .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sgobIU9djQ .mbr-slider .carousel-indicators li.active,
.cid-sgobIU9djQ .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sgobIU9djQ .mbr-slider .carousel-indicators li::after,
.cid-sgobIU9djQ .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sgobIU9djQ .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sgobIU9djQ .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sgobIU9djQ .mbr-slider > .container img {
  width: 100%;
}
.cid-sgobIU9djQ .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-sgobIU9djQ .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sgobIU9djQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sgobIU9djQ .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sgobIU9djQ .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sgobIU9djQ .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sgobIU9djQ .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sgobIU9djQ .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sgobIU9djQ .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sgobIU9djQ .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sgobIU9djQ .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sgobIU9djQ .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sgobIU9djQ .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rC4IZmtrbP {
  padding-top: 135px;
  padding-bottom: 105px;
  background-color: #60e419;
}
.cid-rC4IZmtrbP .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
}
.cid-rC4IZmtrbP .step {
  width: 72px;
  height: 72px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #efefef;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-rC4IZmtrbP .separline .step-wrapper {
    position: relative;
  }
  .cid-rC4IZmtrbP .separline .step-wrapper:before,
  .cid-rC4IZmtrbP .separline .step-wrapper:after {
    top: 38px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 36px - 8px);
    background-color: #efefef;
  }
  .cid-rC4IZmtrbP .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-rC4IZmtrbP .separline .step-wrapper:after {
    left: calc(50% + 8px + 36px);
  }
  .cid-rC4IZmtrbP .separline.last-child .step-wrapper:after,
  .cid-rC4IZmtrbP .separline:nth-child(3n) .step-wrapper:after,
  .cid-rC4IZmtrbP .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-rC4IZmtrbP .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-rC4IZmtrbP .mbr-section-title {
  color: #ffffff;
}
.cid-rC4IZmtrbP .mbr-step-text {
  color: #ffffff;
}
.cid-rC4IZmtrbP .mbr-step-title {
  color: #333333;
}
.cid-sgn4HeVdYO {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sgn4HeVdYO P {
  color: #767676;
}
.cid-sgn4C0i81l {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-sgn4C0i81l .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgn4C0i81l .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgn4C0i81l .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgn4C0i81l .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgn4C0i81l .row > .row {
  display: block;
}
.cid-sgn4C0i81l .mbr-gallery-item {
  width: 100%;
}
.cid-sgn4C0i81l .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #60e419;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #60e419, #45505b) !important;
}
.cid-sgn4C0i81l .mbr-gallery-item > div {
  position: relative;
}
.cid-sgn4C0i81l .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sgn4C0i81l .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sgn4C0i81l .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sgn4C0i81l .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #60e419 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #60e419, #45505b) !important;
}
.cid-sgPXnPmSQf {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgPXnPmSQf .mbr-section-subtitle {
  color: #232323;
}
.cid-shGT7LexCF {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgnuwTzwc0 {
  padding-top: 120px;
  padding-bottom: 120px;
  background: linear-gradient(45deg, #c1c1c1, #60e419);
}
@media (min-width: 992px) {
  .cid-sgnuwTzwc0 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgnuwTzwc0 .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-sgnuwTzwc0 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sgnuwTzwc0 .media-container-row .mbr-figure {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.cid-sgnuwTzwc0 .mbr-text,
.cid-sgnuwTzwc0 .mbr-section-btn {
  color: #333333;
}
.cid-sgnuwTzwc0 .mbr-section-title {
  color: #333333;
}
.cid-sgntiqlfOd {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/slide2-1040x780.jpg");
}
.cid-sgntiqlfOd .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgntiqlfOd .mbr-author-desc {
  display: block;
}
.cid-sgntiqlfOd .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
}
.cid-sgntiqlfOd .mbr-testimonial .panel-item {
  background-color: #60e419;
  background: linear-gradient(#60e419, transparent);
}
.cid-sgntiqlfOd .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-sgntiqlfOd .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-sgntiqlfOd .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sgntiqlfOd .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-sgntiqlfOd .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-sgntiqlfOd .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-sgntiqlfOd H2 {
  color: #ffffff;
}
.cid-sgog2mSLQa {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #efefef;
  background: linear-gradient(0deg, #efefef, #60e419);
}
.cid-sgog2mSLQa .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-sgog2mSLQa .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #60e419;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #60e419;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-sgog2mSLQa .nav-tabs .nav-link:hover {
  background-color: #ffffff;
}
.cid-sgog2mSLQa .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  border: none;
  background: #ffffff;
}
.cid-sgog2mSLQa .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-sgog2mSLQa p {
  color: #232323;
}
.cid-sgog2mSLQa .mbr-text {
  text-align: center;
}
.cid-sgog2mSLQa H2 {
  color: #333333;
}
.cid-sgog2mSLQa P {
  color: #333333;
}
.cid-sgodYfJCjW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-sgodYfJCjW .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-sgodYfJCjW div.b {
  padding-top: 2rem;
}
.cid-sgodYfJCjW H5 {
  color: #232323;
}
.cid-sgodYfJCjW H2 {
  color: #333333;
}
.cid-sgodYfJCjW P {
  text-align: center;
}
.cid-sgon8abORT {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sgon8abORT h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-sgon8abORT p {
  color: #ffffff;
}
.cid-sgon8abORT .card {
  margin-bottom: 2rem;
}
.cid-sgon8abORT .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #60e419;
}
.cid-sgon8abORT .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-sgon8abORT .card-box {
  padding-bottom: 2rem;
  background-color: #60e419;
  background: linear-gradient(#60e419, transparent);
}
.cid-sgon8abORT .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-sgon8abORT .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-sgon8abORT .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sgon8abORT .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sgon8abORT P {
  color: #333333;
}
.cid-sgnt6bj6KO .main_wrapper {
  position: relative;
  height: 33rem;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-sgnt6bj6KO .main_wrapper .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-sgnt6bj6KO .main_wrapper .b_wrapper .block {
  height: 300px;
  background-color: #ffffff;
  pointer-events: fill;
}
.cid-sgnt6bj6KO .main_wrapper .b_wrapper .block .block_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-sgnt6bj6KO .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-sgnt6bj6KO .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sgnt6bj6KO .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sgnt6bj6KO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sgnt6bj6KO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-sgnt6bj6KO .main_wrapper .b_wrapper {
    display: block;
    height: unset;
  }
  .cid-sgnt6bj6KO .google-map {
    position: relative;
  }
  .cid-sgnt6bj6KO .container {
    max-width: 100%;
    padding: 0;
  }
}
.cid-sgnt6bj6KO H4 {
  color: #60e419;
}
.cid-sgPV2rpSZY {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #efefef;
}
.cid-sgPV2rpSZY P {
  color: #767676;
}
.cid-shNtrYxDnK {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background5-2.jpeg");
}
@media (max-width: 767px) {
  .cid-shNtrYxDnK .content {
    text-align: center;
  }
  .cid-shNtrYxDnK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-shNtrYxDnK .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-shNtrYxDnK .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-shNtrYxDnK .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-shNtrYxDnK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-shNtrYxDnK .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-shNtrYxDnK .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-shNtrYxDnK .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-shNtrYxDnK .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-shNtrYxDnK .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-shNtrYxDnK .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shNtrYxDnK .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgsaADsvgS .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sgsaADsvgS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sgsaADsvgS a {
  font-style: normal;
}
.cid-sgsaADsvgS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sgsaADsvgS .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sgsaADsvgS .nav-item:focus,
.cid-sgsaADsvgS .nav-link:focus {
  outline: none;
}
.cid-sgsaADsvgS .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgsaADsvgS .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sgsaADsvgS .menu-logo {
  margin-right: auto;
}
.cid-sgsaADsvgS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgsaADsvgS .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-sgsaADsvgS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgsaADsvgS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgsaADsvgS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sgsaADsvgS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgsaADsvgS .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sgsaADsvgS .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sgsaADsvgS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgsaADsvgS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgsaADsvgS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgsaADsvgS .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sgsaADsvgS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sgsaADsvgS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgsaADsvgS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgsaADsvgS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgsaADsvgS .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-sgsaADsvgS .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sgsaADsvgS .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sgsaADsvgS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgsaADsvgS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgsaADsvgS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sgsaADsvgS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgsaADsvgS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sgsaADsvgS button.navbar-toggler:focus {
  outline: none;
}
.cid-sgsaADsvgS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #60e419;
}
.cid-sgsaADsvgS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgsaADsvgS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgsaADsvgS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgsaADsvgS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgsaADsvgS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgsaADsvgS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgsaADsvgS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgsaADsvgS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgsaADsvgS .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgsaADsvgS .collapsed .btn {
  display: -webkit-flex;
}
.cid-sgsaADsvgS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgsaADsvgS .collapsed .navbar-collapse.collapsing,
.cid-sgsaADsvgS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sgsaADsvgS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgsaADsvgS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgsaADsvgS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgsaADsvgS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgsaADsvgS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgsaADsvgS .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sgsaADsvgS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgsaADsvgS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sgsaADsvgS .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sgsaADsvgS .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgsaADsvgS .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sgsaADsvgS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgsaADsvgS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sgsaADsvgS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgsaADsvgS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgsaADsvgS .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: 1023px) {
  .cid-sgsaADsvgS.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgsaADsvgS img {
    height: 3.8rem !important;
  }
  .cid-sgsaADsvgS .btn {
    display: -webkit-flex;
  }
  .cid-sgsaADsvgS button.navbar-toggler {
    display: block;
  }
  .cid-sgsaADsvgS .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sgsaADsvgS .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgsaADsvgS .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgsaADsvgS .navbar-collapse.collapsing,
  .cid-sgsaADsvgS .navbar-collapse.show {
    display: block !important;
  }
  .cid-sgsaADsvgS .navbar-collapse.collapsing .navbar-nav,
  .cid-sgsaADsvgS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgsaADsvgS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgsaADsvgS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgsaADsvgS .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgsaADsvgS .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sgsaADsvgS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgsaADsvgS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgsaADsvgS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sgsaADsvgS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgsaADsvgS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgsaADsvgS .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-sgsaADsvgS .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sgsaADsvgS .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sgsaADsvgS .nav-link:hover,
.cid-sgsaADsvgS .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-sgsaAEG5El {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #7e14cc;
}
.cid-sgsaAEG5El .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgsaAEG5El .section-text {
  padding: 2rem 0;
}
.cid-sgsaAEG5El .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgsaAEG5El .inner-container {
    width: 100% !important;
  }
}
.cid-sgxleIegvO {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgxleIegvO .mbr-text,
.cid-sgxleIegvO .mbr-section-btn {
  color: #333333;
}
.cid-sgxczPbOB2 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgxczPbOB2 .mbr-section-subtitle {
  color: #333333;
}
.cid-sgxczPbOB2 H2 {
  color: #333333;
}
.cid-sgxeTUJiIC {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #60e419;
}
.cid-sgxeTUJiIC .mbr-section-subtitle {
  color: #2e2e2e;
}
.cid-sgxeTUJiIC .container-table {
  margin: 0 auto;
}
.cid-sgxeTUJiIC .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sgxeTUJiIC .dataTables_wrapper {
  display: block;
}
.cid-sgxeTUJiIC .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sgxeTUJiIC .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sgxeTUJiIC table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #c1c1c1;
  margin-bottom: 0;
}
.cid-sgxeTUJiIC table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sgxeTUJiIC table th:hover {
  background: #c1c1c1;
  color: #000000;
}
.cid-sgxeTUJiIC table td {
  border-top: 1px solid #c1c1c1;
}
.cid-sgxeTUJiIC table.table {
  background: #ffffff;
}
.cid-sgxeTUJiIC .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sgxeTUJiIC .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sgxeTUJiIC .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sgxeTUJiIC .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sgxeTUJiIC .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sgxeTUJiIC .dataTables_filter {
    text-align: center;
  }
  .cid-sgxeTUJiIC .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sgxeTUJiIC LABEL {
  text-align: left;
}
.cid-sgxiMGyxRO {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgxiMGyxRO .mbr-text {
  color: #333333;
}
.cid-sgxiMGyxRO .mbr-text p {
  background: #ffffff;
}
.cid-sgxiMGyxRO .mbr-text P {
  text-align: left;
}
.cid-sgsaAFowpg {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sgsaAFowpg .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgsaAFowpg .section-text {
  padding: 2rem 0;
}
.cid-sgsaAFowpg .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgsaAFowpg .inner-container {
    width: 100% !important;
  }
}
.cid-sgxdlfVW3G {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgxdlfVW3G .mbr-text,
.cid-sgxdlfVW3G blockquote {
  color: #767676;
}
.cid-sgxdlfVW3G .mbr-text {
  color: #2e2e2e;
}
.cid-sgEJicxuJZ {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgxnu8snou {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgxnu8snou .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgxnu8snou .section-text {
  padding: 2rem 0;
}
.cid-sgxnu8snou .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgxnu8snou .inner-container {
    width: 100% !important;
  }
}
.cid-sgxnvIrFxY {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgxnvIrFxY .mbr-text {
  color: #2e2e2e;
}
.cid-sgxnvIrFxY .mbr-text p {
  background: #ffffff;
}
.cid-sgEMloFK5z {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgxp9qim10 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgxp9qim10 .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgxp9qim10 .section-text {
  padding: 2rem 0;
}
.cid-sgxp9qim10 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgxp9qim10 .inner-container {
    width: 100% !important;
  }
}
.cid-sgxsu1A1rc {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgxsu1A1rc .mbr-text {
  color: #2e2e2e;
}
.cid-sgxsu1A1rc .mbr-text p {
  background: #ffffff;
}
.cid-sgEMnPn35D {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgxpshzDz0 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgxpshzDz0 .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgxpshzDz0 .section-text {
  padding: 2rem 0;
}
.cid-sgxpshzDz0 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgxpshzDz0 .inner-container {
    width: 100% !important;
  }
}
.cid-sgxt1OtsHV {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgxt1OtsHV .mbr-text {
  color: #2e2e2e;
}
.cid-sgxt1OtsHV .mbr-text p {
  background: #ffffff;
}
.cid-sgEMpynWjp {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgxpsUqsX8 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgxpsUqsX8 .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgxpsUqsX8 .section-text {
  padding: 2rem 0;
}
.cid-sgxpsUqsX8 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgxpsUqsX8 .inner-container {
    width: 100% !important;
  }
}
.cid-sgxt4GwQR2 {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgxt4GwQR2 .mbr-text {
  color: #2e2e2e;
}
.cid-sgxt4GwQR2 .mbr-text p {
  background: #ffffff;
}
.cid-sgEMqgMMeV {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgxptytsfk {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgxptytsfk .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgxptytsfk .section-text {
  padding: 2rem 0;
}
.cid-sgxptytsfk .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgxptytsfk .inner-container {
    width: 100% !important;
  }
}
.cid-sgxtABmejl {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgxtABmejl .mbr-text {
  color: #2e2e2e;
}
.cid-sgxtABmejl .mbr-text p {
  background: #ffffff;
}
.cid-sgEMqN7G1y {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgxptZeXQN {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgxptZeXQN .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgxptZeXQN .section-text {
  padding: 2rem 0;
}
.cid-sgxptZeXQN .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgxptZeXQN .inner-container {
    width: 100% !important;
  }
}
.cid-sgxtvDXk9o {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgxtvDXk9o .mbr-text {
  color: #2e2e2e;
}
.cid-sgxtvDXk9o .mbr-text p {
  background: #ffffff;
}
.cid-sgEMrC4vCZ {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgxpuq32Jc {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgxpuq32Jc .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgxpuq32Jc .section-text {
  padding: 2rem 0;
}
.cid-sgxpuq32Jc .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgxpuq32Jc .inner-container {
    width: 100% !important;
  }
}
.cid-sgxtwt79cY {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgxtwt79cY .mbr-text {
  color: #2e2e2e;
}
.cid-sgxtwt79cY .mbr-text p {
  background: #ffffff;
}
.cid-sgEMs6Ki60 {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgxpuXFh8r {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgxpuXFh8r .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgxpuXFh8r .section-text {
  padding: 2rem 0;
}
.cid-sgxpuXFh8r .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgxpuXFh8r .inner-container {
    width: 100% !important;
  }
}
.cid-sgxtxgJHOo {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgxtxgJHOo .mbr-text {
  color: #2e2e2e;
}
.cid-sgxtxgJHOo .mbr-text p {
  background: #ffffff;
}
.cid-sgEMtbHANb {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgxpvABJqG {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgxpvABJqG .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgxpvABJqG .section-text {
  padding: 2rem 0;
}
.cid-sgxpvABJqG .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgxpvABJqG .inner-container {
    width: 100% !important;
  }
}
.cid-sgxtDU9mCt {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgxtDU9mCt .mbr-text {
  color: #2e2e2e;
}
.cid-sgxtDU9mCt .mbr-text p {
  background: #ffffff;
}
.cid-sgEMtOX8TZ {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgxpw1gNYf {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgxpw1gNYf .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgxpw1gNYf .section-text {
  padding: 2rem 0;
}
.cid-sgxpw1gNYf .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgxpw1gNYf .inner-container {
    width: 100% !important;
  }
}
.cid-sgxv8U2aDE {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgxv8U2aDE .mbr-text {
  color: #333333;
}
.cid-sgxv8U2aDE .mbr-text p {
  background: #ffffff;
}
.cid-sgxv8U2aDE .mbr-text P {
  text-align: left;
}
.cid-sgEMuj0b9k {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgxpwpnwZB {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgxpwpnwZB .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgxpwpnwZB .section-text {
  padding: 2rem 0;
}
.cid-sgxpwpnwZB .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgxpwpnwZB .inner-container {
    width: 100% !important;
  }
}
.cid-sgxvEpqn5P {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgxvEpqn5P .mbr-text {
  color: #333333;
}
.cid-sgxvEpqn5P .mbr-text p {
  background: #ffffff;
}
.cid-sgxvEpqn5P .mbr-text P {
  text-align: left;
}
.cid-sgEMuNPOxw {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgxq7jGRF6 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgxq7jGRF6 .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgxq7jGRF6 .section-text {
  padding: 2rem 0;
}
.cid-sgxq7jGRF6 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgxq7jGRF6 .inner-container {
    width: 100% !important;
  }
}
.cid-sgD7dCjSd8 {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgD7dCjSd8 .mbr-section-subtitle {
  color: #767676;
}
.cid-sgD7dCjSd8 .container-table {
  margin: 0 auto;
}
.cid-sgD7dCjSd8 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sgD7dCjSd8 .dataTables_wrapper {
  display: block;
}
.cid-sgD7dCjSd8 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sgD7dCjSd8 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sgD7dCjSd8 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #757272;
  margin-bottom: 0;
}
.cid-sgD7dCjSd8 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sgD7dCjSd8 table th:hover {
  background: #757272;
  color: #ffffff;
}
.cid-sgD7dCjSd8 table td {
  border-top: 1px solid #757272;
}
.cid-sgD7dCjSd8 table.table {
  background: #ffffff;
}
.cid-sgD7dCjSd8 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sgD7dCjSd8 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sgD7dCjSd8 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sgD7dCjSd8 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sgD7dCjSd8 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sgD7dCjSd8 .dataTables_filter {
    text-align: center;
  }
  .cid-sgD7dCjSd8 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sgD7dCjSd8 .body-item {
  text-align: left;
}
.cid-sgD7dCjSd8 .head-item {
  text-align: center;
}
.cid-sgEMvyK6lP {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgxq7GGU7r {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgxq7GGU7r .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgxq7GGU7r .section-text {
  padding: 2rem 0;
}
.cid-sgxq7GGU7r .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgxq7GGU7r .inner-container {
    width: 100% !important;
  }
}
.cid-sgDC3lFWXi {
  padding-top: 105px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-sgDC3lFWXi .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-sgDC3lFWXi .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-sgDC3lFWXi .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-sgDC3lFWXi .separline {
  position: relative;
}
.cid-sgDC3lFWXi .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sgDC3lFWXi .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-sgDC3lFWXi .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sgDC3lFWXi .media-block {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sgDC3lFWXi .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-sgDC3lFWXi .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sgEMxucELv {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgxq8r9Nmi {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgxq8r9Nmi .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgxq8r9Nmi .section-text {
  padding: 2rem 0;
}
.cid-sgxq8r9Nmi .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgxq8r9Nmi .inner-container {
    width: 100% !important;
  }
}
.cid-sgDErJMu3U {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgDErJMu3U .mbr-text {
  color: #2e2e2e;
}
.cid-sgDErJMu3U .mbr-text p {
  background: #ffffff;
}
.cid-sgEMz7RBRp {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgxq8LgUd5 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgxq8LgUd5 .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgxq8LgUd5 .section-text {
  padding: 2rem 0;
}
.cid-sgxq8LgUd5 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgxq8LgUd5 .inner-container {
    width: 100% !important;
  }
}
.cid-sgDF8dJ8nB {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgDF8dJ8nB .mbr-text {
  color: #2e2e2e;
}
.cid-sgDF8dJ8nB .mbr-text p {
  background: #ffffff;
}
.cid-sgEMzWBdbo {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgxq85uPoe {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgxq85uPoe .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgxq85uPoe .section-text {
  padding: 2rem 0;
}
.cid-sgxq85uPoe .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgxq85uPoe .inner-container {
    width: 100% !important;
  }
}
.cid-sgDHdC8sci {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgDHdC8sci .mbr-text {
  color: #2e2e2e;
}
.cid-sgDHdC8sci .mbr-text p {
  background: #ffffff;
}
.cid-sgEMAGVP6v {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgxq9uufQf {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgxq9uufQf .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgxq9uufQf .section-text {
  padding: 2rem 0;
}
.cid-sgxq9uufQf .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgxq9uufQf .inner-container {
    width: 100% !important;
  }
}
.cid-sgDKcVLPLu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sgDKcVLPLu .mbr-text {
  color: #333333;
}
.cid-sgDKcVLPLu .mbr-text p {
  background: #ffffff;
}
.cid-sgDKcVLPLu .mbr-text P {
  text-align: left;
}
.cid-sgDLH9Oggo {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sgDLH9Oggo .counter-container {
  color: #767676;
}
.cid-sgDLH9Oggo .counter-container ol {
  margin-bottom: 0;
}
.cid-sgDLH9Oggo .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sgDLH9Oggo .mbr-text {
  color: #2e2e2e;
}
.cid-sgDLIRrG7V {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgDLIRrG7V .mbr-text {
  color: #2e2e2e;
}
.cid-sgDLIRrG7V .mbr-text p {
  background: #ffffff;
}
.cid-sgEMBuMIc3 {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgxqa1gau4 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgxqa1gau4 .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgxqa1gau4 .section-text {
  padding: 2rem 0;
}
.cid-sgxqa1gau4 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgxqa1gau4 .inner-container {
    width: 100% !important;
  }
}
.cid-sgDKlQaElB {
  padding-top: 45px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-sgDKlQaElB .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-sgDKlQaElB .step {
  width: 76px;
  height: 76px;
  font-size: 38px;
  border-radius: 50%;
  border: 2px solid #60e419;
  padding-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-sgDKlQaElB .separline .step-wrapper {
    position: relative;
  }
  .cid-sgDKlQaElB .separline .step-wrapper:before,
  .cid-sgDKlQaElB .separline .step-wrapper:after {
    top: 40px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 38px - 8px);
    background-color: #60e419;
  }
  .cid-sgDKlQaElB .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-sgDKlQaElB .separline .step-wrapper:after {
    left: calc(50% + 8px + 38px);
  }
  .cid-sgDKlQaElB .separline.last-child .step-wrapper:after,
  .cid-sgDKlQaElB .separline:nth-child(3n) .step-wrapper:after,
  .cid-sgDKlQaElB .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-sgDKlQaElB .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-sgDKlQaElB .mbr-section-title {
  color: #ffffff;
}
.cid-sgDKlQaElB .mbr-step-text {
  color: #2e2e2e;
}
.cid-sgEMC94sJv {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgxqaHn5Rz {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgxqaHn5Rz .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgxqaHn5Rz .section-text {
  padding: 2rem 0;
}
.cid-sgxqaHn5Rz .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgxqaHn5Rz .inner-container {
    width: 100% !important;
  }
}
.cid-sgDKpcuxVw {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgDKpcuxVw .mbr-section-subtitle {
  color: #767676;
}
.cid-sgDKpcuxVw .container-table {
  margin: 0 auto;
}
.cid-sgDKpcuxVw .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sgDKpcuxVw .dataTables_wrapper {
  display: block;
}
.cid-sgDKpcuxVw .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sgDKpcuxVw .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sgDKpcuxVw table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sgDKpcuxVw table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sgDKpcuxVw table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sgDKpcuxVw table td {
  border-top: 1px solid #cccccc;
}
.cid-sgDKpcuxVw table.table {
  background: #ffffff;
}
.cid-sgDKpcuxVw .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sgDKpcuxVw .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sgDKpcuxVw .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sgDKpcuxVw .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sgDKpcuxVw .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sgDKpcuxVw .dataTables_filter {
    text-align: center;
  }
  .cid-sgDKpcuxVw .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sgDKpcuxVw .body-item {
  text-align: center;
}
.cid-sgDKpcuxVw .head-item {
  text-align: center;
}
.cid-sgEMDReY95 {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgxqanhu7T {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgxqanhu7T .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgxqanhu7T .section-text {
  padding: 2rem 0;
}
.cid-sgxqanhu7T .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgxqanhu7T .inner-container {
    width: 100% !important;
  }
}
.cid-sgDLmO0UCm {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgDLmO0UCm .mbr-text {
  color: #2e2e2e;
}
.cid-sgDLmO0UCm .mbr-text p {
  background: #ffffff;
}
.cid-sgEMEp11A7 {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgxqbkfaEr {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgxqbkfaEr .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgxqbkfaEr .section-text {
  padding: 2rem 0;
}
.cid-sgxqbkfaEr .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgxqbkfaEr .inner-container {
    width: 100% !important;
  }
}
.cid-sgDLp4wNma {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgDLp4wNma .mbr-text {
  color: #2e2e2e;
}
.cid-sgDLp4wNma .mbr-text p {
  background: #ffffff;
}
.cid-sgEMF3pRXw {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgxqb0h8pz {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgxqb0h8pz .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgxqb0h8pz .section-text {
  padding: 2rem 0;
}
.cid-sgxqb0h8pz .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgxqb0h8pz .inner-container {
    width: 100% !important;
  }
}
.cid-sgDMfDRMEE {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgDMfDRMEE .counter-container {
  color: #767676;
}
.cid-sgDMfDRMEE .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-sgDMfDRMEE .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sgDMfDRMEE .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-sgDMfDRMEE .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #60e419;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-sgDMfDRMEE .mbr-text {
  color: #2e2e2e;
}
.cid-sgEMFRZaQG {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgxqbSEhZI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgxqbSEhZI .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgxqbSEhZI .section-text {
  padding: 2rem 0;
}
.cid-sgxqbSEhZI .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgxqbSEhZI .inner-container {
    width: 100% !important;
  }
}
.cid-sgDLsqr9oa {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgDLsqr9oa .mbr-text {
  color: #2e2e2e;
}
.cid-sgDLsqr9oa .mbr-text p {
  background: #ffffff;
}
.cid-sgDKNINMbx {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgDKNINMbx .counter-container {
  color: #767676;
}
.cid-sgDKNINMbx .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-sgDKNINMbx .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sgDKNINMbx .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-sgDKNINMbx .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #60e419;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-sgDKNINMbx .mbr-text {
  color: #2e2e2e;
}
.cid-sgEMIZ23bP {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgsaALUC0e {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-sgsaALUC0e P {
  color: #767676;
}
.cid-shNu30qr1P {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background5-2.jpeg");
}
@media (max-width: 767px) {
  .cid-shNu30qr1P .content {
    text-align: center;
  }
  .cid-shNu30qr1P .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-shNu30qr1P .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-shNu30qr1P .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-shNu30qr1P .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-shNu30qr1P .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-shNu30qr1P .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-shNu30qr1P .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-shNu30qr1P .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-shNu30qr1P .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-shNu30qr1P .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-shNu30qr1P .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shNu30qr1P .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgokd5FBHI .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sgokd5FBHI .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sgokd5FBHI a {
  font-style: normal;
}
.cid-sgokd5FBHI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sgokd5FBHI .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sgokd5FBHI .nav-item:focus,
.cid-sgokd5FBHI .nav-link:focus {
  outline: none;
}
.cid-sgokd5FBHI .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgokd5FBHI .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sgokd5FBHI .menu-logo {
  margin-right: auto;
}
.cid-sgokd5FBHI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgokd5FBHI .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-sgokd5FBHI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgokd5FBHI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgokd5FBHI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sgokd5FBHI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgokd5FBHI .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sgokd5FBHI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sgokd5FBHI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgokd5FBHI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgokd5FBHI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgokd5FBHI .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sgokd5FBHI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sgokd5FBHI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgokd5FBHI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgokd5FBHI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgokd5FBHI .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-sgokd5FBHI .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sgokd5FBHI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sgokd5FBHI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgokd5FBHI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgokd5FBHI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sgokd5FBHI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgokd5FBHI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sgokd5FBHI button.navbar-toggler:focus {
  outline: none;
}
.cid-sgokd5FBHI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #60e419;
}
.cid-sgokd5FBHI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgokd5FBHI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgokd5FBHI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgokd5FBHI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgokd5FBHI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgokd5FBHI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgokd5FBHI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgokd5FBHI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgokd5FBHI .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgokd5FBHI .collapsed .btn {
  display: -webkit-flex;
}
.cid-sgokd5FBHI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgokd5FBHI .collapsed .navbar-collapse.collapsing,
.cid-sgokd5FBHI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sgokd5FBHI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgokd5FBHI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgokd5FBHI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgokd5FBHI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgokd5FBHI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgokd5FBHI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sgokd5FBHI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgokd5FBHI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sgokd5FBHI .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sgokd5FBHI .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgokd5FBHI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sgokd5FBHI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgokd5FBHI .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sgokd5FBHI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgokd5FBHI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgokd5FBHI .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: 1023px) {
  .cid-sgokd5FBHI.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgokd5FBHI img {
    height: 3.8rem !important;
  }
  .cid-sgokd5FBHI .btn {
    display: -webkit-flex;
  }
  .cid-sgokd5FBHI button.navbar-toggler {
    display: block;
  }
  .cid-sgokd5FBHI .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sgokd5FBHI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgokd5FBHI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgokd5FBHI .navbar-collapse.collapsing,
  .cid-sgokd5FBHI .navbar-collapse.show {
    display: block !important;
  }
  .cid-sgokd5FBHI .navbar-collapse.collapsing .navbar-nav,
  .cid-sgokd5FBHI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgokd5FBHI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgokd5FBHI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgokd5FBHI .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgokd5FBHI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sgokd5FBHI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgokd5FBHI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgokd5FBHI .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sgokd5FBHI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgokd5FBHI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgokd5FBHI .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-sgokd5FBHI .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sgokd5FBHI .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sgokd5FBHI .nav-link:hover,
.cid-sgokd5FBHI .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-sgokd6DBL6 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ff3366;
}
.cid-sgokd6DBL6 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgokd6DBL6 .section-text {
  padding: 2rem 0;
}
.cid-sgokd6DBL6 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgokd6DBL6 .inner-container {
    width: 100% !important;
  }
}
.cid-sgCuKKjKiU {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sgCuKKjKiU .mbr-text {
  color: #333333;
  text-align: center;
}
.cid-sgCuKKjKiU .mbr-text p {
  background: #ffffff;
}
.cid-sgoQnS9oSi {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sgoQnS9oSi .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgoQnS9oSi .section-text {
  padding: 2rem 0;
}
.cid-sgoQnS9oSi .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgoQnS9oSi .inner-container {
    width: 100% !important;
  }
}
.cid-sgCsjDORM9 {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #60e419;
}
.cid-sgCsjDORM9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgCsjDORM9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgCsjDORM9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgCsjDORM9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgCsjDORM9 .row > .row {
  display: block;
}
.cid-sgCsjDORM9 .mbr-gallery-item {
  width: 100%;
}
.cid-sgCsjDORM9 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #60e419;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #60e419, #45505b) !important;
}
.cid-sgCsjDORM9 .mbr-gallery-item > div {
  position: relative;
}
.cid-sgCsjDORM9 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sgCsjDORM9 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sgCsjDORM9 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sgCsjDORM9 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #60e419 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #60e419, #45505b) !important;
}
.cid-sgCvg8FLws {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sgCvg8FLws .mbr-text {
  color: #333333;
  text-align: center;
}
.cid-sgCvg8FLws .mbr-text p {
  background: #ffffff;
}
.cid-sgCuxhYBkR {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sgCuxhYBkR .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgCuxhYBkR .section-text {
  padding: 2rem 0;
}
.cid-sgCuxhYBkR .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgCuxhYBkR .inner-container {
    width: 100% !important;
  }
}
.cid-sgCxzdJMvg {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #60e419;
}
.cid-sgCxzdJMvg .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgCxzdJMvg .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgCxzdJMvg .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgCxzdJMvg .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgCxzdJMvg .row > .row {
  display: block;
}
.cid-sgCxzdJMvg .mbr-gallery-item {
  width: 100%;
}
.cid-sgCxzdJMvg .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #60e419;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #60e419, #45505b) !important;
}
.cid-sgCxzdJMvg .mbr-gallery-item > div {
  position: relative;
}
.cid-sgCxzdJMvg .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sgCxzdJMvg .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sgCxzdJMvg .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sgCxzdJMvg .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #60e419 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #60e419, #45505b) !important;
}
.cid-sgCGOTZfhx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sgCGOTZfhx .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgCGOTZfhx .section-text {
  padding: 2rem 0;
}
.cid-sgCGOTZfhx .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgCGOTZfhx .inner-container {
    width: 100% !important;
  }
}
.cid-sgCGPGAlEm {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #60e419;
}
.cid-sgCGPGAlEm .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgCGPGAlEm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgCGPGAlEm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgCGPGAlEm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgCGPGAlEm .row > .row {
  display: block;
}
.cid-sgCGPGAlEm .mbr-gallery-item {
  width: 100%;
}
.cid-sgCGPGAlEm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #60e419;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #60e419, #45505b) !important;
}
.cid-sgCGPGAlEm .mbr-gallery-item > div {
  position: relative;
}
.cid-sgCGPGAlEm .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sgCGPGAlEm .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sgCGPGAlEm .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sgCGPGAlEm .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #60e419 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #60e419, #45505b) !important;
}
.cid-sgCFK482q9 {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sgCFK482q9 .mbr-text {
  color: #333333;
  text-align: center;
}
.cid-sgCFK482q9 .mbr-text p {
  background: #ffffff;
}
.cid-sgCEb1Dsi9 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sgCEb1Dsi9 .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgCEb1Dsi9 .section-text {
  padding: 2rem 0;
}
.cid-sgCEb1Dsi9 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgCEb1Dsi9 .inner-container {
    width: 100% !important;
  }
}
.cid-sgCEbWrzo5 {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #60e419;
}
.cid-sgCEbWrzo5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgCEbWrzo5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgCEbWrzo5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgCEbWrzo5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgCEbWrzo5 .row > .row {
  display: block;
}
.cid-sgCEbWrzo5 .mbr-gallery-item {
  width: 100%;
}
.cid-sgCEbWrzo5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #60e419;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #60e419, #45505b) !important;
}
.cid-sgCEbWrzo5 .mbr-gallery-item > div {
  position: relative;
}
.cid-sgCEbWrzo5 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sgCEbWrzo5 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sgCEbWrzo5 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sgCEbWrzo5 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #60e419 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #60e419, #45505b) !important;
}
.cid-sgoQGXuyLZ {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-sgoQGXuyLZ P {
  color: #767676;
}
.cid-shNu7LjElb {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background5-2.jpeg");
}
@media (max-width: 767px) {
  .cid-shNu7LjElb .content {
    text-align: center;
  }
  .cid-shNu7LjElb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-shNu7LjElb .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-shNu7LjElb .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-shNu7LjElb .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-shNu7LjElb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-shNu7LjElb .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-shNu7LjElb .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-shNu7LjElb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-shNu7LjElb .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-shNu7LjElb .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-shNu7LjElb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shNu7LjElb .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgnvwKXrzX .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sgnvwKXrzX .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sgnvwKXrzX a {
  font-style: normal;
}
.cid-sgnvwKXrzX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sgnvwKXrzX .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sgnvwKXrzX .nav-item:focus,
.cid-sgnvwKXrzX .nav-link:focus {
  outline: none;
}
.cid-sgnvwKXrzX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgnvwKXrzX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sgnvwKXrzX .menu-logo {
  margin-right: auto;
}
.cid-sgnvwKXrzX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgnvwKXrzX .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-sgnvwKXrzX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgnvwKXrzX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgnvwKXrzX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sgnvwKXrzX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgnvwKXrzX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sgnvwKXrzX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sgnvwKXrzX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgnvwKXrzX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgnvwKXrzX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgnvwKXrzX .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sgnvwKXrzX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sgnvwKXrzX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgnvwKXrzX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgnvwKXrzX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgnvwKXrzX .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-sgnvwKXrzX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sgnvwKXrzX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sgnvwKXrzX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgnvwKXrzX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgnvwKXrzX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sgnvwKXrzX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgnvwKXrzX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sgnvwKXrzX button.navbar-toggler:focus {
  outline: none;
}
.cid-sgnvwKXrzX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #60e419;
}
.cid-sgnvwKXrzX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgnvwKXrzX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgnvwKXrzX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgnvwKXrzX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgnvwKXrzX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgnvwKXrzX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgnvwKXrzX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgnvwKXrzX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgnvwKXrzX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgnvwKXrzX .collapsed .btn {
  display: -webkit-flex;
}
.cid-sgnvwKXrzX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgnvwKXrzX .collapsed .navbar-collapse.collapsing,
.cid-sgnvwKXrzX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sgnvwKXrzX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgnvwKXrzX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgnvwKXrzX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgnvwKXrzX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgnvwKXrzX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgnvwKXrzX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sgnvwKXrzX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgnvwKXrzX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sgnvwKXrzX .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sgnvwKXrzX .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgnvwKXrzX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sgnvwKXrzX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgnvwKXrzX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sgnvwKXrzX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgnvwKXrzX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgnvwKXrzX .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: 1023px) {
  .cid-sgnvwKXrzX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgnvwKXrzX img {
    height: 3.8rem !important;
  }
  .cid-sgnvwKXrzX .btn {
    display: -webkit-flex;
  }
  .cid-sgnvwKXrzX button.navbar-toggler {
    display: block;
  }
  .cid-sgnvwKXrzX .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sgnvwKXrzX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgnvwKXrzX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgnvwKXrzX .navbar-collapse.collapsing,
  .cid-sgnvwKXrzX .navbar-collapse.show {
    display: block !important;
  }
  .cid-sgnvwKXrzX .navbar-collapse.collapsing .navbar-nav,
  .cid-sgnvwKXrzX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgnvwKXrzX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgnvwKXrzX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgnvwKXrzX .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgnvwKXrzX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sgnvwKXrzX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgnvwKXrzX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgnvwKXrzX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sgnvwKXrzX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgnvwKXrzX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgnvwKXrzX .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-sgnvwKXrzX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sgnvwKXrzX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sgnvwKXrzX .nav-link:hover,
.cid-sgnvwKXrzX .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-sgnvwPNpvw {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #efe430;
}
.cid-sgnvwPNpvw .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgnvwPNpvw .section-text {
  padding: 2rem 0;
}
.cid-sgnvwPNpvw .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgnvwPNpvw .inner-container {
    width: 100% !important;
  }
}
.cid-sgotbKl0tL {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sgotbKl0tL .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgotbKl0tL .section-text {
  padding: 2rem 0;
  color: #333333;
  text-align: center;
}
.cid-sgotbKl0tL .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgotbKl0tL .inner-container {
    width: 100% !important;
  }
}
.cid-sgnvwRCCgS {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgnvwRCCgS .mbr-text {
  color: #2e2e2e;
  text-align: left;
}
.cid-sgnvwRCCgS .mbr-text p {
  background: #ffffff;
}
.cid-sgnvwRCCgS .mbr-text P {
  text-align: left;
}
.cid-sgovduPKuY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sgovduPKuY .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgovduPKuY .section-text {
  padding: 2rem 0;
  color: #333333;
  text-align: center;
}
.cid-sgovduPKuY .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgovduPKuY .inner-container {
    width: 100% !important;
  }
}
.cid-sgovBepsbf {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgovBepsbf .mbr-text {
  color: #333333;
}
.cid-sgovBepsbf .mbr-text p {
  background: #ffffff;
}
.cid-sgovBepsbf .mbr-text P {
  text-align: left;
}
.cid-sgoxCYPN4X {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sgoxCYPN4X .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgoxCYPN4X .section-text {
  padding: 2rem 0;
  color: #333333;
  text-align: center;
}
.cid-sgoxCYPN4X .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgoxCYPN4X .inner-container {
    width: 100% !important;
  }
}
.cid-sgoxUHQLlT {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sgoxUHQLlT .mbr-text {
  color: #333333;
  text-align: center;
}
.cid-sgoxUHQLlT .mbr-text p {
  background: #ffffff;
}
.cid-sgoy8F6xhY {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sgoy8F6xhY .mbr-text,
.cid-sgoy8F6xhY blockquote {
  color: #767676;
}
.cid-sgoxWD7Y3u {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sgoxWD7Y3u .mbr-text {
  color: #333333;
  text-align: center;
}
.cid-sgoxWD7Y3u .mbr-text p {
  background: #ffffff;
}
.cid-sgoyGzpqKe {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgoyGzpqKe .counter-container {
  color: #767676;
}
.cid-sgoyGzpqKe .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-sgoyGzpqKe .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sgoyGzpqKe .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-sgoyGzpqKe .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #60e419;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-sgozZQhyz4 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgozZQhyz4 .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgozZQhyz4 .section-text {
  padding: 2rem 0;
}
.cid-sgozZQhyz4 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgozZQhyz4 .inner-container {
    width: 100% !important;
  }
}
.cid-sgoAvSXFQJ {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgoAvSXFQJ .counter-container {
  color: #767676;
}
.cid-sgoAvSXFQJ .counter-container ol {
  margin-bottom: 0;
}
.cid-sgoAvSXFQJ .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sgoAvSXFQJ .mbr-text {
  color: #333333;
}
.cid-sgoB70rmau {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgoB70rmau .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgoB70rmau .section-text {
  padding: 2rem 0;
}
.cid-sgoB70rmau .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgoB70rmau .inner-container {
    width: 100% !important;
  }
}
.cid-sgoxRrUQqj {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgoxRrUQqj .mbr-text {
  color: #333333;
}
.cid-sgoxRrUQqj .mbr-text p {
  background: #ffffff;
}
.cid-sgoxRrUQqj .mbr-text P {
  text-align: left;
}
.cid-sgoCmU1nN3 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgoCmU1nN3 .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgoCmU1nN3 .section-text {
  padding: 2rem 0;
}
.cid-sgoCmU1nN3 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgoCmU1nN3 .inner-container {
    width: 100% !important;
  }
}
.cid-sgoCsH1UjC {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgoCsH1UjC .mbr-text {
  color: #333333;
}
.cid-sgoCsH1UjC .mbr-text p {
  background: #ffffff;
}
.cid-sgoCsH1UjC .mbr-text P {
  text-align: left;
}
.cid-sgQ07TzKZw {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sgQ07TzKZw .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgQ07TzKZw .section-text {
  padding: 2rem 0;
}
.cid-sgQ07TzKZw .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgQ07TzKZw .inner-container {
    width: 100% !important;
  }
}
.cid-sgoEh1JPkZ {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgoEh1JPkZ .mbr-text {
  color: #333333;
}
.cid-sgoEh1JPkZ .mbr-text p {
  background: #ffffff;
}
.cid-sgoEh1JPkZ .mbr-text P {
  text-align: left;
}
.cid-sgoEXag07A {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgoEXag07A .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgoEXag07A .section-text {
  padding: 2rem 0;
}
.cid-sgoEXag07A .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgoEXag07A .inner-container {
    width: 100% !important;
  }
}
.cid-sgoF7KMeGv {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgoF7KMeGv .mbr-text {
  color: #333333;
}
.cid-sgoF7KMeGv .mbr-text p {
  background: #ffffff;
}
.cid-sgoF7KMeGv .mbr-text P {
  text-align: left;
}
.cid-sgoFSZ6oi0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgoFSZ6oi0 .counter-container {
  color: #767676;
}
.cid-sgoFSZ6oi0 .counter-container ol {
  margin-bottom: 0;
}
.cid-sgoFSZ6oi0 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sgoFSZ6oi0 .mbr-text {
  color: #333333;
}
.cid-sgoGwAOtAc {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgoGwAOtAc .mbr-text {
  color: #333333;
}
.cid-sgoGwAOtAc .mbr-text p {
  background: #ffffff;
}
.cid-sgoGwAOtAc .mbr-text P {
  text-align: left;
}
.cid-sgoGJCKk1a {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgoGJCKk1a .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgoGJCKk1a .section-text {
  padding: 2rem 0;
}
.cid-sgoGJCKk1a .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgoGJCKk1a .inner-container {
    width: 100% !important;
  }
}
.cid-sgoGLpwtxe {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgoGLpwtxe .mbr-text {
  color: #333333;
}
.cid-sgoGLpwtxe .mbr-text p {
  background: #ffffff;
}
.cid-sgoGLpwtxe .mbr-text P {
  text-align: left;
}
.cid-sgoHHmdYKP {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sgoHHmdYKP .mbr-text {
  color: #2e2e2e;
  text-align: left;
}
.cid-sgoHHmdYKP .mbr-text p {
  background: #ffffff;
}
.cid-sgoHHmdYKP .mbr-text P {
  text-align: left;
}
.cid-sgoIewHxUG {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgoIewHxUG .mbr-text {
  color: #2e2e2e;
  text-align: left;
}
.cid-sgoIewHxUG .mbr-text p {
  background: #ffffff;
}
.cid-sgoIewHxUG .mbr-text P {
  text-align: left;
}
.cid-sgoIztXXKR {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgoIztXXKR .mbr-text {
  color: #2e2e2e;
  text-align: left;
}
.cid-sgoIztXXKR .mbr-text p {
  background: #ffffff;
}
.cid-sgoIztXXKR .mbr-text P {
  text-align: left;
}
.cid-sgoJ1Bqf9j {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgoJ1Bqf9j .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgoJ1Bqf9j .section-text {
  padding: 2rem 0;
}
.cid-sgoJ1Bqf9j .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgoJ1Bqf9j .inner-container {
    width: 100% !important;
  }
}
.cid-shNtxhFBNS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shNtxhFBNS P {
  color: #767676;
}
.cid-sgoJ96B9sk {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgoJ96B9sk .mbr-text {
  color: #333333;
}
.cid-sgoJ96B9sk .mbr-text p {
  background: #ffffff;
}
.cid-sgoJ96B9sk .mbr-text P {
  text-align: left;
}
.cid-sgoJQS8fP5 {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgoJQS8fP5 .mbr-text {
  color: #333333;
}
.cid-sgoJQS8fP5 .mbr-text p {
  background: #ffffff;
}
.cid-sgoJQS8fP5 .mbr-text P {
  text-align: left;
}
.cid-sgoM9MjP4A {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgoM9MjP4A .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgoM9MjP4A .section-text {
  padding: 2rem 0;
}
.cid-sgoM9MjP4A .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgoM9MjP4A .inner-container {
    width: 100% !important;
  }
}
.cid-sgoMlWuzhT {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgoMlWuzhT .mbr-text {
  color: #333333;
}
.cid-sgoMlWuzhT .mbr-text p {
  background: #ffffff;
}
.cid-sgoMlWuzhT .mbr-text P {
  text-align: left;
}
.cid-sgoNuammzK {
  padding-top: 120px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-sgoNuammzK P {
  color: #767676;
}
.cid-shNtQDMHOM {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background5-2.jpeg");
}
@media (max-width: 767px) {
  .cid-shNtQDMHOM .content {
    text-align: center;
  }
  .cid-shNtQDMHOM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-shNtQDMHOM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-shNtQDMHOM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-shNtQDMHOM .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-shNtQDMHOM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-shNtQDMHOM .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-shNtQDMHOM .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-shNtQDMHOM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-shNtQDMHOM .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-shNtQDMHOM .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-shNtQDMHOM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shNtQDMHOM .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgsbiy78GI .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sgsbiy78GI .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sgsbiy78GI a {
  font-style: normal;
}
.cid-sgsbiy78GI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sgsbiy78GI .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sgsbiy78GI .nav-item:focus,
.cid-sgsbiy78GI .nav-link:focus {
  outline: none;
}
.cid-sgsbiy78GI .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgsbiy78GI .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sgsbiy78GI .menu-logo {
  margin-right: auto;
}
.cid-sgsbiy78GI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgsbiy78GI .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-sgsbiy78GI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgsbiy78GI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgsbiy78GI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sgsbiy78GI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgsbiy78GI .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sgsbiy78GI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sgsbiy78GI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgsbiy78GI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgsbiy78GI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgsbiy78GI .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sgsbiy78GI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sgsbiy78GI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgsbiy78GI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgsbiy78GI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgsbiy78GI .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-sgsbiy78GI .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sgsbiy78GI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sgsbiy78GI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgsbiy78GI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgsbiy78GI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sgsbiy78GI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgsbiy78GI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sgsbiy78GI button.navbar-toggler:focus {
  outline: none;
}
.cid-sgsbiy78GI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #60e419;
}
.cid-sgsbiy78GI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgsbiy78GI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgsbiy78GI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgsbiy78GI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgsbiy78GI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgsbiy78GI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgsbiy78GI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgsbiy78GI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgsbiy78GI .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgsbiy78GI .collapsed .btn {
  display: -webkit-flex;
}
.cid-sgsbiy78GI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgsbiy78GI .collapsed .navbar-collapse.collapsing,
.cid-sgsbiy78GI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sgsbiy78GI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgsbiy78GI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgsbiy78GI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgsbiy78GI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgsbiy78GI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgsbiy78GI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sgsbiy78GI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgsbiy78GI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sgsbiy78GI .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sgsbiy78GI .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgsbiy78GI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sgsbiy78GI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgsbiy78GI .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sgsbiy78GI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgsbiy78GI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgsbiy78GI .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: 1023px) {
  .cid-sgsbiy78GI.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgsbiy78GI img {
    height: 3.8rem !important;
  }
  .cid-sgsbiy78GI .btn {
    display: -webkit-flex;
  }
  .cid-sgsbiy78GI button.navbar-toggler {
    display: block;
  }
  .cid-sgsbiy78GI .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sgsbiy78GI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgsbiy78GI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgsbiy78GI .navbar-collapse.collapsing,
  .cid-sgsbiy78GI .navbar-collapse.show {
    display: block !important;
  }
  .cid-sgsbiy78GI .navbar-collapse.collapsing .navbar-nav,
  .cid-sgsbiy78GI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgsbiy78GI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgsbiy78GI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgsbiy78GI .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgsbiy78GI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sgsbiy78GI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgsbiy78GI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgsbiy78GI .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sgsbiy78GI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgsbiy78GI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgsbiy78GI .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-sgsbiy78GI .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sgsbiy78GI .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sgsbiy78GI .nav-link:hover,
.cid-sgsbiy78GI .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-sgsbizllLK {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #149dcc;
}
.cid-sgsbizllLK .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgsbizllLK .section-text {
  padding: 2rem 0;
}
.cid-sgsbizllLK .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgsbizllLK .inner-container {
    width: 100% !important;
  }
}
.cid-sgsbiAh9bK {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgsbiAh9bK .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgsbiAh9bK .section-text {
  padding: 2rem 0;
}
.cid-sgsbiAh9bK .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgsbiAh9bK .inner-container {
    width: 100% !important;
  }
}
.cid-sgsk2pD8oM {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgsk2pD8oM .mbr-text {
  color: #333333;
}
.cid-sgsk2pD8oM .mbr-text p {
  background: #ffffff;
}
.cid-sgsk2pD8oM .mbr-text P {
  text-align: left;
}
.cid-sgskBfXeDT {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgskBfXeDT .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgskBfXeDT .section-text {
  padding: 2rem 0;
}
.cid-sgskBfXeDT .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgskBfXeDT .inner-container {
    width: 100% !important;
  }
}
.cid-sgskvlkXyQ {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgskvlkXyQ .mbr-text {
  color: #333333;
}
.cid-sgskvlkXyQ .mbr-text p {
  background: #ffffff;
}
.cid-sgskvlkXyQ .mbr-text P {
  text-align: left;
}
.cid-sgCPgu8cQJ {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgCPgu8cQJ .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgCPgu8cQJ .section-text {
  padding: 2rem 0;
}
.cid-sgCPgu8cQJ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgCPgu8cQJ .inner-container {
    width: 100% !important;
  }
}
.cid-sgCPKoCQIn {
  padding-top: 45px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-sgCPKoCQIn .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-sgCPKoCQIn .step {
  width: 76px;
  height: 76px;
  font-size: 38px;
  border-radius: 50%;
  border: 2px solid #60e419;
  padding-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-sgCPKoCQIn .separline .step-wrapper {
    position: relative;
  }
  .cid-sgCPKoCQIn .separline .step-wrapper:before,
  .cid-sgCPKoCQIn .separline .step-wrapper:after {
    top: 40px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 38px - 8px);
    background-color: #60e419;
  }
  .cid-sgCPKoCQIn .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-sgCPKoCQIn .separline .step-wrapper:after {
    left: calc(50% + 8px + 38px);
  }
  .cid-sgCPKoCQIn .separline.last-child .step-wrapper:after,
  .cid-sgCPKoCQIn .separline:nth-child(3n) .step-wrapper:after,
  .cid-sgCPKoCQIn .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-sgCPKoCQIn .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-sgCPKoCQIn .mbr-section-title {
  color: #ffffff;
}
.cid-sgCPKoCQIn .mbr-step-text {
  color: #2e2e2e;
}
.cid-sgQa8PiIQo {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgQa8PiIQo .mbr-text {
  color: #2e2e2e;
}
.cid-sgQa8PiIQo .mbr-text p {
  background: #ffffff;
}
.cid-sgsiUpfprx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #60e419;
}
.cid-sgsiUpfprx .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
}
.cid-sgsiUpfprx .step {
  width: 76px;
  height: 76px;
  font-size: 38px;
  border-radius: 50%;
  border: 2px solid #efefef;
  padding-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-sgsiUpfprx .separline .step-wrapper {
    position: relative;
  }
  .cid-sgsiUpfprx .separline .step-wrapper:before,
  .cid-sgsiUpfprx .separline .step-wrapper:after {
    top: 40px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 38px - 8px);
    background-color: #efefef;
  }
  .cid-sgsiUpfprx .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-sgsiUpfprx .separline .step-wrapper:after {
    left: calc(50% + 8px + 38px);
  }
  .cid-sgsiUpfprx .separline.last-child .step-wrapper:after,
  .cid-sgsiUpfprx .separline:nth-child(3n) .step-wrapper:after,
  .cid-sgsiUpfprx .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-sgsiUpfprx .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-sgsiUpfprx .mbr-section-title {
  color: #ffffff;
}
.cid-sgsiUpfprx .mbr-step-text {
  color: #ffffff;
}
.cid-sgsl0OkdOq {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #60e419;
  background: linear-gradient(#60e419, #ffffff);
}
.cid-sgsl0OkdOq .carousel-control {
  background: #000;
}
.cid-sgsl0OkdOq .mbr-section-subtitle {
  color: #333333;
  text-align: left;
}
.cid-sgsl0OkdOq .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgsl0OkdOq .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sgsl0OkdOq .carousel-item .wrap-img {
  text-align: center;
}
.cid-sgsl0OkdOq .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-sgsl0OkdOq .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgsl0OkdOq .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-sgsl0OkdOq .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-sgsl0OkdOq .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-sgsl0OkdOq .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-sgsl0OkdOq .cloneditem-1,
.cid-sgsl0OkdOq .cloneditem-2,
.cid-sgsl0OkdOq .cloneditem-3,
.cid-sgsl0OkdOq .cloneditem-4,
.cid-sgsl0OkdOq .cloneditem-5 {
  display: none;
}
.cid-sgsl0OkdOq .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sgsl0OkdOq .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sgsl0OkdOq .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sgsl0OkdOq .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-sgsl0OkdOq .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sgsl0OkdOq .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sgsl0OkdOq .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sgsl0OkdOq .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sgsl0OkdOq .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sgsl0OkdOq .carousel-inner.slides2 .cloneditem-1,
  .cid-sgsl0OkdOq .carousel-inner.slides2 .cloneditem-2,
  .cid-sgsl0OkdOq .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sgsl0OkdOq .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sgsl0OkdOq .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sgsl0OkdOq .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sgsl0OkdOq .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sgsl0OkdOq .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sgsl0OkdOq .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sgsl0OkdOq .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sgsl0OkdOq .carousel-inner.slides3 .cloneditem-1,
  .cid-sgsl0OkdOq .carousel-inner.slides3 .cloneditem-2,
  .cid-sgsl0OkdOq .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sgsl0OkdOq .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sgsl0OkdOq .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-sgsl0OkdOq .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sgsl0OkdOq .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sgsl0OkdOq .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sgsl0OkdOq .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sgsl0OkdOq .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sgsl0OkdOq .carousel-inner.slides4 .cloneditem-1,
  .cid-sgsl0OkdOq .carousel-inner.slides4 .cloneditem-2,
  .cid-sgsl0OkdOq .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sgsl0OkdOq .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sgsl0OkdOq .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-sgsl0OkdOq .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sgsl0OkdOq .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sgsl0OkdOq .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sgsl0OkdOq .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sgsl0OkdOq .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sgsl0OkdOq .carousel-inner.slides5 .cloneditem-1,
  .cid-sgsl0OkdOq .carousel-inner.slides5 .cloneditem-2,
  .cid-sgsl0OkdOq .carousel-inner.slides5 .cloneditem-3,
  .cid-sgsl0OkdOq .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-sgsl0OkdOq .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-sgsl0OkdOq .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-sgsl0OkdOq .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-sgsl0OkdOq .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-sgsl0OkdOq .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-sgsl0OkdOq .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sgsl0OkdOq .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sgsl0OkdOq .carousel-inner.slides6 .cloneditem-1,
  .cid-sgsl0OkdOq .carousel-inner.slides6 .cloneditem-2,
  .cid-sgsl0OkdOq .carousel-inner.slides6 .cloneditem-3,
  .cid-sgsl0OkdOq .carousel-inner.slides6 .cloneditem-4,
  .cid-sgsl0OkdOq .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sgsl0OkdOq H2 {
  color: #ffffff;
}
.cid-sgsl0OkdOq .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sgsmAuk5W2 {
  padding-top: 15px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-sgsmAuk5W2 P {
  color: #767676;
}
.cid-sgEP6L3fhi {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sgEP6L3fhi .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgEP6L3fhi .section-text {
  padding: 2rem 0;
}
.cid-sgEP6L3fhi .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgEP6L3fhi .inner-container {
    width: 100% !important;
  }
}
.cid-sgD0Lq0W4q {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgD0Lq0W4q .mbr-section-subtitle {
  color: #767676;
}
.cid-sgD0Lq0W4q .container-table {
  margin: 0 auto;
}
.cid-sgD0Lq0W4q .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sgD0Lq0W4q .dataTables_wrapper {
  display: block;
}
.cid-sgD0Lq0W4q .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sgD0Lq0W4q .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sgD0Lq0W4q table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sgD0Lq0W4q table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sgD0Lq0W4q table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sgD0Lq0W4q table td {
  border-top: 1px solid #cccccc;
}
.cid-sgD0Lq0W4q table.table {
  background: #ffffff;
}
.cid-sgD0Lq0W4q .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sgD0Lq0W4q .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sgD0Lq0W4q .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sgD0Lq0W4q .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sgD0Lq0W4q .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sgD0Lq0W4q .dataTables_filter {
    text-align: center;
  }
  .cid-sgD0Lq0W4q .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sgD0Lq0W4q .body-item {
  text-align: center;
}
.cid-sgD0Lq0W4q .head-item {
  text-align: center;
}
.cid-sgsbiBbeIY {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sgsbiBbeIY .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgsbiBbeIY .section-text {
  padding: 2rem 0;
}
.cid-sgsbiBbeIY .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgsbiBbeIY .inner-container {
    width: 100% !important;
  }
}
.cid-sgCObAMpat {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgCObAMpat .mbr-text {
  color: #333333;
}
.cid-sgCObAMpat .mbr-text p {
  background: #ffffff;
}
.cid-sgCObAMpat .mbr-text P {
  text-align: left;
}
.cid-sgCSWjapAE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgCSWjapAE .counter-container {
  color: #767676;
}
.cid-sgCSWjapAE .counter-container ol {
  margin-bottom: 0;
}
.cid-sgCSWjapAE .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sgCSWjapAE .mbr-text {
  color: #2e2e2e;
}
.cid-sgCTCJRdXC {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgCTCJRdXC .mbr-text {
  color: #2e2e2e;
}
.cid-sgCTCJRdXC .mbr-text p {
  background: #ffffff;
}
.cid-sgCU0wizqj {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sgCU0wizqj .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgCU0wizqj .section-text {
  padding: 2rem 0;
}
.cid-sgCU0wizqj .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgCU0wizqj .inner-container {
    width: 100% !important;
  }
}
.cid-sgCVBZKDxt {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgCVBZKDxt .mbr-text {
  color: #2e2e2e;
}
.cid-sgCVBZKDxt .mbr-text p {
  background: #ffffff;
}
.cid-sgCWlxrS13 {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sgCWlxrS13 .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgCWlxrS13 .section-text {
  padding: 2rem 0;
}
.cid-sgCWlxrS13 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgCWlxrS13 .inner-container {
    width: 100% !important;
  }
}
.cid-sgCWx8JAdE {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgCWx8JAdE .mbr-text {
  color: #2e2e2e;
}
.cid-sgCWx8JAdE .mbr-text p {
  background: #ffffff;
}
.cid-sgCWQs5mA1 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgCWQs5mA1 .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgCWQs5mA1 .section-text {
  padding: 2rem 0;
}
.cid-sgCWQs5mA1 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgCWQs5mA1 .inner-container {
    width: 100% !important;
  }
}
.cid-sgCWMKkX6i {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgCWMKkX6i .mbr-text {
  color: #2e2e2e;
}
.cid-sgCWMKkX6i .mbr-text p {
  background: #ffffff;
}
.cid-sgCXvLDzok {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgCXvLDzok .counter-container {
  color: #767676;
}
.cid-sgCXvLDzok .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-sgCXvLDzok .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sgCXvLDzok .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-sgCXvLDzok .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #60e419;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-sgCXvLDzok .mbr-text {
  color: #2e2e2e;
}
.cid-sgsbiC71GZ {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-sgsbiC71GZ P {
  color: #767676;
}
.cid-shNtUsUNlK {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background5-2.jpeg");
}
@media (max-width: 767px) {
  .cid-shNtUsUNlK .content {
    text-align: center;
  }
  .cid-shNtUsUNlK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-shNtUsUNlK .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-shNtUsUNlK .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-shNtUsUNlK .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-shNtUsUNlK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-shNtUsUNlK .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-shNtUsUNlK .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-shNtUsUNlK .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-shNtUsUNlK .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-shNtUsUNlK .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-shNtUsUNlK .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shNtUsUNlK .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-shNfuMYRTl {
  background-color: #60e419;
}
.cid-shNlXj7dFP {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-shNlXj7dFP .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-shNlXj7dFP .section-text {
  padding: 2rem 0;
}
.cid-shNlXj7dFP .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-shNlXj7dFP .inner-container {
    width: 100% !important;
  }
}
.cid-shNlYyp1Gw .modal-body .close {
  background: #1b1b1b;
}
.cid-shNlYyp1Gw .modal-body .close span {
  font-style: normal;
}
.cid-shNlYyp1Gw .carousel-inner > .active,
.cid-shNlYyp1Gw .carousel-inner > .next,
.cid-shNlYyp1Gw .carousel-inner > .prev {
  display: table;
}
.cid-shNlYyp1Gw .carousel-control .icon-next,
.cid-shNlYyp1Gw .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-shNlYyp1Gw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shNlYyp1Gw .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-shNlYyp1Gw .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-shNlYyp1Gw .boxed-slider > div {
  position: relative;
}
.cid-shNlYyp1Gw .container img {
  width: 100%;
}
.cid-shNlYyp1Gw .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-shNlYyp1Gw .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-shNlYyp1Gw .mbr-table-cell {
  padding: 0;
}
.cid-shNlYyp1Gw .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-shNlYyp1Gw .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-shNlYyp1Gw .mbr-overlay {
  z-index: 1;
}
.cid-shNlYyp1Gw .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-shNlYyp1Gw .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-shNlYyp1Gw .carousel-item .container {
    width: 100%;
  }
}
.cid-shNlYyp1Gw .carousel-item-next.carousel-item-left,
.cid-shNlYyp1Gw .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-shNlYyp1Gw .active.carousel-item-right,
.cid-shNlYyp1Gw .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-shNlYyp1Gw .active.carousel-item-left,
.cid-shNlYyp1Gw .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-shNlYyp1Gw .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-shNlYyp1Gw .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shNlYyp1Gw .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shNlYyp1Gw .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-shNlYyp1Gw .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-shNlYyp1Gw .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-shNlYyp1Gw .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-shNlYyp1Gw .mbr-slider .carousel-indicators li.active,
.cid-shNlYyp1Gw .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-shNlYyp1Gw .mbr-slider .carousel-indicators li::after,
.cid-shNlYyp1Gw .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-shNlYyp1Gw .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-shNlYyp1Gw .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-shNlYyp1Gw .mbr-slider > .container img {
  width: 100%;
}
.cid-shNlYyp1Gw .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-shNlYyp1Gw .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-shNlYyp1Gw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-shNlYyp1Gw .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-shNlYyp1Gw .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-shNlYyp1Gw .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-shNlYyp1Gw .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-shNlYyp1Gw .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-shNlYyp1Gw .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-shNlYyp1Gw .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-shNlYyp1Gw .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-shNlYyp1Gw .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-shNlYyp1Gw .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-shNmVzlDcu {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shNmVzlDcu P {
  color: #767676;
}
.cid-shNlxX4H8Y {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-shNlxX4H8Y .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-shNlxX4H8Y .section-text {
  padding: 2rem 0;
}
.cid-shNlxX4H8Y .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-shNlxX4H8Y .inner-container {
    width: 100% !important;
  }
}
.cid-shNlyWOXVh .modal-body .close {
  background: #1b1b1b;
}
.cid-shNlyWOXVh .modal-body .close span {
  font-style: normal;
}
.cid-shNlyWOXVh .carousel-inner > .active,
.cid-shNlyWOXVh .carousel-inner > .next,
.cid-shNlyWOXVh .carousel-inner > .prev {
  display: table;
}
.cid-shNlyWOXVh .carousel-control .icon-next,
.cid-shNlyWOXVh .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-shNlyWOXVh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shNlyWOXVh .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-shNlyWOXVh .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-shNlyWOXVh .boxed-slider > div {
  position: relative;
}
.cid-shNlyWOXVh .container img {
  width: 100%;
}
.cid-shNlyWOXVh .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-shNlyWOXVh .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-shNlyWOXVh .mbr-table-cell {
  padding: 0;
}
.cid-shNlyWOXVh .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-shNlyWOXVh .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-shNlyWOXVh .mbr-overlay {
  z-index: 1;
}
.cid-shNlyWOXVh .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-shNlyWOXVh .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-shNlyWOXVh .carousel-item .container {
    width: 100%;
  }
}
.cid-shNlyWOXVh .carousel-item-next.carousel-item-left,
.cid-shNlyWOXVh .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-shNlyWOXVh .active.carousel-item-right,
.cid-shNlyWOXVh .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-shNlyWOXVh .active.carousel-item-left,
.cid-shNlyWOXVh .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-shNlyWOXVh .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-shNlyWOXVh .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shNlyWOXVh .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shNlyWOXVh .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-shNlyWOXVh .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-shNlyWOXVh .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-shNlyWOXVh .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-shNlyWOXVh .mbr-slider .carousel-indicators li.active,
.cid-shNlyWOXVh .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-shNlyWOXVh .mbr-slider .carousel-indicators li::after,
.cid-shNlyWOXVh .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-shNlyWOXVh .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-shNlyWOXVh .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-shNlyWOXVh .mbr-slider > .container img {
  width: 100%;
}
.cid-shNlyWOXVh .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-shNlyWOXVh .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-shNlyWOXVh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-shNlyWOXVh .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-shNlyWOXVh .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-shNlyWOXVh .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-shNlyWOXVh .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-shNlyWOXVh .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-shNlyWOXVh .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-shNlyWOXVh .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-shNlyWOXVh .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-shNlyWOXVh .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-shNlyWOXVh .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-shNn1HbWrC {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shNn1HbWrC P {
  color: #767676;
}
.cid-shNoSFnr5R {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-shNoSFnr5R .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-shNoSFnr5R .section-text {
  padding: 2rem 0;
}
.cid-shNoSFnr5R .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-shNoSFnr5R .inner-container {
    width: 100% !important;
  }
}
.cid-shNoU0YBEW .modal-body .close {
  background: #1b1b1b;
}
.cid-shNoU0YBEW .modal-body .close span {
  font-style: normal;
}
.cid-shNoU0YBEW .carousel-inner > .active,
.cid-shNoU0YBEW .carousel-inner > .next,
.cid-shNoU0YBEW .carousel-inner > .prev {
  display: table;
}
.cid-shNoU0YBEW .carousel-control .icon-next,
.cid-shNoU0YBEW .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-shNoU0YBEW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shNoU0YBEW .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-shNoU0YBEW .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-shNoU0YBEW .boxed-slider > div {
  position: relative;
}
.cid-shNoU0YBEW .container img {
  width: 100%;
}
.cid-shNoU0YBEW .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-shNoU0YBEW .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-shNoU0YBEW .mbr-table-cell {
  padding: 0;
}
.cid-shNoU0YBEW .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-shNoU0YBEW .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-shNoU0YBEW .mbr-overlay {
  z-index: 1;
}
.cid-shNoU0YBEW .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-shNoU0YBEW .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-shNoU0YBEW .carousel-item .container {
    width: 100%;
  }
}
.cid-shNoU0YBEW .carousel-item-next.carousel-item-left,
.cid-shNoU0YBEW .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-shNoU0YBEW .active.carousel-item-right,
.cid-shNoU0YBEW .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-shNoU0YBEW .active.carousel-item-left,
.cid-shNoU0YBEW .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-shNoU0YBEW .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-shNoU0YBEW .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shNoU0YBEW .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shNoU0YBEW .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-shNoU0YBEW .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-shNoU0YBEW .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-shNoU0YBEW .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-shNoU0YBEW .mbr-slider .carousel-indicators li.active,
.cid-shNoU0YBEW .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-shNoU0YBEW .mbr-slider .carousel-indicators li::after,
.cid-shNoU0YBEW .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-shNoU0YBEW .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-shNoU0YBEW .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-shNoU0YBEW .mbr-slider > .container img {
  width: 100%;
}
.cid-shNoU0YBEW .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-shNoU0YBEW .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-shNoU0YBEW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-shNoU0YBEW .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-shNoU0YBEW .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-shNoU0YBEW .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-shNoU0YBEW .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-shNoU0YBEW .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-shNoU0YBEW .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-shNoU0YBEW .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-shNoU0YBEW .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-shNoU0YBEW .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-shNoU0YBEW .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-shNoV2c3Te {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shNoV2c3Te P {
  color: #767676;
}
.cid-shNpvLVQs9 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-shNpvLVQs9 .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-shNpvLVQs9 .section-text {
  padding: 2rem 0;
}
.cid-shNpvLVQs9 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-shNpvLVQs9 .inner-container {
    width: 100% !important;
  }
}
.cid-shNpwYqAPI .modal-body .close {
  background: #1b1b1b;
}
.cid-shNpwYqAPI .modal-body .close span {
  font-style: normal;
}
.cid-shNpwYqAPI .carousel-inner > .active,
.cid-shNpwYqAPI .carousel-inner > .next,
.cid-shNpwYqAPI .carousel-inner > .prev {
  display: table;
}
.cid-shNpwYqAPI .carousel-control .icon-next,
.cid-shNpwYqAPI .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-shNpwYqAPI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shNpwYqAPI .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-shNpwYqAPI .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-shNpwYqAPI .boxed-slider > div {
  position: relative;
}
.cid-shNpwYqAPI .container img {
  width: 100%;
}
.cid-shNpwYqAPI .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-shNpwYqAPI .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-shNpwYqAPI .mbr-table-cell {
  padding: 0;
}
.cid-shNpwYqAPI .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-shNpwYqAPI .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-shNpwYqAPI .mbr-overlay {
  z-index: 1;
}
.cid-shNpwYqAPI .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-shNpwYqAPI .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-shNpwYqAPI .carousel-item .container {
    width: 100%;
  }
}
.cid-shNpwYqAPI .carousel-item-next.carousel-item-left,
.cid-shNpwYqAPI .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-shNpwYqAPI .active.carousel-item-right,
.cid-shNpwYqAPI .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-shNpwYqAPI .active.carousel-item-left,
.cid-shNpwYqAPI .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-shNpwYqAPI .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-shNpwYqAPI .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shNpwYqAPI .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shNpwYqAPI .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-shNpwYqAPI .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-shNpwYqAPI .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-shNpwYqAPI .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-shNpwYqAPI .mbr-slider .carousel-indicators li.active,
.cid-shNpwYqAPI .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-shNpwYqAPI .mbr-slider .carousel-indicators li::after,
.cid-shNpwYqAPI .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-shNpwYqAPI .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-shNpwYqAPI .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-shNpwYqAPI .mbr-slider > .container img {
  width: 100%;
}
.cid-shNpwYqAPI .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-shNpwYqAPI .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-shNpwYqAPI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-shNpwYqAPI .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-shNpwYqAPI .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-shNpwYqAPI .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-shNpwYqAPI .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-shNpwYqAPI .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-shNpwYqAPI .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-shNpwYqAPI .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-shNpwYqAPI .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-shNpwYqAPI .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-shNpwYqAPI .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-shNpyi7C6W {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shNpyi7C6W P {
  color: #767676;
}
.cid-shNg13sk6U {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-shNg13sk6U .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-shNg13sk6U .section-text {
  padding: 2rem 0;
}
.cid-shNg13sk6U .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-shNg13sk6U .inner-container {
    width: 100% !important;
  }
}
.cid-shNg9ouGLX .modal-body .close {
  background: #1b1b1b;
}
.cid-shNg9ouGLX .modal-body .close span {
  font-style: normal;
}
.cid-shNg9ouGLX .carousel-inner > .active,
.cid-shNg9ouGLX .carousel-inner > .next,
.cid-shNg9ouGLX .carousel-inner > .prev {
  display: table;
}
.cid-shNg9ouGLX .carousel-control .icon-next,
.cid-shNg9ouGLX .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-shNg9ouGLX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shNg9ouGLX .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-shNg9ouGLX .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-shNg9ouGLX .boxed-slider > div {
  position: relative;
}
.cid-shNg9ouGLX .container img {
  width: 100%;
}
.cid-shNg9ouGLX .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-shNg9ouGLX .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-shNg9ouGLX .mbr-table-cell {
  padding: 0;
}
.cid-shNg9ouGLX .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-shNg9ouGLX .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-shNg9ouGLX .mbr-overlay {
  z-index: 1;
}
.cid-shNg9ouGLX .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-shNg9ouGLX .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-shNg9ouGLX .carousel-item .container {
    width: 100%;
  }
}
.cid-shNg9ouGLX .carousel-item-next.carousel-item-left,
.cid-shNg9ouGLX .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-shNg9ouGLX .active.carousel-item-right,
.cid-shNg9ouGLX .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-shNg9ouGLX .active.carousel-item-left,
.cid-shNg9ouGLX .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-shNg9ouGLX .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-shNg9ouGLX .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shNg9ouGLX .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shNg9ouGLX .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-shNg9ouGLX .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-shNg9ouGLX .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-shNg9ouGLX .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-shNg9ouGLX .mbr-slider .carousel-indicators li.active,
.cid-shNg9ouGLX .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-shNg9ouGLX .mbr-slider .carousel-indicators li::after,
.cid-shNg9ouGLX .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-shNg9ouGLX .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-shNg9ouGLX .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-shNg9ouGLX .mbr-slider > .container img {
  width: 100%;
}
.cid-shNg9ouGLX .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-shNg9ouGLX .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-shNg9ouGLX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-shNg9ouGLX .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-shNg9ouGLX .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-shNg9ouGLX .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-shNg9ouGLX .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-shNg9ouGLX .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-shNg9ouGLX .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-shNg9ouGLX .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-shNg9ouGLX .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-shNg9ouGLX .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-shNg9ouGLX .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-shNn2rB6fq {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shNn2rB6fq P {
  color: #767676;
}
.cid-shNn3FXy49 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-shNn3FXy49 .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-shNn3FXy49 .section-text {
  padding: 2rem 0;
}
.cid-shNn3FXy49 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-shNn3FXy49 .inner-container {
    width: 100% !important;
  }
}
.cid-shNnwJjV06 .modal-body .close {
  background: #1b1b1b;
}
.cid-shNnwJjV06 .modal-body .close span {
  font-style: normal;
}
.cid-shNnwJjV06 .carousel-inner > .active,
.cid-shNnwJjV06 .carousel-inner > .next,
.cid-shNnwJjV06 .carousel-inner > .prev {
  display: table;
}
.cid-shNnwJjV06 .carousel-control .icon-next,
.cid-shNnwJjV06 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-shNnwJjV06 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shNnwJjV06 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-shNnwJjV06 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-shNnwJjV06 .boxed-slider > div {
  position: relative;
}
.cid-shNnwJjV06 .container img {
  width: 100%;
}
.cid-shNnwJjV06 .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-shNnwJjV06 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-shNnwJjV06 .mbr-table-cell {
  padding: 0;
}
.cid-shNnwJjV06 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-shNnwJjV06 .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-shNnwJjV06 .mbr-overlay {
  z-index: 1;
}
.cid-shNnwJjV06 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-shNnwJjV06 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-shNnwJjV06 .carousel-item .container {
    width: 100%;
  }
}
.cid-shNnwJjV06 .carousel-item-next.carousel-item-left,
.cid-shNnwJjV06 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-shNnwJjV06 .active.carousel-item-right,
.cid-shNnwJjV06 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-shNnwJjV06 .active.carousel-item-left,
.cid-shNnwJjV06 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-shNnwJjV06 .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-shNnwJjV06 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shNnwJjV06 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shNnwJjV06 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-shNnwJjV06 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-shNnwJjV06 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-shNnwJjV06 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-shNnwJjV06 .mbr-slider .carousel-indicators li.active,
.cid-shNnwJjV06 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-shNnwJjV06 .mbr-slider .carousel-indicators li::after,
.cid-shNnwJjV06 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-shNnwJjV06 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-shNnwJjV06 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-shNnwJjV06 .mbr-slider > .container img {
  width: 100%;
}
.cid-shNnwJjV06 .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-shNnwJjV06 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-shNnwJjV06 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-shNnwJjV06 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-shNnwJjV06 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-shNnwJjV06 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-shNnwJjV06 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-shNnwJjV06 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-shNnwJjV06 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-shNnwJjV06 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-shNnwJjV06 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-shNnwJjV06 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-shNnwJjV06 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-shNnxWq2c8 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shNnxWq2c8 P {
  color: #767676;
}
.cid-shNoHiq55t {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-shNoHiq55t .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-shNoHiq55t .section-text {
  padding: 2rem 0;
}
.cid-shNoHiq55t .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-shNoHiq55t .inner-container {
    width: 100% !important;
  }
}
.cid-shNqq9vwlT .modal-body .close {
  background: #1b1b1b;
}
.cid-shNqq9vwlT .modal-body .close span {
  font-style: normal;
}
.cid-shNqq9vwlT .carousel-inner > .active,
.cid-shNqq9vwlT .carousel-inner > .next,
.cid-shNqq9vwlT .carousel-inner > .prev {
  display: table;
}
.cid-shNqq9vwlT .carousel-control .icon-next,
.cid-shNqq9vwlT .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-shNqq9vwlT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shNqq9vwlT .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-shNqq9vwlT .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-shNqq9vwlT .boxed-slider > div {
  position: relative;
}
.cid-shNqq9vwlT .container img {
  width: 100%;
}
.cid-shNqq9vwlT .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-shNqq9vwlT .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-shNqq9vwlT .mbr-table-cell {
  padding: 0;
}
.cid-shNqq9vwlT .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-shNqq9vwlT .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-shNqq9vwlT .mbr-overlay {
  z-index: 1;
}
.cid-shNqq9vwlT .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-shNqq9vwlT .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-shNqq9vwlT .carousel-item .container {
    width: 100%;
  }
}
.cid-shNqq9vwlT .carousel-item-next.carousel-item-left,
.cid-shNqq9vwlT .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-shNqq9vwlT .active.carousel-item-right,
.cid-shNqq9vwlT .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-shNqq9vwlT .active.carousel-item-left,
.cid-shNqq9vwlT .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-shNqq9vwlT .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-shNqq9vwlT .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shNqq9vwlT .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shNqq9vwlT .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-shNqq9vwlT .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-shNqq9vwlT .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-shNqq9vwlT .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-shNqq9vwlT .mbr-slider .carousel-indicators li.active,
.cid-shNqq9vwlT .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-shNqq9vwlT .mbr-slider .carousel-indicators li::after,
.cid-shNqq9vwlT .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-shNqq9vwlT .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-shNqq9vwlT .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-shNqq9vwlT .mbr-slider > .container img {
  width: 100%;
}
.cid-shNqq9vwlT .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-shNqq9vwlT .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-shNqq9vwlT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-shNqq9vwlT .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-shNqq9vwlT .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-shNqq9vwlT .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-shNqq9vwlT .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-shNqq9vwlT .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-shNqq9vwlT .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-shNqq9vwlT .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-shNqq9vwlT .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-shNqq9vwlT .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-shNqq9vwlT .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-shNqqTbCTR {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shNqqTbCTR P {
  color: #767676;
}
.cid-shNrgL4hHj {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-shNrgL4hHj .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-shNrgL4hHj .section-text {
  padding: 2rem 0;
}
.cid-shNrgL4hHj .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-shNrgL4hHj .inner-container {
    width: 100% !important;
  }
}
.cid-shNrhxPNNM .modal-body .close {
  background: #1b1b1b;
}
.cid-shNrhxPNNM .modal-body .close span {
  font-style: normal;
}
.cid-shNrhxPNNM .carousel-inner > .active,
.cid-shNrhxPNNM .carousel-inner > .next,
.cid-shNrhxPNNM .carousel-inner > .prev {
  display: table;
}
.cid-shNrhxPNNM .carousel-control .icon-next,
.cid-shNrhxPNNM .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-shNrhxPNNM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shNrhxPNNM .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-shNrhxPNNM .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-shNrhxPNNM .boxed-slider > div {
  position: relative;
}
.cid-shNrhxPNNM .container img {
  width: 100%;
}
.cid-shNrhxPNNM .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-shNrhxPNNM .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-shNrhxPNNM .mbr-table-cell {
  padding: 0;
}
.cid-shNrhxPNNM .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-shNrhxPNNM .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-shNrhxPNNM .mbr-overlay {
  z-index: 1;
}
.cid-shNrhxPNNM .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-shNrhxPNNM .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-shNrhxPNNM .carousel-item .container {
    width: 100%;
  }
}
.cid-shNrhxPNNM .carousel-item-next.carousel-item-left,
.cid-shNrhxPNNM .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-shNrhxPNNM .active.carousel-item-right,
.cid-shNrhxPNNM .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-shNrhxPNNM .active.carousel-item-left,
.cid-shNrhxPNNM .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-shNrhxPNNM .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-shNrhxPNNM .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shNrhxPNNM .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shNrhxPNNM .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-shNrhxPNNM .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-shNrhxPNNM .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-shNrhxPNNM .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-shNrhxPNNM .mbr-slider .carousel-indicators li.active,
.cid-shNrhxPNNM .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-shNrhxPNNM .mbr-slider .carousel-indicators li::after,
.cid-shNrhxPNNM .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-shNrhxPNNM .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-shNrhxPNNM .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-shNrhxPNNM .mbr-slider > .container img {
  width: 100%;
}
.cid-shNrhxPNNM .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-shNrhxPNNM .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-shNrhxPNNM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-shNrhxPNNM .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-shNrhxPNNM .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-shNrhxPNNM .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-shNrhxPNNM .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-shNrhxPNNM .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-shNrhxPNNM .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-shNrhxPNNM .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-shNrhxPNNM .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-shNrhxPNNM .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-shNrhxPNNM .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-shNril1pfU {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shNril1pfU P {
  color: #767676;
}
.cid-shNszCp29d {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-shNszCp29d .line {
  background-color: #60e419;
  color: #60e419;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-shNszCp29d .section-text {
  padding: 2rem 0;
}
.cid-shNszCp29d .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-shNszCp29d .inner-container {
    width: 100% !important;
  }
}
.cid-shNsAycChr .modal-body .close {
  background: #1b1b1b;
}
.cid-shNsAycChr .modal-body .close span {
  font-style: normal;
}
.cid-shNsAycChr .carousel-inner > .active,
.cid-shNsAycChr .carousel-inner > .next,
.cid-shNsAycChr .carousel-inner > .prev {
  display: table;
}
.cid-shNsAycChr .carousel-control .icon-next,
.cid-shNsAycChr .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-shNsAycChr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shNsAycChr .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-shNsAycChr .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-shNsAycChr .boxed-slider > div {
  position: relative;
}
.cid-shNsAycChr .container img {
  width: 100%;
}
.cid-shNsAycChr .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-shNsAycChr .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-shNsAycChr .mbr-table-cell {
  padding: 0;
}
.cid-shNsAycChr .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-shNsAycChr .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-shNsAycChr .mbr-overlay {
  z-index: 1;
}
.cid-shNsAycChr .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-shNsAycChr .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-shNsAycChr .carousel-item .container {
    width: 100%;
  }
}
.cid-shNsAycChr .carousel-item-next.carousel-item-left,
.cid-shNsAycChr .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-shNsAycChr .active.carousel-item-right,
.cid-shNsAycChr .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-shNsAycChr .active.carousel-item-left,
.cid-shNsAycChr .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-shNsAycChr .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-shNsAycChr .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shNsAycChr .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shNsAycChr .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-shNsAycChr .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-shNsAycChr .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-shNsAycChr .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-shNsAycChr .mbr-slider .carousel-indicators li.active,
.cid-shNsAycChr .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-shNsAycChr .mbr-slider .carousel-indicators li::after,
.cid-shNsAycChr .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-shNsAycChr .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-shNsAycChr .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-shNsAycChr .mbr-slider > .container img {
  width: 100%;
}
.cid-shNsAycChr .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-shNsAycChr .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-shNsAycChr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-shNsAycChr .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-shNsAycChr .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-shNsAycChr .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-shNsAycChr .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-shNsAycChr .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-shNsAycChr .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-shNsAycChr .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-shNsAycChr .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-shNsAycChr .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-shNsAycChr .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-shNsB9OAva {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shNsB9OAva P {
  color: #767676;
}
.cid-shNsU4jMRE {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-shNsU4jMRE .mbr-text {
  color: #767676;
}
.cid-shNsU4jMRE .mbr-text p {
  background: #ffffff;
}
.cid-shNsVck5hZ {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shNsVck5hZ P {
  color: #767676;
}
.cid-shNsY3SPLd {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background5-2.jpeg");
}
@media (max-width: 767px) {
  .cid-shNsY3SPLd .content {
    text-align: center;
  }
  .cid-shNsY3SPLd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-shNsY3SPLd .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-shNsY3SPLd .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-shNsY3SPLd .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-shNsY3SPLd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-shNsY3SPLd .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-shNsY3SPLd .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-shNsY3SPLd .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-shNsY3SPLd .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-shNsY3SPLd .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-shNsY3SPLd .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shNsY3SPLd .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
